a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " ("attr(href) ")";
    }

    h3 {
        orphans: 3;
        widows: 3;
    }

    h3 {
        page-break-after: avoid;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #855329;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

h3,
h5 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h5 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h3 {
    font-size: 24px;
}

h5 {
    font-size: 14px;
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:769px) {
    .container {
        width: 750px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}

.clearfix:after,
.clearfix:before,
.container:after,
.container:before {
    display: table;
    content: " ";
}

.clearfix:after,
.container:after {
    clear: both;
}

/*! CSS Used from: http://localhost/thapurgroup/web/css/main.css */
a:hover {
    text-decoration: none;
    color: #dd0024;
}

li {
    list-style: none;
    font-family: 'Raleway', sans-serif;
    color: #111;
    font-size: 14px;
}

@media (min-width:769px) {
    .container {
        width: 750px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1280px) {
    .container {
        width: 1280px;
    }
}

a {
    color: #fff;
    text-align: justify;
    font-size: 14px;
    font-weight: 500 !important;

}


.heading-small-1 {
    color: #fff;
    font-size: 35px;
    margin: 15px 0px;
    text-align: center;
}

.animate-container {
    padding: 250px 0px;
    background-color: transparent;
    position: relative;
    overflow: hidden;
}

.news-container-box {
    display: inline-block;
    background-color: #000000b8;
    padding: 5px 15px;
    text-shadow: 2px 1px 2px #00000070;
    max-width: 250px;
}

.bg-slideshow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -15px;
    left: 0px;
    z-index: -1;
}

.bg-slideshow:after {
    content: '';
}

.bg-slideshow li .bg-slide {
    width: 100%;
    height: 120%;
    position: absolute;
    top: -10px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 18s linear infinite 0s;
    -moz-animation: imageAnimation 18s linear infinite 0s;
    -o-animation: imageAnimation 18s linear infinite 0s;
    -ms-animation: imageAnimation 18s linear infinite 0s;
    animation: imageAnimation 18s linear infinite 0s;
}

.bg-slideshow li:nth-child(2) .bg-slide {
    -webkit-animation-delay: 9s;
    -moz-animation-delay: 9s;
    -o-animation-delay: 9s;
    -ms-animation-delay: 9s;
    animation-delay: 9s;
}

@media screen and (max-width:1280px) {
    .container {
        width: 100%;
        margin: 0px 0%;
    }
}

@media screen and (max-width:992px) {
    .news-container-box {
        width: 100%;
        padding-bottom: 20px;
    }
}

@media screen and (max-width:500px) {
    .news-container-box {
        padding-bottom: 10px;
    }

    .container {
        padding-right: 10px;
        padding-left: 10px;
    }
}
