﻿body {
}


.In-tophiesBanner h3 {
    margin-bottom: 20px;
    text-align: center;
    color: #000;
}

.In-tophiesBanner img {
    width: 100%;
    margin-bottom: 20px;
}

.In-tophiesTab .nav-tabs.tophiesTab1 .nav-link {
    color: #404040;
    border: 1px solid #404040 !important;
    border-radius: 50px;
    border-bottom: 4px #545454 solid !important;
    transition: 1s;
}

    .In-tophiesTab .nav-tabs.tophiesTab1 .nav-link:hover {
        border-bottom: 1px #545454 solid !important;
        transition: .5s;
    }

.In-tophiesTab .nav-tabs.tophiesTab1 .nav-item {
    margin-bottom: 0px;
    padding-right: 10px;
}

    .In-tophiesTab .nav-tabs.tophiesTab1 .nav-link.active, .In-tophiesTab .nav-tabs.tophiesTab1 .nav-item.show .nav-link {
        background-color: #cdcecf !important;
        color: #fff;
        border-color: #cdcecf !important;
        font-weight: 600;
        border-radius: 20px 20px 0px 0px;
        border-bottom: 25px #cdcecf solid !important;
        transition: 0s;
    }

.In-tophiesTab .nav-tabs.tophiesTab2 .nav-item {
    width: 100%;
    margin-bottom: 10px;
}

.In-tophiesTab .nav-tabs.tophiesTab2 .nav-link {
    font-size: 16px !important;
    text-align: left;
    width: 100%;
    background: #ffc501;
    color: #fff;
    border: 1px solid #ffc501 !important;
    border-radius: 50px;
    transition: 1s;
    text-transform: uppercase;
}

    .In-tophiesTab .nav-tabs.tophiesTab2 .nav-link:hover {
        border: 1px #404040 solid !important;
        background: #404040;
        transition: .5s;
    }

    .In-tophiesTab .nav-tabs.tophiesTab2 .nav-link.active, .In-tophiesTab .nav-tabs.tophiesTab2 .nav-item.show .nav-link {
        background-color: #fff !important;
        color: #404040;
        border-color: #404040 !important;
    }

.In-tophiesTab .nav-tabs.tophiesTab3 .nav-item {
    margin: 0px 4px;
}

.In-tophiesTab .nav-tabs.tophiesTab3 .nav-link {
    font-size: 12px !important;
    padding: 5px 15px;
    background: #fff;
    color: #404040;
    border: 1px solid #fff !important;
    border-radius: 50px;
    transition: 1s;
    text-transform: uppercase;
}

    .In-tophiesTab .nav-tabs.tophiesTab3 .nav-link:hover {
        border: 1px #404040 solid !important;
        background: #404040;
        color: #fff;
        transition: .5s;
    }

    .In-tophiesTab .nav-tabs.tophiesTab3 .nav-link.active, .In-tophiesTab .nav-tabs.tophiesTab3 .nav-item.show .nav-link {
        background-color: #ffc501 !important;
        color: #fff;
        border-color: #ffc501 !important;
    }

.nav-tabs.tophiesTab4 {
    border: 0px;
}

    .nav-tabs.tophiesTab4 .nav-item {
        margin: 0px;
        padding: 10px;
    }

        .nav-tabs.tophiesTab4 .nav-item .nav-link {
            background: #cdcecf;
            border-radius: 10px;
            color: #fff;
            font-weight: 600;
            min-width: 140px;
            text-align: center;
        }

.In-tophiesTab .nav-tabs.tophiesTab4 .nav-link.active,
.In-tophiesTab .nav-tabs.tophiesTab4 .nav-item.show .nav-link {
    background-color: #787878 !important;
    border-color: #787878 !important;
}

.In-tophiesTab .nav-tabs.tophiesTab4 .nav-link:hover {
    background-color: #787878 !important;
    border-color: #787878 !important;
}

.In-tophiesTab .tab-content .IntTabImgHead {
    background-color: #cdcecf;
    margin: 0px;
    padding: 15px 0px;
    border-radius: 10px;
    margin-top: -10px;
}

    .In-tophiesTab .tab-content .IntTabImgHead img {
        width: 100%;
        border-radius: 10px;
    }

.In-tophiesTab .tab-content .IntTabPrizeStrip h4 {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    border: 1px #404040 solid;
    padding: 5px 20px;
    border-radius: 50px;
    margin: 20px 0px;
}

    .In-tophiesTab .tab-content .IntTabPrizeStrip h4 small {
        font-size: 14px;
        font-weight: 300;
    }

.In-tophiesTab .tab-content .IntTabPrizeStrip img {
    width: 230px;
    height: 230px;
}

.In-tophiesTab .tab-content .IntTabPrizeStrip .entry-content {
    text-align: justify;
}



.IntTabaHeading {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0px;
}

    .IntTabaHeading::before, .IntTabaHeading::after {
        content: "";
        flex: 1;
        height: 25px;
        margin: 0 10px;
        background-image: radial-gradient(circle, #ccc 2px, transparent 2px), radial-gradient(circle, #ccc 2px, transparent 2px);
        background-size: 0px 0px, 10px 10px;
        background-position: 0 0, 20px -3px;
        background-repeat: repeat-x repeat-y;
    }

    .IntTabaHeading em {
        font-style: normal;
        color: transparent;
        -webkit-text-stroke: 1px #555;
    }

.IntTabaHeading1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0px;
    background: #ffc501;
    padding: 10px;
    border-radius: 50px;
    color: #fff;
}

    .IntTabaHeading1::before, .IntTabaHeading1::after {
        content: "";
        flex: 1;
        height: 25px;
        margin: 0 10px;
        background-image: radial-gradient(circle, #fff 2px, transparent 2px), radial-gradient(circle, #fff 2px, transparent 2px);
        background-size: 0px 0px, 10px 10px;
        background-position: 0 0, 20px -3px;
        background-repeat: repeat-x repeat-y;
    }

    .IntTabaHeading1 em {
        font-style: normal;
        color: transparent;
        -webkit-text-stroke: 1px #fff;
    }


.IntTabaHeading2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0px;
}

    .IntTabaHeading2::after {
        content: "";
        flex: 1;
        height: 25px;
        margin: 0 10px;
        background-image: radial-gradient(circle, #ccc 2px, transparent 2px), radial-gradient(circle, #ccc 2px, transparent 2px);
        background-size: 0px 0px, 10px 10px;
        background-position: 0 0, 20px -3px;
        background-repeat: repeat-x repeat-y;
    }

    .IntTabaHeading2 em {
        font-style: normal;
        color: transparent;
        -webkit-text-stroke: 1px #555;
    }



.IntTabAccordion .accordion.accordion-bg .acctitle, .IntTabAccordion .accordion.accordion-bg .acctitlec {
    background-color: #e1e1e1;
    line-height: 44px;
    padding: 0 0 0 36px;
    margin-bottom: 5px;
    border-top: 0;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 300;
}

.IntTabAccordion .trophy-custom-grpbtn {
    top: -42px;
    right: 5px;
    position: absolute;
}

.IntTabAccordion .accordion.accordion-bg .acc_content {
    padding: 10px 0px;
}

.IntTabAccordion .him-img .col-lg-2 {
    padding: 5px;
}

.IntSliderBoxTab .owl-carousel .ipost img {
    width: 100%;
    border-radius: 10px;
}

.dropdown11 li:focus, li:hover {
    background: #ecf0f100 !important;
}

.dropdown11 a:focus, a:hover {
    background: #ecf0f100 !important;
}

.owl-carousel.owl-loaded {
    display: block !important;
}


.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #007bff00;
}