﻿/********************************** COMMAN CSS START ******************************/
body {
    overflow-x: hidden;
    font-family: 'arimoregular';
}

ul, ol {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 18px;
}

img {
    max-width: 100%;
}


.list-group-item {
    border: 0;
}

a {
    color: #1686cc;
}

[class*="icon"] {
    vertical-align: middle;
}

a:hover {
    outline: medium none;
    text-decoration: none;
    color: #f39525;
}

a:focus {
    outline: medium none;
    text-decoration: none;
}

.p-left-zero {
    padding-left: 0;
}

.p-right-zero {
    padding-right: 0;
}

.display-block {
    display: block;
}

.display-none {
    display: none;
}

.display-inlineblock {
    display: inline-block;
}

.red-text {
    color: #db4f4f;
}

.orage-text {
    color: #f39525;
}

.pos-btm-zero {
    bottom: 0 !important;
}

.word-break {
    word-break: break-all;
}

/********* Fontface Start *********/
@font-face {
    font-family: 'arimoregular';
    src: url('../fonts/arimo-regular-webfont.woff2') format('woff2'),
         url('../fonts/arimo-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rajdhaniregular';
    src: url('../fonts/rajdhani-regular-webfont.woff2') format('woff2'),
         url('../fonts/rajdhani-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/********* Fontface End *********/


.blink {
    animation: 0.75s linear 0s infinite running blink;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.01% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}


.form-horizontal .control-label {
    text-align: left;
}

.custom-arrow.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
}

.custom-arrow > .arrow {
    border-width: 11px;
}

    .custom-arrow > .arrow, .custom-arrow > .arrow:after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
    }

.custom-arrow.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}

.custom-arrow > .arrow:after {
    content: "";
    border-width: 10px;
}

header .container-fluid,
section,
.search-container,
.inner-footer {
    margin: 0 auto;
    max-width: 1248px;
    width: 100%;
}

.table-no-bordered > thead > tr > th,
.table-no-bordered > tbody > tr > th,
.table-no-bordered > tfoot > tr > th,
.table-no-bordered > thead > tr > td,
.table-no-bordered > tbody > tr > td,
.table-no-bordered > tfoot > tr > td {
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}

.fs-small {
    font-size: 14px;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.brdr-right {
    border-right: 1px solid #dedede;
}

.nav > li > a:hover, .nav > li > a:focus {
    background: none;
}

.radio-inline,
.checkbox-inline,
.radio label,
.checkbox label {
    padding-left: 0;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
    outline: none;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary.focus:active,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    background: #f39525;
    border: 1px solid #f39525;
}
/********************************** COMMAN CSS END ******************************/

header {
    background: #ffffff none repeat scroll 0 0;
    /*border-bottom: 1px solid #e3e3e3;*/
    margin-bottom: 15px;
    border-bottom: 1px solid #ededed;
}

/*.inner-header {
    background: rgba(0, 0, 0, 0) url("../images/header-bgnew.png") no-repeat scroll left center;
    margin: 10px 0;
    min-height: 148px;
}*/
.header-with-advertise {
    background: rgba(0, 0, 0, 0) url("../images/header-bgnew.png") no-repeat left 30px;
    /*background: rgba(0, 0, 0, 0) url("../images/header-bg2016.png") no-repeat left 24px;*/
    margin: 10px 0;
    min-height: 180px;
}

.header-with-advertise-solar {
     background: rgba(0, 0, 0, 0) url("../images/SolarTiger_Bg.png") no-repeat left 30px;
    /*background: rgba(0, 0, 0, 0) url("../images/SolarTiger_Bg2016.png") no-repeat left 22px;*/
    margin: 10px 0;
    min-height: 180px;
}

.header-with-advertise-lanka {
    background: rgba(0, 0, 0, 0) url("../images/SrilankaTiger.png") no-repeat left 63px;
    margin: 10px 0;
    min-height: 180px;
}

.header-without-advertise-solar {
     background: rgba(0, 0, 0, 0) url("../images/SolarTiger_Bg.png") no-repeat left 0px;
    /*background: rgba(0, 0, 0, 0) url("../images/SolarTiger_Bg2016.png") no-repeat left -2px;*/
    margin: 10px 0;
     min-height: 148px;
    /*min-height: 153px;*/
}

.header-without-advertise-lanka {
    background: rgba(0, 0, 0, 0) url("../images/SrilankaTiger.png") no-repeat left 0px;
    margin: 10px 0;
    min-height: 148px;
}



.header-without-advertise {
     background: rgba(0, 0, 0, 0) url("../images/header-bgnew.png") no-repeat left 0px;
    /*background: rgba(0, 0, 0, 0) url("../images/header-bg2016.png") no-repeat left 0px;*/
    margin: 10px 0;
     min-height: 148px;
    /*min-height: 153px;*/
}

    .header-without-advertise .navbar-collapse,
    .header-without-advertise-solar .navbar-collapse {
          margin-top: 55px;
        /*margin-top: 61px;*/
    }

.header-without-advertise-lanka .navbar-collapse {
    margin-top: 21px;
}



a.header-logo {
    display: block;
    height: 148px;
}

.clear {
    clear: both;
}

.header-btn {
    margin-right: -10px !important;
    margin-top: 16px;
}

    .header-btn li {
        margin: 0 5px 0 0;
    }

        .header-btn li:last-child {
            margin: 0;
        }

.nav-bottom {
    margin-right: -10px;
    margin-top: 5px;
    float: right;
    clear: both;
}

.navbar-collapse {
    margin-top: 85px;
}

.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
}



    .navbar-default .navbar-nav li a {
        color: #fff;
        font-size: 13px;
        line-height: 22px;
        padding: 0 10px;
    }
    .header-without-advertise .navbar-collapse {
        margin-top: 58px;
    }

    .navbar-collapse {
      margin-top: 88px;
    }


        .navbar-default .navbar-nav li a:hover {
            background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
            color: #ffffff;
            outline: medium none;
        }

        .navbar-default .navbar-nav li a.login-btn {
            background: #3697e0;
            border-radius: 3px;
            text-align: center;
            padding: 3px 15px;
            font-size: 15px;
            /*margin-right: 10px;*/
            color: #FFF;
        }

.global-dropdown {
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    min-width: 160px;
    position: absolute;
    text-align: left;
    top: 100%;
    display: none;
    z-index: 1000;
}

.navbar-default .global-dropdown li a {
    color: #222;
    padding: 10px 15px;
    display: block;
    transition: 0.5s;
}

    .navbar-default .global-dropdown li a:hover {
        color: #222;
        background: #f2f2f2;
        transition: 0.2s;
    }

.navbar-default .navbar-nav li a.register-btn {
    background: #3697e0;
    border-radius: 3px;
    text-align: center;
    padding: 3px 15px;
    color: #FFF;
}

.navbar-default .navbar-nav li a.profile-btn {
    background: #3697e0;
    border-radius: 3px;
    text-align: center;
    padding: 3px 15px;
    color: #FFF;
}

.navbar-default .navbar-nav li a.icon-credit-card:before {
    color: #7a7a7a;
    font-size: 20px;
    padding-right: 5px;
    vertical-align: middle;
    transition: 0.5s;
}

.navbar-default .navbar-nav li a.icon-credit-card,
.navbar-default .navbar-nav li a.tt-lite-btn {
    background: #fff;
    border-radius: 3px;
    text-align: center;
    padding: 1px 10px 2px 11px;
    color: #444;
    border: 1px solid #cdcdcd;
    /*margin-left: 5px;*/
}

    .navbar-default .navbar-nav li a.login-btn:hover,
    .navbar-default .navbar-nav li a.register-btn:hover,
    .navbar-default .navbar-nav li a.icon-credit-card:hover,
    .navbar-default .navbar-nav li a.tt-lite-btn:hover {
        background: #333;
        color: #FFF;
        transition: 0.5s;
        border-radius: 3px;
    }

    .navbar-default .navbar-nav li a.icon-credit-card:hover,
    .navbar-default .navbar-nav li a.tt-lite-btn:hover {
        border: 1px solid #333;
    }

        .navbar-default .navbar-nav li a.icon-credit-card:hover:before {
            color: #FFF;
        }



.tab-content {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dcdcdc;
}

.scroll-layer {
    display: none;
    background: red;
    height: 86px;
    position: absolute;
    right: 8px;
    top: -15px;
    opacity: 0.8;
    z-index: 1;
    width: 60px;
    background: #f8f7f3;
    background: -moz-linear-gradient(left, #f8f7f3 0%, #e7e7e7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f8f7f3 0%,#e7e7e7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f8f7f3 0%,#e7e7e7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f7f3', endColorstr='#e7e7e7',GradientType=1 ); /* IE6-9 */
}


.nav-tabs {
    border: 0 none;
}

    .nav-tabs > li {
        width: 14.286%;
    }

.nav-tabs-tender-notice > li {
    width: 14.286%;
}

.nav-tabs > li > a,
.nav-tabs > li > a[class*="icon-"]:before {
    color: #ababab;
    font-size: 24px;
    margin-right: 0;
    text-align: center;
}

    .nav-tabs > li > a > span {
        display: block;
        font-size: 16px;
    }

    .nav-tabs > li > a:hover {
        background: none;
        border: 1px solid rgba(0, 0, 0, 0);
    }

.nav-tabs > li.active {
    background: #ffffff;
    outline: 0 none;
    text-align: center;
}

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a[class*="icon-"]:before,
    .nav-tabs > li.active > a:focus {
        color: #f39525;
        background: #fff;
    }
/*.tab-container {
    margin-top: 15px;
}*/
/*@-webkit-keyframes hvr-hvr-icon-float-away {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}

@keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}

/* Icon Float Away */
/*.hvr-icon-float-away {
  display: inline-block;
  vertical-align: middle;
  -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;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-float-away:before, .hvr-icon-float-away:after {
  position: absolute;
  right:0;
  left:0;
  bottom:-10px;
  padding: 0 1px;
}
.hvr-icon-float-away:after {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.nav-tabs li.active a:hover i.hvr-icon-float-away:after, 
.nav-tabs li:hover i.hvr-icon-float-away:focus:after, 
.nav-tabs li:hover i.hvr-icon-float-away:active:after {
  -webkit-animation-name: hvr-icon-float-away;
  animation-name: hvr-icon-float-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.nav-tabs li a i.hvr-icon-float-away
{
	font-style:normal;
}*/
.bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important;
}

.search-box {
    border-bottom: 1px solid #dedede;
}

.inner-search-box {
    margin: 10px auto;
    width: 90%;
}

    .inner-search-box a.icon-plus {
        color: #a0a0a0;
        display: block;
        float: left;
        font-size: 23px;
        /*padding: 2px 8px;*/
        position: relative;
        top: 4px;
    }

    .inner-search-box li a.icon-sitemap {
        color: #a0a0a0;
        font-size: 19px;
        position: relative;
        top: 7px;
    }

    .inner-search-box li {
        display: block;
        float: left;
        text-align: center;
        box-sizing: border-box;
        padding: 0 10px;
        width: 4%;
    }

li.search-area {
    border: 1px solid #1686cc;
    border-radius: 3px;
    width: 92%;
    padding: 0;
}

li.search-areaFreeTender {
    border: 1px solid #1686cc;
    border-radius: 3px;
    width: 100%;
    padding: 0;
}

.search-select-box {
    padding-left: 0;
    padding-right: 0;
    float: left;
}

.inner-search-box .search-select-box {
    width: 100%;
}


.search-select-box .btn-default {
    background: #fbfbfb;
    box-shadow: none;
    border: 0;
    border-right: 1px solid #e0e0e0;
    border-radius: 2px 0 0 2px;
    padding: 8px 21px 7px 10px;
}

.search-area .dropdown {
    background: #fbfbfb none repeat scroll 0 0;
    border-right: 1px solid #e0e0e0;
    padding: 7px 10px;
}

.search-area .col-md-2,
.search-area .col-md-8 {
    padding: 0;
}

.search-area a {
    color: #6d6d6d;
    display: block;
}

.search-area li {
    width: 100%;
}

.search-text {
    width: 64%;
}

.inner-search-box .search-text {
    padding-right: 52px;
    width: 100%;
}


.search-text input[type="text"] {
    border: 0 none;
    height: 35px;
    padding: 3px 10px;
    width: 100%;
    outline: none;
}

.inner-search-box .search-btn a {
    background: #1686cc;
    border: 0 none;
    height: 36px;
    width: 36px;
    font-size: 16px;
    color: #FFF;
    cursor: pointer !important;
    position: absolute;
    right: 0;
    top: 0;
}

.search-btn a.icon-search-find:before {
    color: #fff;
    vertical-align: bottom;
}

.dropdown-menu li {
    width: 100%;
    padding: 0;
    text-align: left;
}

.row-one, .row-two, .row-three {
    /*overflow: hidden;*/
    position: relative;
}

.row-one, .row-two {
    margin-bottom: 8px;
}

    .row-one b {
        color: #333333;
    }

    .row-two i {
        font-style: normal;
        font-weight: bold;
    }

.name {
    font-weight: bold;
}

.listing .container-fluid {
    background: #f8f8f8;
}

.listing-div table tr th {
    border: 0 !important;
    border-bottom: 1px solid #cdcdcd !important;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 10px 4px !important;
    text-transform: uppercase;
    color: #555;
}

    .listing-div table tr th:nth-child(2),
    .listing-div table tr th:nth-child(3),
    .listing-div table tr td:nth-child(2),
    .listing-div table tr td:nth-child(3) {
        width: 138px;
    }

    .listing-div table tr th a {
        color: #555;
    }

        .listing-div table tr th a.active[class*="icon-"]:before {
            color: #585858;
        }

.listing-icon a.active[class*="icon-"]::before {
    color: #fba923;
}

.listing-div table tr th i.icon {
    font-size: 20px;
    position: relative;
    top: 3px;
}

.listing-div table tr td:first-child,
.listing-div table tr th:first-child {
    position: relative;
}

.listing-div table tbody {
    border-bottom: 1px solid #cdcdcd;
    padding: 5px 10px !important;
}

    .listing-div table tbody table tr td {
        padding: 5px 5px 5px 10px;
        border: 0px !important;
    }

    .listing-div table tbody span {
        color: #999;
    }

    .listing-div table tbody i {
        font-style: normal;
        font-size: 12px;
    }

        .listing-div table tbody i b {
            position: relative;
            top: 3px;
        }

.listing-div .orage-text {
    color: #f39525;
}

.listing-div b {
    font-weight: normal;
    color: #404040;
}

.listing-div table tbody table:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
    transition: 0.2s;
    background: #FFF;
}

    .listing-div table tbody table:hover a {
        color: #1686cc;
        transition: 0.2s;
    }

.listing-icon li {
    cursor: pointer;
    display: inline !important;
    font-size: 17px;
    padding: 0 5px;
    position: relative;
    top: 4px;
}

.listing-icon a[class*="icon-"]:before {
    color: #ddd;
    transition: 0.2s;
}

.listing-icon li a.icon-eye {
    font-size: 19px;
}

.listing-div .icon-situation-pin:before {
    font-size: 12px;
    padding-right: 3px;
    color: #444;
}

.value-date-td {
    text-align: center;
}

.value-date-div span.value-date {
    color: #404040;
    display: none;
}

.value-date-div span {
    display: block;
    text-align: center;
}

    .value-date-div span.value-date-separator {
        display: none;
    }

.archive-years {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    position: absolute;
    z-index: 99;
    cursor: pointer !important;
}
.archive-years-float {
    top:60px;
    right:-66px;
    display:none;
     background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    position: absolute;
    z-index: 99;
    cursor: pointer !important;
}

.archive-submenu > div > ul {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}

.archive-submenu > div {
    left: 80px;
    display: none;
    top: 60px;
    position: absolute;
    padding-left: 20px;
    cursor: pointer !important;
}

     .archive-years > ul > li > a,
    .archive-years-float > ul > li > a,
    .archive-submenu > div > ul > li > a,
    .archive-years .archive-submenu > div > ul > li > a {
        color: #aaaaaa;
        padding: 5px 15px;
        display: block;
        text-align: center;
    }

.archive-submenu-year > div li {
    display: inline !important;
    float: left;
    width: 56px;
}

.archive-submenu-year ul {
    width: 100%;
    min-width: 175px;
    overflow: hidden;
}

.archive-submenu > div.yearone,
.archive-submenu > div.yeartwo,
.archive-submenu > div.yearthree,
.archive-submenu > div.yearfour ,
.archive-submenu > div.yearfive,
.archive-submenu > div.yearsix {
    left: 46px;
}

.archive-submenu > div.yearone {
    top: 0;
}

.archive-submenu > div.yeartwo {
    top: 30px;
}

.archive-submenu > div.yearthree {
    top: 60px;
}

.archive-submenu > div.yearfour {
    top: 90px;
}
.archive-submenu > div.yearfive {
    top:120px;
}
.archive-submenu > div.yearsix {
    top:150px;
}
.inner-listing-tabs > ul > li.active .archive-years > ul > li > a,
.inner-listing-tabs > ul > li.active .archive-years-float > ul > li > a {
    color: #aaaaaa;
}

     .archive-years > ul > li > a:hover,
    .archive-years-float > ul > li > a:hover,
    .inner-listing-tabs > ul > li.active .archive-years > ul > li > a:hover,
    .inner-listing-tabs > ul > li.active .archive-years-float > ul > li > a:hover,
    .archive-submenu > div > ul > li > a:hover {
        background: #f2f2f2;
        color: #404040;
    }

.archive-tab:hover .archive-years,
.archive-submenu:hover div,
.archive-tab .archive-years .archive-tab:hover .archive-years-float
 {
    display: block;
}

.collpase-form {
    clear: both;
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    font-size: 14px;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    right: 40px;
    top: 35px;
    width: 50%;
    z-index: 9999;
    position: absolute;
    text-align: left;
    padding: 10px 15px 0;
}

    .collpase-form.custom-arrow.bottom > .arrow {
        right: 4%;
        left: auto;
    }

    .collpase-form .header p {
        float: left;
        width: 90%;
    }

.pagination-none div.pagination-div {
    display: none;
}

.pagination-div {
    background: #f8f8f8;
    text-align: center;
    padding: 5px;
    clear: both;
    margin-top: -1px;
}

    .pagination-div select {
        height: 25px;
        padding: 0px 10px;
    }

    .pagination-div .form-control {
        height: 26px;
    }

    .pagination-div .bootstrap-select.btn-group .dropdown-toggle .caret {
        right: 7px;
    }

    .pagination-div .form-control .btn {
        padding: 2px 20px 2px 7px;
        width: 47px;
    }

    .pagination-div div.form-group,
    .pagination-div ul {
        margin: 0;
        padding: 0;
    }

    .pagination-div li {
        display: inline-block;
        padding: 0 3px;
        vertical-align: middle;
    }

.advertisement-div {
    margin-top: 15px;
}

    /* .advertisement-div div.col-md-3 {
        width: 316px;
        float: right;
    }*/

    .advertisement-div div.col-md-6 {
        width: inherit;
        float: none;
    }

.category-manager {
    background: #FFF url(../images/category-bg.png);
    overflow: hidden;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    height: 252px;
}

    .category-manager h1 {
        font-size: 20px;
        color: #27d8ea;
        padding: 0 10px 6px;
        letter-spacing: 1px;
        margin: 0;
    }

ul.category-tab {
    border-bottom: 1px solid rgba(92,87,87, 0.9);
    margin-top: 10px;
    padding-left: 15px;
}

.category-tab li {
    list-style: none;
    padding: 1px 0 1px 30px;
    line-height: 18px;
    font-size: 16px;
    display: inline-block;
    padding: 8px 18px;
    box-sizing: border-box;
}

    .category-tab li a {
        color: #969696;
        text-decoration: none;
        font-size: 13px;
    }

    .category-tab li.active {
        /* background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;*/
        border: 1px solid rgba(92,87,87, 0.9);
        box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.9);
        border-radius: 3px 3px 0 0;
        border-bottom: 1px solid rgba(0,0,0, 0.5);
        position: relative;
        top: 1px;
    }

        .category-tab li.active a {
            color: #f39525;
        }

.category-tab-content {
    padding: 15px;
}

    .category-tab-content li {
        line-height: 28px;
        color: #e0e4e4;
        font-size: 16px;
    }

        .category-tab-content li span {
            color: #969696;
            font-size: 15px;
            padding-right: 10px;
            vertical-align: middle;
        }

.category-manager div.tab-content {
    background: none;
    border: 0;
}

.cate-layer {
    background: rgba(0,0,0,0.7);
    padding: 10px;
    height: 100%;
}

.category-tab-content li:nth-child(2) span,
.category-tab-content li:last-child span {
    font-size: 18px;
}

.category-tab-content li:last-child a {
    color: #e0e4e4;
}

.popup-searchbar {
    position: relative;
}

    .popup-searchbar a.icon-search-find {
        background: #fff;
        border-left: 1px solid #cdcdcd;
        cursor: pointer !important;
        padding: 5px 4px 2px;
        position: absolute;
        right: 3px;
        top: 1px;
    }

        .popup-searchbar a.icon-search-find:before {
            font-size: 20px;
        }

.bottom-links {
    margin-top: 15px;
}

.links {
    background: #fff;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    color: #459ed6;
    font-size: 38px;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

    .links span {
        color: #555;
        display: block;
        font-size: 24px;
    }

    .links a {
        display: block;
        padding: 20px;
    }

        .links a[class*="icon-"]::before {
            color: #f39525;
            transition: all 0.5s ease 0s;
        }

        .links a[class*="icon-"]:hover::before {
            color: #f39525;
            transition: all 0.5s ease 0s;
        }

    .links:hover::before {
        transform: scale(0);
    }

    .links::before {
        background: #fff;
        border-radius: 100%;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: scale(2);
        transition-duration: 0.2s;
        transition-property: transform;
        transition-timing-function: ease-out;
        z-index: -1;
    }

    .links:hover span, .links a:hover {
        color: #f39525;
        transition: all 0.5s ease 0s;
    }

footer {
    background: #343742;
    border-top: 1px solid #e5e5e5;
    padding: 15px;
    margin-top: 15px;
}

.footer-links li {
    border-right: 1px solid #4a4c52;
    float: left;
    color: #f5f5f5;
    font-size: 12px;
}

    .footer-links li:last-child {
        border: 0;
    }

.copy {
    color: #999;
    font-size: 12px;
}

.copy-div {
    padding: 15px 0 0 0;
    border-top: 1px solid #43495e;
    margin-top: 10px;
}
/**** theme css ****/
.btn-primary {
    background: #f39525 none repeat scroll 0 0;
    border: 1px solid #e98e22;
}

    .btn-primary:hover, .btn-primary:focus {
        opacity: 0.8;
        background: #f39525 none repeat scroll 0 0;
        border: 1px solid #e98e22;
    }
/********************************** STATS CSS ******************************/
.stats-div {
    padding-bottom: 15px;
    overflow: hidden;
}



     .stats-div h1
    {
        font-size: 16px;
    }
    .profile-details span.title {
        font-size: 16px;
        padding-top:25px;
    }

.profile-details span.title,
.profile-details .icon-user-1:before,
.profile-details .icon-document-text:before,
.profile-details .icon-xbox:before,
.profile-details .icon-link:before {
    color: #f39525;
}

.profile-details .icon-user-1:before,
.profile-details .icon-xbox:before,
.profile-details .icon-link:before {
    padding-right: 5px;
}


.stats-div li a,
.stats-panel-body li a,
.tender-by-others li a,
.tender-by-country li a {
    color: #595959;
    line-height: 22px;
    font-size: 14px;
    transition: 0.5s;
}

.profile-details ul.list-unstyled li a {
    color: #595959;
    line-height: 22px;
    font-size: 14px;
    transition: 0.5s;
    padding: 0;
}

.stats-div li a:hover,
.stats-panel-body li a:hover,
.tender-by-others li a:hover,
.tender-by-country li a:hover {
    color: #f39525;
    transition: 0s;
}

.stats-div-no-active li a:hover {
    cursor: default;
    color: #595959;
}

.profile-details ul.list-unstyled li a:hover {
    color: #f39525;
    transition: 0s;
}

.stats-div li span,
.stats-panel-body li span,
.tender-by-others li span .tender-by-country li span {
    color: #9d9d9d;
    transition: 0.5s;
}

.stats-div li:hover span,
.tender-by-others li:hover span .tender-by-country li:hover span {
    color: #222;
    transition: 0s;
}

.stats-div li a.more-link,
.stats-panel-body a.more-link {
    color: #1686cc;
    text-decoration: underline;
    font-size: 13px;
}

.stats-div div.pagination-div {
    display: none;
}

.stats-accordion {
    display: none;
}
/********************************** EXHIBITON CSS ******************************/

.exhibiton-listing-header tr th {
    border-bottom: 1px solid #cdcdcd;
    color: #555;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 10px 4px !important;
    text-transform: uppercase;
}

    .exhibiton-listing-header tr th:first-child {
        width: 90%;
    }

    .exhibiton-listing-header tr th:last-child {
        width: 10%;
    }

.exhibiton-listing tr td {
    padding: 5px;
}

.exhibiton-listing {
    border-bottom: 1px solid #cdcdcd;
}

    .exhibiton-listing a {
        color: #404040;
    }

    .exhibiton-listing:hover a {
        color: #1686cc;
    }

    .exhibiton-listing tr table span {
        color: #999;
    }

    .exhibiton-listing i {
        font-style: normal;
    }

    .exhibiton-listing tr td:first-child {
        width: 10%;
        border-right: 1px solid #ededed;
        text-align: center;
    }

    .exhibiton-listing tr td:last-child {
        width: 90%;
    }

    .exhibiton-listing tr td table tr td:first-child {
        width: 78%;
        text-align: left;
        border: 0;
    }

    .exhibiton-listing tr td table tr td:last-child {
        width: 10%;
    }

    .exhibiton-listing:hover {
        background: #fff none repeat scroll 0 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        position: relative;
        transition: all 0.2s ease 0s;
        z-index: 1;
    }

/*.listing-div table tbody tr td table:hover {
    box-shadow: none;
    transition: none;
}*/
/********************************** CLIENTS CSS ******************************/
.clients-div {
    padding-bottom: 15px;
}

    .clients-div h2 {
        text-align: center;
        font-size: 18px;
        margin-top: 10px;
    }

    .clients-div li {
        box-sizing: border-box;
        display: inline-block;
        float: left;
        width: 100%;
        padding: 2px;
        text-align: center;
        vertical-align: middle;
    }

        .clients-div li a {
            color: #404040;
            display: block;
            transition: 0.5s;
            background: #f8f8f8;
            padding: 10px;
        }

        .clients-div li:hover a {
            color: #f39525;
            transition: 0.5s;
        }

/********************************** LISTING AFTER SEARCH CSS ******************************/
.listing-tabs {
    border-bottom: 1px solid #dedede;
}
/*.listing {
    border-bottom: 1px solid #dedede;
}*/
.listing-advertise {
    padding: 5px;
    border-bottom: 1px solid #ececec;
}

.listing-div a {
    color: #404040;
}
/*.listing-div .row-two a:hover
{
	color:#1686cc;
}*/
/*.listing .row {
    position: relative;
}*/

.listing div.tab-content {
    border: 0;
    margin-left: -7px;
}

.listing-tabs .col-md-5,
.listing-tabs .col-md-7 {
    padding-left: 10px;
    padding-right: 10px;
}

.listing-tabs .col-md-7 {
    float: right;
    margin-right: -18px;
}

.listing-tabs .col-md-5 {
    margin-left: -7px;
}

.listing div [class*="col"] {
    padding-left: 0;
    padding-right: 0;
}

.inner-listing-tabs > ul > li > a {
    color: #aaaaaa;
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    /*overflow: hidden;*/
    position: relative;
    transform: translateZ(0px);
    vertical-align: middle;
    padding: 8px 4px;
}

.inner-listing-tabs > ul > li.active a {
    color: #f39525;
    position: relative;
}
/*.inner-listing-tabs li.active a:before
{
	position:absolute;
	color:#bcbcbc;
	content:"";
	bottom: -20px;
    left: 0;
    right: 0;
	border-bottom:10px solid #fba823;
	text-align:center;
}*/

.inner-listing-tabs > ul > li > a:before {
    background: #f39525;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    right: 50%;
    transition-duration: 0.3s;
    transition-property: left, right;
    transition-timing-function: ease-out;
    z-index: -1;
    top: -1px;
}

.inner-listing-tabs > ul > li > a:hover:before,
.inner-listing-tabs > ul > li > a:focus:before,
.inner-listing-tabs > ul > li.active a:before {
    left: 0;
    right: 0;
}

.sort-by {
    padding: 8px;
    padding-right: 0;
    border-right: 1px solid #ddd;
}

.notification-div {
    border-radius: 100%;
    background: #fdeab2;
    display: table;
    margin: 3px 10px;
    cursor: pointer;
}

    .notification-div span.icon-bell {
        display: table-cell;
        font-size: 20px;
        height: 30px;
        text-align: center;
        vertical-align: middle;
        width: 30px;
    }

        .notification-div span.icon-bell:before {
            color: #f98677;
        }

.alert-msg {
    padding-top: 10px;
    display: none;
    position: absolute;
    right: 10px;
    top: 25px;
    z-index: 99;
}

.inner-alert-msg {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    padding: 10px;
}

    .inner-alert-msg span {
        color: #666;
    }

.notification-div:hover .alert-msg {
    display: block;
}

.inner-alert-msg i.icon-chevron-right-thick {
    vertical-align: middle;
}

.sort-by a {
    color: #b9b9b9;
}

.sort-arrow {
    position: relative;
    display: inline-block;
}

    .sort-arrow a.icon-down-dir {
        font-size: 17px;
        position: absolute;
        top: -9px;
        color: #b9b9b9;
    }

    .sort-arrow a.icon-up-dir {
        font-size: 17px;
        position: absolute;
        top: -20px;
        color: #b9b9b9;
    }

.sort-by a.active[class*="icon-"]:before {
    color: #585858;
}

/**************** Filter css **************/
.filter-main
{
	height: 100%;
    max-height: 100%;
    right:0;
}
.filter-mobile-btn
{
	background:#f8f8f8;
	box-shadow:0 0 10px 5px rgba(0, 0, 0, 0.15);
	padding:10px;
	text-align:center;
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	z-index:1;
	width:100%;
	display:none;
	font-size:12px;
	text-transform:uppercase;
	color:#444;
	font-weight:bold;
}
.filter-mobile-btn .icon-filter::before
{
	font-size: 18px;
    padding-right: 6px;
    vertical-align: middle;
}
.search-within button.close
{
	font-size: 26px;
    position: fixed;
    right: 15px;
    top: 6px;
	display:none;
	z-index:2;
}
.filter-div {
    border-left: 1px solid #dcdcdc;
    margin-left: -1px;
    margin-right: -8px;
    padding: 10px;
}
.filter-div span.title
{
	font-size:14px;
	padding-bottom:3px;
	display:block;
	text-transform:uppercase;
	margin:0;
	border-bottom:1px solid #d8d8d8;
	font-weight:bold;
}

.filter-div .panel-heading
{
	padding:0;
}
.filter-div h4.panel-title a
{
	display:block;
	padding:10px 0;
	font-size: 14px;
    font-weight: bold;
	color:#404040;
}
.filter-div .panel {
    background:none;
    border: 0;
    box-shadow: none;
	border-bottom:1px solid #e7e7e7;
	border-radius:0;
	margin-bottom:0;
}
.filter-div .panel-body {
	padding:0;
	padding-bottom:10px;
}
.filter-div .panel-body .form-control
{
	margin-bottom:8px;
	padding:4px 12px;
	height:30px;
}
.filter-div .radio, 
.filter-div .checkbox
{
	margin-top:0;
	margin-bottom:0;
}
.filter-div .radio-inline + .radio-inline
{
                margin-left:0;
}
.filter-div h4.panel-title a:after
{
	content:"\25bc";
	font-size: 10px;
	color:#c0c0c0;
	position:absolute;
	right:3px;
	margin-top:2px;
}
.filter-div h4.panel-title a.collapsed:after
{
	content:"\25b2";
}
.custom-tooltip
{
    background:#fff;
    color:#222; 
    font-size:11px; 
   position:absolute;
   right:100%;
    width: 100%; 
    padding:10px; 
    display:none; 
	border-radius: 2px;
    box-shadow:0 0px 10px 3px rgba(0, 0, 0, 0.13); 
    padding: 8px 10px;
    word-wrap: break-word;
    z-index: 999;
}
.filter-div span.icon-information-white
{
	position:relative;
	top:2px;
	left:4px;
	cursor:pointer;
}
/*.filter-div span.icon-information-white:hover + .custom-tooltip
{
	display:block;
}*/
.filter-div .mCSB_inside > .mCSB_container
{
	 margin-right: 18px;	
}
.filter-zone,
.filter-value
{
	height:150px;
}
.filter-zone ul li ul
{
	margin-left:25px;
	list-style:none;
}
.filter-div button.btn-xs
{
    font-size: 14px;
    margin-top: 10px;
    padding: 2px 10px; 
    /*background:#3697e0;*/ 
    color:#fff;
}
.filter-applied {
    margin-bottom: 15px;
}

    .filter-applied h2 {
        font-weight: bold;
        border-bottom: 1px solid #d8d8d8;
        padding: 0;
        padding-bottom: 5px;
        font-size: 13px;
    }

.filter-token {
    border-radius: 3px;
    background: #ececec;
    padding: 2px 5px;
    font-size: 13px;
    color: #777777;
    margin: 0 0 5px 0;
    display: inline-block;
}

    .filter-token .icon-cancel {
        color: #777777;
    }
/************ Filter css end *************/

/*.filter-div {
    border-left: 1px solid #dcdcdc;
    margin-left: -1px;
    margin-right: -8px;
    padding: 10px;
}

    .filter-div h1 {
        font-size: 14px;
        padding-bottom: 5px;
        display: block;
        text-transform: uppercase;
        margin: 0;
        border-bottom: 1px solid #d8d8d8;
        font-weight: bold;
    }

    .filter-div span.filter-option {
        text-overflow: ellipsis;
        width: 95% !important;
    }


.search-panel {
    margin-top: 10px;
}

    .search-panel input[type="text"] {
        width: 54.7%;
    }

    .search-panel span.caret {
        float: right;
        margin-top: 10px;
    }

    .search-panel .dropdown-toggle,
    .search-panel input[type="text"] {
        padding: 4px 7px;
       
    }

    .search-panel .form-control {
        height: 30px;
    }

    .search-panel .custom-select {
        margin-right: 5px;
        float: left;
        width: 43%;
    }

    .search-panel .dropdown a {
        color: #595959;
        display: block;
    }

.search-within button.btn-xs {
    color: #1686cc;
    font-size: 15px;
    margin-top: 10px;
    padding: 2px 0;
    width: 100%;
}

.filter-applied {
    margin-bottom: 15px;
}

    .filter-applied h2 {
        font-weight: bold;
        border-bottom: 1px solid #d8d8d8;
        padding: 0;
        padding-bottom: 5px;
        font-size: 13px;
    }

.filter-token {
    border-radius: 3px;
    background: #ececec;
    padding: 2px 5px;
    font-size: 13px;
    color: #777777;
    margin: 0 0 5px 0;
    display: inline-block;
}

    .filter-token .icon-cancel {
        color: #777777;
    }

.tender-keywords .panel {
    background: none;
    border: 0;
    box-shadow: none;
    margin-bottom: 0;
}

    .tender-keywords .panel h4 {
        padding: 0;
        margin: 0;
        font-size: 14px;
        display: block;
    }

.tender-keywords div.panel-heading {
    position: relative;
    padding: 10px 0 0 0;
}

.tender-keywords div.panel-body {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    margin: 10px 0 5px;
    padding: 10px 0 10px 10px;
}

    .tender-keywords div.panel-body li a {
        color: #8b8b8b;
        line-height: 18px;
        font-size: 13px;
        display: block;
        padding-bottom: 5px;
    }

        .tender-keywords div.panel-body li a:hover {
            color: #646464;
        }

        .tender-keywords div.panel-body li a.active {
            color: #f39525;
        }

.tender-keywords h4.panel-title a {
    display: block;
}

    .tender-keywords h4.panel-title a:hover {
        color: #555;
    }

    .tender-keywords h4.panel-title a span {
        font-size: 20px;
        float: right;
        color: #c0bfbf;
    }

    .tender-keywords h4.panel-title a:after {
        content: "??";
        font-size: 18px;
        position: absolute;
        right: 0;
        top: 5px;
        color: #555;
    }

    .tender-keywords h4.panel-title a.collapsed:after {
        content: "??";
        font-size: 20px;
    }*/

    .tender-keywords h4.panel-title a:after {
        content: "🔼";
        font-size: 18px;
        position: absolute;
        right: 0;
        top: 5px;
        color: #555;
    }

    .tender-keywords h4.panel-title a.collapsed:after {
        content: "🔽";
        font-size: 20px;
    }

/********************************** REGISTER FOMR CSS ******************************/
.page-center .col-md-9 {
    margin: 0 auto;
    float: none;
}
/*.inner-page-center
{
	background:#FFF;
	border:1px solid #e1e1e1;
}*/
/*.register-form .form-horizontal .control-label
{
	font-size:13px;
}*/
.register-head {
    margin-top: 10px;
}

.register-form .tab-container {
    margin-top: 0;
}

.register-form h1 {
    font-size: 18px;
    margin: 0 0 5px 8px;
    color: #9d9d9d;
}

.mandatory-div {
    color: #595959;
    font-size: 11px;
    margin-bottom: 10px;
}

    .mandatory-div span {
        color: red;
    }

span.mandatory {
    color: red;
    font-size: 14px;
    font-weight: normal;
}

.page-inner-tabs .nav-tabs > li {
    width: 25%;
}

.compare-icon {
    padding: 0;
}

    .compare-icon a {
        font-size: 20px;
        color: #555;
    }

.login-with {
    color: #999;
    margin-top: 5px;
}

    .login-with a {
        font-size: 20px;
        padding-left: 5px;
        color: #555;
    }

.custom-select .btn-default {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

    .custom-select .btn-default:hover {
        background: none;
        border-color: #cccccc;
        outline: none;
    }

    .custom-select .btn-default:focus,
    .custom-select .open > .dropdown-toggle.btn-default {
        background: none;
        border-color: #66afe9;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
        outline: 0 none;
    }

.custom-select .dropdown-menu {
    border: 1px solid #dbdbdb;
}

.contact-info {
    padding: 10px 0 15px 20px;
    border-top: 1px solid #ebedf1;
    background-color: #fcfcfc;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
    bottom: -15px;
}

    .contact-info i {
        font-style: normal;
        padding-bottom: 5px;
        display: block;
        font-size: 16px;
        color: #999;
    }
/*@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -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;
  position: relative;
}
.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: red solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity:0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-out:hover:before{
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
  opacity:1;
}

.hvr-ripple-out:focus:before,.hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
  opacity:0;

}*/
/********************************** LOGIN POPUP CSS ******************************/
.login-box {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

    .login-box div.modal-dialog {
        width: auto;
    }

    .login-box .modal-footer {
        text-align: left;
    }

    .login-box .checkbox {
        margin-top: 0;
        color: #aaa;
    }

.or {
    position: absolute;
    left: 50%;
    right: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    color: #aaa;
    padding: 4px;
    top: 101px;
    background: #fff;
    border-radius: 100%;
    text-transform: uppercase;
    margin-left: -10px;
}

.login-box .col-md-6 {
    padding-left: 0;
}

.socia-btn {
    border-bottom: 1px solid #ebebeb;
    margin: 0 15px;
    padding: 10px 0 15px;
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0,0,0,0.2);
}

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .btn-social > :first-child {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 32px;
        line-height: 34px;
        font-size: 1.6em;
        text-align: center;
        border-right: 1px solid rgba(0,0,0,0.2);
    }

.socia-btn .icon-facebook {
    font-size: 20px;
}

    .socia-btn .icon-facebook:before {
        color: #fff;
    }

.socia-btn .btn:hover {
    color: #fff;
    opacity: 0.9;
}

.register-link {
    margin-top: 6px;
    float: right;
}
/**********************************  FORM CSS ******************************/
/*.page-title
{
	background:#fcfcfc;
	padding:10px;
	border-bottom: 1px solid #ebedf1;
    margin-left: -15px;
    margin-right: -15px;
	margin-bottom:10px;
	position:relative;
}*/
.page-title {
    background: #fcfcfc;
    padding: 10px 7px;
    border: 1px solid #dcdcdc;
    border-bottom: 1px solid #ececed;
    position: relative;
    top: 1px;
}

    .page-title h1 {
        margin: 0;
        padding: 0;
        color: #f39525;
    }
/**********************************  WHY TENDER TIGER CSS ******************************/
.whytt-box {
    background: #fff;
    padding: 30px 15px;
    margin-bottom: 16px;
    text-align: center;
    transition: 0.5s;
    border: 1px solid #dcdcdc;
    height: 260px;
}

    .whytt-box span {
        background: url(../images/sprite.png) no-repeat;
        height: 70px;
        width: 70px;
        display: block;
        margin: 0 auto;
        transition: 0.5s;
    }

    .whytt-box h1 {
        font-size: 21px;
        margin-top: 10px;
    }

    .whytt-box p {
        font-size: 15px;
        color: #737373;
    }

    .whytt-box:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        transition: 0.5s;
    }

{
    transition: 0.5s;
}

.whytt-box:hover span {
    transition: 0.5s;
}

span.noone {
    background-position: 15px 8px;
}

.whytt-box:hover span.noone {
    background-position: 15px -57px;
}

span.gtp {
    background-position: -48px 9px;
}

.whytt-box:hover span.gtp {
    background-position: -48px -56px;
}

span.mta {
    background-position: -112px 10px;
}

.whytt-box:hover span.mta {
    background-position: -112px -55px;
}

span.ec {
    background-position: -171px 17px;
}

.whytt-box:hover span.ec {
    background-position: -172px -47px;
}

span.otap {
    background-position: -225px 14px;
}

.whytt-box:hover span.otap {
    background-position: -225px -51px;
}

span.icqs {
    background-position: -281px 13px;
}

.whytt-box:hover span.icqs {
    background-position: -281px -53px;
}

span.mji {
    background-position: -348px 12px;
}

.whytt-box:hover span.mji {
    background-position: -348px -51px;
}

.hvr-outline-in {
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    position: relative;
    transform: translateZ(0px);
    vertical-align: middle;
    transition-duration: 0.5s;
}

.whytt-box:hover .hvr-outline-in:before {
    bottom: -5px;
    left: -5px;
    opacity: 1;
    right: -5px;
    top: -5px;
    transition: 0.5s;
}

.hvr-outline-in:before {
    border: 2px solid #f39525;
    bottom: -15px;
    content: "";
    left: -15px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: -15px;
    top: -15px;
    transition-duration: 1s;
    transition-property: top, right, bottom, left;
    border-radius: 100%;
}
/**********************************  TENDER DETAILS PAGE CSS ******************************/
.tender-details-page table tr th {
    padding-left: 3px;
}

.tender-details-page tr td,
.tender-details-page tr th,
.tender-details-page ul li {
    border: 0 !important;
}

.common-box {
    background: #fff;
    padding: 15px;
    /*border:1px solid #e1e1e1;*/
    border: 1px solid #dcdcdc;
    margin-bottom: 16px;
    height: 100%;
}

.min-height {
    min-height: 400px;
}

.header-icon {
    bottom: 50%;
    font-size: 20px;
    margin-top: -15px;
    position: absolute;
    right: 10px;
    top: 50%;
}

    .header-icon a {
        padding: 0 0 0 7px;
    }

        .header-icon a:hover {
            color: #333;
        }

.corrigendum {
    background: #fff3f2;
    border: 1px solid #fddddd;
    border-radius: 5px;
    margin-bottom: 10px;
    /*color:#666;*/
}

.corrigendum-header {
    background: #fddddd;
    border-bottom: 1px solid #fddddd;
    border-top: 1px solid #fddddd;
    line-height: 23px;
    padding: 5px;
    color: #333;
}

.corrigendum table tr.corrigendum-header th {
    padding-left: 8px;
}

.corrigendum-header th span,
.corrigendum td b {
    font-weight: bold;
    color: #333;
}

.corrigendum table tr td i {
    color: #666;
    font-style: normal;
    font-weight: bold;
}

.corrigendum table tr:nth-child(2) td:first-child,
.corrigendum table tr:nth-child(3) td:first-child {
    color: #222;
}

.tender-details p {
    text-align: justify;
}

.tender-details a.icon-thumbs-up {
    font-size: 18px;
}

.tender-details table tr th {
    width: 22% !important;
}

.corrigendum table tr th:first-child {
    width: 22%;
    /*color:#222;
	font-weight:normal;*/
}

.corrigendum table td {
    line-height: 23px !important;
}

.corrigendum .icon-plus {
    border-radius: 100%;
    border: 1px solid #e2c6c6;
    color: #bdaaaa;
    height: 27px;
    width: 27px;
    text-align: center;
    padding: 2px;
    float: right;
    cursor: pointer;
    transition: 0.3s;
}

    .corrigendum .icon-plus:hover {
        background: #686666;
        border: 1px solid #686666;
        transition: 0.3s;
    }

        .corrigendum .icon-plus:hover:before {
            color: #FFF;
        }

.address-div {
    border: 1px solid #f2f2f2;
    padding: 10px;
    background: #fcfcfc;
    margin: 15px 0;
}

    .address-div h1 {
        margin-top: 0;
    }

    .address-div span {
        font-size: 18px;
        color: #666;
        padding-right: 5px;
    }

    .address-div p {
        line-height: 23px;
        text-align: left;
    }

.wt {
    line-height: 18px;
    margin-bottom: 10px;
}

.key-value table tr th {
    width: 30%;
}

.key-value .icon-bell {
    font-size: 18px;
}
/*.tender-document
{
	margin-top:60px;
}*/


.AutoHeightBox1 .common-box,
.AutoHeightBox2 .common-box {
    margin-bottom: 0;
}

.tender-document table tr th {
    width: 23%;
}

.tender-document ul li {
    border-right: 1px solid #cdcdcd;
    float: left;
    line-height: 11px;
    margin: 4px 0 5px;
}

    .tender-document ul li:last-child {
        border: 0;
    }

.help-desk {
    background: #ecfaf6;
    border: 1px solid #cfe6e0;
    border-radius: 5px;
    margin-bottom: 16px;
}

.help-desk-header {
    background: #d9f0ea;
    border-bottom: 1px solid #d5ece6;
}

table tr.help-desk-header th {
    padding-left: 15px;
}

.help-desk table tr td {
    line-height: 23px;
    padding-left: 15px;
}

    .help-desk table tr td i {
        font-style: normal;
        color: #999;
    }

.help-desk .icon-mobile,
.help-desk .icon-mail {
    font-size: 18px;
}

.cntct-border {
    border-left: 1px solid #c4d9d3;
    padding-left: 6%;
}

.interested-tender {
    background: #faf9eb;
    border: 1px solid #e5e4cf;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    /*margin-top: 56px;*/
}

.interested-tender-header {
    background: #ecebd6;
    border-bottom: 1px solid #e5e4cf;
}

table tr.interested-tender-header th {
    padding-left: 15px;
    padding-right: 15px;
}

.interested-tender .listing-div {
    border-bottom: 0;
}

.interested-tender .left-arrow,
.interested-tender .right-arrow {
    position: absolute;
    top: -36px;
    color: #959484;
}

.interested-tender .left-arrow {
    right: 20px;
}

.interested-tender .right-arrow {
    right: 0;
}

.interested-tender .carousel-inner {
    overflow: visible;
}

.bottom-icon {
    position: relative;
    padding: 10px 0;
}

.cm-list li a {
    position: relative;
    padding-left: 17px;
    display: inline-block;
}

    .cm-list li a:before {
        font-size: 17px;
        color: #acacac;
        transition: 0.5s;
        display: block;
        left: -3px;
        position: absolute;
        top: 2px;
    }

    .cm-list li a:hover:before {
        transform: translateX(5px);
        /*color:#23ad89;*/
    }
/**********************************  CONTACT US PAGE CSS ******************************/
.contact-us .col-md-4 {
    padding-left: 0;
}

.contact-us .col-md-8 {
    padding-right: 0;
}

.contact-us .cntct-hdr {
    overflow: hidden;
    padding: 10px 10px 10px 0;
}

.cntct-hdr span {
    height: 50px;
    width: 50px;
    border: 1px solid #ececec;
    border-radius: 100%;
    padding: 4px;
    text-align: center;
    float: left;
    font-size: 30px;
}

.contact-box span[class*="icon-"]:before {
    font-size: 18px;
    margin-right: 5px;
    float: left;
    margin-bottom: 5px;
}

.cntct-hdr span[class*="icon-"]:before {
    color: #f39525;
    margin-right: 0;
    float: none;
    margin-bottom: 0;
}

.cntct-hdr span.icon-town-hall:before {
    font-size: 30px;
}

.cntct-hdr span.icon-call:before {
    font-size: 23px;
}

.cntct-hdr span.icon-briefcase-case-two:before {
    font-size: 25px;
}

.cntct-hdr b {
    border-bottom: 1px solid #ececec;
    display: block;
    margin-left: 60px;
    margin-top: 11px;
    padding: 0 0 8px;
}

.contact-box,
.branch-box {
    background: #ffffff;
    border: 1px solid #ececec;
    height: 100%;
    margin-bottom: 16px;
    padding: 0 15px 15px;
}

.contact-box {
    min-height: 236px;
}

.cntct-info {
    margin-bottom: 5px;
}

.branch-box .col-md-4 {
    padding-left: 8px;
}
/*.contact-box span.icon-mail
{
	margin:4px 6px 5px 0;
}*/
/*.contact-box:hover span[class*="icon-"]:before
{
	color:#10be44;
}*/

/**********************************  SERVICES PAGE CSS ******************************/
.srv-box,
.srv-content {
    background: #FFF;
    box-shadow: 0 0px 2px 1px rgba(77,77,77,0.1);
    padding: 15px;
    text-align: justify;
    margin-bottom: 16px;
    color: #575757;
    line-height: 22px;
}

.srv-box {
    text-align: center;
    color: #449dd5;
    display: table-cell;
    vertical-align: middle;
    width: inherit;
}

    .srv-box h1 {
        font-size: 18px;
        text-align: center;
        margin-top: 0;
        letter-spacing: 0;
        margin-bottom: 20px;
        color: #f39525;
    }

    .srv-box div[class*="icon-"]:before {
        font-size: 90px;
        /*color:#449dd5;*/
        color: #f39525;
    }

    .srv-box div.icon-digital-certificate:before {
        font-size: 120px;
    }

    .srv-box div.icon-tenderalert:before,
    .srv-box div.icon-documents-2:before {
        font-size: 99px;
    }

    .srv-box div.icon-advertising-megaphone-2:before,
    .srv-box div.icon-shop:before,
    .srv-box div.icon-project-information:before {
        font-size: 82px;
    }

/*.srv-box-green,
.srv-box-green div[class*="icon-"]:before
{
	color:#23ad89;
}*/

/**********************************  ADVANCE SEARCH PAGE CSS ******************************/
.advance-search .common-box {
    padding-left: 0;
    padding-right: 0;
}

.advance-search .tab-content {
    margin-bottom: 16px;
    margin-left: 7px;
    margin-right: 8px;
    max-height: 208px;
    border: 1px solid #cccccc;
    border-radius: 0 0 4px 4px;
    color: #555555;
    display: block;
    font-size: 14px;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.advance-search .panel-body {
    max-height: 188px;
    padding: 0;
}

.advance-search .nav-tabs {
    margin: 0 7px;
}

    .advance-search .nav-tabs > li {
        width: 50%;
        border: 1px solid #ccc;
        margin-right: -1px;
        overflow: hidden;
    }

        .advance-search .nav-tabs > li:first-child {
            border-radius: 4px 0 0 0;
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        }

        .advance-search .nav-tabs > li:nth-child(2) {
            border-radius: 0 4px 0 0;
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        }

        .advance-search .nav-tabs > li > a {
            font-size: 15px;
            position: relative;
            z-index: 5;
            padding: 5px;
            border: 0;
        }
            /*.advance-search .nav-tabs > li:before
{
	background:#fafafa;
	transition:0.5s;
	height:100%;
	width:100%;
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:-35px;
	bottom:0;
}
.advance-search .nav-tabs > li:hover:before
{
	top:0;
	transition:0.5s;
}*/
            .advance-search .nav-tabs > li > a:hover {
                color: #222;
                transition: 0.5s;
            }

        .advance-search .nav-tabs > li.active > a {
            background: #fafafa;
            color: #333;
            transition: 0.5s;
            border-radius: 0;
            border: 0;
        }

.tender-mfa .panel {
    margin-bottom: 0;
    box-shadow: none;
}

.tender-mfa .panel-body {
    max-height: 190px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.tender-mfa table tr td input[type="checkbox"] {
    float: left;
    margin-right: 10px;
}

.tender-mfa table tr td label,
.advance-search .panel-body label {
    font-weight: normal;
    font-size: 13px;
    display: inline;
    cursor: pointer;
}

.icheckbox_flat-green {
    float: left;
    margin-bottom: 5px;
}

.app-adv-mask {
    background: rgba(0,0,0,0.7);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.app-adv-div {
    background: #ffffff;
    bottom: 0;
    height: 300px;
    left: 50%;
    margin-left: -330px;
    margin-top: -150px;
    max-width: 50%;
    position: relative;
    right: 0;
    top: 50%;
    display: none;
}

/**********************************  MOBILE APP BANNER CSS ******************************/
.mobile-icon {
    position: fixed;
    left: -123px;
    top: 40%;
    z-index: 9999px;
    border-radius: 0 3px 3px 0;
    background: rgba(232, 120, 106, 0.7);
    z-index: 2;
}

    .mobile-icon i {
        color: #ffffff;
        display: inline-block;
        font-style: normal;
        font-weight: bold;
        letter-spacing: 0;
        padding: 14px;
        position: relative;
        top: -16px;
        left: -25px;
        width: 130px;
        background: #e8786a;
    }

.app-close-btn {
    border-radius: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    height: 13px;
    padding: 2px;
    position: absolute;
    right: -3px;
    text-align: center;
    top: -4px;
    width: 12px;
    background: #fff;
    cursor: pointer;
}

    .app-close-btn span {
        color: #999;
        font-size: 13px;
        position: relative;
        right: 0;
        top: -6px;
    }



.mobile-icon a {
    background: url(../images/sprite.png) no-repeat -210px -119px;
    height: 48px;
    padding: 16px;
    display: block;
}

.mobile-app-banner {
    padding-right: 0;
}

    .mobile-app-banner .modal-content {
        background: url(../images/contemporary.png) #fff;
        position: relative;
        overflow: hidden;
        border: 0;
    }

    .mobile-app-banner .modal-header {
        border-bottom: 0;
    }

    .mobile-app-banner .modal-dialog {
        max-width: 760px;
        width: 100%;
    }

    .mobile-app-banner .modal-body {
        padding: 0 15px 0 25px;
    }

    .mobile-app-banner h4 {
        font-weight: bold;
        font-size: 26px;
        line-height: 33px;
        color: #2d2d2d;
        margin-top: 0;
        letter-spacing: 0;
        margin-bottom: 30px;
    }

    .mobile-app-banner .form-control {
        width: 100%;
    }

    .mobile-app-banner h4 b {
        color: #f49c34;
    }

    .mobile-app-banner h4 i {
        color: #26a5a8;
        font-style: normal;
    }

    .mobile-app-banner p {
        font-size: 17px;
        color: #9b9d9d;
    }

    .mobile-app-banner .modal-footer {
        color: #9b9d9d;
        margin-top: -1px;
        font-size: 16px;
        padding: 12px 15px;
    }

        .mobile-app-banner .modal-footer ul {
            float: left;
            margin-left: 10px;
        }

            .mobile-app-banner .modal-footer ul li a {
                background: url(../images/sprite.png) no-repeat;
                display: inline-block;
                height: 31px;
                width: 30px;
                text-indent: 9999px;
                vertical-align: middle;
            }

                .mobile-app-banner .modal-footer ul li a.window-icn {
                    background-position: -221px -128px;
                }

                .mobile-app-banner .modal-footer ul li a.iphone-icn {
                    background-position: -256px -128px;
                }

                .mobile-app-banner .modal-footer ul li a.android-icn {
                    background-position: -296px -128px;
                }

.app-img {
    float: right;
    margin-right: -28px;
    margin-bottom: -55px;
}

.mobile-app-banner .form-control {
    padding: 6px 10px;
    width: 250px;
    height: 39px;
    font-size: 18px;
}

.mobile-app-banner .btn-lg,
.mobile-app-banner .btn-group-lg > .btn {
    padding: 6px 11px;
    font-size: 17px;
}
/**********************************  TENDER BY COUNTRY CSS ******************************/
.cntry-header {
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto 15px;
    position: relative;
    text-align: center;
    display: table;
}

    .cntry-header:before,
    .cntry-header:after {
        border-bottom: 3px solid #fba823;
        bottom: 6px;
        content: "";
        position: absolute;
        width: 25px;
    }

    .cntry-header:before {
        left: -35px;
    }

    .cntry-header:after {
        right: -35px;
    }

.tender-by-country div.common-box,
.tender-by-others div.common-box {
    overflow: hidden;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 10px;
}

.asia-map {
    background: #fff url(../images/Asia.png) no-repeat 0 0;
    background-size: cover;
}

.africa-map {
    background: #fff url(../images/Africa.png) no-repeat 0 -120px;
    background-size: cover;
}

.europe-map {
    background: #fff url(../images/Europe.png) no-repeat 0 0;
    background-size: cover;
}

.north-america-map {
    background: #fff url(../images/North-America.png) no-repeat 0 0;
    background-size: cover;
}

.south-america-map {
    background: #fff url(../images/South-America.png) no-repeat 0 -200px;
    background-size: cover;
}

.middle-east-map {
    background: #fff url(../images/Middle-East.png) no-repeat 0 0;
    background-size: cover;
}

.form-box {
    margin: 0 auto;
    width: auto;
}

    .form-box p {
        margin-bottom: 15px;
        color: #404040;
    }

    .form-box .modal-footer {
        text-align: left;
    }
/**********************************  TENDER TIGER HOME PAGE CSS ******************************/
.header-ad {
    position: absolute;
    right: 8px;
    top: 2px;
    z-index: 1;
}

.cb-header {
    position: fixed;
    left: 0;
    right: 0;
    visibility: hidden;
}

.jumbo-header {
    z-index: 999 !important;
}

/*.home-inner-header {
    background-position: left 30px;
    min-height: 180px;
}*/

.home-navbar-collapse {
    margin-top: 85px;
}


header.sticky-header {
    background: #fba921;
    border-bottom: 0;
    height: 61px;
    margin-top: -61px;
}

.jumbo-slider {
    margin: -15px auto 0;
    width: 100%;
    /*overflow:hidden;*/
    position: relative;
}

    .jumbo-slider img {
        width: 100%;
        max-width: 100%;
    }

.search-container {
    margin: 0 auto;
    max-width: 1248px;
    position: absolute;
    left: 0;
    right: 0;
    top: -16px;
    /*top: 0%;*/
    bottom: 0;
    z-index: 2;
}


/*.mega-search
{
	background:rgba(255,255,255,0.85);
	padding:30px 30px 40px;
	border:1px solid #f2f2f2;
	max-width:850px;
}
.mega-search h1
{
	font-size:40px;
	margin:0 0 10px 0;
}

.home-search-bar
{
	border: 1px solid #f68121;
    border-radius: 5px;
}
.mega-search .btn-default
{
	background: #f2f2f2;
    padding: 12px 20px;
	border-radius:5px 0 0 5px;
	width:153px;
}
.mega-search .form-control
{
	height:auto;
}
.mega-search .search-text
{
	width:100%;
	max-width:66%;
}
.mega-search .search-text input[type="text"]
{
	height:44px;
}
.mega-search .search-btn button {
    background: #f68121;
    height: 44px;
    padding: 0 19px;
	width:114px;
	font-size:22px;
}
.search-tabber li
{
	display:inline-block;
	float: left;
    margin-right: 3px;
    width: 15%;
	display:inline-block;
	background:rgba(46,46,46,0.8);
	font-size:16px;
	text-align:center;
}
.search-tabber li a
{
	
	color:#d6d6d6;
	display:block;
	padding:10px 25px;
}
.search-tabber li.active a
{
	padding:10px 25px 13px;
	color:#FFF;
	font-weight:bold;
}*/

.home-search-bar {
    border-radius: 5px;
    background: #FFF;
}

.mega-search {
    background: rgba(70,70,70,0.8);
    border-radius: 5px;
    padding: 10px;
    /*margin:5% auto 0;*/
    margin: 0 auto 6.5%;
    width: 75%;
}

    .mega-search .btn-default {
        background: #f2f2f2 none repeat scroll 0 0;
        border-radius: 5px 0 0 5px;
        padding: 12px 20px;
        width: 153px;
    }

    .mega-search .form-control {
        height: auto;
    }

    .mega-search .search-text {
        max-width: 61%;
        width: 100%;
    }

        .mega-search .search-text input[type="text"] {
            height: 44px;
        }

    .mega-search .search-btn button {
        background: #f68121 none repeat scroll 0 0;
        font-size: 22px;
        height: 44px;
        padding: 0 19px;
        width: 114px;
        border-radius: 0 4px 4px 0;
    }

    .mega-search .tab-content {
        border: 0;
        background: rgba(46, 46, 46, 0.8);
        padding: 25px 20px 9px;
    }

    .mega-search .search-btn a {
        background: #f68121;
        font-size: 22px;
        height: 44px;
        color: #fff;
        padding: 6px 19px;
        width: 114px;
        display: block;
        border-radius: 0 4px 4px 0;
    }

.advance-row {
    font-size: 12px;
    margin-top: 5px;
    color: #d6d6d6;
}

    .advance-row a {
        color: #cccccc;
        text-decoration: underline;
    }

    .advance-row > span {
        float: right;
    }

.search-categories {
    width: 75%;
    margin: 0 auto;
    /*position: absolute;
    bottom: 165px;
    left: 0;
    right: 0;
    padding: 8px;*/
    text-align: center;
}

    .search-categories li.tt-ct {
        width: 29%;
    }

    .search-categories li {
        padding: 0 4px;
        box-sizing: border-box;
        display: inline-block;
        position: relative;
        width: 22%;
    }

        .search-categories li a {
            background: rgba(46, 46, 46, 0.8);
            border-radius: 5px;
            color: #ffffff;
            font-size: 19px;
            padding: 8px;
            display: block;
            width: 100%;
            text-align: center;
            transition: 0.5s;
        }

            .search-categories li a:hover {
                background: rgba(246,129,33, 0.8);
                transition: 0.5s;
            }

            .search-categories li a.icon-exhibition:before,
            .search-categories li a.icon-check-circle:before,
            .search-categories li a.icon-lightbulb-3:before,
            .search-categories li a.icon-file-edit:before {
                color: #edecec;
                font-size: 28px;
                padding-right: 7px;
                vertical-align: middle;
            }

        .search-categories li div.icon-lightbulb-3:before {
            padding-right: 2px;
        }

.tender-category {
    position: absolute;
    background: rgba(46, 46, 46, 0.8);
    border-radius: 5px;
    top: 44px;
    width: 96%;
    z-index: 9999;
}

    .tender-category li,
    .tender-category li:first-child {
        width: 100%;
        padding: 0;
    }

        .tender-category li a {
            color: #ffffff;
            font-size: 16px;
            padding: 8px;
            display: block;
            width: 100%;
            text-align: center;
            transition: 0.5s;
            background: none;
        }

.categories-list h1 {
    margin-top: 0;
}

.sticky-header .home-search-bar {
    margin: 12px 0;
    border-bottom: 1px solid #FFF;
}

.sticky-header .icon-search-find {
    float: right;
    padding: 6px 10px 0;
}

    .sticky-header .icon-search-find:before {
        font-size: 24px;
    }

.sticky-header .btn-default {
    background: #f2f2f2 none repeat scroll 0 0;
    border-radius: 5px 0 0 5px;
    padding: 8px 20px;
    width: 153px;
}

.sticky-header a.advance-src {
    color: #222;
    padding: 20px 0;
    display: inline-block;
}

.sticky-hdr-menu {
    text-align: center;
    font-size: 18px;
    color: #222;
    display: inline-block;
    padding: 8px 0;
    margin: 9px 0;
    transition: 0.5s;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    float: right;
}

    .sticky-hdr-menu:hover {
        background: #ffc25e;
        transition: 0.5s;
    }

.sticky-menu {
    position: absolute;
    top: 51px;
    right: 0;
    padding: 30px 0;
    background: #212121;
}

    .sticky-menu li {
        list-style: none;
    }

        .sticky-menu li a {
            color: #FFF;
            padding: 15px 50px;
            display: block;
            width: 250px;
            font-weight: 100;
            transition: 0.5s;
        }

            .sticky-menu li a:hover {
                color: #fb8423;
                transition: 0.5s;
            }

.sticky-header-icons {
    float: right;
}


.sample-btn {
    position: fixed;
    top: 55%;
    cursor: pointer;
    right: 0;
    /*z-index: 9999;*/
    z-index: 1038;
}


.sample-box {
    background: #FFF;
    border: 2px solid #ffd200;
}

    .sample-box form {
        margin: 15px;
    }



.feedback-btn {
    position: fixed;
    top: 35%;
    cursor: pointer;
    right: 0;
    /*z-index: 9999;*/
    z-index: 1038;
}

.feedback-box {
    background: #FFF;
    border: 2px solid #26a5a8;
}

    .feedback-box form {
        margin: 15px;
    }

.tender-count {
    background: rgba(0,0,0,0.5);
    padding: 20px 0 9px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.count-box h2 {
    font-size: 27px;
    margin: 0;
    color: #f2f2f2;
    font-weight: 400;
}



.count-box {
    text-align: center;
    color: #f2f2f2;
    font-size: 38px;
    box-sizing: border-box;
    font-family: 'rajdhaniregular';
    font-weight: 400;
}



    .count-box span {
        color: #fb8423;
    }

.home-categories {
    margin: 0 0 40px;
}

.home-cate-layer span {
    display: none;
}

.cate-box:hover .home-cate-layer span {
    display: block;
    font-size: 22px;
    color: #fb8423;
}

.categories-list li {
    padding: 10px 20px;
}

.categories-list .panel-body {
    max-height: 400px;
    height: 100%;
    padding: 0;
}

.categories-list .modal-body {
    padding: 0;
}

.categories-list .mCSB_inside > .mCSB_container {
    margin-right: 0;
}

.categories-list li a {
    color: #404040;
    transition: 0.5s;
    font-size: 15px;
}

    .categories-list li a:hover {
        color: #fb8423;
    }

    .categories-list li a span {
        color: #9d9d9d;
        transition: 0.5s;
        padding-left: 5px;
    }

    .categories-list li a:hover span {
        color: #404040;
    }

.categories-list li:nth-child(odd) {
    background: #f8f8f8;
}

.categories-list li:nth-child(even) {
    background: #fff;
}

.categories-list .modal-footer {
    border: 0;
}

.no-result {
    padding: 10px 20px !important;
}

.home-title {
    display: table;
    font-size: 40px;
    font-weight: normal;
    margin: 40px auto 35px;
    position: relative;
    text-align: center;
}

    .home-title:after {
        border-bottom: 1px solid #f68121;
        bottom: 0px;
        left: 0;
        right: 0;
        margin: 0 auto;
        content: "";
        position: absolute;
        width: 55px;
    }

.cate-box {
    overflow: hidden;
    position: relative;
    border: 3px solid #2d2d2c;
    cursor: pointer;
    transition: 0.5s;
    max-height: 270px;
}

.home-cate-layer {
    bottom: 50%;
    color: #ffffff;
    font-size: 25px;
    height: 60px;
    left: 0;
    margin-top: -30px;
    overflow: hidden;
    padding: 11px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transition: all 0.5s;
    background: rgba(0,0,0,0.7);
}

.cate-box:hover .home-cate-layer {
    bottom: 0;
    height: 100%;
    margin-top: 0;
    padding-top: 24%;
    top: 0;
    transition: all 0.5s;
}

.hm-btn {
    text-align: center;
    background: transparent;
    font-size: 15px;
    text-transform: uppercase;
    border: 1px solid #8c8c8c;
    padding: 13px 15px;
    display: block;
    color: #404040;
    margin: 40px auto 0;
    width: 160px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

    .hm-btn:after {
        content: "";
        background: #fb8423;
        bottom: 0;
        height: 0;
        left: 0;
        position: absolute;
        right: 0;
        z-index: -1;
        transition: 0.5s;
    }

    .hm-btn:hover.hm-btn:after,
    a.hm-btn:hover {
        height: 100%;
        transition: 0.5s;
        color: #FFF;
    }

.hm-ft-link {
    width: 70%;
}

.home-app-banner {
    background: #efede7 url(../images/mobile-app-bg.png) repeat;
    padding: 40px 0;
}

.app-image {
    float: left;
}

/**** (START) When External Banner Not Display, Please Uncomment this CSS ****/
/*
.mobile-app-home
{
	margin:0 auto;
	max-width:800px;
	width:100%;
}
.app-content
{
	float:left;
	background:#faf8f6;
	border:1px solid #d2d0c9;
	font-size:30px;
	padding:20px 30px 30px;
	margin:90px 0 0 30px;
}
.app-bagde
{
	width:160px;
	float:left;
	margin-right:8px;
}*/
/**** (END) When External Banner Not Display, Please Uncomment this CSS ****/

/**** (START) When External Banner Display, Please Uncomment this CSS ****/
.app-content {
    float: left;
    background: #faf8f6;
    border: 1px solid #d2d0c9;
    font-size: 30px;
    padding: 20px 20px 30px 25px;
    margin: 90px 0 0 30px;
}

.external-adv {
    margin-top: 70px;
    width: 300px;
    float: right;
    margin-right: 40px;
}

.app-bagde {
    width: 150px;
    float: left;
    margin-right: 8px;
}
/**** (END) When External Banner Display, Please Uncomment this CSS ****/

.app-content p {
    font-size: 20px;
    color: #8a8888;
}

/*.tender-section {
    padding: 0 0 40px 0;
}*/

.section-banner a {
    width: 16.667%;
    box-sizing: border-box;
    padding: 0 5px;
    float: left;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}
    /* Shine */
    .section-banner a:before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }

    .section-banner a:hover::before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.home-clients {
    background: url(../images/clients-bg.png) no-repeat center center;
}

    .home-clients .home-clients-layer {
        background: rgba(0,0,0,0.6);
        max-width: 100%;
        padding: 0 0 45px 0;
    }

    .home-clients .home-title {
        color: #FFF;
    }

    .home-clients a.icon-angle-left,
    .home-clients a.icon-angle-right-1 {
        font-size: 30px;
        margin-top: -18px;
        position: absolute;
        top: 50%;
    }

    .home-clients a.icon-angle-left {
        left: -20px;
    }

    .home-clients a.icon-angle-right-1 {
        right: -20px;
    }

.ftr-title {
    font-size: 25px;
    position: relative;
    border-bottom: 1px solid #43495e;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #f5f5f5;
}

    .ftr-title:before {
        content: "";
        height: 3px;
        position: absolute;
        top: 45px;
        width: 60px;
        background: #fb8423;
    }

.hm-ft-link li,
.hm-ft-contact li {
    line-height: 25px;
    transition: 0.5s;
    color: #f5f5f5;
    padding-bottom: 5px;
}

    .hm-ft-link li a {
        color: #f5f5f5;
    }

        .hm-ft-link li a:hover {
            color: #f39525;
            transition: 0.5s;
        }

    .hm-ft-contact li a {
        color: #1686cc;
        transition: 0.5s;
    }

.hm-ft-contact a.icon-facebook-squared:before,
.hm-ft-contact a.icon-linkedin-alt:before {
    font-size: 25px;
    vertical-align: middle;
    padding-right: 5px;
    color: #f5f5f5;
}

.home-clients img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.5s;
}

    .home-clients img:hover {
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        filter: grayscale(0);
        transform: scale(1.1);
        transition: 0.5s;
    }

.home-clients .owl-carousel .thumbnail {
    margin-bottom: 0;
    background: #FFF;
    overflow: hidden;
    transition: 0.5s;
    cursor: auto;
    border: 0;
    visibility: visible !important\9;
}

.home-clients .owl-theme .owl-controls .owl-nav [class*="owl-"],
.home-testimonials .owl-theme .owl-controls .owl-nav [class*="owl-"],
.tender-section .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: none;
}

.home-clients .owl-carousel .owl-controls .owl-nav .owl-next,
.tender-section .owl-controls .owl-nav .owl-next,
.home-testimonials .owl-carousel .owl-controls .owl-nav .owl-next,
.home-clients .owl-carousel .owl-controls .owl-nav .owl-prev,
.tender-section .owl-carousel .owl-controls .owl-nav .owl-prev,
.home-testimonials .owl-carousel .owl-controls .owl-nav .owl-prev {
    position: absolute;
    bottom: -6px;
}

.home-clients .owl-carousel .owl-controls .owl-nav .owl-next,
.home-testimonials .owl-carousel .owl-controls .owl-nav .owl-next,
.tender-section .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 50%;
}

.home-testimonials .owl-carousel .owl-controls .owl-nav .owl-next {
    margin-right: -50px;
}

.home-clients .owl-carousel .owl-controls .owl-nav .owl-prev,
.home-testimonials .owl-carousel .owl-controls .owl-nav .owl-prev,
.tender-section .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 50%;
}

.home-testimonials .owl-carousel .owl-controls .owl-nav .owl-prev {
    margin-left: -52px;
}

.home-clients .owl-carousel .owl-controls .owl-nav .owl-prev {
    margin-left: -62px;
}

.home-clients .owl-carousel .owl-controls .owl-nav .owl-next {
    margin-right: -62px;
}

.tender-section .owl-carousel .owl-controls .owl-nav .owl-prev {
    margin-left: -55px;
}

.tender-section .owl-carousel .owl-controls .owl-nav .owl-next {
    margin-right: -55px;
}

.tender-section .hm-btn {
    margin-top: 20px;
}

.home-clients .owl-carousel .owl-controls .owl-nav .owl-prev:before,
.home-clients .owl-carousel .owl-controls .owl-nav .owl-next:after,
.home-testimonials .owl-controls .owl-nav .owl-prev:before,
.home-testimonials .owl-carousel .owl-controls .owl-nav .owl-next:after,
.tender-section .owl-controls .owl-nav .owl-prev:before,
.tender-section .owl-carousel .owl-controls .owl-nav .owl-next:after {
    font-family: "tendertiger";
    color: #cdcdcd;
}

/*.home-clients .owl-theme .owl-controls .owl-nav [class*="owl-"],
.home-testimonials .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: none;
}

.home-clients .owl-carousel .owl-controls .owl-nav .owl-next,
.home-testimonials .owl-carousel .owl-controls .owl-nav .owl-next,
.home-clients .owl-carousel .owl-controls .owl-nav .owl-prev,
.home-testimonials .owl-carousel .owl-controls .owl-nav .owl-prev {
    position: absolute;
    bottom: -6px;
}

.home-clients .owl-carousel .owl-controls .owl-nav .owl-next,
.home-testimonials .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 50%;
}

.home-testimonials .owl-carousel .owl-controls .owl-nav .owl-next {
    margin-right: -50px;
}

.home-clients .owl-carousel .owl-controls .owl-nav .owl-prev,
.home-testimonials .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 50%;
}

.home-testimonials .owl-carousel .owl-controls .owl-nav .owl-prev {
    margin-left: -52px;
}

.home-clients .owl-carousel .owl-controls .owl-nav .owl-prev {
    margin-left: -62px;
}

.home-clients .owl-carousel .owl-controls .owl-nav .owl-next {
    margin-right: -62px;
}

    .home-clients .owl-carousel .owl-controls .owl-nav .owl-prev:before,
    .home-clients .owl-carousel .owl-controls .owl-nav .owl-next:after,
    .home-testimonials .owl-controls .owl-nav .owl-prev:before,
    .home-testimonials .owl-carousel .owl-controls .owl-nav .owl-next:after {
        font-family: "tendertiger";
        color: #cdcdcd;
    }*/



.home-testimonials .owl-theme .owl-dots .owl-dot span {
    background: #cdcdcd;
}

.home-testimonials .owl-theme .owl-dots .owl-dot.active span,
.home-testimonials .owl-theme .owl-dots .owl-dot:hover span {
    background: #f68121;
}

.home-clients a.thumbnail:hover,
.home-clients a.thumbnail:focus,
.home-clients a.thumbnail.active {
    border-color: inherit;
}

.home-testimonials {
    padding-bottom: 35px;
}


.carousel-inner.onebyone-carosel {
    margin: auto;
    width: 95%;
}

.onebyone-carosel .active.left {
    left: -33.33%;
}

.onebyone-carosel .active.right {
    left: 33.33%;
}

.onebyone-carosel .next {
    left: 33.33%;
}

.onebyone-carosel .prev {
    left: -33.33%;
}

.testimonial blockquote {
    font-size: 14px;
    padding: 15px;
    text-align: center;
    margin-bottom: 0;
    border: 0;
}

.home-testimonials a.icon-angle-left, .home-testimonials a.icon-angle-right-1 {
    font-size: 60px;
    margin-top: -18px;
    position: absolute;
    top: 50%;
}

.testimonial {
    padding-top: 20px;
}

.home-testimonials a.icon-angle-left:before,
.home-testimonials a.icon-angle-right-1::before {
    color: #e2e2e2;
}

.home-testimonials a.icon-angle-left {
    left: -20px;
}

.home-testimonials a.icon-angle-right-1 {
    right: -20px;
}

.testimonial blockquote img {
    padding-right: 15px;
    height: 15px;
}

.testiinfo {
    text-align: center;
    transition: 0.5s;
}

    .testiinfo span {
        border-radius: 100%;
        height: 100px;
        width: 100px;
        overflow: hidden;
        display: inline-block;
        border: 5px solid #eceae3;
        background: #FFF;
    }

    .testiinfo b {
        display: block;
        font-size: 13px;
    }

.testimonial:hover .testiinfo {
    margin: -20px 0 20px;
    transition: 0.5s;
}
/* Fade transition for carousel items */

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        transform: translate3d(0, 0, 0);
    }



#home {
    height: 100%;
    overflow: hidden;
    position: relative;
}

    #home .background {
        position: absolute;
        height: 100%;
        width: 100%;
    }

        #home .background img {
            position: relative;
            width: 100%;
        }

    #home h1.welcome {
        color: #ffffff;
        font-size: 45px;
        font-weight: normal;
        margin-top: 6.5%;
        margin-bottom: 6.5%;
        /*margin-top: 5%;
        margin-bottom: 3%;*/
        text-align: center;
        text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.8);
    }

h1.welcome span.tagline {
    position: relative;
    text-shadow: 0 1px 0 rgba(0,0,0,.2);
    line-height: normal;
    color: #ddd;
}

h1.welcome span.tag-change {
    position: relative;
    top: 0;
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 35px;
}

    h1.welcome span.tag-change a {
        position: absolute;
        top: 0;
        margin: 0;
        cursor: text;
        padding: 0 5px;
        color: transparent;
        text-shadow: none;
        width: 100%;
        display: block;
        transition: .5s;
        -webkit-transition: .5s;
    }

#home h1.welcome span.tag-change a.active {
    top: 0;
}

/* colors */
h1.welcome span.tag-change a.active.purple,
h1.welcome span.tag-change a.active.blue,
h1.welcome span.tag-change a.active.green,
h1.welcome span.tag-change a.active.red {
    color: #fff;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.8);
}


/* Slide Vertical */
#home h1.welcome span.tag-change a.vs-out {
    top: 30px;
}

body.slide-vertical h1.welcome span.tag-change a {
    top: -20px;
}

/* Flip Horizontal */
body.flip-horizontal h1.welcome span.tag-change {
    perspective: 1000;
}

    body.flip-horizontal h1.welcome span.tag-change a {
        transform: rotateY(180deg);
        transform-origin: 25% 0;
    }

body.flip-horizontal #home h1.welcome span.tag-change a.active {
    transform: rotateY(0deg);
}

/* Flip Vertical */
body.flip-vertical h1.welcome span.tag-change {
    perspective: 1000;
}

    body.flip-vertical h1.welcome span.tag-change a {
        transform: rotateX(180deg);
    }

body.flip-vertical #home h1.welcome span.tag-change a.active {
    transform: rotateX(0deg);
}

/* Bounce */
body.bounce #home h1.welcome span.tag-change a.active {
    top: 0;
    -moz-animation-name: bounce;
    -moz-animation-duration: .8s;
    -moz-animation-fill-mode: backwards;
    -webkit-animation-name: bounce;
    -webkit-animation-duration: .8s;
    -webkit-animation-fill-mode: backwards;
    animation-name: bounce;
    animation-duration: .8s;
    animation-fill-mode: backwards;
}

@-webkit-keyframes bounce {
    0% {
        top: -70px;
        -webkit-animation-timing-function: ease-in;
    }

    37% {
        top: 0;
        -webkit-animation-timing-function: ease-out;
    }

    55% {
        top: -17.5px;
        -webkit-animation-timing-function: ease-in;
    }

    73% {
        top: 0;
        -webkit-animation-timing-function: ease-out;
    }

    82% {
        top: -4.9px;
        -webkit-animation-timing-function: ease-in;
    }

    91% {
        top: 0;
        -webkit-animation-timing-function: ease-out;
    }

    96% {
        top: -1.4px;
        -webkit-animation-timing-function: ease-in;
    }

    100% {
        top: 0;
    }
}

@-moz-keyframes bounce {
    0% {
        top: -70px;
        -moz-animation-timing-function: ease-in;
    }

    37% {
        top: 0;
        -moz-animation-timing-function: ease-out;
    }

    55% {
        top: -17.5px;
        -moz-animation-timing-function: ease-in;
    }

    73% {
        top: 0;
        -moz-animation-timing-function: ease-out;
    }

    82% {
        top: -4.9px;
        -moz-animation-timing-function: ease-in;
    }

    91% {
        top: 0;
        -moz-animation-timing-function: ease-out;
    }

    96% {
        top: -1.4px;
        -moz-animation-timing-function: ease-in;
    }

    100% {
        top: 0;
    }
}

@keyframes bounce {
    0% {
        top: -70px;
        -moz-animation-timing-function: ease-in;
    }

    37% {
        top: 0;
        -moz-animation-timing-function: ease-out;
    }

    55% {
        top: -17.5px;
        -moz-animation-timing-function: ease-in;
    }

    73% {
        top: 0;
        -moz-animation-timing-function: ease-out;
    }

    82% {
        top: -4.9px;
        -moz-animation-timing-function: ease-in;
    }

    91% {
        top: 0;
        -moz-animation-timing-function: ease-out;
    }

    96% {
        top: -1.4px;
        -moz-animation-timing-function: ease-in;
    }

    100% {
        top: 0;
    }
}


.browser-settings {
    left: 65px;
    position: fixed;
    right: 65px;
    top: 0;
    z-index: 9999;
    text-align: center;
    background: rgba(217,237,247,0.92);
}

#backtotop {
    bottom: 10%;
    display: none;
    position: fixed;
    right: 20px;
    z-index: 99;
}

    #backtotop a {
        background: url(../images/bottomTotop.png) no-repeat;
        display: block;
        width: 42px;
        height: 33px;
    }

/*for registered User Control*/
.errMsg {
    color: #F00;
    display: block;
    clear: both;
    min-width: 250px;
    font-weight: normal;
}

.successMsg {
    color: #198603;
    font-size: 11px;
    font-family: Verdana;
    font-weight: bold;
    margin-left: 5px;
}

.check-box-error {
    height: 30px;
}

/*.check-box-error .errMsg {
        margin-top: 20px;
    }*/

/********************************** INNER PAGE STICKY HEADER TABS CSS START ******************************/
.sticky-header-tabs {
    float: none;
    left: 0;
    margin: 12px auto;
    position: absolute;
    right: 0;
    width: 620px;
}

    .sticky-header-tabs .nav-tabs > li {
        width: inherit;
    }

        .sticky-header-tabs .nav-tabs > li > a,
        .sticky-header-tabs .nav-tabs > li > a[class*="icon-"]:before {
            color: #ca7e00;
            font-size: 25px;
        }

            .sticky-header-tabs .nav-tabs > li > a > span {
                font-size: 13px;
                line-height: 10px;
            }

        .sticky-header-tabs .nav-tabs > li > a {
            border: 0;
        }

    .sticky-header-tabs .nav > li > a {
        padding: 5px 30px;
    }

    .sticky-header-tabs .nav-tabs > li.active {
        outline: 0 none;
        color: #FFF;
        background: none;
        text-align: center;
    }

        .sticky-header-tabs .nav-tabs > li.active > a,
        .sticky-header-tabs .nav-tabs > li.active > a:hover,
        .sticky-header-tabs .nav-tabs > li.active > a[class*="icon-"]:before,
        .sticky-header-tabs .nav-tabs > li.active > a:focus {
            background: none;
            border: 0;
            color: #222;
        }

.sticky-header-icons a[class*="icon-"]:before {
    color: #222;
}

.sticky-header-icons a[class*="icon-"] {
    float: right;
    padding: 19px 5px 0;
}

.sticky-header-icons a.icon-search-find:before {
    font-size: 22px;
}

.sticky-header-icons a.icon-plus:before {
    font-size: 28px;
}

.sticky-header-icons a.icon-sitemap:before {
    font-size: 22px;
}
/********************************** GOVERNMENT TENDER MICROSITE CSS START ******************************/
.microsite-div {
    position: relative;
    margin: 0;
}

    .microsite-div li {
        padding: 10px 5px 10px 6px;
        width: 16.667%;
        float: left;
        box-sizing: border-box;
    }

        .microsite-div li a,
        .microsite-div li a img {
            display: block;
            position: relative;
            width: 100%;
        }

        .microsite-div li a {
            overflow: hidden;
        }

            .microsite-div li a div {
                position: absolute;
                background: rgba(0, 0, 0, 0.7);
                width: 100%;
                height: 100%;
                text-align: center;
                letter-spacing: -0.05px;
            }

                .microsite-div li a div span {
                    color: #fff;
                    display: block;
                    font-size: 15px;
                    margin: 15px 8px;
                }

                .microsite-div li a div b {
                    background: #fb8423;
                    color: #000;
                    padding: 5px 10px;
                    border-radius: 2px;
                }

.form-subtitle {
    border-bottom: 1px solid #e6e6e6;
    color: #b0b0b0;
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.loading-gif {
    text-align: center;
    padding: 10px 0 0 0;
}

.fb-separator {
    border-left: 1px solid #dfdfdf;
    height: 200px;
    position: relative;
    margin-left: 20px;
}

    .fb-separator .socia-btn {
        border: 0 none;
        left: 10px;
        position: relative;
        top: 40%;
    }

    .fb-separator b {
        background: #FFF;
        bottom: 50%;
        display: block;
        height: 20px;
        left: -12px;
        margin-top: -6px;
        position: absolute;
        top: 50%;
        color: #cdcdcd;
    }

.list-style1 li {
    font-weight: bold;
}

.list-style1 dt {
    font-weight: normal;
    margin-bottom: 10px;
}

.form_datetime input.form-control {
    display: inline;
}

.datetimepicker i.icon-arrow-left:before,
.datetimepicker i.icon-arrow-right:before
.daterangepicker i.icon-arrow-right:before,
.daterangepicker i.icon-arrow-left:before
 {
    font-family: "tendertiger" !important;
    color: #222;
}

.datetimepicker i.icon-arrow-left:before,
.daterangepicker i.icon-arrow-left:before
 {
    content: "\e026";
}

.datetimepicker i.icon-arrow-right:before ,
.daterangepicker i.icon-arrow-right:before
{
    content: "\e027";
}

.form_datetime .add-on {
    background: #eeeeee;
    border-left: 1px solid #ccc;
    border-radius: 0 2px 2px 0;
    padding: 7px 8px 4px;
    position: absolute;
    right: 9px;
    top: 1px;
    cursor: pointer;
}

.calendar-result {
    margin: 40px 0 15px;
}

    .calendar-result span,
    .calendar-result b {
        padding: 0 10px 0 4px;
        font-weight: bold;
    }

    .calendar-result span {
        color: #26a5a8;
    }

    .calendar-result b {
        color: #e8786a;
    }

    .calendar-result div {
        border: 1px solid #3697e0;
        border-radius: 3px;
        color: #3697e0;
        float: right;
        font-weight: bold;
        padding: 3px 10px;
    }

.delete-events {
    text-align: center;
    cursor: pointer;
    display: block;
}

li.profile-div {
    position: inherit;
}

    li.profile-div a.icon-user:before {
        color: #fff;
        font-size: 15px;
        position: relative;
        top: 2px;
        left: -5px;
    }

.profile-details {
    position: absolute;
    width: 100%;
    left: 0;
    top: 169px;
    background: #FFF;
    z-index: 1;
    border: 1px solid #DDD;
    padding-bottom: 15px;
    display: none;
    border-top: 0;
    box-shadow: 0 2px 2px 1px rgba(0,0,0,0.08);
}

.advertiser-div {
    max-width: 768px;
    margin: 15px auto;
    background: #fff;
    padding: 15px 0;
    border: 1px solid #dcdcdc;
}

.advertiser-header {
    background: #fff;
    margin-bottom: 10px;
    position: relative;
}

.advertiser-left div.col-md-3 {
    background: #f8f8f8;
    padding: 10px 10px 10px 28px;
    border: 1px solid #eeeeee;
}

.advertiser-left li a {
    color: #404040;
    transition: 0.5s;
    padding: 2px 0;
    display: block;
}

    .advertiser-left li a:before {
        color: #acacac;
        display: block;
        font-size: 17px;
        left: 8px;
        position: absolute;
        transition: all 0.5s ease 0s;
    }

    .advertiser-left li a:hover:before {
        left: 13px;
    }

.advertiser-left li ul {
    margin-left: 15px;
}

    .advertiser-left li ul li a {
        color: #8b8b8b;
        padding: 0;
    }

.advertiser-left li a:hover {
    color: #f39525;
}
/*.left-menu
{
	position: absolute;
    right: 20px;
    top: 28px;
	cursor:pointer;
}*/
.loginRegister {
    display: none;
}

.mobile-menu-backdrop {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    z-index: 2;
    height: 100%;
    display: none;
}

.mobile-menu ul.navbar-nav li a:before,
li.payonline,
.nav > li.mobile-feedback,
.nav > li.mobile-freesample,
.nav li.mobile-global-tender,
.search-categories li a.icon-th:before {
    display: none;
}

.mobile-menu ul.navbar-nav li a.icon-credit-card:before {
    display: inline;
}

.mobile-carousel {
    display: none !important;
}

.multicheckbox {
    border-radius: 4px;
    border: 1px solid #cccccc;
    padding: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    max-height: 200px;
}

    .multicheckbox .checkbox > div {
        margin-bottom: 5px;
    }

.treeNode a {
    margin-left: 10px;
}

.checkbox {
    padding-left: 20px;
}

    .checkbox label,
    .treeNode a,
    .treeNode span {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
    }

        .checkbox label:before,
        .treeNode a:before,
        .treeNode span:before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label:after,
        .treeNode a:after,
        .treeNode span:after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

    .checkbox input[type="checkbox"],
    .treeNode input[type="checkbox"],
    .checkbox input[type="radio"] {
        opacity: 0;
        z-index: 1;
    }

.treeNode input[type="checkbox"] {
    position: relative;
    height: 17px;
    width: 18px;
    top: 5px;
    left: 7px;
}

    .checkbox input[type="checkbox"]:focus + label::before,
    .treeNode input[type="checkbox"]:focus + a::before,
    .treeNode input[type="checkbox"]:focus + span::before,
    .checkbox input[type="radio"]:focus + label::before {
        outline: 0;
        outline: 0;
        outline-offset: -2px;
    }

    .checkbox input[type="checkbox"]:checked + label::after,
    .treeNode input[type="checkbox"]:checked + a::after,
    .treeNode input[type="checkbox"]:checked + span::after,
    .checkbox input[type="radio"]:checked + label::after {
        font-family: "tendertiger" !important;
        content: "\e039";
    }

    .checkbox input[type="checkbox"]:indeterminate + label::after,
    .treeNode input[type="checkbox"]:indeterminate + a::after,
    .treeNode input[type="checkbox"]:indeterminate + span::after,
    .checkbox input[type="radio"]:indeterminate + label::after {
        display: block;
        content: "";
        width: 10px;
        height: 3px;
        background-color: #555555;
        border-radius: 2px;
        margin-left: -16.5px;
        margin-top: 7px;
    }

    .checkbox input[type="checkbox"]:disabled + label,
    .treeNode input[type="checkbox"]:disabled + a,
    .treeNode input[type="checkbox"]:disabled + span,
    .checkbox input[type="radio"]:disabled + label {
        opacity: 0.65;
    }

        .checkbox input[type="checkbox"]:disabled + label::before,
        .treeNode input[type="checkbox"]:disabled + a::before,
        .treeNode input[type="checkbox"]:disabled + span::before,
        .checkbox input[type="radio"]:disabled + label::before {
            background-color: #eeeeee;
            cursor: not-allowed;
        }

.checkbox.checkbox-circle label::before,
.treeNode.checkbox-circle a::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.treeNode input[type="checkbox"]:checked + a::before,
.treeNode input[type="checkbox"]:checked + span::before,
.checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #26a5a8;
    border-color: #26a5a8;
}

.checkbox-primary input[type="checkbox"]:checked + label::after,
.treeNode input[type="checkbox"]:checked + a::after,
.treeNode input[type="checkbox"]:checked + span::after,
.checkbox-primary input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.treeNode input[type="checkbox"]:indeterminate + a::before,
.treeNode input[type="checkbox"]:indeterminate + span::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.treeNode input[type="checkbox"]:indeterminate + a::after,
.treeNode input[type="checkbox"]:indeterminate + span::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.radio {
    padding-left: 20px;
}

    .radio label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
    }

        .radio label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        .radio label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #26a5a8;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }

    .radio input[type="radio"] {
        opacity: 0;
        z-index: 1;
    }

        .radio input[type="radio"]:focus + label::before {
            outline: 0;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .radio input[type="radio"]:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        .radio input[type="radio"]:disabled + label {
            opacity: 0.65;
        }

            .radio input[type="radio"]:disabled + label::before {
                cursor: not-allowed;
            }

    .radio.radio-inline {
        margin-top: 0;
    }

.radio-primary input[type="radio"] + label::after {
    background-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
    font-family: "tendertiger" !important;
    content: "\e039";
}

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
    color: #fff;
}

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
    color: #fff;
}


.purechat-widget .purechat-widget-header .purechat-menu .btn > i, .purechat-window .purechat-widget-header .purechat-menu .btn > i, .purechat-widget .purechat-widget-header .btn > i, .purechat-window .purechat-widget-header .btn > i {
    left: 7px !important;
    top: 6px !important;
}

.link-inline li a {
    color: #1686cc;
    border-left: 1px solid #dddddd;
    padding: 0 4px 0 8px;
}

.link-inline li {
    padding: 0;
}

    .link-inline li:first-child a {
        border-left: 0;
    }

.subtitle {
    border-bottom: 1px solid #e6e6e6;
    color: #333;
    font-size: 16px;
    margin: 20px 0 10px;
    padding-bottom: 5px;
}

.common-tab .nav-tabs > li {
    width: auto;
}

/************************************ FIND LIASON AGENTS ************************************/
.bg-list li {
    box-sizing: border-box;
    display: table;
    float: left;
    margin-bottom: 5px;
    padding: 2px 3px 0;
    vertical-align: middle;
    /*width: 25%;*/
}

    .bg-list li a {
        background: #f8f8f8 none repeat scroll 0 0;
        display: table-cell;
        /*height: 65px;*/
        height: 55px;
        padding: 5px 20px;
        vertical-align: middle;
    }

.inner-ad {
    margin-bottom: 5px;
    text-align: center;
}


.payment-btn {
    background: url(../images/sprite.png) no-repeat;
    height: 36px;
    width: 152px;
    display: block;
    float: left;
    margin: 0 10px 10px 0;
}

.paypal-btn {
    background-position: 1px -173px;
}

.cc-avenue-btn {
    background-position: -149px -173px;
}

.kotak-btn {
    background-position: -300px -173px;
}

/************************************ VIEW OPPORTUNITY ************************************/
.listing-table .tab-content {
    padding: 10px 0;
}

.listing-table thead > tr > th,
.listing-table tbody > tr > th,
.listing-table tfoot > tr > th,
.listing-table thead > tr > td,
.listing-table tbody > tr > td,
.listing-table tfoot > tr > td {
    border: 0;
    padding: 3px 0;
}

.bg-table {
    background: #f8f8f8;
    border: 1px solid #ebebeb;
    padding: 10px;
}

.multi-bordered-table > div {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

    .multi-bordered-table > div > table {
        margin-bottom: 0;
    }

    .multi-bordered-table > div:last-child {
        border-bottom: 0;
        margin-bottom: 0;
    }

.view-opportunies {
    margin: 0 auto 15px;
    float: none;
}

    .view-opportunies table th {
        width: 15%;
    }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    border-color: #fff;
    background: #f39525;
    color: #fff;
}

.pagination > li > a, .pagination > li > span {
    color: #f39525;
}

.tt-pagination .pagination {
    margin: 0;
}

.goto-page li input {
    width: 50px;
    float: left;
    margin-right: 5px;
}

.post-req-btn {
    float: right;
}

.requiments-comments {
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    padding: 12px 10px;
    position: relative;
    margin-bottom: 15px;
}

    .requiments-comments table tr td {
        padding: 3px 10px;
    }

        .requiments-comments table tr td:first-child {
            width: 10%;
        }
/**** inner sticy header search box start ****/
.header-search-form {
    position: absolute;
    top: 2px;
    float: right;
    width: 0;
    transition: 0.2s;
    z-index: 999;
    right: 0;
}

    .header-search-form .btn-default {
        border-radius: 2px 0 0 2px;
        padding-bottom: 7px;
    }

    .header-search-form .col-md-3 {
        padding: 0;
    }

    .header-search-form .btn-default {
        width: 100%;
        visibility: hidden;
    }

    .header-search-form .form-group input.form-control::-webkit-input-placeholder {
        display: none;
    }

    .header-search-form .form-group input.form-control:-moz-placeholder {
        /* Firefox 18- */
        display: none;
    }

    .header-search-form .form-group input.form-control::-moz-placeholder {
        /* Firefox 19+ */
        display: none;
    }

    .header-search-form .form-group input.form-control:-ms-input-placeholder {
        display: none;
    }

.header-search-visible {
    visibility: visible !important;
    transition: 0.3s;
}

.header-search-form-close {
    position: absolute;
    right: 0;
    top: 6px;
    visibility: hidden;
}

.header-search-form-display {
    width: 100%;
    border-radius: 2px;
    background: #fff;
    padding-right: 5px;
    box-sizing: border-box;
    display: block;
}

.header-search-form .search-select-box,
.header-search-form .search-text {
    width: 100%;
}

    .header-search-form .search-text input[type="text"] {
        padding-right: 38px;
        visibility: hidden;
    }

.header-search-form-magnify-btn {
    display: none;
    color: #f39c12;
    position: absolute;
    right: 10px;
    top: 2px;
}

    .header-search-form-magnify-btn:hover:before {
        color: #7f7f7f;
    }

    .header-search-form-magnify-btn:before {
        font-size: 17px !important;
    }
/**** inner sticy header search box end ****/
.clear-search-btn {
    position: absolute;
    right: 45px;
    top: 7px;
    color: #777;
}

.liaison-agent {
    padding: 10px;
    background: #279ce7;
    border-radius: 3px;
    margin-bottom: 15px;
}

    .liaison-agent a {
        color: white;
    }

.disclaimer {
    font-size: 11px;
    border-top: 1px solid #e1e1e1;
    padding: 10px 0 0;
    margin-top: 10px;
    color: #777;
}

.choose-profile tr td {
    padding: 4px;
}

.alert-danger-space {
    margin: 10px;
}
/**** Profile page css ****/
.profile {
    border: 1px solid #dcdcdc;
    padding: 15px;
    position: relative;
    border-radius: 2px;
    margin-bottom: 15px;
    margin-top: 11px;
}

    .profile .form-control input[type="text"],
    .profile .form-control {
        width: 50%;
    }

    .profile .radio {
        position: absolute;
        top: -11px;
        background: #fff;
        padding: 0 4px 0 25px;
    }

.profile2-radio {
    left: 120px;
}

.edited-txt {
    padding: 10px 0;
}

ol.list-style2 {
    padding: 0 15px;
}

ul.list-style3 {
    padding: 0 15px;
}

.list-style2 li {
    padding-bottom: 10px;
}

.terms-ofuse {
    height: 400px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 3px;
}

.search-panel .custom-select-full,
.search-panel-full input[type="text"] {
    width: 100%;
}

.search-panel-full .btn-default:hover {
    background: none;
    border-color: #cccccc;
    outline: none;
}

.search-panel-full .btn-default:focus,
.search-panel-full .open > .dropdown-toggle.btn-default {
    background: none;
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

.search-panel-full div {
    margin-right: 4px;
}

    .search-panel-full div:last-child {
        margin-right: 0;
        width: 38%;
    }

.news {
    background: #f8f8f8;
}

    .news li {
        background: #FFF;
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
        padding: 3px;
        display: table;
        margin-bottom: 10px;
    }

.news-date {
    padding: 2px 20px 10px;
    background: #fba823;
    color: #FFF;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

    .news-date b {
        display: block;
        font-size: 30px;
        height: 35px;
    }

    .news-date span {
        display: block;
        text-transform: uppercase;
    }

.news-text {
    display: table-cell;
    padding-left: 15px;
    vertical-align: middle;
    padding-right: 15px;
}

    .news-text span {
        font-weight: bold;
        font-size: 16px;
    }

    .news-text p {
        color: #666;
    }

.no-data {
    /*position:absolute;
left:0;
right:0;
top:50px;
text-align:center;
bottom:50px;*/
    text-align: center;
    padding: 30px 0;
}

.viewed-tender {
    position: absolute;
    right: 0;
    top: 6px;
}

.center-search-box {
    float: none;
    margin: 0 auto 10px;
}

    .center-search-box input.form-control {
        padding-right: 65px;
    }

.blank-div {
    background: #fff;
    border: 0 none;
    height: 30px;
    margin-left: -1px;
    margin-right: -7px;
}

.location-interested label {
    margin-right: 26px;
    margin-bottom: 5px;
}

.public-group .tab-content {
    padding: 10px;
}

.public-group .wizard li {
    display: inline;
}

    .public-group .wizard li a {
        padding: 3px 10px;
    }

.public-group .icon:before {
    color: #999;
    margin-right: 10px;
    vertical-align: text-top;
}

.public-group li.active .icon:before {
    color: #444;
}

.public-group .filter-token {
    width: 100%;
    padding: 5px;
}

    .public-group .filter-token a {
        float: right;
    }

.control-label-light {
    font-weight: normal;
    padding-top: 7px;
}

.bwizard-steps {
    display: inline-block;
    margin: 0;
    padding: 0;
    background: #f2f2f2;
    border-radius: 5px;
    width: 100%;
}

    .bwizard-steps .active {
        color: #fff;
        background: #e7e7e7;
    }

        .bwizard-steps .active:after {
            border-left-color: #e7e7e7;
        }

        .bwizard-steps .active a {
            color: #444;
            cursor: default;
        }

    .bwizard-steps .label {
        position: relative;
        top: -1px;
        margin: 0 5px 0 0;
        padding: 1px 5px 2px;
    }

    .bwizard-steps .active .label {
        background-color: #333;
    }

    .bwizard-steps li {
        display: inline-block;
        position: relative;
        /*margin-right: 5px;*/
        *display: inline;
        *padding-left: 17px;
        background: #f2f2f2;
        line-height: 18px;
        list-style: none;
        zoom: 1;
        width: 33.33%;
        float: left;
        font-size: 17px;
    }

        .bwizard-steps li:first-child {
            padding-left: 12px;
            -moz-border-radius: 4px 0 0 4px;
            -webkit-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
        }

            .bwizard-steps li:first-child:before {
                border: none;
            }

        .bwizard-steps li:last-child {
            margin-right: 0;
            -moz-border-radius: 0 4px 4px 0;
            -webkit-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
        }

            .bwizard-steps li:last-child:after {
                border: none;
            }

        .bwizard-steps li:before {
            position: absolute;
            left: 0;
            top: 0;
            height: 0;
            width: 0;
            border-bottom: 25px inset transparent;
            border-left: 20px solid #f2f2f2;
            border-top: 25px inset transparent;
            content: "";
        }

        .bwizard-steps li:after {
            position: absolute;
            right: -20px;
            top: 0;
            height: 0;
            width: 0;
            border-bottom: 25px inset transparent;
            border-left: 20px solid #f2f2f2;
            border-top: 25px inset transparent;
            content: "";
            z-index: 2;
        }

    .bwizard-steps a {
        color: #999;
        padding: 17px 17px 15px 30px;
        display: block;
    }

        .bwizard-steps a:hover {
            text-decoration: none;
        }

    .bwizard-steps.clickable li:not(.active) {
        cursor: pointer;
    }

    .bwizard-steps.clickable li:hover:not(.active) {
        background: #ccc;
    }

        .bwizard-steps.clickable li:hover:not(.active):after {
            border-left-color: #ccc;
        }

        .bwizard-steps.clickable li:hover:not(.active) a {
            color: #08c;
        }

.blank-div {
    background: #fff;
    border: 0 none;
    height: 30px;
    margin-left: -1px;
    margin-right: -7px;
}

.category-tenders li {
    width: 33.33%;
    float: left;
    padding: 5px 10px;
}

    .category-tenders li a {
        color: #595959;
        font-size: 14px;
        line-height: 22px;
        padding: 0;
        transition: all 0.5s ease 0s;
    }

        .category-tenders li a span {
            color: #9d9d9d;
            transition: all 0.5s ease 0s;
        }

        .category-tenders li a:hover {
            color: #f39525;
        }

            .category-tenders li a:hover span {
                color: #222;
            }


/**************** Classification Css ****************/
.ui-autocomplete {
    background: #fff;
    max-width: 560px;
    border: 1px solid #ccc;
    margin-top: -1px;
    margin-left: 1px;
    padding: 10px 0;
    border-radius: 0 0 4px 4px;
    max-height: 300px;
    overflow-y: auto;
}

    .ui-autocomplete li {
        display: block;
        padding: 3px 15px;
    }

.ui-state-focus {
    background: #f39525;
    color: #fff;
}




.ui-autocomplete-category {
    color: #222;
    font-weight: bold;
    margin-top: 10px;
}

.tender-section {
    padding-bottom: 40px;
}

.for-mobile-advertisement {
    display: none;
    padding: 0 10px;
    border-top: 1px solid #dcdcdc;
}

    .for-mobile-advertisement h1 {
        margin-top: 10px;
    }

.select-box-custom-width1 .col-xs-5 {
    width: 23%;
}

.select-box-custom-width1 .col-xs-2 {
    width: 4%;
}

.my-search {
    float: right;
    padding: 8px 0px;
    font-weight: normal;
    color: #555;
}
 .my-search h1 {
        color: #f98677;
        font-size: 14px;
        margin: 2px 0px 0px 4px;
        float: right;
        font-weight: bold;
		text-transform: capitalize;
    }
  .my-search h1 a {
            color: #f98677;
            cursor:pointer;    
        }

.register-lg-btn a {
    display: block;
    background: #fff;
    border: 1px solid #ccc;
    color: #3697e0;
    text-align: center;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 0 auto;
    width: 50%;
}

/*START This CSS Use for CSR Page*/
.corpo-soc-res

{
   position: relative;
   margin-top:-15px;
   margin-bottom:-16px;

}

.corpo-soc-res .container-fluid

{

    height: 100%;

    left: 0;

    position: absolute;

    right: 0;

    top: 0;

    padding-top: 12%;

}

.corpo-soc-res img

{

    width: 100%;

}

.corpo-soc-cont

{   

    font-size: 19px;

}

.header-ad > div {
margin:0 !important;
}

.google-ad > div.InMargin_Top {
    float:left;
}


.inner-ad .links div.InMargin_Top {
z-index:0 !important;
}

.InMargin_Top {

z-index:0 !important;
}
.mob-blink {
font-size: 16px;
padding-top: 10px;
display: block;
}
.faq-accordian .panel-heading
{
	padding:0;
	position:relative;
}
.faq-accordian .panel-heading a
{
	padding:10px 15px;
	display:block;
	color:#404040;
	font-size:17px;
}
.faq-accordian .panel-heading a:focus
{
	color:#fba823;
}
.big-advertisement {
    margin-bottom:50px;
}
.sharkBanner {
    position: relative;
    max-width: 450px;
    margin:0 auto;
}

.shark-content {
    position: absolute;
    right: 0;
    top: 50px;
    width: 200px;
    text-align:left;
}

    .shark-content b {
        font-size: 20px;
    }

    .shark-content span {
        font-size: 14px;
        display: block;
    }

.sharkAppButton {
    position: absolute;
    right: 10px;
    bottom: 50px;
}

    .sharkAppButton a {
        float: left;
    }
.radio-space tr td {
    padding-right:10px;
}
ul.token-input-list {
    box-shadow: 0 1px 2px 0px #e7e7e7;
    padding: 0 !important;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 278px;
}
@media screen and (max-width: 1170px) {



    #home h1.welcome {
        font-size: 40px;
        margin-bottom: 5.5%;
        margin-top: 6.5%;
    }

    .mega-search {
        /*margin-top:2%;*/
        margin-bottom: 5.5%;
    }
    /*.text-slider
	{
		font-size:33px;
	}
	#home h1.welcome
	{
		margin-top:3%;
	}
	.search-container .col-md-9
	{
		margin:10% auto 0;
	}*/


    /**** (START) When External Banner Display, Please Uncomment this CSS ****/
    .app-content {
        padding: 20px 10px 30px 15px;
        margin: 90px 0 0 20px;
    }

    .external-adv {
        margin-right: 0;
    }

    .app-bagde {
        width: 120px;
    }

    .microsite-div li a div span {
        font-size: 12px;
        margin: 10px 8px;
    }

    .microsite-div li a div b {
        padding: 4px 8px;
    }

    .inner-ad {
        margin-bottom: 5px;
    }
     .inner-ad > div.links > div {
        margin:0!important;
        z-index:0!important;
        } 

    /**** (END) When External Banner Display, Please Uncomment this CSS ****/
    .shark-content {
        top: 10px;
        width: 170px;
    }

    .sharkAppButton {
        bottom: 15px;
    }

    .shark-content span {
        font-size: 12px;
    }

    .shark-content b {
        font-size: 18px;
    }
}


@media screen and (max-width: 991px) {
    .header-without-advertise .navbar-collapse,
    .navbar-collapse {
        background: #ffffff none repeat scroll 0 0;
        border: 0 none;
        box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.2);
        margin-top: 0;
        padding-bottom: 8px;
        position: absolute;
        right: -15px;
        top: -8px;
        z-index: 3;
    }

        .navbar-collapse li img,
        .free-sample,
        .feedback,
        .browser-settings {
            display: none;
        }

    .inner-header {
        background: rgba(0, 0, 0, 0) url("../images/sticky-logo.png") no-repeat scroll left center;
        margin: 5px 0 0 0;
        min-height: 60px;
    }

    .navbar-default .navbar-nav {
        margin-bottom: 0;
        margin-top: 0;
    }

        .navbar-default .navbar-nav li a {
            line-height: 31px;
        }

            .navbar-default .navbar-nav li a:hover {
                background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
                color: #f39525;
                outline: medium none;
            }

    .navbar-toggle {
        margin: 13px 8px 0;
        background: none;
        border: 0;
        display: block;
    }

    .navbar-nav {
        margin: 7.5px -15px;
    }

        .navbar-nav > li,
        .navbar-nav {
            float: none;
        }

    .nav > li > a {
        padding: 10px;
    }

    /*.nav-tabs > li > a > span {
        font-size: 13px;
    }*/

    .navbar-default .navbar-toggle .icon-bar {
        margin-bottom: 6px;
        width: 27px;
        background: #cdcdcd;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background: none;
    }

    .nav > li.mobile-feedback,
    .nav > li.mobile-freesample,
    li.payonline {
        display: block;
    }

    .navbar-default .navbar-nav li a.icon-credit-card {
        background: none;
        border: none;
        border-bottom: 1px solid #ededed;
        text-align: left;
        padding: 10px 20px 10px 30px;
    }

        .navbar-default .navbar-nav li a.icon-credit-card:hover {
            border: 0;
            border-bottom: 1px solid #ededed;
            color: #fb8423;
            background: none;
        }

            .navbar-default .navbar-nav li a.icon-credit-card:hover:before {
                color: inherit;
            }

        .navbar-default .navbar-nav li a.icon-credit-card:before {
            padding-right: 0;
        }

    .nav li.mobile-global-tender {
        display: block;
    }

    .nav li.pc-global-tender {
        display: none;
    }

    .loginRegister {
        background: #fb8423;
        display: block;
        margin: 0 -15px;
        padding: 35px 25px 30px;
    }

        .loginRegister li a {
            color: #fff;
            font-size: 18px;
        }

        .loginRegister .icon-ios-close-empty {
            position: absolute;
            right: 5px;
            top: 20px;
            cursor: pointer;
            font-size: 50px;
        }

            .loginRegister .icon-ios-close-empty:before {
                color: #fff;
            }

    .mobile-menu {
        display: none;
        width: 80%;
        overflow-x: auto;
    }

    .header-btn {
        display: none;
    }

    .mobile-menu ul.navbar-nav li a {
        font-size: 15px;
        padding: 10px 20px 10px 30px;
    }

        .mobile-menu ul.navbar-nav li a:before {
            font-size: 20px;
            left: -10px;
            position: relative;
            color: #fb8423;
            top: 4px;
            display: inline-block;
            float: left;
            margin-bottom: 12px;
        }

        .mobile-menu ul.navbar-nav li a.icon-tiger:before {
            font-size: 21px;
            left: -13px;
            top: 5px;
        }

    .mobile-menu ul.nav-bottom {
        float: left;
    }

    .mobile-menu ul.navbar-nav li a.icon-plus:after,
    .mobile-menu ul.navbar-nav li a.icon-dash:after {
        font-family: "tendertiger" !important;
        float: right;
    }

    .mobile-menu ul.navbar-nav li a.icon-plus:after {
        content: "m";
    }

    .mobile-menu ul.navbar-nav li a.icon-dash:after {
        content: "+";
    }

    .global-dropdown {
        background: none;
        box-shadow: none;
        position: inherit;
        float: none;
        margin-left: 35px;
    }

    .header-ad {
        display: none;
    }

    a.header-logo {
        display: block;
        height: 65px;
    }

    .o-hidden {
        overflow: hidden;
    }

    .listing-icon {
        display: block;
    }

        .listing-icon li {
            color: #cdcdcd;
        }

    .listing-div:hover div.listing-icon {
        color: #f39525;
    }

    .links span {
        font-size: 20px;
    }

    .inner-search-box li a.icon-sitemap {
        right: -10px;
    }

    .search-panel .custom-select,
    .search-panel input[type="text"] {
        width: 100%;
        float: none;
        /*position: relative;*/
        z-index: 0;
    }

    /*.search-panel .dropdown,
	.search-panel input[type="text"]
	{
		width:100%;
	}*/
    .search-panel input[type="text"] {
        margin-top: -1px;
    }

    .whytt-box {
        padding: 15px;
        height: 250px;
    }

        .whytt-box h1 {
            font-size: 18px;
        }

    .corrigendum table tr th:first-child,
    .corrigendum table tr td:first-child,
    .tender-details table tr th {
        width: 27%;
    }

    .AutoHeightBox1 .common-box,
    .AutoHeightBox2 .common-box {
        margin-bottom: 16px;
    }

    .page-title-tender-document,
    .interested-tender {
        margin-top: 0;
    }

    .contact-us .col-md-4,
    .contact-us .col-md-8 {
        padding: 0;
    }

    .contact-box {
        min-height: inherit;
    }

    .srv-box {
        display: block;
        border: 1px solid #e3e3e3;
        border-bottom: 0;
    }

    .srv-content {
        border: 1px solid #e3e3e3;
        border-top: 0;
        padding-top: 0;
    }

    .srv-box, .srv-content {
        margin-bottom: 0;
        box-shadow: none;
    }

    .services .auto-height {
        margin-bottom: 16px;
        display: table;
    }

        .services .auto-height .col-md-9 {
            display: table-footer-group;
        }

        .services .auto-height .col-md-3 {
            display: table-header-group;
        }

    .advance-search .tab-content {
        margin-right: 8px;
    }

    .advertisement-div div.col-md-3 {
        width: 50%;
        float: right;
        text-align: center;
        margin-top: 15px;
        padding: 0;
    }

    .advertisement-div .row {
        display: table;
        width: 100%;
        margin: 0 auto;
    }

    .advertisement-div div.col-md-6 {
        display: table-header-group;
    }

    .africa-map {
        background: #fff url(../images/Africa.png) no-repeat 0 0;
        background-size: cover;
    }

    .south-america-map {
        background: #fff url(../images/South-America.png) no-repeat 0 -90px;
        background-size: cover;
    }

    .sticky-header a.advance-src {
        font-size: 13px;
    }

    .search-text {
        width: 52%;
    }

    .header-ad {
        text-align: right;
    }

        .header-ad img {
            max-width: 77%;
        }

    .cate-box {
        max-width: 455px;
        margin: 0 auto 30px;
    }

    .sticky-header .btn-default {
        padding: 8px 0 8px 6px;
        width: 128px;
    }

    .sticky-header .bootstrap-select.btn-group .dropdown-toggle .caret {
        right: 5px;
    }

    .navbar-default .navbar-nav li ul.global-dropdown li a {
        padding: 10px 15px;
    }

    .navbar-default .navbar-nav li a {
        padding: 0 8px;
    }

    #home h1.welcome {
        font-size: 30px;
        margin-bottom: 3%;
        margin-top: 5%;
        /*margin-bottom:2%;

                                margin-top:4%;*/
        /*letter-spacing:-0.5px;

                                margin-top:6%;*/
    }

    .mega-search {
        width: 88%;
        margin-bottom: 4%;
    }


    /*.search-container .col-md-9
	{
		margin-top:0;
		width:88%;
	}*/
    .search-categories {
        width: 90%;
        bottom: 90px;
    }

        .search-categories li a {
            font-size: 17px;
        }

    .mega-search .search-text {
        width: 57%;
    }

    .count-box {
        font-size: 24px;
    }

        .count-box h2 {
            font-size: 19px;
        }

    .advertisement-carousel .owl-nav,
    .external-adv,
    .home-testimonials .owl-nav,
    .home-clients .owl-nav {
        display: none;
    }


    .owl-theme .owl-dots .owl-dot span {
        height: 7px;
        width: 7px;
    }

    .bg-list li {
        width: 50%;
    }

    .view-opportunies table th {
        width: 20%;
    }

    .search-panel-full div,
    .search-panel-full div:last-child {
        width: 100%;
    }

    .header-with-advertise, .header-without-advertise {
        background: rgba(0, 0, 0, 0) url("../images/sticky-logo.png") no-repeat scroll left center;
        margin: 5px 0 0;
        min-height: 60px;
    }

    .categories-list ul {
        margin-bottom: 20px;
    }

    .microsite-div li {
        Width: 25%;
    }
     .corpo-soc-cont

    {   

        font-size: 15px;

    }

    .corpo-soc-res .container-fluid

    {

        padding-top: 7%;

    }
    .profile-details {
    
    top:157px;}

    .sharkBanner {
        margin:30px auto;
    }
    .big-advertisement .col-sm-12 {
        text-align:center;
    }


    .shark-content {
      
        top: 50px;
        width: 200px;
      
    }

        .shark-content b {
            font-size: 20px;
        }

        .shark-content span {
            font-size: 14px;
      
        }

    .sharkAppButton {
      
        right: 10px;
        bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-toggle {
        right: -26px;
    }

    .inner-search-box {
        width: 94%;
    }

        .inner-search-box li {
            width: 6%;
        }

            .inner-search-box li a.icon-sitemap {
                right: 0;
            }

    li.search-area {
        width: 88% !important;
    }

    .search-text {
        width: 64%;
        border-top: 1px solid #f2f2f2;
    }

    .dropdown-menu li {
        width: 100%;
        padding: 0;
        text-align: left;
    }

    .listing div.tab-content,
    .listing-tabs .col-md-5 {
        margin-right: -7px;
    }

    .exhibiton-listing div.col-md-1 {
        text-align: center;
    }

    .links {
        margin-bottom: 10px;
    }

    .inner-footer div.col-md-6 {
        text-align: center;
        clear: both;
    }

    .footer-links li {
        float: none;
        margin-bottom: 5px;
    }

    .panel-heading-stats {
        font-size: 16px;
        padding: 5px 10px;
        background: #f8f8f8;
        border: 1px solid #f2f2f2;
        border-radius: 3px;
    }

        .panel-heading-stats a,
        .panel-heading-stats a:hover {
            display: block;
            color: #444;
        }

    .stats-panel-body {
        padding: 10px;
        border: 1px solid #ececec;
        border-radius: 0 0 3px 3px;
        background: #FFF;
        margin-top: -1px;
    }

    .stats-div {
        margin-top: 15px;
    }

        .stats-div > div > div {
            margin-bottom: 10px;
        }

        .stats-div ul.list-unstyled {
            display: none;
            margin-bottom: 10px;
            background: #ffffff;
            border: 1px solid #26a5a8;
            border-radius: 0 0 3px 3px;
            margin-top: -1px;
            padding: 10px;
        }

        .stats-div h1 {
            background: #26a5a8 none repeat scroll 0 0;
            border-radius: 3px;
            font-size: 16px;
            padding: 10px 15px;
            color: #fff;
            margin-top: 0;
            margin-bottom: 0;
            cursor: pointer;
        }

    .inner-listing-tabs li a {
        padding-left: 2px;
        padding-right: 2px;
    }

    .filter-main {
        display: none;
    }

    .register-form .radio-inline {
        padding-top: 0;
        margin-left: 0;
    }

    .login-with {
        padding-left: 15px;
    }

    .page-title h1 {
        font-size: 17px;
    }

    .whytt-box {
        height: auto;
    }

    .corrigendum table tr th:first-child,
    .corrigendum table tr td:first-child,
    .tender-details table tr th {
        width: 34%;
    }

    .corrigendum-header th {
        font-size: 14px;
    }

    .help-desk table tr td {
        width: 100%;
        display: block;
    }

    .cntct-border {
        padding-left: 0;
        border: 0;
        border-top: 1px solid #c4d9d3;
        padding-top: 12px;
    }

    .key-value table tr th {
        width: 41%;
    }

    .address-div span {
        margin-bottom: 18px;
    }
    /*a.header-logo
{
	display:block;
	height:100px;
}*/

    .t-country {
        display: none;
        border: 1px solid #26a5a8;
        border-top: 0;
        border-radius: 0 0 3px 3px;
        padding: 10px 15px;
        margin-top: -2px;
    }

    .cntry-header:before, .cntry-header:after {
        border: 0;
    }

    .cntry-header {
        margin: 0;
        display: block;
        text-align: left;
        font-weight: normal;
        color: #FFF;
        cursor: pointer;
        background: #26a5a8;
        border-radius: 3px;
        padding: 5px 15px;
    }

    .tender-by-country div.common-box {
        padding: 0;
        border: 0;
        margin-top: 10px;
    }

    .t-country .col-md-3 {
        padding-left: 0;
    }

    .asia-map,
    .africa-map,
    .europe-map,
    .north-america-map,
    .south-america-map,
    .middle-east-map {
        background-size: 100%;
    }

    .sticky-header,
    .external-adv {
        display: none;
    }

    #home h1.welcome {
        font-size: 22px;
        margin-top: 4%;
    }

    .search-categories {
        bottom: 0;
        width: 100%;
        padding: 0 10px 0 17px;
    }

        .search-categories li {
            padding: 0;
            display: block;
            float: left;
            width: 25%;
            margin-left: -1px;
            margin-bottom: 10px;
        }

            .search-categories li.tt-ct {
                width: 25%;
            }

            .search-categories li a.tt-ct {
                color: #fb8423;
            }

            .search-categories li a {
                font-size: 14px;
                border-radius: 0;
                background: #fff;
                border: 1px solid #ededed;
                color: #555;
                padding: 10px 4px;
            }

                .search-categories li a.icon-exhibition:before,
                .search-categories li a.icon-check-circle:before,
                .search-categories li a.icon-lightbulb-3:before,
                .search-categories li a.icon-file-edit:before,
                .search-categories li a.icon-th:before {
                    font-size: 20px;
                    display: block;
                    padding-right: 0;
                    color: #c1c1c1;
                }

                .search-categories li a.icon-th:before {
                    color: #fb8423;
                    display: block;
                }

                .search-categories li a:hover {
                    background: #fff;
                }

    .tender-category {
        width: 100%;
        top: auto;
    }

        .tender-category li {
            width: 100%;
            margin: 0;
        }

            .tender-category li a {
                height: auto;
                margin-top: -1px;
                padding: 15px 8px;
            }

    .tender-count {
        padding: 0 7px 0 9px;
    }

        .tender-count .col-xs-6 {
            padding: 0;
            margin-right: -1px;
        }

    .count-box {
        /*border-bottom: 1px solid #e6e6e2;*/
        padding: 15px 0 10px;
        background: #fff;
        margin-top: -1px;
        border: 1px solid #ededed;
        font-size: 22px;
    }

        .count-box h2 {
            color: #222;
            font-size: 18px;
        }

    .app-content {
        margin: 90px 0 0 20px;
        font-size: 26px;
        padding: 20px 10px 30px 25px;
    }

    .app-bagde {
        width: 112px;
    }

    .home-title {
        font-size: 30px;
        margin: 10px auto 15px;
    }

    .mega-search {
        width: 100%;
        background: none;
        padding: 10px 0;
        margin: 0 auto;
    }

        .mega-search .search-text {
            width: 100%;
            max-width: 80%;
        }

    .section-banner a {
        width: 33.3333%;
        margin-bottom: 10px;
    }

    .fb-separator {
        border-top: 1px solid #dfdfdf;
        position: relative;
        border-left: 0;
        margin: 30px 0 0 0;
        height: inherit;
    }

        .fb-separator b {
            background: #fff;
            color: #cdcdcd;
            display: block;
            left: 50%;
            top: 0;
            margin-top: -12px;
            position: absolute;
            right: 50%;
            width: 23px;
        }

        .fb-separator .socia-btn {
            border: 0 none;
            margin: 10px auto;
            width: 200px;
        }

    .hm-ft-link {
        width: 100%;
    }

    .advertiser-left div.col-md-3 {
        margin: 0 8px 15px;
    }

    .jumbo-slider .carousel {
        display: none;
    }

    .search-container {
        top: 0;
    }

    .search-container,
    .search-categories,
    .tender-count {
        position: inherit;
    }

    .tender-count {
        background: none;
    }

    /*.search-select-box {
        display: none;
    }*/

    .advance-row,
    #home {
        display: none;
    }

    .home-search-bar {
        border: 1px solid #e0e0e0;
    }



    .mega-search .search-btn a {
        font-size: 0;
        width: 50px;
        padding: 1px 13px;
        height: 40px;
    }

        .mega-search .search-btn a:before {
            content: "L";
            font-size: 27px;
            font-family: "tendertiger" !important;
        }

    .mega-search .search-text input[type="text"] {
        height: 40px;
        border-radius: 4px 0 0 4px;
    }

    .home-categories {
        margin: 0 0 30px;
    }

    .hm-btn {
        margin: 0 auto;
        padding: 10px 15px;
        width: 140px;
    }

    .home-clients .owl-nav,
    .sample-btn,
    .feedback-btn,
    .mobile-icon {
        display: none;
    }

    .home-clients .home-clients-layer {
        padding: 0 0 15px;
    }

    .search-iso {
        float: none;
        clear: both;
        margin-left: 0;
    }

    .mobile-carousel {
        margin-bottom: 10px;
        display: block !important;
    }

        .mobile-carousel .owl-controls {
            margin-top: -22px;
            position: relative;
        }

    .tender-section {
        padding: 0 0 30px;
    }

        .tender-section .hm-btn {
            margin-top: 20px;
        }

    .link-inline {
        text-align: left;
        margin: 10px -10px 0;
        padding-top: 5px;
        border-top: 1px solid #ddd;
    }

        .link-inline li a {
            border: 0;
        }

    .view-opportunies table th,
    .view-opportunies table td {
        width: 100%;
        display: block;
    }

    .view-opportunies table th {
        padding: 0 !important;
    }

    .view-opportunies table td {
        padding-bottom: 10px !important;
        padding-top: 0 !important;
    }

    .requiments-comments button.close {
        position: absolute;
        right: 15px;
        top: 15px;
    }

    .requiments-comments table tr td:last-child {
        padding: 0 !important;
    }

    .post-req-btn {
        margin-top: 5px;
    }

    .choose-profile tr td {
        width: 100%;
        display: block;
        clear: both;
    }

    .profile .form-control input[type="text"],
    .profile .form-control {
        width: 100%;
    }

    /*.listing-div table tr th:nth-child(2),
    .listing-div table tr th:nth-child(3) {
        display: none;
    }*/

    .listing-div table tbody tr table tr td {
        width: 100% !important;
        text-align: left !important;
        display: block;
    }

    .scroll-layer {
        display: block;
    }

    .tab-scroll {
        overflow-x: auto;
        overflow-y: hidden;
        position: relative;
        white-space: nowrap;
    }

        .tab-scroll li a {
            padding: 10px 25px;
        }

    .filter-div {
        display: block;
    }

    .scroll-layer {
        display: block;
    }

    .filter-div {
        margin: 0;
    }

    .search-within span.title {
        background: #fba921;
        padding: 10px;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 1;
    }

    .filter-mobile-div {
        background: #f8f8f8;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 9;
        bottom: 0;
    }

    .filter-mobile-div {
        display: none;
    }

        .filter-mobile-btn,
        .filter-mobile-div .collapse,
        .search-within button.close {
            display: block;
        }

    .search-within {
        margin-top: 35px;
    }

    .tender-keywords .panel-body,
    .tender-keywords .mCustomScrollBox {
        max-height: 100% !important;
        min-height: 100% !important;
        overflow: inherit;
    }

    .tender-keywords h4.panel-title a::after {
        content: "🔽";
    }

    .tab-scroll li {
        display: inline-block;
        float: none;
        width: auto;
    }

    .nav-tabs > li > a > span {
        font-size: 14px;
    }

    .nav-tabs > li > a,
    .nav-tabs > li > a[class*="icon-"]:before {
        font-size: 21px;
    }

    .tender-section {
        padding-bottom: 30px;
    }

    .search-select-box {
        width: 100%;
    }

    .mega-search .btn-default {
        width: 100%;
    }

    .for-website-advertisement {
        display: none;
    }

    .for-mobile-advertisement {
        display: none;
    }

    .value-date-div span.value-date,
    .value-date-div span,
    .value-date-div span.value-date-separator {
        display: inline-block;
    }

    .mobile-hidethheader {
        display: none;
    }

    .exhibiton-listing tr td {
        display: block;
        width: 100% !important;
    }

    .select-box-custom-width1 .col-xs-5 {
        width: 41.6667%;
    }

    .select-box-custom-width1 .col-xs-2 {
        width: 16.6667%;
    }

    .my-search {
        display: none;
    }
     .custom-tooltip
    {
        bottom: 170px;
    left: 1%;
    right:1%;
    width:98%;
    
    }
     .corpo-soc-res .col-md-5 {
        display:none;
    }
        .corpo-soc-cont {

        background: rgba(123,202,29,0.9);

        color: #fff;

        font-size: 15px;

        padding: 15px;

        position: absolute;

        bottom:20px;

        left:10px;

        right:10px;

    }

    .corpo-soc-res .container-fluid

    {

        position: inherit;

        padding-top: 0;

    }
    .profile-details {
    
    top:153px;}

    
}


@media screen and (max-width: 639px) {


    body {
        font-size: 13px;
    }

    /* .nav > li > a {
        padding: 10px 4px;
    }

    .nav-tabs > li > a > span {
        font-size: 12px;
    }*/

    /*.listing-div div.name,
    .listing-div div.tid-no {
        width: 100%;
    }

    .listing-div div.tid-no {
        margin-top: 10px;
    }

    .listing-tabs .col-md-5 {
        border-bottom: 1px solid #ddd;
    }

    .listing-tabs .col-md-5,
    .listing-tabs .col-md-7 {
        width: 100%;
    }

    .listing-tabs .col-md-5 {
        width: 102.6%;
    }*/

    .page-inner-tabs .nav-tabs > li > a > span {
        font-size: 13px;
    }

    .page-title span.fs-small {
        float: left;
        margin-top: 5px;
    }
    /*.page-title .header-icon
	{
		position:inherit;
		margin-top:0;
	}*/
    .corrigendum table tr th:first-child,
    .corrigendum table tr td:first-child,
    .corrigendum table tr th,
    .corrigendum table tr td {
        width: 100%;
        display: block;
    }

        .corrigendum table tr th:first-child {
            padding-bottom: 0;
        }

        .corrigendum table tr td:first-child {
            border-bottom: 1px solid #edd9d9;
            font-size: 16px;
            padding-bottom: 5px;
        }

    .corrigendum .icon-plus {
        margin-top: -10px;
        margin-bottom: 10px;
    }

    .tender-document table tr th {
        width: 25%;
    }

    .page-title-txt .header-icon {
        position: inherit;
        right: 0;
        margin-top: 0;
    }

    .page-title-txt {
        padding-bottom: 0;
    }

    .tender-details table tr th,
    .tender-details table tr td {
        width: 100%;
        display: block;
    }

    .tender-details table tr th {
        padding-bottom: 5px;
    }

    .tender-details table tr td {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .advertisement-div div.col-md-3 {
        float: none;
        width: 100%;
    }

    .app-content {
        font-size: 21px;
        margin: 15px auto;
        float: none;
        max-width: 320px;
        overflow: hidden;
    }

        .app-content p {
            font-size: 14px;
        }

    .app-image {
        float: none;
        text-align: center;
    }

    .app-bagde {
        width: 83px;
    }

    .advertiser-header img {
        max-width: 450px;
        min-width: 450px;
    }

    .search-categories {
        padding: 0 13px 0 17px;
    }

        .search-categories li {
            width: 33.44%;
        }

            .search-categories li.tt-ct,
            .tender-category li {
                width: 100%;
            }

    .microsite-div li {
        width: 33.33%;
    }
     .corpo-soc-cont

    {

        bottom:9px;

        padding:14px;

    }

    .csr

    {

        color:#333f4b;

    }
     .archive-years-float {
        right:-63px;
    }
    .archive-submenu > div.yearone,
    .archive-submenu > div.yeartwo,
    .archive-submenu > div.yearthree,
    .archive-submenu > div.yearfour,
    .archive-submenu > div.yearfive,
    .archive-submenu > div.yearsix {
        left: 41px;
    }
    .archive-submenu-year ul {
        min-width: 118px;
    }
}

@media screen and (max-width: 479px) {

    .listing-table thead > tr > th,
    .listing-table tbody > tr > th,
    .listing-table tfoot > tr > th,
    .listing-table thead > tr > td,
    .listing-table tbody > tr > td,
    .listing-table tfoot > tr > td {
        width: 100%;
        display: block;
        text-align: left;
    }


    .tab-scroll {
        overflow-x: auto;
        overflow-y: hidden;
        position: relative;
        white-space: nowrap;
    }


        .tab-scroll li a {
            padding: 10px 25px;
        }

        .tab-scroll .nav-tabs {
            width: 150%;
        }
    /*.scroll-layer
	{
		background:url(../images/scroll-layer-bg.png) repeat-y;
		display: block;
		height:114%;
		position: absolute;
		right: -30px;
		top: -10px;
		width: 20%;
		z-index:11
	}
    .nav-tabs > li > a,
    .nav-tabs > li > a[class*="icon-"]:before {
        font-size: 21px;
    }*/

    .inner-search-box li:last-child {
        width: 9%;
    }

    /*.search-select-box .btn-default {
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #449dd5;
        padding: 7px 21px 7px 10px;
    }*/

    .search-select-box {
        width: 100%;
        text-align: left;
    }

    /*.search-text {
        width: 83%;
    }*/

    .listing-icon {
        width: 100%;
        /*text-align: center;*/
        margin-top: 5px;
    }

    .buyers-div li {
        width: 50%;
    }

    .category-tab li {
        padding-left: 13px;
        padding-right: 13px;
    }

    .category-manager h1 {
        font-size: 18px;
    }

    .search-area span.caret {
        display: block;
        float: right;
        margin-top: 10px;
    }

    .notification-div {
        margin-right: 0px;
        /*margin-left:0;
		margin-top:-33px;*/
    }

    .sort-by {
        padding-left: 0;
        padding-right: 0;
        border-right: 0;
    }

    .sort-arrow {
        margin-right: 5px;
    }

    .alert-msg {
        top: -11px;
    }

    .page-inner-tabs .nav-tabs > li {
        width: 40%;
    }

    .register-form h1 {
        font-size: 15px;
    }

    .register-head .col-md-6:first-child {
        padding-right: 0;
    }

    .register-form h1 {
        margin-bottom: 10px;
    }

    .key-value table tr th,
    .key-value table tr td,
    .tender-document table tr th,
    .tender-document table tr td {
        width: 100%;
        display: block;
    }

    .key-value table tr th,
    .tender-document table tr th {
        padding-bottom: 5px;
    }

    .key-value table tr td,
    .tender-document table tr td {
        padding-top: 0;
        padding-left: 0;
    }

    .address-div {
        padding: 10px 1px;
        line-height: 25px;
    }

        .address-div span {
            clear: both;
            float: left;
            margin-bottom: 1px;
        }

    .register-link {
        margin-top: 0;
    }

        .register-link a {
            display: block;
        }

    .advance-search .nav-tabs > li {
        width: 100%;
    }

        .advance-search .nav-tabs > li:first-child {
            border-radius: 4px 4px 0 0;
        }

        .advance-search .nav-tabs > li:nth-child(2) {
            border-radius: 0;
            box-shadow: none;
        }

    .advance-search .tab-content {
        margin-right: 7px;
    }

    /* .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }*/

    .section-banner a {
        width: 50%;
        margin-bottom: 10px;
    }

    .advertiser-div .tab-scroll .nav-tabs {
        width: 100%;
    }

        .advertiser-div .tab-scroll .nav-tabs li {
            width: 50%;
        }

    .search-categories {
        padding: 0 8px 0 12px;
    }

    .bg-list li {
        width: 100%;
    }

    .listing-tabs .col-md-7 {
        margin-right: -10px;
    }

    .microsite-div li {
        width: 50%;
    }

    .inner-listing-tabs > ul > li > a {
        padding-left: 0;
        padding-right: 0;
    }
     .corpo-soc-cont

    {

        position: inherit;

        right: 0;

        top: -1px;

        left:0;
        margin-left:-7px;
        margin-right:-7px;

    }

    .corpo-soc-res .col-md-7

    {

        padding:0;

    }
    .archive-submenu-year ul {
        min-width: 45px;
    }
    .shark-content {
        top: 10px;
        width: 170px;
    }

    .sharkAppButton {
        bottom: 15px;
    }

    .shark-content span {
        font-size: 12px;
    }

    .shark-content b {
        font-size: 18px;
    }
}
