/* .lus ul li::before {
    content: "\f054";
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    left: 0;
    margin-right: 5px;
    position: absolute;
    top: 3px;
    font-size: 10px;
    margin-top: 0 !important;
} */

.details {
    width: 100%;
    height: auto;
    padding: 20px 0;
    background: #97144d;
    color: #ffffff;
}

.details i {
    font-size: 40px;
    color: #d1ac19;
    margin-top: 10px;
}

.details p {
    font-size: 17px;
    padding-top: 30px;
    font-weight: bold;
}

.details span {
    font-size: 30px;
    font-weight: bold;
}

.gallery-image {
    width: 100%;
    height: auto;
    padding: 8px;
    border: 1px solid yellow;
    border-radius: 7px;
    margin-top: 20px;
}

.gallery-image img {
    width: 100%;
    height: 180px;
    border-radius: 10px;
}

.header-top {
    background: #00958c;
    margin: 0;
    padding: 5px 0;
}

.header-top p {
    /* font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif; */
    /* font-size:14px; */
    color: #EFEFEF;
    margin: 0;
    /* letter-spacing:1px; */
}

.zoom {
    transition: transform .2s;
    /* Animation */
    margin: 0 auto;
}

.zoom:hover {
    transform: scale(1.1);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.blink {
    animation: blink 1s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .team-item {
    position: relative;
    margin-bottom: 30px;
    background: #ffffff;
    border-radius: 14px;
}

.team .team-img {
    position: relative;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

.team .team-img img {
    position: relative;
    width: 100%;
    margin-top: 15px;
    transform: scale(1.1);
    transition: .3s;
}

.team .team-item:hover img {
    margin-top: 0;
    margin-bottom: 15px;
}

.team .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team .team-social a {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    font-size: 16px;
    color: #fe1373;
    background: #00958c33;
    opacity: 0;
    border: 1px solid #00958c;
}

.team .team-social a:hover {
    color: #ffffff;
    background: #000000;
}

.team .team-item:hover .team-social {
    background: rgba(256, 256, 256, .5);
}

.team .team-item:hover .team-social a:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team .team-item:hover .team-social a:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team .team-item:hover .team-social a:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .2s;
}

.team .team-item:hover .team-social a:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .3s;
}

.team .team-text {
    position: relative;
    padding: 5px 3px;
    text-align: center;
    background: linear-gradient(179deg, #c5cde4, transparent);
    border: 1px solid rgba(0, 0, 0, .07);
    border-top: none;
    border-radius: 0 0 15px 15px;
}

.team .team-text h2 {
    font-size: 22px;
    font-weight: 700;
}

.team .team-text p {
    margin: 0;
    font-size: 16px;
}














.aa {
    transition: transform .2s;
}

.aa:hover {
    -ms-transform: scale(1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Safari 3-8 */
    transform: scale(1.1);
}






a:hover {
    color: #ffc107;
    text-decoration: underline;
}

footer {
    background: url(../images/tge.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding-top: 40px;
    padding-bottom: 40px;
}

footer a {
    color: white;
}

.whycard {
    background: #edc9517a;
    padding-top: 5px;
    padding-bottom: 40px;
}

.twocard {
    padding-top: 40px;
    padding-bottom: 40px;
}

.flip-box {
    background-color: transparent;
    width: 100%;
    height: 200px;
    border: 1px solid #f1f1f100;
    perspective: 1000px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-box-front {
    background-color: #bbb0;
    color: black;
}

.flip-box-back {
    background-color: #5550;
    color: white;
    transform: rotateY(180deg);
}

h1,
h2 {
    color: #00af46;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 1px;
    /* text-shadow: 0 0 5px #000; */
}

.btn-pink {
    background-color: #00af46;
    border-color: #00af46;
    color: #fbff02;
}

.navbar-dark .navbar-brand {
    color: #fff;
    font-size: 20px;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    font-weight: 600;
    text-shadow: 1px 0 5px #a5a5a5;
    width: 300px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ff1373;
    /* text-transform: uppercase; */
    /* font-size: 20px; */
    /* padding: 10px 13px; */
    /* letter-spacing: 1px; */
    /* font-weight: 600; */
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #00958c;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #429e75;
}

.slider {
    background-color: #efefef;
}

.for-mob {
    display: none;
}

.for-medToL {
    display: block;
}

.banner-bottom {
    background-color: #FFFFFF;
    padding: 80px 0;
}

.banner-bottom h1 {
    color: #00af46;
}

.banner-bottom p {
    /* font-family: 'Source Sans Pro', sans-serif; */
    font-size: 17px;
    line-height: 30px;
    text-align: justify;
    color: #000000;
}

.abc img {
    width: 100%;
    height: 200px;
}

.banner-bottom img {
    border: 3px solid #af0068;
    border-radius: 3px;
}

.latest-updates {
    background: #00958c;
    color: #fff;
    padding: 5px 0;
}

.latest-updates h3 {
    color: #fff;
    padding: 0;
    margin: 0;
}

.latest-updates marquee {
    padding: 0;
    margin: 5px 0 0 0;
    color: #fff;
}

/*.collections{
	background:url("../images/events/bg.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
}*/
.collections-bg-overlay {
    padding: 34px 0;
    background: linear-gradient(177deg, #00958c33, transparent);
}

.collections h3 {
    text-align: center;
    color: #ffffff;
}

.copyright {
    background: #fe1373;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 0px;
}

.social ul {
    text-align: center;
}

.social ul li {
    font-size: 26px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    text-align: center;
    margin: 1px;
    border-radius: 46px;
    /* color: red; */
}

.social ul a {
    color: #fe1373;
}

.gallery-image {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.gallery-image img {
    width: 100%;
    height: 180px;
}

.footer-menu ul {
    text-align: center;
}

.footer-menu ul li {
    text-align: center;
    padding: 5px 13px;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
}

address p {
    text-align: center;
    font-size: 17px;
    margin: 0;
    line-height: 30px;
    color: #464646;
    letter-spacing: 0.2px;
}

address p a {
    color: #464646;
}

#vlightbox1 {
    margin-left: 50px !important;
}

.career-form h2 {
    color: #af0068;
}

.career-form {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* ----- Start media queried ----- */












@media(max-width:2560px) {
    .klk{
        height: 135px;
        width: 100%;
        text-align: center;
        /* position: absolute!important; */
        margin-top: -152px;
    }
    .lus{
        padding: 60px 0px 182px 0px;
    }
    .lus .container-fluid {
    padding-right: 150px;
    padding-left: 150px;
}
    .aus .container-fluid {
    padding-right: 150px;
    padding-left: 150px;
}
.aus{
    background: url(../images/foott.jpg);
    background-size: cover;
    background-attachment: fixed;
}
    .sdd {
        margin-top: -62px;
    }

    tbody,
    td,
    tfoot,
    th,
    thead,
    tr {
        border-color: inherit;
        border-style: solid;
        border-width: 0;
    }

    .twocard h4 {
        margin-top: 150px;
    }

    .flip-box {
        height: 233px;
    }

    .twocard li::marker {
        color: #fe1373;

    }

    .hhfd li::marker {
        color: #fe1373 !important;

    }
}





@media(max-width:1440px) {
    .twocard h4 {
        margin-top: 125px;
    }
}

@media(max-width:1200px) {


    .sdd {
        margin-top: -46px;
    }

    .twocard h4 {
        margin-top: 100px;
    }

    .navbar-dark .navbar-nav .nav-link {
        font-size: 12px;
        padding: 10px 10px;
        letter-spacing: 0;
    }

    .navbar-dark .navbar-brand {
        font-size: 22px;
    }

    #vlightbox1 {
        margin-left: 100px !important;
    }
}

@media(max-width:1024px) {
        .lus .container-fluid {
        padding-right: 45px;
        padding-left: 46px;
    }
        .aus .container-fluid {
        padding-right: 50px;
        padding-left: 50px;
    }
}

@media(max-width:768px) {
    .lus .container-fluid {
    padding-right: 50px;
    padding-left: 50px;
}
    .navbar-toggler {
        padding: 0.6rem 0.75rem;
        font-size: 0.85em;
        background-color: #27282a;
        border: 1px solid #000000;
        color: black;
    }

    .navbar-dark .navbar-toggler {
        color: rgb(255, 255, 255);
        border-color: rgb(204, 203, 203);
    }

    .banner-bottom {
        padding: 25px 0;
    }

    h1,
    h2 {
        font-size: 28px;
        letter-spacing: 0;
        text-align: center;
        padding: 15px 0;
    }

    .slider {
        margin: 1px 0 0 0;
    }

    .slider img {
        min-height: 200px;
    }

    .carousel-indicators {
        bottom: -10px;
    }

    .collections-bg-overlay {
        padding: 30px 0;
    }

    .social ul {
        padding: 0;
    }

    .social ul li {
        font-size: 26px;
        width: 40px;
        height: 40px;
        margin: 0 7px;
    }

    .footer-menu ul {
        padding: 0;
    }

    .footer-menu ul li {
        font-size: 13px;
        padding: 10px 8px;
    }
}

@media(max-width:576px) {
    .lus {
        padding: 60px 0px 20px 0px;
    }
    .aus {
        padding: 0px 0px 40px 0px;
    }
        .klk {
        /* height: 135px; */
        width: 100%;
        text-align: center;
        /* position: relative !important; */
        margin-top: 7px;
    }
    .twocard h4 {
        margin-top: 35px;
    }

    .navbar-dark .navbar-brand {
        white-space: unset;
        font-size: 16px;
        text-align: center;
    }

    .navbar-toggler {
        margin: auto;
    }

    .for-mob {
        display: block;
    }

    .for-medToL {
        display: none;
    }

    #vlightbox1 {
        margin-left: 70px !important;
    }
}

@media(max-width:375px) {
    #vlightbox1 {
        margin-left: 45px !important;
    }
}

@media(max-width:320px) {
    #vlightbox1 {
        margin-left: 20px !important;
    }
}

/*==================== BANNER MEDIA QUERRY =========================*/
@media(min-width: 2560px) {
    .mobile {
        display: none;
    }
}

@media(min-width: 1440px) {
    .mobile {
        display: none;
    }
}

@media(min-width: 1024px) {
    .mobile {
        display: none;
    }
}

@media(min-width: 768px) {
    .mobile {
        display: none;
    }
}

@media(max-width: 576px) {
    .desktop {
        display: none
    }
}

@media (max-width: 425px) {
    .desktop {
        display: none
    }
}

@media (max-width: 375px) {
    .desktop {
        display: none
    }
}

@media (max-width: 320px) {
    .desktop {
        display: none
    }
}