@keyframes blinker {
    50% {
        opacity: 0
    }
}
@keyframes scale {
    0%, 35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: .8
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}
@keyframes shine {
    0% {
        left: -75%
    }
    to {
        left: 125%
    }
}
body {
    background: #000;
    color: #ffef00
}
.implink img {
    width: 100%!important
}
.implink {
    display: flex;
    background: #fff;
    justify-content: center;
    align-items: center;
    align-content: center;
    min-height: 72px
}
::-webkit-scrollbar {
    width: 9px
}
::-webkit-scrollbar-thumb {
    background: #193455;
    border-radius: 50px
}
::-moz-selection {
    background: #221a1a;
    color: #fff!important
}
#ContentPlaceHolder_Body_imgCaptcha {
    height: 50px
}
.home {
    clip-path: polygon(0 0, 75%0, 100% 100%, 25% 100%);
    background: #ffef00 url(../images/home1.png)no-repeat center center;
    width: 75px;
    height: 52px
}
.home:hover {
    background: #000 url(../images/home1.png)no-repeat center center
}
.home1::after, .navbar::before {
    content: "";
    position: absolute;
    top: 5px
}
.navbar::before {
    background: #454545;
    right: 0;
    left: 6.5%;
    width: 100%;
    height: 40px;
    z-index: 0
}
.home1::after {
    left: -12px;
    width: 0;
    height: 0;
    border-top: 40px solid #454545;
    border-left: 17px solid #19345500
}
.login:hover {
    background: #193455;
    color: #fff
}
.ullist-column {
    margin: 0;
    padding: 0;
    display: flow-root;
    flex-wrap: wrap
}
.ullist-column li {
    background-color: #fff;
    margin: 10px;
    width: 31.23%;
    text-align: center
}
.ullist-column li:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(0%)
}
.ullist-column li .box {
    padding: 0;
    box-sizing: border-box;
    text-align: center;
    display: block;
    overflow: hidden;
    height: 156px;
    border-radius: 5px
}
.ullist-column li .box img {
    transition: transform .2s;
    width: 100%;
    height: 100%
}
.ullist-column li .box img:hover {
    transform: scale(1.5)
}
.ullist-column li .text {
    display: block;
    padding: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .18);
    color: #605656;
    border-radius: 0 0 15px 15px;
    padding-bottom: 1em!important
}
.news .title .btn:hover, .ullist-column li .text:hover {
    opacity: .5
}
.festive-items li, .ullist-column {
    list-style: none;
    display: flex
}
.festive-items li .img_r {
    background: #000;
    border: 0;
    overflow: hidden
}
.festive-items li .img_r, .festive-items li .img_r img {
    width: 450px;
    height: 450px;
    border-radius: 430px;
    position: relative
}
#welcome .title p, .festive .owl-pagination {
    display: none
}
.festive .owl-controls {
    position: relative;
    bottom: 20px;
    right: 0
}
.festive .owl-buttons {
    text-align: right;
    margin-right: 5%
}
.festive_box, .title, .title2 {
    position: relative
}
.title:after {
    width: 150px;
    height: 2px;
    background-color: #ffef00;
    bottom: -12%
}
.title2:after, .title2:before, .title:after, .title:before {
    position: absolute;
    content: "";
    z-index: 0;
    right: 0;
    left: 0;
    margin: 0 auto
}
.title:before {
    width: 9px;
    height: 9px;
    background-color: #ffef00;
    bottom: -16%;
    border-radius: 60px
}
#welcome .title:after, #welcome .title:before {
    margin: 0
}
.title h2, .title2 h2 {
    position: relative;
    z-index: 2;
    display: inline-block
}
.contentarea h3 span, .dList div h3 span {
    color: #ffef00;
    text-decoration: underline
}
.title p, .title2 p {
    font-size: 1.2em;
    font-weight: 400
}
.title2:after, .title2:before {
    width: 150px;
    height: 2px;
    background-color: #ffef00;
    bottom: -12%
}
.title2:before {
    width: 9px;
    height: 9px;
    bottom: -16%;
    border-radius: 60px
}
.title2 h2 span {
    color: #f44500
}
.festive_box {
    width: 50%;
    padding: 2em
}
.festive_data, .festive_data1 {
    width: 45%;
    text-align: center;
    position: relative
}
.festive_data1 {
    width: 89%;
    border: 2px solid #ffef00;
    margin: auto;
    padding: 40px 20px 19px;
    top: 25%;
    bottom: 0;
    left: 0;
    right: 0;
    display: block
}
.festive_data1 h1, .festive_data1 h2 {
    font-size: 3.202em;
    color: #fff;
    font-weight: 200;
    margin: 0;
    line-height: 40px
}
.festive_data1 h2 {
    font-family: "Sweet Sensations Personal Use";
    font-size: 4.438em;
    line-height: 74px;
    font-weight: 500
}
.festive_data1 h3 {
    color: #ffa04d;
    font-weight: 200;
    font-size: 2.638em;
    line-height: 30px
}
.festive_data1 p span {
    font-weight: 900;
    background: #fff;
    padding: 1px 10px;
    color: #682f1d;
    text-transform: uppercase
}
.festive_data1 p {
    margin: 0
}
.pink_circle {
    background: linear-gradient(135deg, #cddc39 0, #ffef00 58%, rgba(237, 22, 81, 0) 100%);
    width: 144px;
    height: 144px;
    position: absolute;
    z-index: 9;
    border-radius: 100px;
    font-weight: 900;
    text-align: center;
    color: #000;
    font-size: 3.5em;
    line-height: 38px;
    padding: 32px 30px;
    display: grid;
    left: 0;
    animation: float-bob-y 5s ease-in-out infinite
}
.blink {
    animation: blinker 1s step-start infinite
}
.blue_circle {
    width: 124px;
    height: 124px;
    border-radius: 100px;
    display: grid;
    right: 10%;
    bottom: 0;
    background: linear-gradient(45deg, rgba(252, 59, 109, 0) 1%, rgba(252, 59, 109, .04) 5%, rgba(133, 241, 209, .04) 35%, #ffef00 100%)
}
.blue_circle, .blue_circle1, .dot {
    position: absolute;
    z-index: 9;
    animation: float-bob-y 5s ease-in-out infinite
}
.blue_circle1 {
    width: 70px;
    height: 70px;
    border-radius: 100px;
    display: grid;
    left: 25%;
    bottom: 3%;
    background: linear-gradient(45deg, rgba(252, 59, 109, 0) 1%, rgba(252, 59, 109, .04) 5%, rgba(133, 241, 209, .02) 35%, #ffef00 100%)
}
.dot {
    width: 27px;
    height: 110px;
    left: 2%;
    bottom: 2%
}
.pink_circle span {
    font-weight: 700;
    font-size: .5em
}
.pink_circle hr {
    height: 4px;
    background-color: #000;
    opacity: 1;
    margin: -.1em .7rem 0
}
.banner {
    background-image: url(../images/hrader_bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background: #000
}
.shoot_icon {
    display: flex;
    width: 100%
}
.shoot_icon h5 {
    font-size: 1.2rem;
    line-height: 49px;
    margin: 0;
    color: #fe8700
}
.leader {
    position: absolute;
    top: -50px;
    width: 27%;
    right: 0
}
.leader li:nth-child(4) {
    margin-bottom: 0!important;
    border: 0;
    padding: 0!important
}
.leader ul {
    padding: 0;
    list-style: none;
    margin: 0
}
.brand-items li img:hover, .downloadlink li a:hover, .leader li:hover .pmmodi img, .pmmodi_box:hover img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(0%);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1)
}
.brand-items li img, .pmmodi img {
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
}
.pmmodi {
    text-align: center;
    padding: 0;
    border-radius: 100px;
    background: #fff;
    width: 86px;
    height: 86px;
    box-sizing: border-box;
    margin-right: 4%;
    color: #1d113e;
    z-index: 5;
    float: left;
    box-shadow: 0 11px 19px rgb(0 0 0/18%);
    position: absolute;
    top: 2px
}
.pmmodi::before {
    content: "";
    position: absolute;
    left: -3px;
    bottom: 0;
    border-radius: 225px;
    background: #ffef00;
    width: 93px;
    height: 93px;
    z-index: -1;
    right: 0
}
.leader li:nth-child(2) .pmmodi::before {
    background: #fbb24d
}
.leader li:nth-child(3) .pmmodi::before {
    background: #9a900d
}
.leader li:nth-child(3) .box {
    padding-top: 15px
}
.pmmodi img {
    width: 100%;
    border-radius: 255px
}
.leader li .box, .pmmodi_box {
    box-sizing: border-box;
    color: #1d113e;
    box-shadow: 0 11px 19px rgb(0 0 0/18%);
    overflow: hidden
}
.pmmodi_box {
    text-align: center;
    padding: 0;
    margin-bottom: 2em;
    height: 192px
}
.pmmodi_box, .pmmodi_box img {
    width: 100%;
    border-radius: 20px
}
.leader h4 {
    font-size: 1.263em;
    margin: 0
}
.leader p {
    margin: 0
}
.leader li .box {
    border-radius: 60px;
    width: 90%;
    float: right;
    position: relative;
    background: #454545;
    padding: 20px 20px 20px 5em
}
.festive {
    padding: 110px 0 0;
    background: url(../images/festive1.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}
.festive::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 27%;
    z-index: 0;
    bottom: 0
}
.festive .owl-carousel {
    width: 97%;
    margin: 0
}
.festive .nav {
    width: 22%
}
.festive .tab-content {
    width: 78%
}
.festive .nav .nav-link {
    position: relative;
    padding: 0!important;
    margin-bottom: 1em;
    margin-left: 2em;
    transition: .5s all
}
.festive .date {
    width: 70px;
    height: 70px;
    background: #000;
    border-radius: 100px;
    color: #ffef00;
    font-weight: 700;
    line-height: 20px;
    padding: 10px;
    font-size: 1em;
    border: 6px solid #ffef00;
    position: absolute;
    top: -7px;
    left: -22px
}
.festive .nav-link.active, .festive .show > .nav-link {
    color: #fff;
    background-color: #0d6dfd00;
    margin-left: 0;
    opacity: .7
}
.Event_title {
    line-height: 55px;
    text-align: left;
    padding-left: 4.5em;
    font-size: initial;
    font-weight: 700;
    color: #000
}
.festive .nav-link:hover {
    opacity: .7;
    margin-left: 0
}
.bg1, .bg10, .bg2, .bg3, .bg4, .bg5, .bg6, .bg7, .bg8, .bg9 {
    background: #ffef00!important
}
.form-horizontal .form-group {
    margin-bottom: 1em
}
.pdf-size {
    font-size: .8em;
    color: #000;
    margin-bottom: 5px;
    display: block!important;
    font-weight: 400;
    opacity: .8
}
.pdf-size::before {
    color: #d32f2f;
    margin-right: 5px
}
.pdf-size b {
    color: #dc3545
}
.bg-warning-dark, .news .title {
    background-color: #363636!important
}
.news {
    padding: 15px;
    box-shadow: -7px 1px 40px rgb(0 0 0/18%);
    border-radius: 25px;
    min-height: 309px
}
.news .title {
    margin: -15px -15px 10px;
    padding: 14px 10px;
    border-radius: 25px 25px 0 0
}
.news .title:after, .news .title:before {
    display: none
}
.title h5 {
    color: #000;
    margin: 0
}
.news .title svg {
    height: 32px;
    margin-right: 10px;
    float: left
}
.news .title path, .news .title path:hover {
    fill: #000;
    cursor: pointer
}
.news .title path {
    stroke-width: 0;
    position: relative;
    stroke: #000;
    box-shadow: -1px 4px 5px 0 rgb(0 0 0)
}
.news .title .btn {
    color: #fff;
    float: right;
    position: absolute;
    right: 0;
    top: 11px
}
.news .title .toggle, .news .title .toggle2 {
    float: right;
    color: #ffef00;
    padding: 2px 10px;
    margin-top: 12px;
    position: absolute;
    right: 4px;
    top: 0
}
.news .foot {
    padding: 10px 15px 0;
    border-top: 1px dashed #eee;
    text-align: right
}
.aboutus .col-md-7 .title h2 span, .aboutus .col-md-7 .title p, .aboutus .col-md-7 p, .leader h4, .leader p, .news .foot a {
    color: #ffef00
}
.news .foot a:hover {
    color: #fffb00
}
.vticker {
    height: 190px!important;
    margin-bottom: 7px
}
.footerbtm ul li .nonw::before, .vticker .arw, .vticker .dtype, .vticker .fa-file-pdf-o {
    display: none
}
.vticker .dsize {
    font-size: .8em;
    color: #fff!important
}
.vticker .dsize:before {
    margin-right: 1em
}
#team .team-list > ul, .vticker ul {
    list-style: none;
    margin: 0;
    padding: 0
}
.vticker ul li {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    position: relative;
    padding-left: 50px
}
.vticker ul li:before {
    content: url(../images/small-calendar.png);
    position: absolute;
    top: 13px;
    left: 0;
    width: 36px;
    height: 36px
}
.filter-box label, .vticker ul li a {
    display: block;
    color: #ffef00;
}
.vticker ul li span, header {
    display: block
}
.vticker ul li .ndate {
    color: #fffb00;
    font-size: .82em;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: .5em;
    margin-top: .5em
}
.news .scroll {
    max-height: 352px;
    overflow-y: scroll;
    overflow-x: hidden;
    overflow: scroll;
    scrollbar-color: #fff orange;
    scrollbar-width: thin
}
section {
    padding: 50px 0
}
header {
    position: relative;
    z-index: 100;
    margin: 0 auto
}
header::after, header::before {
    content: "";
    position: absolute;
    top: -4px;
    z-index: 0;
    opacity: .3
}
header::after {
    background: url(../images/top_right.png);
    right: 0;
    width: 135px;
    height: 134px
}
header::before {
    background: url(../images/top_left.png);
    left: -14px;
    width: 152px;
    height: 135px;
    filter: grayscale(100%)
}
header .navbar-inverse {
    border: 0;
    background: #f8eee800
}
.logo-section {
    padding: 0;
    z-index: 3;
    position: relative
}
.primarymenu {
    margin: -5px auto;
    bottom: 0;
    position: relative;
    padding-left: .4em;
    z-index: 2
}
.dropdown-menu .has-submenu:after {
    position: absolute;
    right: 8px
}
.dropdown > a:after {
    margin-left: 6px
}
.primarymenu .navbar-inverse .navbar-nav > li > a {
    color: #fff;
    padding: 15px 10px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700
}
.primarymenu .navbar-inverse .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #f4762a;
    width: 0%;
    transition-duration: .3s
}
#team img, .primarymenu .navbar .dropdown-menu > li.open > a:before, .primarymenu .navbar .dropdown-menu > li > a:hover::before, .primarymenu .navbar-inverse .navbar-nav > .active > a:hover::before, .primarymenu .navbar-inverse .navbar-nav > .open > a:hover::before, .primarymenu .navbar-inverse .navbar-nav > li > a:hover::before {
    width: 100%
}
.primarymenu .navbar-inverse .navbar-nav > .active > a, .primarymenu .navbar-inverse .navbar-nav > .active > a:focus, .primarymenu .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #dc3545
}
.primarymenu .navbar-inverse .navbar-nav > li > a:focus, .primarymenu .navbar-inverse .navbar-nav > li > a:hover {
    color: #ffc09a
}
.primarymenu .navbar-inverse .navbar-nav > .open > a, .primarymenu .navbar-inverse .navbar-nav > .open > a:focus, .primarymenu .navbar-inverse .navbar-nav > .open > a:hover {
    background-color: transparent
}
.primarymenu .navbar .dropdown-menu > li > a {
    color: #002f5c;
    padding: 8px 15px!important;
    position: relative;
    white-space: normal;
    border-top: 1px dashed #ffef00;
}
.primarymenu .navbar .dropdown-menu > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: #ffef00;
    width: 0%;
    transition-duration: .3s
}
.primarymenu .navbar .dropdown-menu > li.open > a, .primarymenu .navbar .dropdown-menu > li > a:focus, .primarymenu .navbar .dropdown-menu > li > a:hover {
    background-color: rgba(0, 0, 0, .1);
    color: #002f5c
}
.slider {
    position: relative;
    z-index: 0
}
.Important_Links li a, .wrapper {
    width: 100%;
    position: relative;
    text-align: center
}
.wrapper {
    margin: 0 auto;
    z-index: 100
}
.logo-section .nopadding {
    padding: 0
}
.logoname {
    padding: 6px 0 0 5px
}
.logoname .hindi-name {
    color: #ffef00;
    font-size: 2.4em;
    line-height: normal;
    font-weight: 100;
    margin: 0;
    font-family: Bluefish
}
.logoname .hindi-name span {
    color: #193455
}
.logoname .hindi-line {
    margin-bottom: 0;
    color: #000
}
.logoname .eng-name {
    margin: 0;
    font-size: 1.1em;
    color: #ffef00
}
.logoname .eng-line {
    font-weight: 600;
    margin-bottom: 0;
    color: #000
}
.Important_Links, .logo {
    padding: 4px 0;
    display: flex;
    flex-wrap: wrap
}
.Important_Links {
    margin-top: 2em;
    gap: 15px;
    padding: 0;
    list-style: none
}
.Important_Links li {
    flex: 1 1 calc(25% - 15px);
    box-sizing: border-box;
    text-align: center
}
.Important_Links li a {
    color: #ffef00;
    display: block;
    padding: 15px 5px;
    border-radius: 5px;
    font-weight: 600;
    border: 1px solid
}
.Important_Links li a:hover {
    opacity: .5
}
#welcome {
    padding-bottom: 0
}
.aboutus {
    background: #606060;
    padding: 0
}
.aboutus .col-md-7 .title h2 {
    color: #ffe558
}
.aboutus .col-md-7 p {
    font-size: 1.1em
}
.aboutus .col-md-7 p b {
    color: #77e8a5
}
.aboutus .col-md-7 .title:after, .aboutus .col-md-7 .title:before {
    margin: 0
}
.img1, .new_img {
    position: relative
}
.new_img {
    display: flex
}
.img1 {
    left: 0;
    animation: float-bob-y 5s cubic-bezier(.6, -.28, .74, .05) infinite
}
.img2 {
    margin: auto;
    left: -40px;
    z-index: 1;
    top: 60px;
    animation: float-bob-y 5s cubic-bezier(.68, -.55, .27, 1.55) infinite
}
.Facts li, .img2, .img3 {
    position: relative
}
.img3 {
    right: 70px;
    z-index: 0;
    bottom: -80px;
    animation: float-bob-y 5s ease-out infinite;
    height: fit-content
}
.new_img img {
    box-shadow: 3px 1px 40px rgba(0, 0, 0, .57)
}
.Important_Links li a img {
    display: block;
    margin: auto;
    filter: brightness(0) invert(1)
}
.Facts_Figures {
    background: #1e1d1d;
    border-radius: 200px 200px 0 0;
    width: 80%;
    padding: 10px 10px 0;
    margin: 4em auto auto
}
.Facts {
    margin: 0;
    padding: 0;
    display: flex
}
.Facts li a {
    display: contents;
    color: #ffef00
}
.Facts li {
    display: flex;
    width: 33.33%;
    padding: 15px 15px 5px
}
.Facts li::before {
    content: "";
    position: absolute;
    right: 10%;
    top: 0;
    width: 1px;
    height: 100%;
    z-index: 0;
    background: linear-gradient(45deg, transparent 0, transparent 1%, rgba(0, 0, 0, .12) 50%, transparent 99%, transparent 100%)
}
.Facts li:nth-child(3)::before {
    display: none
}
.Facts li img {
    display: block;
    margin-right: 1em;
    width: unset;
    filter: grayscale(100%)
}
.Facts li b {
    display: inherit;
    font-size: 2.142em;
    font-weight: 900;
    width: 100%
}
.Facts li:nth-child(1) b, .Facts li:nth-child(2) b, .Facts li:nth-child(3) b, .Facts li:nth-child(4) b {
    color: #ffef00
}
.view_more {
    position: relative;
    margin-top: 2em
}
.view_more .btn {
    width: 130px;
    z-index: 9999999;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border: 0;
    color: #000;
    background: #ffef00
}
.view_more a:hover {
    background: #454545!important;
    color: #ffef00
}
.footerbtm ul li a::before {
    content: "";
    position: absolute;
    z-index: 0;
    right: -1%;
    top: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(45deg, transparent 0, transparent 1%, rgba(0, 0, 0, .33) 50%, transparent 99%, transparent 100%)
}
.view_more::after, .view_more::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 2px;
    z-index: 0;
    top: 16px
}
.view_more::before {
    left: 13%;
    background: linear-gradient(90deg, rgba(188, 190, 189, 0)0, #ffef00 100%)
}
.view_more::after {
    right: 13%;
    background: linear-gradient(-90deg, rgba(188, 190, 189, 0)0, #ffef00 100%)
}
.implink-wrap {
    padding: 0;
    box-shadow: 0 1px 40px rgba(0, 0, 0, .2);
    background: #000
}
.brand-items {
    list-style: none;
    border-radius: 10px;
    padding: 20px;
    overflow: hidden;
    margin: 0
}
.brand-items .clickable {
    display: none!important
}
.brand-items, .brand-items .owl-wrapper-outer {
    display: table;
    width: 100%
}
.brand-items li, .ft_conDetails {
    list-style: none;
    padding: 0 14px
}
.ft_conDetails {
    margin: 0;
    padding: 0
}
footer {
    padding: 40px 0 0;
    position: relative;
    background: #191818
}
.footer-link::before {
    content: "";
    background: url(../images/footer_img.png);
    position: absolute;
    left: 0;
    bottom: 43px;
    width: 874px;
    height: 225px;
    z-index: 0;
    right: 0;
    margin: auto
}
.footer-link h3 {
    line-height: 50px;
    border-bottom: 1px dashed #797979
}
.ft_conDetails li {
    margin-bottom: 15px;
    position: relative;
    display: flex
}
.footer-link ul.ft_conDetails li img {
    float: left;
    position: relative;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    filter: grayscale(100%)
}
.footerbtm {
    padding: 15px 0;
    box-shadow: 0 0 40px #ffef00
}
.footerbtm ul {
    margin: auto;
    padding: 0;
    display: inline-flex
}
.footerbtm ul, .footerbtm ul li, .social_icons {
    list-style: none
}
.footerbtm ul li a {
    display: block;
    color: #ffef00;
    position: relative;
    padding: 0 1.2em
}
.footerbtm ul li a:hover {
    color: #cddc39
}
.social_icons {
    padding: 0;
    display: flex;
    float: right;
    margin: 0 0 2em
}
.social_icons li {
    margin-left: 5px
}
.social_icons li a {
    color: #000;
    margin-bottom: 0;
    background: #fff;
    height: 35px;
    width: 35px;
    border-radius: 122px;
    line-height: 42px;
    font-size: large;
    display: block;
    text-align: center
}
.social_icons li a:hover {
    color: #fff;
    background: #000
}
.social_icons .facebook, .social_icons .instagram, .social_icons .twitter, .social_icons .youtube {
    background: #ffef00
}
.login {
    background: #454545;
    display: block;
    border-radius: 100px;
    position: relative;
    font-weight: 700;
    padding: 8px 1em 8px 15px;
    margin-top: 9px;
    color: #ffef00
}
.login span, .login span:before {
    border: 5px solid #ffef00;
    border-radius: 100px
}
.login span {
    background: #000;
    padding: 12px 13px;
    left: -16px;
    float: left;
    top: -21px;
    transition-duration: .3s;
    position: relative
}
.login span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    animation: scale 1.6s linear infinite
}
.top-nav li {
    list-style-type: none;
    float: left;
    margin-right: .5em
}
.top-nav li a:hover, a {
    text-decoration: none
}
a, a:hover {
    color: #ffef00;
    outline: 0
}
a:hover {
    opacity: .7
}
.top-nav .btn-xs {
    padding: 3px 4px;
    line-height: 1.5;
    border-radius: 0;
    border: solid 1px rgba(255, 255, 255, .5);
    background-color: #fff;
    color: #333;
    font-weight: 700
}
.top-nav .btn-black {
    padding: 3px 6px;
    line-height: 1.5;
    border-radius: 0;
    border: solid 1px #fff;
    background-color: rgba(255, 255, 255, .1);
    color: #fff
}
.top-nav .btn-blue, .top-nav .btn-yellow {
    padding: 4px 8px;
    line-height: 1.1;
    border-radius: 0;
    border: solid 0#000;
    background-color: #00b9be;
    color: #fff
}
.top-nav .btn-yellow {
    padding: 4px 6px;
    border: solid 0#d8470e;
    background-color: #f57d57
}
.top-nav .input-sm {
    height: 21px;
    margin: 0;
    padding: 0 10px;
    border-radius: 0
}
.top-nav .navbar-right {
    float: right!important;
    margin-bottom: 0;
    margin-right: -15px;
    margin-top: -1px
}
.serachbar, .serachbar .search-wrap {
    position: fixed;
    right: 0;
    height: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    top: 0;
    transition-duration: .3s;
    z-index: 999999!important;
    text-align: left
}
.serachbar {
    width: 100%;
    background-color: rgb(0 0 0/36%);
    left: 0;
    margin: 0 auto;
    display: none
}
.serachbar .search-wrap {
    width: 350px;
    background-color: #000;
    box-sizing: border-box;
    padding: 25px
}
.serachbar .search-wrap h4 {
    text-align: left;
    color: #182b49
}
.serachbar .search-wrap h5 {
    margin-bottom: 20px;
    font-size: 1.05rem
}
.serachbar .search-wrap h4 span {
    display: inline-block;
    float: right;
    cursor: pointer;
    font-size: 32px;
    line-height: 0
}
.serachbar .search-wrap h4 span svg {
    width: 20px
}
#team .team-single.active, .search .open {
    display: block
}
.serachbar .search-wrap p a {
    color: #182b49!important
}
.searchbar {
    margin-top: 15px;
    margin-bottom: 25px;
    text-align: left
}
.searchbar .search-btn, .searchbar .search-input {
    height: 40px;
    margin: 0;
    position: relative;
    padding: 0 15px
}
.searchbar .search-input {
    background-color: #fff;
    border: 1px solid #eee;
    z-index: 0
}
.searchbar .search-btn {
    border: 0;
    z-index: 2;
    left: -5px;
    background-color: #ffef00;
    color: #000;
    top: -1px
}
.search_list {
    padding: 0
}
.search_list li {
    padding: 0!important;
    display: block ruby;
    float: inherit;
    line-height: 30px
}
.search_list li a {
    font-size: 15px;
    font-weight: initial;
    color: #ffef00!important;
    width: 100%;
    text-align: left;
    box-shadow: none;
    background: 0 0
}
.search_list li a:before {
    margin-right: 5px;
    display: inline-block;
    font-size: inherit
}
.language a:hover, .pwd a:hover, .search a:hover, .search_list li a:hover {
    opacity: .7
}
.language {
    margin-right: 1em;
    display: none!important
}
.hi-btn, .pwd a, .search a {
    padding: 5px;
    border-radius: 50px;
    width: 48px;
    text-align: center;
    line-height: 38px;
    box-shadow: 5px 0 5px rgba(0, 0, 0, .04);
    display: block
}
.hi-btn {
    background-color: #4c5e75;
    color: #fff!important
}
.hi-btn:hover, .search-open {
    background-color: #255f96;
    color: #fff!important
}
.search-open {
    background-color: #f4762a;
    padding: 6px 12px;
    display: block
}
.searchbox {
    width: 200px
}
.stylish-input-group .input-group-addon {
    background-color: #fe5900;
    border: 1px solid #fe5900;
    color: #fff;
    padding: 4px 0;
    border-radius: 0
}
.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: transparent;
    border-radius: 0;
    height: 25px
}
.stylish-input-group button {
    border: 0;
    background: 0 0
}
.top-nav ul.pwdarea {
    text-align: right;
    float: right;
    margin-top: 4%;
    margin-bottom: 0;
    padding-left: 0
}
.pwd a, .search a {
    background-color: #ffef00;
    margin-top: 5px
}
.search a {
    color: #4c5e75;
    font-size: large
}
.pwdarea .search {
    margin: 0 2px
}
.pwdarea li .theame {
    color: #fff;
    background-color: #e77818
}
.pwdarea li .contrast {
    background-color: #1b1919;
    color: #fff
}
.pwdarea li .contrast img {
    filter: brightness(0) invert(1)
}
.pwdarea li .contrast:hover img {
    filter: brightness(1) invert(0)
}
.floating-div {
    position: fixed;
    top: 98px;
    right: -310px;
    width: 200px;
    z-index: 9;
    padding: 0;
    transition-duration: .3s
}
.float {
    right: 0!important
}
.pwdicon {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 3px
}
.pwdicon li:nth-last-child(6) {
    display: none
}
.pwdicon li:nth-last-child(1) a {
    border-bottom: 0 solid #cecbcb
}
.pwdicon li {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 0;
    margin-right: 0
}
.in-banner, .pwdicon li a {
    position: relative;
    overflow: hidden
}
.pwdicon li a {
    display: flex;
    padding: 9px;
    border-radius: 0;
    transition-duration: .3s;
    line-height: 16px;
    color: #000;
    width: 100%;
    background-color: #ffef00;
    justify-content: flex-start;
    text-align: left;
    align-items: center;
    transition: color .3s, background-color .3s;
    margin-top: 0
}
.in-banner:after, .pwdicon li a::before {
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%
}
.pwdicon li a::before {
    left: -75%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0)0, rgb(255 241 154/43%) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-20deg)
}
.pwdicon li a:hover::before {
    animation: shine 1s forwards
}
.pwdicon li a:hover {
    background-color: #fff;
    color: #193455
}
.pwdicon li a img {
    display: block;
    height: 25px;
    margin-right: 1em
}
.primarymenu.menuFxd {
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0
}
.in-banner {
    background-color: #000;
    background-image: url(../images/innerbanner_3.jpg);
    min-height: 100px;
    background-position: right;
    background-repeat: no-repeat;
    margin-top: -22px;
    padding: 0
}
.in-banner:after {
    left: -135px;
    background: linear-gradient(136deg, #a5a5a5 0, #ffef00 88%);
    transform: skewX(20deg)
}
.in-banner img {
    width: 63%;
    position: absolute;
    margin: 0;
    padding: 0;
    height: 190px;
    right: 0;
    top: 17px;
    display: none
}
.inheading {
    position: absolute;
    left: 30px;
    margin: 0 auto;
    z-index: 3;
    padding: 0 45px;
    top: 39px;
    max-width: 100%;
    width: 40%;
    text-align: left
}
.moduletab {
    margin-top: 15px
}
.in-banner li.item {
    margin: 0;
    list-style: none
}
.inheading h2 {
    color: #fff;
    font-size: 2em;
    display: inline-block;
    padding: 10px 25px;
    background-color: rgba(0, 0, 0, .5);
    border: 1px dashed rgba(255, 255, 255, .8);
    margin-top: 53px
}
.inheading h1 {
    color: #000!important;
    margin: 0;
    line-height: 23px;
    position: relative;
}
.breed-crum-div-wrap {
    margin-bottom: 0;
    border-radius: 0;
    background-color: #484848;
    padding: 12px;
    background-image: url(../images/background-body.png)
}
.breadcrumb {
    margin: 0
}
.breadcrumb li {
    margin: 0 5px
}
.breadcrumb > li + li::before, .pwdicon > a::after {
    content: close-quote
}
.breadcrumb .active {
    color: #ffef00!important;
    font-style: inherit
}
.contentarea {
    padding: 20px;
    box-shadow: 0-5px 25px rgba(0, 0, 0, .63);
    background: #1f1f1f;
    min-height: 350px;
    border-radius: 15px
}
.innner-page-content-top {
    background: #000 url(../images/page_bg1.jpg)
}
.ullist-inner li {
    text-align: left;
    width: 22.93%;
    min-height: 435px
}
.ullist-inner li .description {
    min-height: 245px
}
.ullist-inner li .box {
    height: 200px;
    border-radius: 20px 20px 0 0
}
.ullist-inner li .text {
    border-radius: 0 0 10px 10px
}
.ullist-inner li .text p {
    margin-bottom: 6px
}
.ullist-inner li .text .address {
    margin: 0;
    opacity: .8;
    min-height: 40px
}
.ullist-inner li .text .timing {
    opacity: .7;
    margin: 1em 0 0
}
.ullist-inner li .text:hover {
    opacity: 1
}
.car-details h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0
}
.list, .list1 {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.list li, .list1 li {
    margin-bottom: .1rem;
    float: left
}
.list1 li {
    width: 100%;
    padding: 10px
}
.list li i, .list1 li i {
    width: 24px;
    color: #FFEB3B;
}
.list li {
    width: 50%;
    padding: 5px
}
.car-details ul.rating {
    display: flex;
    font-size: .95rem;
    margin-top: 1rem
}
.car-details ul.rating li {
    margin-bottom: 0
}
.car-details ul.rating li:not(:last-child) {
    margin-right: .25rem
}
.car-details .thumbnail {
    width: 220px;
    height: 170px;
    margin-right: 1rem;
    border: 1px solid #e9ecef;
    cursor: zoom-in
}
.car-details .thumbnail:after {
    font-weight: 900;
    position: absolute;
    right: -1px;
    bottom: -1px;
    padding: .35rem .75rem;
    border: 1px solid #e9ecef;
    background: #0000000d;
    color: #6c757d
}
.car-details.label-info:before {
    background: #1da1f2
}
.car-details.label-primary:before {
    background: #004b9d
}
.car-details.label-success:before {
    background: #218939
}
.car-details.label-warning:before {
    background: #cb9b08
}
.car-details.label-danger:before {
    background: #b23737
}
.car-details.label-purple:before {
    background: #7032c2
}
.left .title::after, .left .title:before {
    margin: 0
}
#team .team-single {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: none
}
.effect-img {
    padding: 180px 0;
    background-size: cover;
    text-align: center
}
#team .team-section-text {
    padding-top: 70px
}
.section-count {
    height: 120px;
    overflow: hidden;
    font-weight: 100
}
.section-count > span {
    color: #e6e9f4;
    display: block;
    font-size: 220px;
    line-height: .7em
}
.section-title {
    color: #d7a946;
    font-size: 48px;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 20px
}
.section-text > p {
    margin-bottom: 15px
}
#team .team-list > ul > li {
    position: relative;
    margin: 15px 0
}
#team .team-list > ul > li:first-child {
    margin-top: 0
}
#team .team-list > ul > li:last-child {
    margin-bottom: 0
}
#team .team-list > ul > li.active > a > figure:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(215 169 71/52%)
}
#team .team-list > ul > li.active::after {
    color: #d7a946;
    font-weight: 900;
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%
}
#team .team-list > ul > li > a > figure {
    border-radius: 50%;
    height: 100px;
    overflow: hidden;
    width: 100px;
    position: relative
}
#team .team-info > h4 {
    color: #3a3a3a;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 20px;
    text-align: center
}
#team .team-img, .title1 {
    position: relative
}
#team .team-img > img, #team .team-social > ul > li > a {
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
#team .team-social > ul > li > a {
    border-radius: 50%;
    color: #d7a946;
    display: block;
    font-size: 18px;
    height: 40px;
    margin: 15px 5px;
    padding: 8px;
    position: relative;
    text-align: center;
    width: 40px
}
#team .team-social > ul {
    bottom: 0;
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;
    position: absolute;
    right: 30px;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}
#team .team-social > ul > li > a:hover {
    background: #d7a946;
    color: #fff
}
#team .team-social > ul > li > a::after {
    border: 1px solid #dee3f4;
    border-radius: 50%;
    content: "";
    height: 50px;
    left: -5px;
    position: absolute;
    top: -5px;
    width: 50px
}
#team .team-single:hover .team-img > img {
    margin-left: -70px
}
#team .team-single:hover .team-social > ul {
    opacity: 1;
    right: 0
}
.team-section-text .heading-title h4 {
    font-size: 45px
}
.team-section-text .heading-title h3 {
    font-size: 35px
}
.title1 {
    padding: 0 20px;
    border-left: 5px solid #ffef00;
    margin-bottom: 25px;
    border-radius: 10px
}
.title1 h4 {
    color: #c62729
}
.innerdata p {
    font-size: 1.2em;
    font-weight: 300
}
.innerdata .title2::after {
    width: 200px;
    height: 17px;
    background: url(../images/line.svg);
    margin: 0 auto;
    bottom: 11%
}
.innerdata .title2 {
    height: 63px
}
.innerdata .title2 h4 {
    color: #008134;
    font-size: 1.4em
}
.innerdata .title2:before {
    display: none
}
.location {
    font-size: 14px;
    border: 1px solid #ffef00;
    border-radius: 100px;
    line-height: 26px;
    padding: 0 10px;
    color: #ffef00;
    margin-top: 0;
    margin-right: 5%
}
.location:hover {
    border-color: #ffef00;
    color: #ffef00
}
.mySlides {
    display: none;
    min-height: 392px;
    margin-bottom: 1em
}
.mySlides img {
    min-height: 392px;
    box-shadow: 0 0 25px rgba(0, 0, 0, .2);
    border-radius: 15px
}
.car-details .cursor {
    cursor: pointer
}
.mySlides1 .next, .mySlides1 .prev {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 6px 10px;
    color: #FFEB3B;
    font-weight: 700;
    font-size: 20px;
    user-select: none;
    -webkit-user-select: none;
    background-color: rgba(0, 0, 0, .8);
}
.mySlides1 .prev {
    border-radius: 0 3px 3px 0
}
.mySlides1 .next {
    right: 12px;
    border-radius: 3px 0 0 3px
}
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0
}
.page_data {
    min-height: 80px
}
.templelist-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    padding: 0
}
.templelist-grid .img-box {
    height: 225px;
    margin-bottom: 15px
}
.templelist-grid li {
    width: 23.6%
}
.templelist-grid .img-box img {
    width: 100%;
    height: 100%
}
.temple-card {
    position: relative;
    box-sizing: border-box;
    min-height: 300px;
    border: 1px solid #e1e1e1;
    padding: 7px
}
.temple-card .timing {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    padding: 0 10px;
    margin: 0 auto
}
.timing a {
    margin-right: 0
}
.temple-card, .temple-card img {
    border-radius: 9px
}
.page_data P {
    min-height: 18px;
    width: 100%;
    -webkit-line-clamp: 3;
    max-height: 172.8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 10px
}
.list_new {
    margin: 0;
    padding: 0;
    display: flex;
    overflow-x: hidden
}
.list_new li {
    float: left;
    width: 20%;
    list-style: none;
    margin: 5px 0 5px 5px
}
.list_new li img {
    height: 75px;
    width: 93px;
    max-width: 93px;
    border-radius: 15px
}
.list_new li:nth-child(1) {
    margin-left: 0
}
.active, .demo:hover {
    opacity: 1;
    transition: .5s all
}
.mySlides1 {
    position: relative;
    margin-bottom: 2em
}
.map .table tr th:nth-child(2n), .map .table tr th:nth-child(2n+1) {
    background: #7da74c;
    color: #fff
}
.map span {
    float: left;
    display: block;
    margin: 0
}
.map .img-rt {
    float: right;
    margin: 0 0 0 35px
}
.map .img-lt {
    float: left;
    margin: 0 30px 0 0
}
.map h3 {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 0;
    border: 0
}
.innerdata {
    max-height: 350px;
    overflow-y: auto;
    direction: ltr;
    scrollbar-color: #f4a087 #fff;
    scrollbar-width: thin
}
.section p + p {
    margin-top: 1rem
}
.innerdata::-webkit-scrollbar {
    width: 20px
}
.innerdata::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px
}
.innerdata::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-image: linear-gradient(180deg, #d0368a 0, #708ad4 99%);
    box-shadow: inset 2px 2px 5px 0 rgba(255, 255, 255, .5)
}
.Address1 {
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 1em;
    background: linear-gradient(to right, rgba(0, 0, 0, .1)0, transparent 80%);
    color: #ffef00;
}
.Address1 i {
    float: left;
    font-size: x-large;
    margin-right: .3em
}
.Address1 i, .Address1 strong {
    color: #FFEB3B;
}
.fancyTab {
    text-align: center;
    padding: 15px 0;
    background-color: #eee;
    box-shadow: 0 0 0 1px #ddd;
    top: 15px;
    transition: top .2s
}
.fancyTab.active {
    top: 0;
    transition: top .2s
}
.whiteBlock {
    display: none
}
.fancyTab.active .whiteBlock {
    display: block;
    height: 2px;
    bottom: -2px;
    background-color: #fff;
    width: 99%;
    position: absolute;
    z-index: 1
}
.fancyTab a {
    font-family: "Source Sans Pro";
    font-size: 1.65em;
    font-weight: 300;
    transition: .2s;
    color: #333
}
.fancyTabs {
    border-bottom: 2px solid #ddd;
    margin: 15px 0 0
}
li.fancyTab a {
    padding-top: 15px;
    top: -15px;
    padding-bottom: 0
}
li.fancyTab.active a {
    padding-top: inherit
}
.fancyTab .fa {
    font-size: 40px;
    width: 100%;
    padding: 15px 0 5px;
    color: #666
}
.fancyTab.active .fa {
    color: #cfb87c
}
.fancyTab a:focus {
    outline: 0
}
.fancyTabContent {
    border-color: transparent;
    box-shadow: 0-2px 0-1px #fff, 0 0 0 1px #ddd;
    padding: 30px 15px 15px;
    position: relative;
    background-color: #fff
}
.nav-tabs > li.fancyTab.active > a, .nav-tabs > li.fancyTab.active > a:focus, .nav-tabs > li.fancyTab.active > a:hover {
    border-width: 0
}
.nav-tabs > li.fancyTab:hover {
    background-color: #f9f9f9;
    box-shadow: 0 0 0 1px #ddd
}
.nav-tabs > li.fancyTab.active:hover {
    background-color: #fff;
    box-shadow: 1px 1px 0 1px #fff, 0 0 0 1px #ddd, -1px 1px 0 0#ddd inset
}
.nav-tabs > li.fancyTab:hover a {
    border-color: transparent;
    border-right: 1px solid transparent
}
.nav.nav-tabs .fancyTab a[data-toggle=tab] {
    background-color: transparent;
    border-bottom: 0
}
.nav-tabs > li.fancyTab > a {
    margin-right: 0;
    border-top: 0;
    padding-bottom: 30px;
    margin-bottom: -30px
}
.nav-tabs > li.fancyTab {
    margin-right: 0;
    margin-bottom: 0
}
.nav-tabs > li.fancyTab:last-child a {
    border-right: 1px solid transparent
}
.nav-tabs > li.fancyTab.active:last-child {
    border-right: 0 solid #ddd;
    box-shadow: 0 2px 0 0#fff, 0 0 0 1px #ddd
}
.fancyTab:last-child {
    box-shadow: 0 0 0 1px #ddd
}
.tabs .nav-tabs li.fancyTab.active a {
    box-shadow: none;
    top: 0
}
.fancyTab.active {
    background: #fff;
    box-shadow: 1px 1px 0 1px #fff, 0 0 0 1px #ddd, -1px 1px 0 0#ddd inset;
    padding-bottom: 30px
}
.arrow-down, .arrow-down-inner {
    width: 0;
    height: 0;
    position: absolute
}
.arrow-down {
    display: none;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 22px solid #ddd;
    top: -1px;
    left: calc(50% - 20px)
}
.arrow-down-inner {
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 12px solid #fff;
    top: -22px;
    left: -18px
}
.fancyTab.active .arrow-down {
    display: block
}
@media (max-width:1200px) {
    .fancyTab .fa {
        font-size: 36px
    }
    .fancyTab .hidden-xs {
        font-size: 22px
    }
}
@media (max-width:992px) {
    .fancyTab .fa {
        font-size: 33px
    }
    .fancyTab .hidden-xs {
        font-size: 18px;
        font-weight: 400
    }
}
@media (max-width:768px) {
    .fancyTab > a {
        font-size: 18px
    }
    .nav > li.fancyTab > a {
        padding: 15px 0;
        margin-bottom: inherit
    }
    .fancyTab .fa {
        font-size: 30px
    }
    .nav-tabs > li.fancyTab > a {
        border-right: 1px solid transparent;
        padding-bottom: 0
    }
    .fancyTab.active .fa {
        color: #333
    }
}
.new_tab button {
    color: #000000;
    background-color: #FFEB3B;
    border: 0;
    margin-right: .5em;
    border-radius: 6px;
    border-bottom: 2px solid #f7f7f7;
    float: left;
    outline: 0;
    cursor: pointer;
    padding: 11px 8px;
    transition: .3s
}
.new_tab button.active {
    color: #FFEB3B;
    background-color: #000000;
    border-color: #dee2e6 #dee2e6 #fff;
    border-bottom: 2px solid #FFEB3B;
}
.tab-content1 {
    margin-top: 20px
}
.new_tab {
    overflow: auto;
    margin-bottom: 1em;
    box-shadow: -3px 12px 10px rgba(0, 0, 0, .11);
    display: inline-flex
}
.new_tab button:hover {
    background-color: #ddd;
    color: #193455
}
.bg-success h3, .bg-success p {
    color: #FFEB3B !important;
}
.bg-success .btn-warning{
    color: #FFEB3B !important;
    background: #000;
}
.bg-success {
    background-color: #000000 !important;
}
.tabcontent {
    display: none;
    padding: 20px 0
}
.contentarea .diety_category li {
    width: 18%!important
}
.diety_category {
    padding: 0;
    display: flex;
    flex-wrap: wrap
}
.diety_category li {
    width: 21%;
    list-style: none;
    margin: 10px
}
.diety_category li a {
    background: #454545;
    display: block;
    padding: 10px;
    text-align: center;
    color: #ffef00;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .18)
}
.diety_category li a:hover {
    background: #FFEB3B;
    color: #000
}
.diety_category li a:hover img {
    filter: invert(1000%) brightness(0%);
}
.diety_category li a img, .diety_category-grid li a img {
    width: 100%
}
.sd {
    box-shadow: -3px 12px 10px rgba(0, 0, 0, .11)
}
.filter-section {
    margin-bottom: 15px;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    background-color: #484848;
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2)
}
.filter-box {
    border-collapse: collapse;
    width: 100%;
    padding: 10px
}
.hidden, .pdf-size img[title=pdf] {
    display: none
}
.filter-section .archive {
    display: block;
    padding: 7px 15px;
    width: 100%;
    border: 0;
    background-color: #9ab8ff;
    color: #fff;
    border-radius: 4px;
    margin-top: 32px;
    font-weight: 700
}
.filter-box input[type=text], .filter-box select {
    display: block;
    min-width: 100px;
    height: 35px;
    border: 1px solid #ffef00;
    background: transparent;
    color: #ffef00;
}

.filter-box .form-control::-moz-placeholder {
    color: #ffef00;
}
.filter-box  .form-control::placeholder {
    color: #ffef00;
}

.filter-box input[type=reset], .filter-box input[type=submit] {
    display: block;
    padding: 7px;
    width: 100%;
    border: 0;
    color: #000;
    border-radius: 4px;
    font-weight: 700;
    text-align: center
}

.filter-box input[type=submit], .filter-section .archive {
    background-color: #ffef00;
    color: #000;
}
.filter-box input[type=reset] {
    background-color: #e7905c
}
.filter-box input[disabled=""] {
    background-color: #fff19a
}
.filter-box .archive:active, .filter-box .archive:focus, .filter-box .archive:hover {
    background-color: #f77f34
}
.filter-box input[type=reset]:active, .filter-box input[type=reset]:focus, .filter-box input[type=reset]:hover, .filter-box input[type=submit]:active, .filter-box input[type=submit]:focus, .filter-box input[type=submit]:hover {
    background-color: #fffbe3
}
.datatable td a {
    color: #373737
}
.btn-event {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #ffef00;
    border-radius: 50px 0 0 0;
    width: 12%;
    padding: 12px;
    color: #000;
    font-size: larger
}
.btn-event:hover {
    background: #000;
    color: #ffef00
}
.btn-event i {
    padding-left: 10px;
    font-weight: 300
}
.subscribe-area {
    padding: 0;
    margin-bottom: 2em;
}
.subscribe-text span {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    display: none
}
.subscribe-text h2 {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 6px;
    text-align: RIGHT
}
.subscribe-wrapper {
    overflow: hidden
}
.subscribe2-wrapper .subscribe-form input {
    background: 0 0;
    border-radius: 30px;
    display: inline-block;
    font-weight: 300;
    height: 34px;
    width: 58%;
    cursor: pointer;
    color: #ffef00;
    border-color: #ffef00
}
.subscribe2-wrapper .subscribe-form button {
    background: #ffef00;
    border: 0;
    border-radius: 30px;
    color: #000;
    display: inline-block;
    font-weight: 400;
    line-height: 1;
    padding: 10px 46px;
    transition: all .3s ease 0s
}
.subscribe2-wrapper .subscribe-form button:hover {
    background: #008134
}
.downloadStateTemple {
    float: right;
    margin-top: -69px;
    margin-right: 10px
}
.menu {
    z-index: 999;
    position: absolute;
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 45px;
    right: 0;
    top: -11px
}
.menu .share i.fa {
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    color: #686565
}
.menu .share:hover.bottom .submenu li:nth-child(1) {
    opacity: 1;
    top: 50px;
    transform: rotate(0deg);
    border-top: 1px dashed #ccc;
    transition-delay: .08s
}
.menu .share:hover.bottom .submenu li:nth-child(2), .menu .share:hover.bottom .submenu li:nth-child(3) {
    opacity: 1;
    top: 100px;
    transform: rotate(0deg);
    border-top: 1px dashed #ccc;
    transition-delay: .16s
}
.menu .share:hover.bottom .submenu li:nth-child(3) {
    top: 150px;
    transition-delay: .24s
}
.menu .share:hover.bottom .submenu li:nth-child(4), .menu .share:hover.bottom .submenu li:nth-child(5) {
    opacity: 1;
    top: 200px;
    transform: rotate(0deg);
    border-top: 1px dashed #ccc;
    transition-delay: .32s
}
.menu .share:hover.bottom .submenu li:nth-child(5) {
    top: 250px;
    transition-delay: .4s
}
.menu .submenu {
    list-style-type: none;
    padding: 0;
    margin: 0
}
.menu .submenu li {
    transition: all ease-in-out .5s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0
}
.menu .submenu li a {
    color: #fff;
    border-radius: 2px;
    box-shadow: 0-5px 25px rgba(0, 0, 0, .16);
    display: block
}
.menu .submenu li a:hover {
    opacity: .8
}
.menu .submenu li .fa-facebook {
    background-color: #3b5999
}
.menu .submenu li a i {
    color: #fff!important
}
.menu .submenu li.fa-facebook:hover {
    background-color: #24365f
}
.menu .submenu li .fa-twitter {
    background-color: #1da1f2
}
.menu .submenu li .fa-linkedin {
    background-color: #0a66c2
}
.menu .submenu li .fa-envelope {
    background-color: #ea4335
}
.menu .submenu li .fa-whatsapp {
    background-color: #25d366
}
.menu .submenu li:nth-child(1) {
    transform: rotateX(45deg)
}
.menu .submenu li:nth-child(2) {
    transform: rotateX(90deg)
}
.menu .submenu li:nth-child(3) {
    transform: rotateX(135deg)
}
.menu .submenu li:nth-child(4) {
    transform: rotateX(180deg)
}
.diety_category-grid {
    padding: 0;
    display: flow-root;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}
.diety_category-grid li {
    width: 18%;
    list-style: none;
    margin: 10px
}
.diety_category-grid li a {
    background: #fff;
    display: block;
    padding: 10px;
    text-align: center;
    color: #193455;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .18);
    border: 1px solid #dbdbdb
}
.logo-colm img {
    background: #fff;
    border-radius: 100px;
    width: 85px;
    padding: 5px;
}
.cityname {
    position: absolute;
    top: -70px;
    font-family: Dancing Script;
    font-size: 30px;
    font-weight: 700;
    color: #bc7537;
    line-height: 60px
}
.cityname:after {
    position: absolute;
    width: 80%;
    height: 4px;
    content: "";
    z-index: 0;
    right: 0;
    left: -48px;
    margin: 0 auto;
    bottom: -12%;
    background: linear-gradient(90deg, #fff 0, rgba(255, 255, 255, 0) 100%)
}
.h1, .h2, .h3, .h4, .h5, .h6, .nav-link, .title h2, .title h2 span, .title2 p, h1, h2, h3, h4, h5, h6 {
    color: #ffef00!important;
    opacity: 1
}
path {
    fill: #ffef00!important;
    stroke: #000!important;
    box-shadow: -1px 4px 5px 0#ffef00
}
#map-svg {
    filter: drop-shadow(-14px 4px 0#4a525a)!important
}
path:hover {
    fill: #454545!important
}
.green_bg {
    filter: grayscale(100%)
}
.text-danger {
    color: #ffef00!important
}
.btn-danger {
    color: #000  !important;
    background-color: #ffef00;
}
#wowslider-container1 .ws-title, #wowslider-container1 .ws-title div span span {
    color: #000
}
.btn, .btn:hover, fieldset {
    border-color: #ffef00
}
legend {
    background: #1f1f1f;
    color: #ffef00
}
.btn, .btn:hover {
    color: #ffef00
}
.btn:hover {
    color: #000;
    background-color: #ffef00
}
.table-striped > tbody > tr:nth-of-type(odd), table {
    color: #ffef00!important
}
.search-result .local:hover, .text-success {
    color: #ffef00!important
}
.serial {
    counter-reset: Serial
}
.serial tr td:first-child:before {
    content: counter(Serial, decimal) ".";
    counter-increment: Serial;
    font-weight: 700;
}
.serial tr td:first-child {
    text-align: center
}
.search-result span {
    word-break: break-word;
    color: #ffef00;
    display: block;
    font-size: .85em
}
.search-result {
    list-style: outside none none;
    margin: 15px;
    padding: 0;
    display: flow-root
}
.search-result li {
    padding: 15px;
    transition: all .2s ease 0s;
    list-style: none;
    width: 47%;
    float: left;
    margin: 15px;
    box-shadow: 0 2px 33px 2px rgb(121 124 148/18%);
    border-radius: 10px;
    background: #fff
}
.search-result .local {
    color: #ffef00;
    display: block;
    font-size: 1.16em
}
.search-result p {
    margin: 5px auto
}
.table > thead > tr > th {
    background-color: #444;
    color: #ffef00;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}
/* Gradient Header */
.card-header.gradient {
    background: linear-gradient(135deg, #FFEB3B, #FFEB3B);
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    border-radius: 12px 12px 0 0;
}
/* Icon Background Circle */
.icon-circle {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 16px;
    color: #000000;
}
/* Icon Colors */
.icon-email {
    background: #FFEB3B;
}
.icon-building {
    background: #FFEB3B;
}
.icon-phone {
    background: #FFEB3B;
}
.icon-fax {
    background: #FFEB3B;
}
.icon-globe {
    background: #FFEB3B;
}
.custom-card {
    border-radius: 12px;
    overflow: hidden;
    border: 0;
    background: #484848;
}
ul.list-unstyled li {
    margin-bottom: 10px;
    line-height: 1.5;
}
/* Full LI Highlight */
.name-highlight {
    background: linear-gradient(90deg, #ffef001c 0%, #ffffff00 100%);
    padding: 10px;
    border-radius: 8px;
    /* box-shadow: 0 0 6px rgba(255, 193, 7, 0.5); */
    font-weight: 700;
}
.arrow-list {
    list-style: none;
    padding: 0;
}
.arrow-list li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}
.arrow-list li::before {
    content: "\f105"; /* right arrow icon */
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
    left: 0;
    top: -2px;
    font-weight: 700;
}
.primarymenu .dropdown-menu .nav-link {
    color: #000;
    font-size: 0.95em;
    font-weight: 500;
    padding: 0.2rem 1rem !important;
}
.primarymenu .dropdown-menu .nav-link:hover {
    color: #e77818;
    background: #f2f2f2;
}
.dropdown-menu {
    background-color: #000000;
}
.diety_category li a img {
    filter: grayscale(100%);
}
#wowslider-container1 .btn {
    color: #000000;
    border-top: 2px solid #000000;
}
option {
    color: #000;
}

  ul.helpline-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  /* Default white card */
  ul.helpline-list li {
    background: #ffffff00;
    padding: 10px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    width: calc(33% - 10px);
    box-sizing: border-box;
    color: #ffef00;
    transition: transform 0.3s, box-shadow 0.3s, background 0.5s, color 0.5s;
    cursor: pointer;
    justify-content: space-between; /* NEW */
    border: 2px solid #ffef00;
  }

  /* Hover: gradient card + shadow */
  ul.helpline-list li:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 12px 25px rgba(0,0,0,0.3);
    background: linear-gradient(135deg, #1a1a1a, #6c6c6c);
    color: #fff;
  }

  ul.helpline-list li img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgb(255 255 255);
    padding: 8px;
    transition: transform 0.3s, filter 0.5s;
  }

  ul.helpline-list li:hover img {
    transform: scale(1.1);
     background: rgb(255, 255, 255);
  }

  .left-section {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  ul.helpline-list li a {
    text-decoration: none;
    font-weight: bold;
    /* font-size: 20px; */
    color: inherit;
    transition: color 0.5s;
  }

  ul.helpline-list li p {
    margin: 8px 0 0;
    font-size: 15px;
    transition: color 0.5s;
  }

  /* Number Right Side Box */
  .number-box {
    font-size: 18px;  /* BIGGER FONT */
    font-weight: 800;
    padding: 5px 15px;
    border-radius: 10px;
    background: #ffef00;
    color: #000000;
    transition: all 0.5s;
  }

  /* Hover Effect */
  ul.helpline-list li:hover .number-box {
    background: linear-gradient(270deg, #ffef00, #ffc371, #1f1f1f, #6a11cb);
    background-size: 800% 800%;
    color: #ffffff;
    border: none;
    animation: gradientGlow 3s ease infinite, glow 1.5s infinite alternate;
    box-shadow: 0 0 10px #fff, 0 0 20px #6a11cb;
  }

  @keyframes gradientGlow {
    0% {background-position: 0% 50%;}
    50% {background-position: 100% 50%;}
    100% {background-position: 0% 50%;}
  }

  @keyframes glow {
    0% {box-shadow: 0 0 10px #fff, 0 0 20px #6a11cb;}
    50% {box-shadow: 0 0 20px #fff, 0 0 40px #6a11cb;}
    100% {box-shadow: 0 0 10px #fff, 0 0 20px #6a11cb;}
  }

  @media (max-width: 700px) {
    ul.helpline-list li {
      width: 100%;
      flex-direction: column;
      text-align: center;
    }
    .left-section {
      justify-content: center;
    }
  }