<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.zindex2 {
    z-index: 2;
}

.m-100vh {
    margin-top: 100vh;
}

.mb-200 {
    margin-bottom: 230px;
}


.lg-img-wrap img {
    height: 80vh !important;
    margin-top: -33px;
}

.content-sec .page-navigator .breadcrumb {
    padding: 0em;
    margin-bottom: 0em;
    background-color: transparent;
    border-radius: 0em;
    position: relative;
    z-index: 0;
}

.content-sec .page-navigator .breadcrumb li:after {
    content: "|";
    position: absolute;
    right: 10px;
    font-size: 15px;
    top: 0;
    font-family: fontawesome;
}

.content-sec .page-navigator .breadcrumb li:last-child:after {
    content: "";
}



.content-sec .page-navigator .breadcrumb li a.odia {
    text-transform: initial !important;
}

.content-sec .page-navigator .breadcrumb li.odia {
    text-transform: initial !important;
}

.content-sec .page-navigator .breadcrumb.on {
    z-index: 0;
}

.content-sec .content-inner .page-heading {
    position: relative;
    margin: 0em;
    margin-left: -2em;
    padding: 0.2em 0em;
    z-index: 0;
}

.content-sec .content-inner .page-heading span {
    display: block;
    position: relative;
    z-index: 1;
    background: var(--bg-white);
    padding: 0.2em;
}

.content-sec .content-inner .page-heading:before {
    position: absolute;
    content: "";
    top: -0.5em;
    left: 1em;
    border-left: 6px solid #54AA61;
    height: 5em;
    z-index: -1;
}

.content-sec .content-inner ul.pagination {
    padding: 0em;
    justify-content: end;
}

.content-sec .content-inner ul.pagination .page-item {
    padding: 0em;
    display: inline-block;
}

.content-sec .content-inner ul.pagination .page-item .page-link {
    color: #54AA61;
}

.content-sec .content-inner ul.pagination .page-item.active .page-link {
    background-color: #54AA61;
    border-color: #54AA61;
    color: var(--white);
    z-index: 0;
}

.content-sec .content-inner ul.pagination .page-item:after {
    content: " ";
}

.content-sec .content-inner ul.pagination .page-item:first-child .page-link, .content-sec .content-inner ul.pagination .page-item:last-child .page-link {
    border-radius: 0em;
}

.form-group {
    margin-bottom: 1.5em;
}

.form-group label {
    margin-bottom: 0em;
}

.form-group.single-form-group .control-group {
    margin-bottom: 1.5em;
}

.form-control {
    border: 0px solid;
    border-bottom: 1px solid #d4d4d4;
    padding: 0.5em 0em;
    border-radius: 0em;
}

.form-control:focus {
    border-color: #54AA61;
    box-shadow: 0em 0em 0em 0em var(--audio-player-bg);
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.35rem + 2px);
}

.form-control:disabled, .form-control[readonly] {
    background-color: var(--white);
    color: #a7a7a7;
}

.input-group-text {
    background: transparent;
    border: 0px solid;
    border-bottom: 1px solid #adaca8;
}

textarea {
    height: 80px;
}

@keyframes click-wave {
    0% {
        height: 22px;
        width: 22px;
        opacity: 0.35;
        position: relative;
    }

    100% {
        height: 100px;
        width: 100px;
        margin-left: -40px;
        margin-top: -40px;
        opacity: 0;
    }
}

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 0.3em;
    right: 0em;
    bottom: 0em;
    left: 0em;
    height: 18px;
    width: 18px;
    transition: all 0.15s ease-out 0s;
    background: var(--bg-white);
    border: none;
    color: var(--white);
    cursor: pointer;
    display: inline-block;
    margin-right: 0.3em;
    outline: none;
    z-index: 0;
    border: 1px solid #adaca8;
}

.option-input:hover {
    background: #54AA61;
}

.option-input:checked {
    background: var(--bg-white);
}



.new_sld {
    margin-bottom: 30px;
}

.new_sld h3 {
    margin-bottom: 0em;
    float: left;
    width: 100%;
}


.option-input:checked:before {
    height: 18px;
    width: 18px;
    position: absolute;
    content: "âœ”";
    display: inline-block;
    font-size: 1em;
    text-align: center;
    line-height: 18px;
    color: #54AA61;
    left: -1px;
}

.option-input:checked:after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #54AA61;
    content: "";
    display: block;
    position: relative;
    z-index: 0;
}

.option-input.radio {
    border-radius: 100%;
}

.option-input.radio:checked {
    background: var(--bg-white);
}

.option-input.radio:checked:before {
    height: 12px;
    width: 12px;
    top: 2px;
    left: 2px;
    position: absolute;
    content: "";
    display: inline-block;
    background: #54AA61;
    border-radius: 9px;
}

.option-input.radio:after {
    border-radius: 100%;
}

.control-group {
    position: relative;
}

.control-group label {
    position: absolute;
    left: 0em;
    padding: 0.2em 0em;
    top: 0.2em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #1b1b1b;
    z-index: 2;
}

.control-group .border-line {
    display: block;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.control-group .border-line:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0em;
    right: 100%;
    bottom: 0em;
    background: #54AA61;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.control-group.focused label {
    color: var(--black);
    top: -1.1em;
    font-size: 90%;
}

.control-group.focused .border-line:before {
    right: 0;
}

.right-panel h4 {
    margin-bottom: 0.5em;
    color: var(--black);
}

.right-panel .social-widget {
    height: 350px;
    overflow: hidden;
    border: 1px solid #bbbbbb;
    margin-bottom: 1.5em;
}

.right-panel .social-widget iframe {
    height: 400px !important;
    width: 100% !important;
    border: 0em;
}

.right-panel .social-widget .fb_iframe_widget span {
    height: 100% !important;
}

.btn {
    border-radius: 2px;
}

p.odia {
    font-size: 1.1em !important;
}


.sharediv {
    margin-top: 1em;
}

.sharediv a {
    display: inline-block;
    padding: 0.3em 1em;
    border: 1px solid #54AA61;
    color: #54AA61;
    position: relative;
    float: left;
}

.sharediv a:hover {
    background: #318a3e;
    color: var(--white) !important;
}

.sharediv .share-box {
    display: inline-block;
    float: left;
    margin-left: 0.5em;
}

.sharediv .share-box a {
    border: 0em;
    padding: 0.3em 0.5em;
}

.notification {
    position: absolute;
    right: 0em;
    z-index: 99;
    background: var(--bg-white);
    padding: 0.5em 1em;
    top: 0em;
    border-radius: 5px;
    border: 1px solid #adaca8;
    box-shadow: 0px 0px 10px var(--black);
    color: var(--white);
}

.notification i {
    font-size: 1.2em;
    color: var(--white);
    margin-right: 0.5em;
}

.notification.successmsg {
    border-color: #54AA61;
    background: rgba(112, 165, 72, 0.7);
}

.notification.errormsg {
    border-color: #f00;
    background: rgba(208, 14, 0, 0.7);
}

.custom-file .custom-file-label {
    position: absolute;
    top: 0em;
    right: 0em;
    left: 0em;
    padding: 0.6rem 0em;
    color: #1b1b1b;
    background-color: var(--white);
    border: 0em solid transparent;
    height: 41px;
    border-bottom: 1px solid #d4d4d4;
    border-radius: 0rem;
    z-index: 1;
}

.custom-file .custom-file-label:after {
    padding: 0.5rem 0.75rem;
    color: #1b1b1b;
    background-color: #eaeaea;
    border-left: 0px solid #ced4da;
    border-radius: 0em;
    line-height: 1.3;
}

.custom-file.focused label.custom-file-label {
    color: var(--black);
    top: 0em;
    font-size: 100%;
}

.otp-section {
    border: #eaeaea 1px solid;
    border-radius: 0.5em;
    padding: 2em;
}

.otp-section .otp-input-sec {
    width: 280px;
    margin: 0em auto 1em;
}

.otp-section p {
    font-size: 130%;
    margin-bottom: 2em;
}

.otp-section p span {
    font-weight: 600;
    color: var(--black);
}

.otp-section p.resentp {
    font-size: 1em;
    color: #adaca8;
}

#registration-modal .modal-dialog {
    border: 4px solid #54AA61;
}

#registration-modal .modal-dialog .modal-content {
    border: 0em solid rgba(0, 0, 0, 0.2);
    border-radius: 0em;
    text-align: center;
}

#registration-modal .modal-dialog .modal-content a {
    display: inline-block;
    border: 1px solid #54AA61;
    padding: 0.2em 1em;
    border-radius: 2px;
}

#registration-modal .modal-dialog .modal-content a:hover {
    color: var(--white);
    background: #54AA61;
}

#registration-modal .close {
    position: absolute;
    right: 0.5em;
    top: 0em;
}

.digit-group {
    margin: 0 auto;
    width: fit-content;
}

.digit-group input {
    width: 50px;
    height: 50px;
    background-color: #d6d6d6;
    border: none;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: black;
    margin: 0 2px;
}

.digit-group .splitter {
    padding: 0 5px;
    color: white;
    font-size: 24px;
}



@media screen and (max-width: 1440px) {


    .content-sec .content-inner .page-heading {
        font-size: 1.7em;
        margin-left: -2em;
        padding: 0.1em 0em;
    }

    .content-sec .content-inner .page-heading:before {
        border-left: 4px solid #54AA61;
    }


}


@media screen and (max-width: 1160px) {



    .content-sec .content-inner .page-heading {
        font-size: 1.4em;
        margin-left: -1.5em;
    }

    .content-sec .content-inner .page-heading:before {
        left: 0.5em;
    }

    .right-panel h4 {
        font-size: 1.4em;
    }
}

@media screen and (max-width: 800px) {
    .right-panel {
        display: none;
    }

    .form-group {
        margin-bottom: 0.5em;
    }

    .control-group2 {
        margin-bottom: 1em;
    }




    .otp-section {
        border: #eaeaea 0px solid;
    }

    .otp-section p {
        font-size: 110%;
    }

    .otp-section p.resentp {
        font-size: 1em;
    }


    .content-inner ul.pagination {
        display: block;
    }

    .content-inner ul.pagination .page-item .page-link {
        margin-bottom: 0.5em;
    }
}




.nav-tabs {
    float: none;
    border-bottom: 0px solid #dee2e6;
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 1.2em;
    display: flex;
    justify-content: center;
}

.nav-tabs .nav-item {
    display: inline-block;
    margin-right: 13px;
    padding-left: 0px;
}

.content-inner ul.nav-tabs li:after {
    position: absolute;
    font-family: icomoon;
    content: "\ea42";
    color: #54AA61;
    font-size: 1em;
    left: 3px;
    top: 7px;
    display: none;
}


.nav-tabs .nav-item .nav-link {
    border: 1px solid var(--border-event);
    border-radius: 34px;
    background: var(--nav-tab-bg);
    font-size: 16px;
    padding: 12px 25px 12px 20px;
    text-transform: unset;
    color: var(--nav-tab-color);
    font-weight: normal;
    margin-bottom: 7px;
}

.nav-tabs .nav-item .nav-link:hover, .nav-tabs .nav-item .nav-link:focus {
    background: var(--tab_active_bg);
    color: var(--white);
}

.nav-tabs .nav-item.active .nav-link {
    box-shadow: 0px 0px 10px var(--nav-tab-shadow);
    background: #45905c;
    background-color: var(--nav-tab-activebg);
    border-color: var(--nav-tab-activecolor);
    color: var(--black);
}

.gallery-content {
    padding: 0em 0em 2em 0em;
}

.gallery-content .img-sec a {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 195px;
    float: left;
    z-index: 0;
    width: calc(25% - 1em);
    margin: 0.5em;
    background: #bbbbbb;
    border-radius: 10px;
    padding: 0;
}


.gallery-content.naveen .img-sec a {
    height: 330px;
    padding: 0;
}

.naveen-img-new {
    width: 100%;
    height: 330px;
}



.gallery-content .img-sec a img {
    margin: 0em;
    padding: 0em;
    z-index: 4;
    width: 100%;
    height: 100%;
    border: 1px solid var(--border-bottom);
    float: left;
    object-fit: cover;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.gallery-content .img-sec a .caption {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    top: 0em;
    bottom: 0em;
    left: 100%;
    width: 100%;
    z-index: 5;
}

.gallery-content .img-sec a .caption:before {
    content: "";
    background-color: #00000091;
    position: absolute;
    right: 0em;
    bottom: 0em;
    left: 0em;
    top: 0em;
    -khtml-transform: scale(3) rotate(35deg) translate(44%, 0);
    -moz-transform: scale(3) rotate(35deg) translate(44%, 0);
    -ms-transform: scale(3) rotate(35deg) translate(44%, 0);
}

.gallery-content .img-sec a .caption .caption-text {
    z-index: 10;
    color: var(--white);
    position: absolute;
    opacity: 1;
    bottom: 0em;
    right: 0em;
    left: 0;
    top: 0em;
    text-align: right;
    padding: 1em 1em 1em 1em;
}

.gallery-content .img-sec a .caption .caption-text h1 {
    text-transform: uppercase;
    font-size: 2em;
    margin-top: 2em;
    text-align: center;
}

.gallery-content .img-sec a .caption .caption-text p {
    line-height: 1.4em;
    right: 10px;
    left: 10px;
    position: absolute;
    color: var(--white);
    bottom: 0em;
    text-align: center;
}

.gallery-content .img-sec a:hover img {
    opacity: 1;
}

.gallery-content .img-sec a:hover .caption {
    opacity: 1;
    left: 0em;
}

.gallery-content .video-sec {
    padding: 0em 3em;
}

.gallery-content .video-sec a {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 195px;
    float: left;
    z-index: 99;
    margin-bottom: 1.5em;
}

.gallery-content .video-sec a img {
    margin: 0em;
    padding: 0em;
    z-index: 4;
    width: 100%;
    float: left;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.gallery-content .video-sec a .caption {
    cursor: pointer;
    position: absolute;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    top: 0em;
    bottom: 0em;
    left: 0em;
    right: 0em;
    z-index: 5;
    background: rgba(0, 0, 0, 0.5);
}

.gallery-content .video-sec a .caption .caption-text {
    z-index: 10;
    color: var(--white);
    position: absolute;
    opacity: 1;
    bottom: 0em;
    right: 0em;
    left: 0em;
    top: 0em;
    text-align: center;
    padding: 2em 2em 1em 1em;
}

.gallery-content .video-sec a .caption .caption-text h1 {
    text-transform: uppercase;
    font-size: 2.6em;
    margin: 0.5em 1em 1.5em;
}

.gallery-content .video-sec a .caption .caption-text p {
    line-height: 1.4em;
    text-align: left;
    position: absolute;
    bottom: 0em;
}

.gallery-content .video-sec a:hover img {
    opacity: 1;
}

.gallery-content .video-sec a:hover .caption {
    left: 0em;
    background: rgba(0, 0, 0, 0.6);
}

.gallery-content .video-sec a:hover .caption h1 {
    color: #54AA61;
}

.gallery-content .video-sec a:hover .caption p {
    color: #9cbf7f;
}

.gallery-content .video-sec a.bigimage {
    height: 414px !important;
}

.gallery-content .video-sec a.bigimage .caption-text h1 {
    margin: 2em 1em 2.8em;
    font-size: 3.5em;
}

.gallery-content .video-sec a.bigimage .caption-text p {
    font-size: 1.4em;
}

.gallery-content .ifographics-sec a {
    height: 325px;
}

.gallery-content .ifographics-sec a .caption {
    background: rgba(0, 0, 0, 0.5);
    right: 100%;
    width: 100%;
    left: auto;
}

.gallery-content .ifographics-sec a .caption:before {
    background: rgba(0, 0, 0, 0.5);
    -khtml-transform: scale(3) rotate(60deg) translate(0, 44%);
    -moz-transform: scale(3) rotate(60deg) translate(0, 44%);
    -ms-transform: scale(3) rotate(60deg) translate(0, 44%);
}


.gallery-content .ifographics-sec a:hover img {
    opacity: 1;
}

.gallery-content .ifographics-sec a:hover .caption {
    opacity: 9;
    right: 0em;
}

.gallery-content .audio-sec {
    padding: 0em;
}

.gallery-content .audio-sec .audio-data {
    border: 0px solid #54AA61;
    padding: 2em;
    background: var(--inner-card-bg);
    margin-bottom: 1.5em;
    border-radius: 10px;
    box-shadow: 0px 0px 10px var(--inner-card-bgshadow);
}

.gallery-content .audio-sec .audio-data h6 {
    text-transform: none;
    font-size: 1em;
    padding-top: 0.5em;
}

.gallery-content .audio-sec .audio-data img {
    width: 100%;
    margin-bottom: 1em;
}

.gallery-content .audio-sec .audio-data img.equalizerpng {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.2;
}

.gallery-content .audio-sec .audio-data img.equalizergif {
    display: none;
}

.gallery-content .audio-sec .audio-data img.equalizerpng.active {
    display: block;
}

.gallery-content .audio-sec .audio-data.active img.equalizergif,
.gallery-content .audio-sec .audio-data.active img.equalizerpng {
    display: none;
}

.gallery-content .audio-sec .audio-data.active img.equalizergif.active,
.gallery-content .audio-sec .audio-data.active img.equalizerpng.active {
    display: block;
}

.gallery-content .audio-sec .audio-data .mejs-offscreen {
    display: none;
}

.gallery-content .audio-sec .audio-data .mejs-container {
    background: var(--audio-player-bg);
    text-align: left;
    vertical-align: top;
    text-indent: 0;
    width: 100% !important;
    height: 1.5em !important;
    border-radius: 4px;
}

.gallery-content .audio-sec .audio-data .mejs-container:focus {
    outline: none;
}

.gallery-content .audio-sec .audio-data .mejs-container .mejs-controls {
    height: 100%;
    background: transparent;
    display: flex;
    position: relative;
}

.gallery-content .audio-sec .audio-data .mejs-container .mejs-controls .mejs-time-rail span,
.gallery-content .audio-sec .audio-data .mejs-container .mejs-controls .mejs-time-rail a {
    display: block;
    width: 0em;
    height: 100%;
    border-radius: 0px;
    cursor: pointer;
}

.gallery-content .audio-sec .audio-data .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
    background: #9cbf7f;
}

.gallery-content .audio-sec .audio-data .mejs-container .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    display: none;
}

.gallery-content .audio-sec .audio-data .mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
    position: absolute;
    background: #54AA61;
    width: 50px;
    height: 1.5em;
    border: none;
    top: -26px;
    margin-left: -26px;
    text-align: center;
    color: var(--white);
    border-radius: 2px;
    display: none;
}

.gallery-content .audio-sec .audio-data .mejs-container .mejs-controls .mejs-time-rail .mejs-time-float-current {
    margin: 0;
    margin-top: 2px;
    width: 100%;
    display: block;
    left: 0;
}

.gallery-content .audio-sec .audio-data .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
    background: var(--audio-player-bg);
}

.gallery-content .audio-sec .audio-data .mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #8bb36f;
    opacity: 0.4;
    height: 1.5em;
}

.gallery-content .audio-sec .audio-data .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
    background: linear-gradient(to right, #03A9F4, #ff00ff);
}

.mejs-currenttime{color: var(--grey);}

.gallery-content .audio-sec .audio-data .mejs-container .mejs-controls .mejs-time {
    display: block;
    padding: 0.1em 0em;
    line-height: 25px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    color: var(--black);
    right: 12px;
}

.gallery-content .audio-sec .audio-data .mejs-container .mejs-controls div {
    height: 100%;
    width: 50px;
    position: relative;
}

.gallery-content .audio-sec .audio-data .mejs-container .mejs-controls div:focus {
    outline: none;
}

.gallery-content .audio-sec .audio-data .mejs-container .mejs-controls .mejs-button button {
    margin: 0em;
    padding: 0em;
    position: relative;
    height: 100%;
    width: 100%;
    border: 0em !important;
    background: transparent;
    outline: none;
}

.gallery-content .audio-sec .audio-data .mejs-container .mejs-controls .mejs-button button:focus {
    outline: none;
}

.gallery-content .audio-sec .audio-data .mejs-container .mejs-controls .mejs-play:after {
    position: absolute;
    content: "\ea15";
    font-family: icomoon;
    width: 100%;
    height: 1.5em;
    top: 0em;
    left: 0em;
    bottom: 0em;
    right: 0em;
    text-align: center;
    margin: auto;
    transition: all 100ms linear;
    pointer-events: none;
    background: var(--audion-icon-bg);
    color: var(--white);
}

.gallery-content .audio-sec .audio-data .mejs-container .mejs-controls .mejs-pause:after {
    position: absolute;
    content: "\ea16";
    font-family: icomoon;
    width: 100%;
    height: 1.5em;
    top: 0em;
    left: 0em;
    bottom: 0em;
    right: 0em;
    margin: auto;
    transition: all 100ms linear;
    pointer-events: none;
    background: #54AA61;
    text-align: center;
    color: var(--white);
}

.gallery-content .audio-sec .audio-data .share-details {
    position: relative;
    top: 1em;
    width: 100%;
}

.gallery-content .jssocials-shares{text-align: right;}

.gallery-content .audio-sec .audio-data .share-details .sharelink {
    color: #4c7d49;
    font-size: 1.2em;
}


.gallery-content .audio-sec .audio-data .share-details .share-box {
    display: none;
    position: absolute;
    width: 170px;
    right: 0;
    top: -1px;
}

.gallery-content .audio-sec .audio-data .share-details .share-box .jssocials-shares .jssocials-share {
    display: inline-block;
    padding: 0em 0.5em;
}

.gallery-content .audio-sec .audio-data .share-details .share-box .jssocials-shares .jssocials-share a {
    font-size: 1.2em;
}


.gallery-content .audio-sec .audio-data .share-details .share-box .jssocials-shares .jssocials-share.jssocials-share-twitter a:hover {
    color: #54AA61;
}


.gallery-content .audio-sec .audio-data .share-details .share-box .jssocials-shares .jssocials-share.jssocials-share-facebook a:hover {
    color: #54AA61;
}



.sharegallery-details img {
    width: 100%;
    background: #bbbbbb;
    min-height: 200px;
}

@media screen and (max-width: 1600px) {

    .nav-tabs .nav-item .nav-link {
        padding: 9px 12px 9px 12px;

    }

    .gallery-content .ifographics-sec a .caption .caption-text p {
        line-height: 1.4em;
    }
}

@media screen and (max-width: 1440px) {
    .nav-tabs {
        margin-top: 0.7em;
    }

    .gallery-content .ifographics-sec a {
        height: 260px;
    }

    .gallery-content .audio-sec {
        padding: 1em 0em 0em;
    }

}

@media screen and (max-width: 1160px) {
    .nav-tabs {
        margin-top: 0.2em;
    }

    .nav-tabs .nav-item .nav-link {
        font-size: 100%;
    }

    .gallery-content .img-sec a {
        width: calc(33.3333333333% - 1em);

    }

    .gallery-content .audio-sec {
        padding: 0.5em 0em 0em;
    }

    .gallery-content .audio-sec .audio-data {
        margin-bottom: 1em;
    }


}

@media screen and (max-width: 800px) {


    .gallery-content.naveen .img-sec.new_sld a {
        height: 270px;
    }


    .img-sec {
        margin-right: 15px;
        margin-left: 0;
    }

    .gallery-content .img-sec a {
        width: calc(50% - 1em);
    }


}



@media screen and (max-width: 480px) {

    .gallery-content.naveen .img-sec.new_sld a {
        height: 300px;
    }

    .new_sld p {
        font-size: 15px;
    }

    .gallery-content .ifographics-sec a {
        height: auto;
        width: 100%;
    }

    .gallery-content .img-sec a {
        width: 100%;
    }

    .gallery-content .audio-sec .audio-data {
        padding: 1em 1em;
    }


    .nav-tabs .nav-item .nav-link {
        padding: 3px 10px 3px;
        margin-bottom: 0px;
    }

}






@media screen and (max-width: 375px) {

    .gallery-content.naveen .img-sec.new_sld a {
        height: 250px;
    }



}</pre></body></html>