/*Theme Name: OsamBoard, Description:''
Author: MKM*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*font-family: 'Roboto', sans-serif;*/
@import url('../fonts/dsdigital.css');

*list-style {
    list-style: none;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
}

header {
    width: 100%;
    float: left;
    z-index: 10;
}

ul,
li {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #a13c03;
    border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #a13c03;
}

.logo {
    display: inline-block;
}

.top-1 {
    width: 100%;
    float: left;
    padding: 3px 0 0;
    margin: 0;
    background: #ff7500;
    color: #fff;
}

.top-1 ul {
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
}

.top-1 ul li {
    display: inline-block;
    font-size: 12px;
}

.top-1 .left {
    float: left;
    padding-top: 2px;
}

.top-1 .left ul li {
    display: inline-block;
    padding-right: 10px;
    border-right: 1px solid #fff;
    line-height: normal;
    margin-right: 10px;
    font-size: 13px;
}

.top-1 .left ul li:last-child {
    padding-right: 0;
    margin-right: 0;
    border: none;
}

/**/
.header-announcement {
    display: inline-block;
    position: relative;
    width: 580px;
    background: #3a1500;
    margin-left: 10px;
    border-radius: 30px;
    overflow: hidden;
}

.header-announcement h4 {
    display: inline-block;
    position: absolute;
    font-size: 13px;
    background: #873100;
    padding: 6px 9px;
    height: 100%;
    left: 0;
    top: 0;
    text-transform: uppercase;
    font-weight: 400;
    width: 123px;
}

.header-announcement-wrapper {
    padding-left: 128px;
    padding-top: 3px;
    font-size: 13px;
    padding-right: 5px;
}

.header-announcement-wrapper marquee {
    line-height: 18px;
}

.header-announcement-wrapper marquee span {
    display: inline-block;
    margin: 0 0 0 10px;
    border-right: 1px solid #873100;
    padding-right: 10px;
}

/**/
.top-1 .right {
    float: right;
}

.top-1 .right li.text-color span {
    background: #e9e9e9;
    padding: 0px 5px;
    color: #000;
    border: 1px solid #000;
}

.top-1 .right li.text-color span:nth-child(2) {
    color: #f88b18;
    border: 1px solid #f88b18;
    background: #000000;
}

.top-1 .right li.text-color span:nth-child(3) {
    color: #5bc200;
    border: 1px solid #5bc200;
    background: #000000;
}

.top-1 .right li.text-color span:nth-child(4) {
    color: #3500ff;
    border: 1px solid #3500ff;
    background: #000000;
}

.top-1 .right ul li,
.top-1 .right ul li a {
    padding: 0 4px;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
}

.top-1 .right ul li.font-acessment span {
    padding: 0 6px;
}

.top-1 .right ul li,
.top-1 .right ul li.top-search button {
    background: none;
    color: #fff;
    border: none;
}

.zoomer .col-md-12 {
    padding: 4px 0;
}

.zoomer .col-md-12 a {
    padding: 0 !important;
}

.top-1 .right ul li.top-search button:focus {
    border: none;
    outline: none;
}

.logo img {
    width: 83px;
    float: left;
    margin-right: 10px;
}

.top-2 {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

.logo-con {
    float: left;
    position: relative;
    z-index: 1000;
}

.state-logo {
    width: 85px;
    float: left;
    padding: 5px;
    margin-right: 10px;
    position: relative;
    padding-right: 10px;
    z-index: 1000;
}

.state-logo:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 80%;
    max-height: 50px;
    width: 2px;
    background: linear-gradient(45deg, transparent, #e5e5e5, transparent);
    margin: auto;
}

.logo {
    display: inline-block;
    padding: 10px 0 0;
    position: relative;
    padding-left: 90px;

}

.logo a {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 15px;
}

.logo h1 {
    font-size: 20px;
    float: left;
    font-weight: 500;
    padding: 0;
    margin: 0;
    margin-top: 15px;
    /* max-width: 239px; */
    line-height: 18px;
    position: relative;
}

.logo h1 a,
.logo h3 a {
    position: unset;
    text-decoration: none;
    color: #000;
}

.logo h3 a {
    color: #c35c05;
}

.logo h3 {
    font-size: 15px;
    color: #3D6A33;
    margin-bottom: 0;
}

.top-2-right {
    float: right;
    height: 100%;
    display: inline-flex;
    align-items: center;
}

.top-2-right ul {
    padding: 0;
    margin: 0;
}

.top-2-right ul li {
    display: inline-block;
    padding: 0 2px;
    vertical-align: bottom;
}

.top-2-right ul li:first-child img {
    max-width: 58px;
}

.top-2-right ul li:nth-child(2) img {
    max-width: 107px;
}

.top-2-right ul li a {
    display: inline-block;
}

.top-2-right ul li:first-child {
    padding: 0px 10px 0 0;
}

/*.top-2-right ul li:first-child img, .top-2-right ul li:nth-child(2) img{
 transform-origin:50% 5em;
   animation: wiggle 7s linear infinite;
}*/
/* Animation property */


/* Keyframes */
@keyframes wiggle {

    0%,
    7% {
        transform: rotateZ(0);
    }

    15% {
        transform: rotateZ(-15deg);
    }

    20% {
        transform: rotateZ(10deg);
    }

    25% {
        transform: rotateZ(-10deg);
    }

    30% {
        transform: rotateZ(6deg);
    }

    35% {
        transform: rotateZ(-4deg);
    }

    40%,
    100% {
        transform: rotateZ(0);
    }
}









.top-2-right ul li:nth-child(2) {
    padding-right: 46px;
    padding-top: 0px;
}

.top-2-right ul li:last-child {
    padding-right: 0;
}

.top-2-right ul li.cm-top {
    position: relative;
    width: 192px;
    text-align: right;
}

.top-2-right ul li.cm-top figure {
    margin-bottom: 0;
}

.top-2-right ul li.cm-top figure img {
    width: 65px;
}

.top-2-right ul li.cm-top h4 {
    display: inline-block;
    text-align: center;
    font-size: 13px;
    position: absolute;
    width: 142px;
    left: 0;
    bottom: 0;
    margin: 0;
}

.top-3 {
    width: 100%;
    float: left;
    text-align: right;
}

.menu-con {
    display: inline-block;
}

.menu-con .navbar-expand-sm {
    padding: 0;
    margin: 0;
}

.menu-con ul.navbar-nav li a {
    color: #4B4B4B;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px;
    display: inline-block;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
}

.menu-con ul.navbar-nav li:last-child a {
    padding-right: 0;
}

.menu-con ul.navbar-nav li a:hover,
li.nav-link.active a {
    text-decoration: none;
    border-color: #1c5606 !important;
}

.menu-con ul.navbar-nav .nav-link {
    padding: 0;
    margin: 0;
}

.top-3 {
    width: 100%;
    float: left;
    border-bottom: 1px solid #873100;
}

.slider-section {
    width: 100%;
    float: left;
    position: relative;

}

.slider-section .carousel-item img {
    width: 100%;
}

.announcement-bar button img {
    width: 10px;
    min-height: unset;
}

.slider-section .carousel-control-next,
.slider-section .carousel-control-prev {
    width: max-content;
    height: max-content;
    top: 0;
    bottom: 0;
    margin: auto;
}

.slider-section .carousel-control-next,
.carousel-control-prev {
    font-size: 33px;
}

.slider-section .carousel-control-next {
    right: 30px;
}

.slider-section .carousel-control-prev {
    left: 30px;
}

.slider-section .carousel-inner {
    position: relative;
}

.slider-caption {
    position: absolute;
    width: 100%;
    height: max-content;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 1;
}

.slider-caption h2 {
    font-size: 28px;
    color: #3a1500;
}

.slider-caption p {
    max-width: 392px;
    font-size: 16px;
    text-shadow: 0 0 7px #0000001f;
}

.slider-caption h3 {
    font-size: 28px;
    color: #873100;
}

.slider-caption a {
    background: linear-gradient(180deg, #c35c05 0%, #6c2401 100%, #873100 100%);
    color: #fff;
    font-size: 16px;
    border-radius: 23px;
    padding: 0 29px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    padding-right: 60px;
    line-height: 41px;
    display: inline-block;
}
.slider-caption a:hover {
    background: linear-gradient(0deg, #ff9841, #ff5c00);
}

.slider-caption a:before {
    content: '';
    width: 35px;
    height: 12px;
    background: url(../images/Arrow1.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.announcement-bar {
    width: 100%;
    position: absolute;
    bottom: 57px;
    padding-right: 62px;
}

.announcement-wrapper {
    width: 97%;
    background: #fff;
    border: 1px solid #ffad64;
    border-radius: 33px;
    position: relative;
    height: 38px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 4px #00000047;
}

.announcement-wrapper a {
    color: #000;
    text-decoration: none;
}

.announcement-bar button {
    background: #42a653;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    width: 38px;
    height: 38px;
    border-radius: 50px;
    border: 1px solid #2c8f3d;
}

.announcement-bar button img {
    width: 10px;
}

.announcement-wrapper h4 {
    display: inline-block;
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 1;
    font-size: 14px;
    background: #ffe4cc;
    padding: 11px 20px 0;
    border-radius: 30px;
    border-right: 1px solid #efaf76;
}

.announcement-wrapper marquee {
    padding: 7px 0;
    padding-right: 15px;
}

.announcement-bar .col-md-6:first-child {
    padding-left: 77px;
}

.announcement-bar .col-md-6:last-child {
    padding-right: 77px;
}

section.welcome-section {
    width: 100%;
    float: left;
    padding: 30px 0 0;
}

section.welcome-section .left {
    position: relative;
}

section.welcome-section .left:before {
    content: '';
    width: 1px;
    background: #e6f0e9;
    position: absolute;
    right: -16px;
    height: 100%;
}

.welcome-card {
    width: 100%;
    border: 1px solid #ffd5b6;
    border-radius: 10px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.welcome-card:before {
    content: '';
    width: 100%;
    height: 5px;
    background: #e16802;
    position: absolute;
    bottom: -31px;
    left: 0;
    border-radius: 10px 10px 0 0;
}

.welcome-card figure {
    padding: 0;
    margin: 0;
}

.welcome-card figure img {
    width: 100%;
}

.welcome-card h4 {
    padding: 0 15px;
    font-size: 15px;
    margin: 10px 0;
    height: 35px;
}

.welcome-card h6 {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 16px;
}

section.welcome-section .right {
    width: 100%;
    border: 1px solid #BEE8D9;
    border-radius: 10px;
    overflow: hidden;
}

section.welcome-section .right .nav-tabs .nav-item,
.apmc-section-2 .nav-tabs .nav-item {
    margin-bottom: -1px;
    width: 50%;
    background: #181d1a;
    text-align: center;
    color: #fff;
}

.apmc-section-3 .nav-tabs .nav-link {
    color: #3A1500 !important;
}

section.welcome-section .right .nav-tabs .nav-item a,
.apmc-section-2 .nav-tabs .nav-item a,
.apmc-section-3 .nav-tabs .nav-link {
    color: #fff;

}

section.welcome-section .right .nav-tabs .nav-item.show .nav-link,
section.welcome-section .right .nav-tabs .nav-link.active,
.apmc-section-2 .nav-tabs .nav-link.active,
.apmc-section-3 .nav-tabs .nav-link.active {
    background-color: #ff7501;
    color: #fff !important;
}

.notice-tender {
    width: 100%;
    position: relative;
    min-height: 57px;
    padding-left: 60px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ededed;
}

.notice-tender .date {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #2f6d12;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 7px;
    position: absolute;
    top: 0;
    left: 0;
}

.notice-tender a {
    text-decoration: none;
    color: #000;
}

.notice-tender a i {
    margin-left: 10px;
    color: #ff0000;
    font-size: 24px;
}

section.map-section {
    width: 100%;
    float: left;
    background: url(../images/rmc-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}

section.map-section .carousel-indicators .active {
    background: none !important;
}

section.map-section .left-map {
    padding: 0;
    margin: 0;
    width: 100%;
    display: inline-block;
}

section.map-section .carousel-indicators {
    position: relative;
}

.left-map {
    text-align: center;
}

.left-map select.form-control {
    margin-bottom: 17px;
    width: 100%;
}

.left-map svg#chat_orissa {
    width: 100%;
    height: auto;
}

.left-map path {
    cursor: pointer;
}

.left-map svg#chat_orissa {
    width: 100%;
    height: auto;
}



.map-right .statistics-sec h3 span {
    text-transform: none;
    font-weight: 300;
    color: #000;
}

.left-map path.active,
.left-map path:hover,
path.map-selected.current {
    fill: #7c2c00;
    background: none;
}

.left-map .carousel-indicators .active {
    background-color: transparent !important;
}

.statistics-sec {
    margin-bottom: 35px;
    text-align: center;
}

.statistics-con {
    width: 582px;
    display: inline-block;
    max-width: 100%;
}

.map-right .statistics-sec h3 {
    color: #ca5a00;
    font-size: 22px;
    border-bottom: 1px solid #9a9a9a;
    margin-bottom: 5px;
    text-align: left;
    position: relative;
    padding-bottom: 8px;
    text-transform: uppercase;
}

section.map-section nav {
    background: #ff7600;
    color: #fff;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

section.map-section .nav-tabs .nav-link.active { 
    color: #fff;
    background: #7c2c00;
}


/*section.map-section .nav-tabs .nav-link.active {
    color: #000 !important;
}*/

.map-right .statistics-sec h3 a {
    background: repeating-linear-gradient(89deg, #348c59, #1b7397);
    color: #fff;
    display: inline-block;
    font-size: 13px;
    line-height: 32px;
    border-radius: 5px;
    text-align: center;
    padding: 0 18px;
    position: absolute;
    top: 0;
    right: 0;
}

.map-con iframe {
    width: 100%;
    height: 100px;
}

.map-con {
    border: 1px solid #ffcfa6;
}

.map-con img {
    width: 100%;
}

.map-con .content {
    text-align: center;
    padding: 5px 0 0;
    background: #ff7500;
    color: #fff;
    position: relative;
}

.map-con .content:before {
    content: '';
    width: 1px;
    height: 100%;
    background: linear-gradient(45deg, transparent, #ffffff61, transparent);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.map-con .content h6 {
    margin-bottom: 0;
    color: #fff;
    font-size: 12px !important;
}

.map-con .content p {
    font-size: 12px;
    margin-bottom: 6px;
    color: #fff;
}

.map-con .content h6 {
    margin-bottom: 0;
}

a.explore-more {
    display: inline-block;
    background: #7c2c00;
    color: #fff;
    padding: 5px 14px;
    border-radius: 5px;
    margin-top: 15px;
    text-decoration: none;
    width: 100%;
}

.map-right .statistics-sec h3 a:hover {
    text-decoration: none;
    background: repeating-linear-gradient(89deg, #e18a35, #cb7520);
}

.map-right .counter {
    text-align: center;
    border-right: 1px solid #d1d1d1;
    display: inline-block;
    width: 140px;
}

.statistics-con .col-6.col-sm-3:last-child .counter {
    border-right: none;
}

.statistics-con .col-6.col-sm-3 {
    padding: 0 !important;
}

.map-right .counter h2.timer.count-title.count-number {
    font-family: 'DS-Digital';
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 29px;
}

.map-right .counter p.count-text {
    font-size: 18px;
    color: #7f2d00;
    margin-bottom: 0;
    font-weight: 500;
}

.map-box2 {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    max-width: 165px;
}

.map-box2 .icon {
    display: inline-block;
    background: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #3d934a;
    vertical-align: middle;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    left: 0;
}

.map-box2 .icon img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    width: 28px;
}

.map-box2 .content {
    display: inline-block;
    width: 100%;
    border: 1px solid #ececec;
    float: right;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    background: #ececec;
    height: 90px;
    position: relative;
    box-shadow: 0 0 8px #00000036;
}

.map-box2 .content h3 {
    font-size: 30px;
    color: #7b2c00;
    margin-bottom: 2px;
    font-weight: 600;
}

.map-box2 .content p {
    margin-bottom: 0;
    line-height: 14px;
    font-size: 12px;
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 5px 0 5px;
    left: 0;
}

.map-box2 .icon {
    display: inline-block;
    background: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #3d934a;
    vertical-align: middle;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    left: 0;
}

.map-box3 {
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 30px;
}

.map-box3 h4 {
    font-size: 14px;
    color: #616161;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #b9b9b9;
}

.map-box3 table {
    width: 100%;
}

.map-box3 table td {
    padding: 4px 0;
    font-size: 13px;
}

.map-box3-content {
    padding: 0 15px;
}

.map-box3 h3 {
    background: #7f2d00;
    color: #fff;
    font-size: 14px;
    padding: 10px 9px;
    border-radius: 10px;
    margin: 0;
    font-weight: normal;
}

.map-box3 .owl-nav {
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    margin: auto;
    width: 152px;
}

.map-box3 .owl-nav button.owl-next {
    right: 0;
    position: absolute;
}

.commodity-box .comm-icons img {
    height: 31px;
    width: auto;
    margin-bottom: 11px;
}

.commodity-box {
    text-align: center;
    display: inline-block;
    padding: 0 15px;
    margin: 0 0 15px;
}

.commodity-box h6 {
    color: #000000 !important;
}

.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus {
    outline: none;
    stroke: none;
}

/*Sliding */
#right {
    border-color: orange;
    border-width: 5px;
    width: 20em;
}

#right .handle {
    background-color: #40a356;
    color: #fff;
    font-size: 18px;
    top: 190px;
    padding: 10px 22px;
    border-radius: 13px;
}

/*Sliding*/
/*Inner Page*/
.inner-page-banner {
    position: relative;
    width: 100%;
    float: left;
}

.inner-page-banner img {
    width: 100%;
}

.page-heading {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    width: 100%;
    color: #fff;
    text-align: left;
}

.page-heading h2 {
    font-size: 22px;
}

.page-heading ul {
    padding: 0;
    margin: 0;
}

.page-heading ul li {
    display: inline-block;
}

.page-heading ul li a {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-right: 12px;
}

.page-heading ul li a:before {
    content: '\f105';
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.page-heading ul li:last-child a {
    padding-right: 0;
}

.page-heading ul li:last-child a:before {
    display: none;
}

section.innerpage-page-wrapper {
    width: 100%;
    float: left;
    padding: 60px 0;
    position: relative;
    background: url(../images/footer-bg.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

/*Inner Page End*/
footer {
    width: 100%;
    float: left;
    background: #9b3700;
    padding: 60px 0 0;
    position: relative;
    color: #BFBFBF;
    font-size: 14px;
}

.footer-map iframe {
    width: 100%;
    height: 164px;
}

.footer-1 .col-md-5,
.footer-1 .col-md-4,
.footer-1 .col-md-3 {
    padding-top: 30px;
}

.footer-1 .col-md-4,
.footer-1 .col-md-3 {
    border-left: 1px solid #31362d;
    padding-left: 40px;
}

footer a {
    color: #BFBFBF;
}

footer a:hover {
    text-decoration: none;
    color: #fff;
}

.footer-logo img {
    margin-bottom: 15px;
    max-width: 310px;
}

.f-box1.f-box {
    max-width: 310px;
}

.footer-1 ul {
    padding: 0;
    margin: 0;
}

.f-box ul li {
    padding: 7px 0;
}

.footer-1 h5 {
    color: #fff;
}

.footer-2 {
    width: 100%;
    float: left;
    padding: 30px 0;
    color: #fff;
}

.footer-2 .copy-right {
    display: inline-block;
}

.footer-sm {
    display: inline-block;
    float: right;
}

.footer-sm a {
    color: #fff;
    width: 25px;
    height: 25px;
    border: 1px solid;
    display: inline-block;
    text-align: center;
    border-radius: 30px;
    line-height: 24px;
    margin: 0 5px;
}

section.media-section {
    width: 100%;
    float: left;
    padding: 60px 0 30px;
}

.photo-gallery a,
.get-location-btn {
    display: inline-block;
    width: 100%;
    height: 78px;
    overflow: hidden;
    border-radius: 5px;
    object-fit: cover;
    margin-bottom: 15px;
}

.photo-gallery a img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}

section.media-section .tab-content>.tab-pane {
    padding: 0;
    margin: 0;
    max-height: 262px;
    overflow-y: scroll;
}

section.media-section .tab-content>.tab-pane iframe {
    width: 100%;
}

.video-gallery .carousel-inner img {
    width: 100%;
    height: 100%;
}

.video-gallery #custCarousel .carousel-indicators {
    position: static;
    margin-top: 20px;
}

.video-gallery #custCarousel .carousel-indicators>li {
    width: 100px;
}

.video-gallery #custCarousel .carousel-indicators li img,
.video-gallery #custCarousel .carousel-indicators li iframe {
    display: block;
    opacity: 0.5;
}

.video-gallery #custCarousel .carousel-indicators li.active img,
.video-gallery #custCarousel .carousel-indicators li.active iframe {
    opacity: 1;
}

.video-gallery {
    margin-bottom: 60px;
}

.video-gallery #custCarousel .carousel-indicators li:hover img {
    opacity: 0.75;
}

.video-gallery .video iframe {
    width: 100%;
    height: 241px;
}

.social-feed li.nav-item {
    width: 50%;
}

.social-feed li.nav-item:first-child a {
    background: #00C2FF !important;
    color: #fff;
    text-align: center;
}

.social-feed li.nav-item a.nav-link {
    border-radius: 0;
    border: none;
    text-align: center;
    background: #000;
    color: #fff;
}

.social-feed li.nav-item a.nav-link i {
    width: 25px;
    height: 25px;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 4px 1px;
}

.tab-content img {
    width: 100%;
}

.notice-tender a img {
    width: 17px;
}

section.logo-slider {
    width: 100%;
    float: left;
    padding: 30px 0 0;
    position: relative;
}

section.logo-slider .logo-box {
    margin-bottom: 15px;
    background: #FFFFFF;
    border: 0.5px solid #D8D8D8;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.08), 0px 2px 2px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    height: 80px;
    position: relative;
}

section.logo-slider .logo-box img {
    display: block;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.footer-bg img {
    width: 100%;
}

/*Right Side Modal*/
.modal.modal-left .modal-dialog,
.modal.modal-right .modal-dialog,
.modal.modal-top .modal-dialog,
.modal.modal-bottom .modal-dialog {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

/* Left & Right */

.modal.modal-left .modal-dialog,
.modal.modal-right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 500px;
    max-width: 100%;
    height: 100%;
}

.modal.modal-left .modal-content,
.modal.modal-right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.modal-left .modal-body,
.modal.modal-right .modal-body {
    padding: 15px 15px 80px;
}

.modal.modal-left.fade .modal-dialog {
    left: -500px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.modal-left.fade.show .modal-dialog {
    left: 0;
}

.modal.modal-right.fade .modal-dialog {
    right: -500px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.modal-right.fade.show .modal-dialog {
    right: 0;
}

.modal.modal-left .modal-content,
.modal.modal-right .modal-content,
.modal.modal-top .modal-content,
.modal.modal-bottom .modal-content,
.modal.modal-full .modal-content {
    border-radius: 0;
    border: none;
}

.modal.modal-left .modal-dialog.modal-sm,
.modal.modal-right .modal-dialog.modal-sm {
    width: 300px;
}

.modal.modal-left .modal-dialog.modal-lg,
.modal.modal-right .modal-dialog.modal-lg {
    width: 800px;
}

.modal.modal-left .modal-dialog.modal-xl,
.modal.modal-right .modal-dialog.modal-xl {
    width: 1140px;
}

/* Top and Bottom */

.modal.modal-top .modal-dialog,
.modal.modal-bottom .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.modal.modal-top .modal-content,
.modal.modal-bottom .modal-content {
    height: auto;
    overflow-y: auto;
}

.modal.modal-top .modal-body,
.modal.modal-bottom .modal-body {
    padding: 15px 15px;
}

/* Top */

.modal.modal-top.fade .modal-dialog {
    top: -100%;
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.modal-top.fade.show .modal-dialog {
    top: 0;
}

/* Bottom */

.modal.modal-bottom.fade .modal-dialog {
    bottom: -100%;
    -webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    -o-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    transition: opacity 0.3s linear, bottom 0.3s ease-out;
}

.modal.modal-bottom.fade.show .modal-dialog {
    bottom: 0;
}

.modal.modal-bottom.fade .modal-dialog {
    bottom: -100%;
}

/* Full Screen */

.modal.modal-full .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.modal.modal-full .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.modal-full .close-modal {
    position: fixed;
    top: 0;
    right: 3rem;
}

/* Footer */

button.btn.btn-light.border.rounded-pill.shadow-sm.mb-1 {
    position: fixed;
    top: 264px;
    left: -51px;
    margin: auto;
    height: max-content;
    width: max-content;
    transform: rotate(-90deg);
    background: #3ea158;
    color: #fff;
    font-size: 18px;
    border-radius: 0 0 11px 11px;
    border: none !important;
    box-shadow: 0 0 6px #000 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.grievance-modal .modal-body {
    min-height: 200px;
}

/*Right Side Modal End*/
/*MKM 06092022*/
.rmc-slider-left {
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.rmc-slider-left:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 111px;
    bottom: 0;
    left: 0;
    background: linear-gradient(2deg, black, #00000042, transparent);
    z-index: 1;
}

.rmc-slider-left .carousel.slide {
    border-radius: 10px;
    overflow: hidden;
}

.apmc-left h6 {
    color: #3A1500;
    margin-bottom: 0;
    font-size: 16px;
    position: relative;
    margin-top: 27px;
}

.apmc-left h6 span {
    position: absolute;
    top: 0;
    left: 0;
    color: #656565;
    font-size: 14px;
}

.apmc-left h3 {
    font-size: 25px;
    margin-bottom: 20px;
    color: #3A1500;
}

ul.list-1 li {
    margin-bottom: 15px;
    background: url(http://website.stlindia.com/osam-board/wp-content/uploads/2022/09/list-icon.png);
    background-repeat: no-repeat;
    background-size: 15px;
    padding-left: 22px;
    background-position-y: 3px;
    min-height: 20px;
    text-align: justify;
    line-height: 22px;
}

.rmc-heading {
    font-size: 23px;
    font-weight: bold;
    color: #3A1500;
    position: relative;
}

.rmc-heading span {
    font-weight: 400;
    display: inline-block;
    margin-right: 5px;
}

.apmc-left {
    position: relative;
}

.apmc-left:before {
    content: '';
    position: absolute;
    top: 0;
    left: -16px;
    height: 100%;
    width: 2px;
    background: linear-gradient(45deg, transparent, #35463945, transparent);
    margin: auto;
}

.cm-sec-contact {
    position: relative;
    clear: both;
    margin-top: 20px;
    width: 100%;
    float: left;
}

.cm-sec-contact h6 {
    margin-top: 5px !important;
}

.cm-sec-contact:before {
    content: '';
    width: 1px;
    height: 64px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: linear-gradient(45deg, transparent, #6a6a6ad6, transparent);
}

.apmc-left h6 {
    color: #3A1500;
    margin-bottom: 0;
    font-size: 16px;
    position: relative;
    padding-left: 94px;
    width: 100%;
    float: left;
    line-height: 18px;
    clear: both;
    margin-top: 20px;
    min-height: 20px;
}

/*MKM 06092022 End*/
/*MKM 17092022*/
.apmc-section-1 {
    width: 100%;
    float: left;
    padding: 0 0 0;
    position: relative;
    margin-bottom: 30px;
    margin-top: -30px;
}

.market-details {
    background: #dae8e9;
    border-left: 10px solid #3A1500;
    width: 100%;
    float: left;
    padding: 30px 0;
}

.market-details h5 {
    color: #3A1500;
    margin-bottom: 30px;
}

.commodity-box1 {
    position: relative;
    margin-bottom: 21px;
    text-align: center;
}

.commodity-box1 h6 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    color: #fff;
    padding: 10px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
}

.commodity-box1 figure {
    padding: 0;
    margin: 0;
    height: 79px;
}

.commodity-box1 figure img {
    height: 50px;
    max-width: 100%;
}

.commodity-box1 h6 {
    width: 100%;
    margin: 0px 0 0;
    color: #3A1500;
    padding: 0 10px;
    font-weight: 500;
    font-size: 12px;
}

.video-g iframe {
    width: 100%;
    margin-bottom: 15px;
    height: 120px;
    border-radius: 10px;
}

.market-details-right {
    background: url(http://website.stlindia.com/osam-board/wp-content/uploads/2022/09/market-bg1.png);
    background-size: 297px;
    background-position: top right;
    background-repeat: no-repeat;
}

.rmc-count-box {
    background: #3A1500;
    color: #fff;
    border-radius: 10px;
    padding: 10px 24px;
    margin-bottom: 10px;
    height: 53px;
    border: none;
    width: 259px;
    text-align: center;
    cursor: pointer;
}

.rmc-market-modal .modal-dialog.modal-dialog-centered {
    max-width: 800px !important;
}

.rmc-count-box:focus {
    border-color: #3A1500;
}

.market-details-right-btn {
    margin-top: 58px;
    padding: 21px 0 11px 13px;
    border-left: 2px solid #3A1500;
}

.market-details-right .clearfix {
    width: 100%;
    clear: both;
}

.rmc-count-box p,
.rmc-count-box h3 {
    margin-bottom: 0;
    display: inline-block;
}

.rmc-count-box h3 {
    margin-left: 9px;
    font-size: 18px;
}

.rmc-count-box p {
    font-size: 16px;
}

.market-details .map-box2 {
    max-width: unset;
}

.market-details .map-box2 .content {
    height: 142px;
    padding-top: 31px;
}

.market-details .map-box2 .content p {
    font-size: 16px;

}

.rmc-market-modal button.close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}

.market-details ul li {
    display: inline-block;
    padding: 10px;
}

.apmc-section-2,
.apmc-section-3 {
    width: 100%;
    float: left;
    padding: 60px 0;
    background: #dae8e9;
    border-left: 10px solid #3A1500;
    position: relative;
}

.apmc-section-3 {
    width: 100%;
    float: left;
    background: none;
    padding: 30px 0 60px;
    border-left: none;
}

.apmc-section-3 .tab-content>.tab-pane {
    background: #f1f1f1 !important;
    border: 1px solid #f1f1f1;
    border-top-color: #f1f1f1;
    padding: 10px;
    border-radius: 12px;
    min-height: 237px;
}

.apmc-section-3 .nav-tabs .nav-item {
    padding: 0;
}

.apmc-section-3 .nav-tabs {
    margin-bottom: -14px;
}

.apmc-section-3 .tab-content {
    z-index: 10;
    position: relative;
}

.apmc-section-3 .right .nav-tabs .nav-item a,
.apmc-section-3 .nav-tabs .nav-item a,
.apmc-section-3 .nav-tabs .nav-link {
    color: #fff;
    font-weight: 500;
    height: 51px;
    border-radius: 10px 0 0 0;
    font-size: 15px;
    padding-right: 40px;
    position: relative;
    border: 1px solid #f4f4f4;
}

.apmc-section-3 .right .nav-tabs .nav-item a:after,
.apmc-section-3 .nav-tabs .nav-item a:after,
.apmc-section-3 .nav-tabs .nav-link:after {
    content: '';
    background-image: url(../images/tab-right.png);
    position: absolute;
    width: 26px;
    height: 100%;
    top: -1px;
    right: -1px;
}

.apmc-section-3 .right .nav-tabs .nav-item a.active:after,
.apmc-section-3 .nav-tabs .nav-item a.active:after,
.apmc-section-3 .nav-tabs .nav-link.active:after {
    background-image: url(../images/tab-right-active.png);

}

.apmc-section-2 .col-md-6:first-child:before {
    content: '';
    width: 1px;
    height: 100%;
    background: #000;
    position: absolute;
    right: 0;
    top: 0;
}

.apmc-section-2 h5 {
    color: #3A1500;
    margin-bottom: 20px;
}

.apmc-map-section {
    width: 100%;
    float: left;
    margin-bottom: -66px;
}

.apmc-map-section iframe {
    width: 100%;
    height: 350px;
}

.apmc-section-2-right .notice-tender {
    border-bottom: 1px solid #ededed;
}

a.get-location-btn {
    width: auto;
    display: inline-block;
    margin-top: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: #fff;
    font-size: 17px;
    height: 56px;
    padding-left: 66px;
    padding-top: 22px;
    text-decoration: none;
    font-weight: 500;
    margin-bottom: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
}

a.get-location-btn img {
    position: absolute;
    left: 0;
    top: 0;
}

/*MKM 17092022 End*/

.grievance-btn {
    display: inline-block;
    position: fixed;
    bottom: 20px;
    left: 2px;
    z-index: 0;
    text-align: center;
    z-index: 10;
    max-width: 133px;
}

.grievance-btn a span {
    display: inline-block;
    width: 55px;
    background: #ff7500;
    border-radius: 50%;
    padding: 8px;
    box-shadow: 0 0 9px #000000ad;
}

.grievance-btn a strong {
    display: inline-block;
    width: 100%;
    background: #ff7500;
    text-align: center;
    letter-spacing: 1px;
    margin: 4px 0;
    font-size: 12px;
    color: #fff;
    border-radius: 6px;
    max-width: 141px;
    font-weight: 600;
}

.grievance-btn.price-trend-button {
    left: unset;
    right: 20px;
    width: 100px;
}

.grievance-btn.price-trend-button a span,
.grievance-btn.price-trend-button a strong {
    background: #800000;
    box-shadow: none;
}

.grievance-btn.price-trend-button a strong {
    color: #fff;
    font-weight: 600;
    display: inline-block;
    width: 100%;
}

.grievance-btn.price-trend-button a strong marquee {
    padding: 0;
    margin: 0;
    line-height: normal;
}

.grievance-btn.price-trend-button a span img {
    width: auto;
    height: 39px;
}

/*24092022MKM*/
#tablepress-1 th.column-1.sorting_disabled {
    min-width: 39px;
}

#tablepress-1 th.column-7.sorting_disabled {
    min-width: 249px !important;
}

#tablepress-1 th.column-6.sorting_disabled {
    min-width: 202px;
}

#tablepress-1 th.column-8.sorting_disabled {
    min-width: 200px;
}

#tablepress-1 th.column-4.sorting_disabled {
    min-width: 137px;
}

#tablepress-1 th.column-5.sorting_disabled {
    min-width: 196px;
}

#tablepress-1 th.column-3.sorting_disabled {
    min-width: 95px;
}

.tablepress-id-10.tablepress tbody tr td:first-child {
    vertical-align: middle;
    color: #000;
}

table#tablepress-10 {
    border-left: 1px solid #dddddd;
}

.tablepress tfoot th,
.tablepress thead th {
    background-color: #3A1500 !important;
    color: #fff;
}

/*24092022 MKM End*/
/*==================
Media Max Width
==================*/
@media (max-width:1400px) {
    .header-announcement {
        width: 400px;

    }
}

@media (max-width:1200px) {
    .container {
        max-width: 100%;
    }

    .slider-caption {
        padding-left: 80px;
    }

    .slider-caption p {
        max-width: 342px;
    }

    .slider-caption h2 {
        font-size: 20px;
    }

    .slider-caption h3 {
        font-size: 22px;
    }

    .header-announcement {
        width: 324px;
    }
}

@media (max-width:1100px) {
    .logo h1 {
        font-size: 14px;
    }

    .logo h3 {
        font-size: 12px;
    }

    .logo img {
        width: 60px;
    }

    .state-logo {
        width: 66px;
    }

    .logo {
        padding-left: 70px;
    }

    .top-2-right ul li:first-child img {
        max-width: 40px;
    }

    .top-2-right ul li:nth-child(2) img {
        max-width: 86px;
    }

    .top-2-right ul li.cm-top figure img {
        width: 53px;
    }

    .top-2-right ul li:nth-child(2) {
        padding-right: 5px;
        padding-top: 10px;
    }

    .top-2-right ul li:first-child {
        padding: 4px 0 0 0;
    }

}

@media (max-width: 992px) {
    .container {
        max-width: 100%;
    }

    .logo h1 {
        font-size: 14px;
    }

    .logo h3 {
        font-size: 12px;
    }

    .logo img {
        width: 58px;
        margin-right: 6px;
    }

    .top-1 .right ul li,
    .top-1 .right ul li a {
        padding: 0 4px;
        font-size: 1;
    }

    .top-1 .right ul li,
    .top-1 .right ul li a {
        font-size: 10px;

    }

    .top-1 .left ul li {
        font-size: 11px;
    }

    .navbar-expand-sm .navbar-toggler {
        display: inline-block;
    }

    .collapse:not(.show) {
        display: none !important;
    }

    .navbar-toggler {
        padding: 5px;
    }

    .navbar-light .navbar-toggler-icon {
        background-size: 26px;
    }

    .logo,
    .state-logo {
        position: relative;
        z-index: 10;
    }

    .top-2-right {
        padding-right: 46px;
    }

    .top-2-right ul {
        position: relative;
        z-index: 10;
    }

    .top-2-right ul li:first-child img {
        width: 141px;
        margin-top: 0;
    }

    .top-2-right ul li:nth-child(2) img {
        width: 55px;
        margin-top: 11px;
    }

    .menu-con {
        position: relative;
        width: 100%;
        z-index: 10;
    }

    button.navbar-toggler {
        position: absolute;
        right: 0;
    }

    div#navbarTogglerDemo03 {
        position: absolute;
        top: 23px;
        z-index: 10000;
        background: #fff;
        width: 100%;
        box-shadow: 0 6px 7px #0000004f;
    }

    ul.navbar-nav {
        width: 100%;
        display: inline-block;
        text-align: left;
    }

    .top-2-right ul li.cm-top figure img {
        width: 48px;
    }

    .top-2-right ul li.cm-top h4 {
        font-size: 8px;
    }

    .top-2-right ul li.cm-top {
        width: 168px;
    }

    .top-2-right ul li.cm-top figure img {
        width: 39px;
    }

    .announcement-bar {
        position: relative;
        bottom: 0;
        padding-right: 0;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .slider-caption p {
        font-size: 10px;
        max-width: 195px;
    }

    .top-2-right ul li.cm-top {
        width: 146px;
        padding-top: 16px;
    }

    .social-feed,
    .video-gallery,
    .photo-gallery {
        margin-bottom: 40px;
    }

    .slider-caption h3 {
        font-size: 15px;
    }

    .slider-caption h2 {
        font-size: 15px;
        margin-bottom: 0;
    }

    .slider-caption a {
        font-size: 9px;
        border-radius: 23px;
        padding: 0 20px;
        padding-right: 41px;
        line-height: 24px;
    }

    .top-1 .left ul li {
        display: inline-block;
        padding-right: 5px;
        border-right: 1px solid #fff;
        line-height: normal;
        margin-right: 5px;
        font-size: 11px;
    }

    .slider-caption a:before {
        content: '';
        width: 20px;
        background-size: 35px;
        background-position-x: -20px;
        right: 6px;
    }

    .slider-caption a {
        padding-right: 31px;
    }

    .slider-section .carousel-control-prev {
        left: 0;
    }

    .slider-section .carousel-control-next {
        right: 0;
    }

    .slider-section .carousel-control-prev,
    .slider-section .carousel-control-next {
        width: 15px;
    }

    .slider-caption {
        padding-left: 11px;
    }

    .announcement-wrapper marquee {
        font-size: 12px;
        padding: 4px 0;
    }

    .announcement-wrapper h4 {
        font-size: 12px;
        padding: 5px 10px 0;

    }

    .announcement-bar button {
        width: 25px;
        height: 25px;

    }

    .announcement-bar button img {
        max-width: 8px;
    }

    .announcement-wrapper {
        height: 26px;


    }

    .top-1 {
        text-align: center;
    }

    .top-1 .left {
        width: 100%;
        display: none;
    }

    .top-1 .right {
        float: none;
        text-align: center;
    }

    .top-1 ul {
        display: inline-block;
    }

    .menu-con ul.navbar-nav li a {
        font-size: 10px;
        border-bottom: 1px solid transparent;
        margin-bottom: 0;
    }

    .welcome-card {
        margin-bottom: 60px;
    }

    .announcement-bar {
        padding-right: 0;
    }

    .announcement-bar {
        position: relative;
        bottom: 0;
        padding-right: 0;
        margin-top: 30px;
    }

}

@media (max-width: 575px) {
    .slider-section .carousel-item img {
        max-width: unset;
        /*margin-left: -98px;*/
    }

    .slider-caption h2 {
        font-size: 12px;
        margin-bottom: 0;
    }

    .information-box {
        margin-bottom: 15px;
    }

    .slider-caption h2,
    .slider-caption h3 {
        text-shadow: 0 0 17px #ffffffbd;
        padding: 0;
        margin: 0px;
    }

    .slider-caption a {
        margin-top: 0;
    }

    .slider-caption h3 {
        font-size: 10px;
    }

    .top-1 .right ul li,
    .top-1 .right ul li a {
        padding: 0 1px;
    }

    .slider-caption p {
        max-height: 29px;
        overflow: hidden;
        margin-bottom: 6px;
        max-width: 147px;
    }
}

@media (max-width: 507px) {
    .our-services-con-wraper {
        max-width: 225px;
    }

}

@media (max-width: 420px) {
    .top-contact {
        display: none;
    }

    .logo img {
        width: 43px;
        margin-right: 3px;
    }

    .logo h1 {
        margin-top: 5px;
        font-size: 12px;
    }

    .logo h3 {
        font-size: 9px;
        font-weight: normal;
    }

    .navbar-toggler {
        padding: 0px;
    }

    .top-2-right ul li:first-child img {
        width: 119px;
    }

    .top-2-right ul li:nth-child(2) img {
        width: 47px;
        margin-top: 11px;
    }

    .top-2-right ul li.cm-top figure img {
        width: 43px;
    }

    .top-3 {
        top: 34px;
        height: 83px;
    }

    .top-2-right ul li.cm-top h4 {
        font-size: 9px;
        bottom: 9px;
    }

    .top-2-right ul li.cm-top {
        width: 131px;
    }

    .top-2-right ul li.cm-top h4 {
        text-align: left;
    }
}

/*================
	Media Screen max-width End
================*/

/*================
	Color Switcher
================*/
body[style="color: rgb(255, 255, 255); background-color: rgb(0, 0, 0);"] div,
body[style="color: rgb(255, 255, 255); background-color: rgb(0, 0, 0);"] a,
body[style="color: rgb(255, 255, 255); background-color: rgb(0, 0, 0);"] p,
body[style="color: rgb(255, 255, 255); background-color: rgb(0, 0, 0);"] h1,
body[style="color: rgb(255, 255, 255); background-color: rgb(0, 0, 0);"] h2,
body[style="color: rgb(255, 255, 255); background-color: rgb(0, 0, 0);"] h3,
body[style="color: rgb(255, 255, 255); background-color: rgb(0, 0, 0);"] h4,
body[style="color: rgb(255, 255, 255); background-color: rgb(0, 0, 0);"] h5,
body[style="color: rgb(255, 255, 255); background-color: rgb(0, 0, 0);"] h6,
body[style="color: rgb(255, 255, 255); background-color: rgb(0, 0, 0);"] li {
    background: #000 !important;
}

body[style="color: rgb(255, 255, 255); background-color: rgb(0, 0, 0);"] button {
    background: #d79c0e !important;
    color: #fff !important;
}

body[style="color: rgb(255, 255, 255); background-color: rgb(0, 0, 0);"] .map-top-bg {
    height: 60px;
}

body[style="color: rgb(255, 255, 255); background-color: rgb(0, 0, 0);"] .map-top-bg img {
    display: none;
}

body[style="color: rgb(255, 255, 255); background-color: rgb(0, 0, 0);"] .announcement-section h4:before {
    background: #000000;
}

body[style="color: rgb(255, 255, 255); background-color: rgb(0, 0, 0);"] .secondary-menu button[data-toggle="dropdown"] {
    background: #000 !important;
}

body[style="color: rgb(255, 255, 255); background-color: rgb(0, 0, 0);"] .secondary-menu button span {
    background: #ffb45c;
}

body[style="color: rgb(255, 255, 255); background-color: rgb(0, 0, 0);"] .search-open button {
    background: none !important;
    color: #000 !important;
}

body[style="color: rgb(255, 255, 255); background-color: rgb(0, 0, 0);"] .page-viewcontent:after {
    background: #000000;
}

body[style="color: rgb(255, 255, 255); background-color: rgb(0, 0, 0);"] .page-viewcontent:before {
    background: #000;
}

/*================
	Color Switcher End
================*/








.tab-content>.tab-pane {
    background: #fff !important;
    border: 1px solid #ddd;
    border-top-color: #fff;
    padding: 10px;
    height: 335px;
    position: relative;
}

.tab-content>.tab-pane .view_btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.all_content {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: auto;
}

.view_btn a {
    background: linear-gradient(180deg, #cf5c00 0%, #642e00 100%, #8d3002 100%);
    color: #fff;
    font-size: 12px;
    border-radius: 23px;
    padding: 5px 20px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    display: inline-block;
    float: right;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    color: #fff;
}

.datainfo h6 {
    font-weight: 400 !important;
    font-size: 13px !important;
    color: #919191;
    margin-bottom: 2px;
}

.datainfo p {
    margin-bottom: 10px;
    color: #934400;
    font-size: 13px;
    font-weight: 500;
}

.nopad {
    padding: 0px;
    margin: 0px;
}

.slider-home {
    background: #e3faef;
}

.buttonstyle {
    text-align: center;
    background: #7c2c00;
    color: #fff;
    padding: 5px !important;
    margin: 0px;
    width: 100%;
    height: 35px !important;
}

.buttonstyle:hover {
    color: #fff;
    text-decoration: none;
}

.map-right h4 {
    font-size: 15px !important;
}

.trade li {
    float: left;
    padding: 0px 5px 0px 5px;
}

.tender_archive a {
    background: linear-gradient(180deg, #15A02C 0%, #296A1F 100%, #0A3303 100%);
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    padding: 10px 30px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    display: inline-block;
    float: right;
    margin-bottom: 20px;
}
