@import url('https://fonts.google.com/css?family=Popins:400,500,700');
a,a:visited,a:hover{
    text-decoration: none;
    color: black;
}
.footer-bs a,hr{
    color: cornsilk;
}
html,body{
    height: 100%;
    width: 100%;
    font-family: popins,sans-serif;
    color: #222;;
}
.light2{
    color: cornsilk;
}


/*
Media queries
*/
@media(max-width:922px){

}
@media(max-width:768px){
    
}
@media(max-width:576px){
    
}

/*--firefox bug fix--*/
.carousel-item{
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: -webkit-transform 0.5s ease,-webkit-transform 0.5s ease;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
.carousel-caption h5,.carousel-caption p,.carousel-caption .text{
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-style: italic;
    text-shadow: -1px 0 rgb(41, 143, 238), 0 1px rgb(41, 143, 238), 1px 0 rgb(41, 143, 238), 0 -1px rgb(41, 143, 238);
}
/*--fix background image--*/
.figure{
    position: relative;
    width: 100%;
    height: 60%;
    margin: 0!important;
}
.fixed-wrap{
    clip:rect(0,auto,auto,0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#fixed{
    background-image: url('../image/bg1.jpg');
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change:transform;
}
/*--bootstrap padding fix--*/
[class*='col-']{
    padding: 1rem;
}

.lead,justify-ul li{
    text-align: justify;
}



