.input {
  position: relative;
  margin-bottom: 15px;
}

.input input,
.input select {
  border-color: #757575;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 0;
  color: #e1b90a;
  border: 1px solid;
  width: 100%;
  font-size: 15px !important;
  font-weight: 700;
}

.input i {
  position: absolute;
  text-align:right;
  right: 12px;
  top: 14px;
  color: #ffcc00;
}

.input .placeholder {
  color: #6a6b6f;
}

.full-width-content {
  float: none;
  margin: auto;
}

.jarallax {
  position: relative;
}

@media only screen and (max-width: 992px) {
  .mb-block {
    display: block !important;
  }
}

@media only screen and (max-width: 992px) {
  select.responsive-nav {
    width: 100%;
    border: 1px solid #ebebeb;
    padding: 10px 15px;
    border-radius: 5px;
    margin-top: 15px;
  }
}

.breadcrumbs-area {
  overflow: hidden;
}

.breadcrumbs-area .breadcrumbs {
  font-weight: 600;
  font-size: 18px;
  position: relative;
  padding: 15px 0;
}

.breadcrumbs-area .breadcrumbs .last-item {
  color: #999999;
}

.breadcrumbs-area .breadcrumbs .separator {
  color: #999999;
}

.breadcrumbs-area.bg {
  background-color: #F8F8F8;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .container-lg-screen {
    max-width: 1000px;
    margin: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .container-lg-screen {
    max-width: 1170px;
    margin: auto;
  }
}

@media only screen and (min-width: 1300px) {
  .container-lg-screen {
    max-width: 1290px;
    margin: auto;
    padding: 0 30px;
  }
}

@media only screen and (min-width: 1500px) {
  .container-lg-screen {
    max-width: 1370px;
    margin: auto;
    padding: 0 30px;
  }
}

@media only screen and (max-width: 992px) {
  .container-lg-screen {
    padding: 0 15px;
  }
}

/*--------------------------------------------------------------
# Section-divide
--------------------------------------------------------------*/
/**** r ****/
.tender-section-divider {
  border-bottom: 1px solid #434343;
  padding: 8px 0;
  overflow: hidden;
}

.tender-section-divider .section-divider-content {
  position: relative;
}

.tender-section-divider .section-divider-content:before {
  border-top: dashed #ececec;
  width: 100%;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 15px;
  z-index: 0;
}

.tender-section-divider .section-divider-content .tender-border {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-animation: s3-rotate 7s infinite linear;
          animation: s3-rotate 7s infinite linear;
  display: block;
}

.tender-section-divider .section-divider-content.ambulance img {
  position: relative;
  top: -15px;
}

@-webkit-keyframes s3-rotate {
  from {
    -webkit-transform: translateX(105%);
  }
  to {
    -webkit-transform: translateX(-5%);
  }
}

.tender-multi-border {
  position: relative;
}

.tender-multi-border:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  height: 12px;
  background-size: 30px;
}

.tender-multi-border.yellow-black:before {
  background-image: -webkit-linear-gradient(0deg, #ffcc00 15px, #333 0);
}

.tender-multi-border.top-less-12:before {
  top: -12px;
}

.tender-multi-border.blue-white:before {
  background-image: -webkit-linear-gradient(0deg, #2e93e4 15px, #fff 0);
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
  font-size: 11px;
  padding: 12px 30px;
  color: #ffffff;
  line-height: normal;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

input[type="submit"] {
  font-weight: bold;
  text-transform: uppercase;
  background: #646464;
  color: #ffffff;
}

input[type="submit"]:hover {
  color: #ffffff;
}

button, input[type="button"], input[type="reset"], input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
}

button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button a, input[type="button"] a, input[type="reset"] a, input[type="submit"] a {
  color: #ffffff;
}

.search-form .btn,
.searchform .btn {
  border-radius: 0;
}

.search-form .btn:hover,
.searchform .btn:hover {
  color: #ffffff;
  text-decoration: none;
}

.search-form .btn:focus,
.searchform .btn:focus {
  background: transparent;
  color: #ffffff;
  outline: 0 none;
}

.search-form .btn:active:focus,
.searchform .btn:active:focus {
  background: transparent;
  color: #ffffff;
  outline: 0 none;
}

.btn {
  border-radius: 0;
}

.btn-default {
  color: #1d1d1f;
}

.btn-default:hover {
  color: #1d1d1f;
}

.slider-button {
  border-radius: 0 !important;
}

a.more-content {
  background: #232C3B;
  padding: 15px 30px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
  display: table;
  margin: 15px auto auto;
}

.more-link {
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
  word-spacing: 0.02em;
  letter-spacing: 0.01em;
  color: #ffffff;
  display: table;
  margin: 30px auto 0;
  padding: 15px 30px;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.more-link:hover, .more-link:focus, .more-link:active:focus {
  color: #ffffff;
  text-decoration: none !important;
}

.comment-reply-link {
  padding: 6px 22px;
  font-size: 11px;
  line-height: normal;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  background: #646464;
  color: #ffffff;
}

.comment-reply-link:hover {
  color: #ffffff;
}

.comment-navigation .nav-links a {
  background: #ffffff;
  display: inline-block;
  padding: 0.5em 1.8em;
  letter-spacing: 0.02em;
}

.comment-navigation .nav-links a:hover {
  color: #ffffff;
}

.go-button {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  width: 186px;
  height: 36px;
  line-height: 46px;
  background: #f7faf9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.go-button:hover {
  color: #ffffff;
}

.entry-content .btn {
  border-radius: 1px;
  letter-spacing: 0;
  line-height: 1.7em;
}

.mfp-wrap button:hover, .mfp-wrap input[type="button"]:hover, .mfp-wrap input[type="reset"]:hover, .mfp-wrap input[type="submit"]:hover {
  background: transparent !important;
}

.button {
  padding: 12px 40px;
  color: #fff;
  font-weight: bold;
  border-radius: 25px;
  text-transform: capitalize;
  font-size: 14px;
  border: 0;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.button:hover {
  color: #ffffff !important;
}

.black-color {
  color: #1d1d1f;
}

.black-button {
  background-color: #000000;
}

.soft-black-button {
  background-color: #1b1b1b;
}

.button-radius {
  border-radius: 5px;
}

.button.contact {
  background-color: #0E385D;
}

.red-bg a:hover {
  color: #ffffff;
}

.default-pd-center .button {
  border-radius: 5px;
  top: 10px;
  float: left;
}

.night-rider {
  background-color: #2C2C2C;
}

.bg-gray-color {
  background-color: #f7f7f7;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="submit"]:focus,
select:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
textarea:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent url("../images/select-bg.png") no-repeat scroll 95% 50%;
}

select option[selected] {
  color: #000;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: #1d1d1f !important;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: #1d1d1f !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

textarea {
  display: block;
  width: 100%;
  font-size: 0.8em;
  padding-left: 3px;
  display: block;
}

input,
select,
textarea {
  margin: 0;
  border: none;
  vertical-align: baseline;
  font-size: 100%;
  font-weight: 400;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

::-webkit-input-placeholder {
  color: #b3b3b3;
}

.widget_newsletter::-webkit-input-placeholder {
  color: #808080;
}

:-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
}

::-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #b3b3b3;
}

.form-controller {
  font-size: 13px;
  border: 1px solid #ebebeb;
  background: #ffffff;
  width: 100%;
  padding: 0.5em 1em;
  outline: none;
}

.form-controller:focus {
  border-color: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.post-password-form input[type="password"] {
  font-size: 11px;
  border: 1px solid #f0f0f0;
  outline: none;
}

.post-password-form input[type="submit"] {
  padding: 11px 15px;
  position: relative;
  top: -1px;
}

.comments-post p {
  border-bottom: 1px solid #8c8c8c !important;
}

.comments-post p input {
  padding: 8px 0 !important;
  font-size: 14px;
}

/* -----forms-------- */
.form-content {
  margin: auto;
  display: table;
  width: 100%;
}

.form-content .pd-left {
  padding-left: 7px;
}

@media only screen and (max-width: 991px) {
  .form-content .pd-left {
    padding-left: 15px;
  }
}

.form-content .pd-right {
  padding-right: 7px;
}

@media only screen and (max-width: 991px) {
  .form-content .pd-right {
    padding-right: 15px;
  }
}

.form-content select {
  padding: 12px;
  width: 100%;
  color: #AEAEAE;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  background: transparent url(../images/angle.png) no-repeat scroll 95% 50%;
  background-color: #fff;
  -webkit-appearance: button;
  text-transform: capitalize;
}

.form-content select option {
  font-size: 14px;
  font-weight: bold;
}

.form-content label {
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 14px;
  display: block;
  line-height: normal;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  border-radius: 3px;
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.8em;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP tool-bar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  text-align:center;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}



/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
/* page link pagination */
.entry-content .page-links > a {
  border: 1px solid #ebebeb;
  font-size: 0.8em;
  padding: 0.4em 0.8em;
}

/*==================================
pagination
================================= */
.pagination-link ul li a,
.pagination-link ul li > span {
  border: none;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 5px !important;
  color: #000;
  font-weight: bold;
  margin-left: 0;
  font-size: 15px;
  line-height: 1.5em;
}

.pagination-link ul li a i,
.pagination-link ul li > span i {
  font-weight: bold;
}

.pagination-link ul li.active a {
  background-color: #494949 !important;
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .pagination-link .pagination {
    margin-bottom: 0;
  }
}

.pagination-link .pagination > li:last-child > a {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.pagination-link .pagination > li:first-child > a {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.pagination-link .bg-gray.pagination > li > a,
.pagination-link .bg-gray.pagination > li > span {
  background: #f7f7f7;
}

/*--------------------------------------------------------------
## Navigation Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Mobile CSS
--------------------------------------------------------------*/
@media only screen and (max-width: 992px) {
  .site-navigation {
    display: none !important;
  }
  .menu-list {
    list-style: none;
    padding-left: 0;
  }
  .menu-list ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
  }
  .menu-list li a span {
    display: none !important;
  }
  #mobile-menu {
    display: block;
  }
  .menu-list > li:hover > a {
    background-color: rgba(0, 0, 0, 0.04) !important;
    text-decoration: none;
  }
  .mb-navigation .menu-list > li.current-menu-item > a,
  .mb-navigation .menu-list > li.current-menu-ancestor > a {
    background-color: rgba(0, 0, 0, 0.04);
  }
  .overlaybg {
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
  }
  .overlaybg.menuopen {
    display: block;
  }
  .mb-navigation .menu-list > li > a {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background-color: white;
    -webkit-box-shadow: 0 0 1px transparent;
            box-shadow: 0 0 1px transparent;
    color: #282828;
    display: block;
    font-weight: 700;
    line-height: 60px;
    overflow: hidden;
    padding: 5px 14px;
    position: relative;
    text-decoration: none;
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
    vertical-align: middle;
  }
  /* Default Color */
  .menu-list li:hover .sub-menu {
    display: none;
  }
  .menu-list li:hover .sub-menu .sub-menu {
    display: none;
  }
  .menu-list .sub-menu .sub-menu li:hover .sub-menu {
    display: none;
    list-style: none;
    padding: 2px;
    border: solid 1px #ebebeb;
    background-color: #ffffff;
  }
  .menu-list li:first-child a {
    border-radius: 0;
  }
  .menu-list li:last-child a {
    border-right: 0;
    border-radius: 0;
  }
  .innerpnd {
    padding: 0 !important;
  }
  .menu-container {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    min-height: 800px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .menuexpandermain {
    display: block !important;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  /* Mobile click to drop arrow */
  .menu-click {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    cursor: pointer;
    z-index: 120;
  }
  .menu-click i {
    display: block;
    background-size: 25px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.25);
    float: right;
    padding: 15px;
    width: 43px;
    -webkit-transition: transform 0.1s ease;
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease;
    border-left: 1px solid #e1e1e1;
  }
  .menu-extend.fa-plus::before {
    content: "\f068";
    font-family: FontAwesome;
  }
  /*2nd UL Style*/
  .menu-list .sub-menu a {
    display: block;
    padding: 12px 25px;
    border-bottom: solid 1px #ebebeb !important;
    font-weight: normal;
  }
  .mb-navigation .menu-wrapper ul > li ul {
    border-top: 0 none;
    border-bottom: 0 none;
    border-right: 0 none;
  }
  .menu-list .sub-menu .sub-menu {
    width: 100% !important;
    position: static !important;
    left: 100% !important;
    top: 0 !important;
    display: none;
    margin: 0 !important;
    padding: 0 !important;
    border: solid 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .menu-list .sub-menu .sub-menu li {
    margin: 0 !important;
    padding: 0;
    position: relative;
  }
  .sub-menu-sub li:hover > a {
    color: #ffffff;
  }
  .menu-list > li > a .fa {
    margin-right: 6px;
  }
  .sub-menu .sub-menu .sub-menu {
    width: 100% !important;
    position: static !important;
    left: 100% !important;
    top: 0 !important;
    display: none;
    margin: 0 !important;
    padding: 0 !important;
    border: solid 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .sub-menu .sub-menu .sub-menu li {
    margin: 0 !important;
  }
  .sub-menu .sub-menu .sub-menu a {
    display: block;
    color: #000000;
    padding: 11px 25px;
    border-bottom: solid 1px #ebebeb;
    font-weight: normal;
  }
  .sub-menu .sub-menu .sub-menu li:hover > a {
    color: #fff;
  }
  .mb-navigation {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .mb-navigation .menu-wrapper .container {
    padding: 0;
  }
  .mb-navigation .menu-wrapper .row {
    margin: 0;
  }
  .mb-navigation .menu-list {
    height: 100%;
    display: block !important;
  }
  .mb-navigation .menu-list > li {
    width: 240px;
    display: block;
    float: none;
    border-right: none;
    background-color: transparent;
    position: relative;
    text-align: left;
    white-space: inherit;
  }
  .mb-navigation .menu-list > li > a::before {
    opacity: 0;
  }
  .mb-navigation .menu-list > li > a::after {
    position: relative;
    content: "";
  }
  .mb-navigation .menu-list > li > a {
    padding: 9px 32px 9px 17px;
    font-size: 15px;
    letter-spacing: 0.010em;
    border-right: solid 0px;
    background-color: transparent;
    line-height: 25px;
    border-bottom: 1px solid #e1e1e1;
    position: static;
    text-transform: uppercase;
    color: #505050;
  }
  .sub-menu {
    -webkit-transform: none !important;
            transform: none !important;
    opacity: 1 !important;
    display: none;
    position: relative !important;
    top: 0px;
    background-color: #ffffff;
    border: 0 none;
    padding: 0px;
    visibility: visible !important;
  }
  .sub-menu .sub-menu li a {
    line-height: 20px;
    font-size: 14px !important;
  }
  .sub-menu li .sub-menu li a {
    padding-left: 28px;
  }
  .sub-menu .sub-menu li a,
  .sub-menu .sub-menu .sub-menu li a {
    padding-left: 38px !important;
  }
  .sub-menu li .sub-menu .sub-menu {
    padding-left: 38px;
  }
  .sub-menu .fa {
    margin-right: 0;
  }
  .mrginleft {
    margin-left: 240px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .mb-navigation {
    width: 0;
    height: 100%;
    position: fixed;
    left: 0;
    padding: 0;
    top: 0;
    margin: 0;
    z-index: 1000;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: none !important;
    background-color: #ffffff !important;
  }
  /*Nav Expanding Open Effect*/
  .mb-navigation.menuopen {
    width: 240px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .mb-navigation.menuclose {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .menucontent {
    z-index: 100;
  }
  /* Navigation arrow Animation */
  .animated-arrow {
    z-index: 200;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .animated-arrow {
    cursor: pointer;
    padding: 35px 15px;
    display: block;
  }
  .animated-arrow.menuopen {
    position: fixed;
  }
  .animated-arrow span,
  .animated-arrow span:before,
  .animated-arrow span:after {
    cursor: pointer;
    height: 3px;
    width: 25px;
    background: #282828;
    position: absolute;
    display: block;
    content: '';
    left: 0;
    right: 0;
    margin: auto;
  }
  .animated-arrow span:before {
    top: -7px;
  }
  .animated-arrow span:after {
    bottom: -7px;
  }
  .animated-arrow span,
  .animated-arrow span:before,
  .animated-arrow span:after {
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  .animated-arrow.menuopen span {
    background-color: transparent;
  }
  .animated-arrow.menuopen span:before,
  .animated-arrow.menuopen span:after {
    background: #d2d2d2;
  }
  .animated-arrow.menuopen span:before,
  .animated-arrow.menuopen span:after {
    top: 13px;
  }
  .animated-arrow.menuopen span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 0;
  }
  .animated-arrow.menuopen span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0;
  }
  /*Animation None */
  .menu-list li > .sub-menu,
  .menu-list li:hover > .sub-menu {
    -webkit-transform: none !important;
    transform: none !important;
    visibility: visible !important;
  }
  .sub-menu li:hover > .sub-menu {
    -webkit-transform: none !important;
    transform: none !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

@media only screen and (max-width: 992px) {
  .menuexpandermain .menuopen {
    left: 16em !important;
    top: 1em !important;
  }
}

/*--------------------------------------------------------------
# Pagination Responsive
--------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  .paging-navigation {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 590px) {
  .paging-navigation .nav-links li {
    display: none;
  }
  .paging-navigation .nav-links li:first-child.nav-previous,
  .paging-navigation .nav-links li:last-child.nav-next {
    display: block;
  }
  .paging-navigation .nav-links li:first-child.nav-previous {
    float: left;
    margin-left: 60px;
  }
  .paging-navigation .nav-links li:last-child.nav-next {
    float: right;
    margin-right: 60px;
  }
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## header section
--------------------------------------------------------------*/
.white-color a {
  color: #fff !important;
}

.white-color a i {
  color: #fff;
}

.white-color a .fa-search {
  color: #fff !important;
}

.header-two .header-bottom-block {
  background-color: #ffffff;
  position: relative;
  z-index: 10;
}

@media only screen and (min-width: 992px) {
  .header-two .header-bottom-block {
    top: 36px;
    padding-right: 0;
    padding-left: 20px;
  }
}

.header-two .header-bottom-block .nav-right-content ul {
  list-style: none;
}

.header-two .header-bottom-block .nav-right-content ul li {
  float: left;
}

.header-two .header-bottom-block .nav-right-content ul li a {
  font-weight: 700;
  padding: 20px 10px;
  display: block;
  position: relative;
}

.header-two .header-bottom-block .nav-right-content ul li a.login-form i {
  margin-right: 5px;
}

.header-two .header-bottom-block .nav-right-content ul li a.search-open, .header-two .header-bottom-block .nav-right-content ul li a.trigger-overlay {
  font-size: 22px;
}

.header-two .header-bottom-block .nav-right-content ul li .sub-menu {
  min-width: 175px;
  position: absolute;
  z-index: 999;
  margin: 0;
  padding: 0;
  top: 112%;
  border: solid 1px #3e3e3e;
  background-color: #1C1C1C;
  opacity: 0;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transition: transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.header-two .header-bottom-block .nav-right-content ul li .sub-menu li a {
  color: #ffffff;
  padding: 10px 15px;
  border-bottom: 1px solid #333;
}

.header-two .header-bottom-block .nav-right-content ul li .sub-menu li {
  float: none;
}

.header-two .header-bottom-block .nav-right-content > ul > li:hover .sub-menu {
  opacity: 1;
}

.header-two .header-bottom-block .nav-right-content > ul > li > a {
  font-family: AmmanV3Sans-Regular,tahoma;
}

.header-two .header-top-block {
  padding-top: 30px;
  margin-bottom: -16px;
  overflow: hidden;
}

@media only screen and (max-width: 992px) {
  .header-two .header-top-block {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
  }
}

.header-two .header-content-right ul {
  list-style: none;
  padding: 0;
}

.header-two .header-content-right ul li {
  float: left;
  padding: 0 15px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.015em;
  font-family: AmmanV3Sans-Regular,tahoma;
}

.header-two .header-content-right ul li .icon-block {
  display: inline-block;
}

.header-two .header-content-right ul li .icon-block i {
  color: #fff;
  font-size: 22px;
  top: -10px;
  position: relative;
}

.header-two .header-content-right ul li .menu-info,
.header-two .header-content-right ul li .social-icon {
  display: inline-block;
  border-left: 1px solid #ccc;
  padding-left: 10px;
  margin-left: 10px;
}

.header-two .header-content-right ul li .menu-info {
  color: #ffffff;
}

.header-two .header-content-right ul li .menu-info a {
  color: #ffffff;
}

.header-two .header-content-right ul li .social-icon .content-title {
  display: block;
  color: #ffffff;
}

.header-two .header-content-right ul li .social-icon > a {
  color: #2e93e4;
  background: #ffffff;
  width: 22px;
  height: 22px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  border-radius: 50px;
  font-size: 12px;
  margin-right: 5px;
}

.header-two .header-content-right ul li .menu-info a {
  display: block;
}

.header-area.blue-theme {
  background-color: #2e93e4;
}

.theme-blue-bg .header-top-menu li a,
.theme-blue-bg .header-content-right .fa-search {
  color: #ffffff !important;
}

.header-two .header-top-block .header-top-menu {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  float: right;
  position: relative;
  top: 5px;
}

.header-two .header-top-block .header-top-menu li {
  float: left;
}

.header-two .header-top-block .header-top-menu li a {
  padding: 5px 10px;
  display: block;
  color: #ffffff;
  font-size: 20px;
}

@media only screen and (max-width: 992px) {
  .header-two .header-bottom-block {
    padding: 0;
  }
}

@media only screen and (max-width: 992px) {
  .header-two .header-bottom-block .nav-right-content ul li a {
    padding: 23px 0;
  }
}

@media only screen and (max-width: 992px) {
  .header-two .header-bottom-block .nav-right-content ul {
    margin-bottom: 0;
    float: right;
  }
}

@media only screen and (max-width: 992px) {
  .header-two .header-bottom-block .nav-right-content ul li .sub-menu {
    position: absolute !important;
    top: 100%;
    right: 0;
    margin-top: 0;
  }
}

@media only screen and (max-width: 992px) {
  .header-two .header-bottom-block > .row {
    margin: 0;
  }
}

@media only screen and (max-width: 992px) {
  .header-two .header-bottom-block > .row .col-md-9.col-sm-9.col-xs-3 {
    padding-left: 0;
  }
}

.nav-style-one {
  float: right;
}

.nav-style-two {
  float: left;
}

.tel-contact-number {
  position: relative;
  overflow: hidden;
  padding: 28px 0;
  display: block;
}

.tel-contact-number a {
  color: #e9cc00;
  font-family: AmmanV3Sans-Regular,tahoma;
  font-size: 18px;
  font-weight: 700;
  margin-right: 15px;
  position: relative;
  top: -2px;
}

.tel-contact-number .icon-part {
  position: relative;
  font-size: 25px;
}

.tel-contact-number .icon-part .fa {
  position: relative;
  left: -4px;
  top: 2px;
}

.tel-contact-number .icon-part:after {
  content: "";
  border-left: 40px solid #ffcc00;
  position: absolute;
  width: 100%;
  height: 100%;
  right: -6px;
  bottom: 0;
  top: -60px;
  border-top: 150px solid #ffcc00;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  z-index: -1;
}

/*--------------------------------------------------------------
# Header Top Area
--------------------------------------------------------------*/
.header-top-area .header-top-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.shadow {
 border:2px solid #fff;
		background: url(img/tiger.png) no-repeat;
		-moz-box-shadow: 10px 10px 5px #ccc;
		-webkit-box-shadow: 10px 10px 5px #ccc;
		box-shadow: 10px 10px 5px #ccc;
		-moz-border-radius:25px;
		-webkit-border-radius:25px;
		border-radius:25px;
}


.header-top-area .header-top-menu li {
  float: left;
  position: relative;
}

.header-top-area .header-top-menu li a {
  font-size: 13px;
  color: #ffcc00;
  padding-right: 12px;
  font-weight: 700;
  padding: 15px;
  
  display: block;
  letter-spacing: 0.010em;
  
  
}

.header-top-area .header-top-menu li a span {
  margin-left: 5px;
}

.header-top-area .header-top-menu li a i {
  font-size: 20px;
  position: relative;
  top: 2px;
}

.header-top-area .header-top-menu li a .fa-angle-down {
  font-size: 14px;
  color: #ececec;
}

.header-top-area .header-top-menu li .sub-menu {
  min-width: 175px;
  position: absolute !important;
  z-index: 999;
  margin: 0;
  padding: 0;
  top: 100%;
  border: solid 1px #3e3e3e;
  background-color: #1C1C1C;
  list-style: none;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transition: transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.header-top-area .header-top-menu li .sub-menu li {
  float: none;
}

.header-top-area .header-top-menu li .sub-menu li a {
  display: block;
  border-bottom: solid 1px #3e3e3e;
  padding: 10px 15px;
}

.header-top-area .header-top-menu li .sub-menu li:last-child a {
  border-bottom: 0 none;
}

.header-top-area .header-top-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 992px) {
  .header-content-left .header-top-menu {
    margin-left: -15px;
  }
}

.header-content-left a {
  color: #ffcc00;
}

.header-content-left i {
  color: #ececec;
}

.header-content-right {
  float: right;
}

@media only screen and (max-width: 767px) {
  .header-content-right {
    float: none;
  }
}

@media only screen and (min-width: 767px) {
  .header-content-right .header-top-menu {
    float: left;
  }
}

@media only screen and (min-width: 992px) {
  .header-content-right .header-top-menu {
    margin-right: -12px;
  }
}

@media only screen and (max-width: 767px) {
  .header-content-right .header-top-menu {
    display: table;
    margin: auto;
  }
}

.header-content-right .header-top-menu li a {
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .header-content-right .header-top-menu:first-child {
    float: left;
  }
}

@media only screen and (max-width: 767px) {
  .header-content-right .header-top-menu:last-child {
    float: right;
  }
}

.header-content-right .fa-search {
  color: #FF4818;
}

.header-content-right .fa-bars {
  color: #ececec;
}

.header-content-right.header-style-two ul li {
  margin-left: 30px;
}

.header-content-right.header-style-two ul li a {
  color: #ddd;
}

@media only screen and (min-width: 992px) {
  .nav-style-three .menu-content {
    display: table;
  }
}

@media only screen and (min-width: 992px) {
  .nav-style-three.top-navigation .menu-list > li > a {
    padding: 27px 15px;
  }
}

/*--------------------------------------------------------------
# Header Top Search and Menu
.overlay {
  z-index: 10002;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.95);
}
--------------------------------------------------------------*/


.overlay .overlay-close {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  font-size: 40px;
  color: #fff;
  background: transparent;
  outline: none;
  z-index: 100;
}

.overlay__content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

.overlay-scale {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
}

.overlay-scale.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}

.overlay .input-group {
  width: 100%;
}

.overlay .search-button {
  background: #ffcc00;
  border: 2px solid #ffcc00;
  padding: 10px 36px;
  display: inline-block;
  overflow: hidden;
  border-radius: 6px;
  font-weight: 700;
}

.overlay .search-button:hover {
  background: #fff;
  color: #ffcc00;
}

.overlay .input-group input {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 44px;
  height: 49px;
  background: transparent;
  border: 0;
  font-weight: 300;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .overlay .input-group input {
    font-size: 25px;
    line-height: 30px;
  }
}

.author-area {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 36px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.author-area .closebtn {
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 30px;
  margin-left: 50px;
  color: #fff;
}

.author-area.open {
  width: 250px;
}

.author-area .login-author {
  margin-top: 15px;
}

.author-area .author-menu {
  width: 250px;
}

.author-area .author-menu > ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.author-area .author-menu > ul li a {
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid #333333;
}

.author-area .author-menu > ul li a .fa {
  margin-right: 5px;
}

.author-area .author-menu > ul li:first-child a {
  border-top: 1px solid #333333;
}

.author-area .author-info {
  width: 250px;
  overflow: hidden;
}

.author-area .author-image {
  width: 60px;
  height: 60px;
  margin: auto 15px 30px 20px;
  border: 5px solid;
  display: block;
  overflow: hidden;
  float: left;
}

.author-area .author-des {
  display: table-cell;
}

.author-area .author-des .author-name {
  color: #ffffff;
  margin: 0;
  font-size: 18px;
  font-weight: 800;
}

.author-area .author-des .author-description {
  font-size: 13px;
  margin-bottom: 0;
  color: #ffffff;
}

.author-area .login-form {
  overflow: hidden;
  clear: both;
  padding: 0 15px;
  margin-bottom: 10px;
  color: #fff;
}

.author-area .login-form form#login-form {
  width: 203px;
}

.author-area .login-form .form-title {
  margin-top: 0;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

.author-area .login-form input[type="checkbox"] {
  margin-left: 0 !important;
}

.author-area .login-form input[type="checkbox"] + label {
  color: #fff;
}

.author-area .login-form .btn-login {
  padding: 10px;
  height: 40px;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  background: #ffcc00;
  border-radius: 5px;
}

/*--------------------------------------------------------------
# Header Bottom/Nav Area
--------------------------------------------------------------*/
.header-nav-area {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(3, 3, 3, 0.22);
          box-shadow: 0px 0px 5px 0px rgba(3, 3, 3, 0.22);
}

.header-nav-area .site-logo {
  padding: 0 28px ;
}

/*--------------------------------------------------------------
## slider section
--------------------------------------------------------------*/
.slider-form-content {
  background: #f9f9f9;
  padding: 35px 60px;
}

.slider-form-content .slider-form-title {
  font-size: 30px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 0;
  color: #333333;
  line-height: 1;
}

.slider-form-content .slider-form-subtitle {
  margin-top: 0;
  font-weight: 800;
  color: #333333;
}

.slider-form-content form {
  margin-top: 30px;
}

.slider-form-content form label {
  font-weight: 600 !important;
}

.slider-form-content form .input {
  margin-bottom: 15px !important;
}

.slider-form-content form .input i {
  right: 12px;
  top: 12px;
}

.slider-form-content .check-tender-footer {
  margin-top: 15px;
  margin-left: 0 !important;
}

.slider-form-content .check-tender-footer > .row {
  margin: 0;
}

.slider-form-content .check-tender-footer button, .slider-form-content .check-tender-footer input[type="button"], .slider-form-content .check-tender-footer input[type="reset"], .slider-form-content .check-tender-footer input[type="submit"] {
  margin: 0 !important;
}

@media only screen and (max-width: 767px) {
  .slider-form-content .check-tender-footer button, .slider-form-content .check-tender-footer input[type="button"], .slider-form-content .check-tender-footer input[type="reset"], .slider-form-content .check-tender-footer input[type="submit"] {
    display: table;
    margin: auto !important;
  }
}

.slider-form-content .check-tender-footer .advanced-search {
  float: none;
  position: absolute;
  right: 0;
  top: 0;
}

@media only screen and (max-width: 992px) {
  .slider-form-content .check-tender-footer .advanced-search a {
    display: none;
  }
}

.carrent-slider-subheading {
  position: relative;
  min-width: 305px;
  text-align: center;
}

.carrent-slider-subheading:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #e9cc00;
  left: 0;
  top: 50%;
  border-radius: 50%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.carrent-slider-subheading:after {
  position: absolute;
  content: "";
  right: 0;
  width: 10px;
  height: 10px;
  background-color: #e9cc00;
  top: 50%;
  border-radius: 50%;
  margin-left: 15px;
  z-index: 99;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tp-caption h1, .tp-caption h2, .tp-caption h3, .tp-caption h4, .tp-caption h5 {
  color: inherit;
}

.company-brand-block {
  padding: 110px 0 102px;
}

.brand-carousel {
  overflow: hidden;
  margin-top: 50px;
}

.brand-carousel .item img {
  width: auto;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .brand-carousel .owl-dots {
    text-align: center;
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .brand-carousel .owl-nav.disabled {
    display: block;
    text-align: center;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .brand-carousel .owl-nav.disabled > div {
    font-family: AmmanV3Sans-Regular,tahoma;
    background-color: #000;
    padding: 8px 15px;
    font-size: 14px;
    color: #fff;
    font-weight: 800;
    display: inline-block;
    height: 39px;
    border: 1px solid #ddd;
    letter-spacing: 0.015em;
    text-transform: capitalize;
  }
}

/*--------------------------------------------------------------
## check_tender section
--------------------------------------------------------------*/
.check-tender-block {
  padding: 96px 0 103px;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .check-tender-block {
    padding: 36px 0 36px;
  }
}

.check-tender-block:before {
  content: "";
  background: #2C2C2C;
  width: 32.333333%;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
}

@media only screen and (min-width: 1500px) {
  .check-tender-block:before {
    width: 35.333333%;
  }
}

@media only screen and (min-width: 2300px) {
  .check-tender-block:before {
    width: 40.333333%;
  }
}

@media only screen and (max-width: 992px) {
  .check-tender-block:before {
    width: 100%;
  }
}

.check-tender-block.style-two {
  border-bottom: 1px solid #ebebeb;
}

.check-tender-block.style-two:before {
  background: #f5f5f5;
}

.check-tender-block.style-two .top-subtitle {
  color: #6d6d6d;
}

.check-tender-block.style-two .subtitle {
  color: #262626;
  font-weight: 600;
}

.check-tender-block.style-two .advance-search-query label {
  color: #000000;
  font-weight: 600;
}

.check-tender-block.style-two .advance-search-query input, .check-tender-block.style-two .advance-search-query select {
  background-color: #232c3b;
  border-color: #232c3b;
  color: #b3b3b3;
}

.check-tender-block.style-two .advance-search-query button, .check-tender-block.style-two .advance-search-query input[type="button"], .check-tender-block.style-two .advance-search-query input[type="reset"], .check-tender-block.style-two .advance-search-query input[type="submit"] {
  color: #fff;
}

.check-tender-block.style-two .advance-search-query .advanced-search .fa-search {
  color: #FF4818;
}

.check-tender-block.style-two .advance-search-query .advanced-search a {
  color: #000000;
}

.check-tender-block.check-boxshadow {
  padding: 0;
}

@media only screen and (max-width: 992px) {
  .check-tender-block.check-boxshadow {
    z-index: 0;
  }
}

.check-tender-block.check-boxshadow:before {
  background: transparent;
}

.check-tender-block.check-boxshadow .container {
  -webkit-box-shadow: 0px 0 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0 12px rgba(0, 0, 0, 0.15);
  z-index: 100;
  position: relative;
  padding: 60px;
  margin-top: -49px;
  background: #ffffff;
}

@media only screen and (max-width: 767px) {
  .check-tender-block.check-boxshadow .container {
    margin-top: 0;
    padding: 30px;
  }
}

.check-tender-block.style-three:before {
  background: #f5f5f5;
}

.check-tender-block.style-three .advance-search-query label {
  color: #454545;
  font-weight: 600;
}

.check-tender-block.style-three .input input,
.check-tender-block.style-three .input select {
  border-color: #e7e7e7;
  background: #ffffff;
}

.check-tender-block.style-three .check-tender-footer {
  text-align: center;
  margin-top: 30px;
}

.check-tender-block.style-three .check-tender-footer button, .check-tender-block.style-three .check-tender-footer input[type="button"], .check-tender-block.style-three .check-tender-footer input[type="reset"], .check-tender-block.style-three .check-tender-footer input[type="submit"] {
  float: none;
  padding: 15px 50px;
}

.check-content .top-subtitle {
  font-size: 20px;
  color: #818080;
  font-weight: 700;
}

.check-content .title {
  font-size: 36px;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 900;
  font-family: AmmanV3Sans-Regular,tahoma;
  line-height: 50px;
}

.check-content .subtitle {
  font-size: 20px;
  color: #ececec;
  font-weight: normal;
  position: relative;
  margin-left: 20px;
  font-family: inherit;
}

.check-content .subtitle:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #e9cc00;
  left: -20px;
  top: 10px;
  border-radius: 50%;
}

.check-content .subtitle:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #e9cc00;
  top: 10px;
  border-radius: 50%;
  margin-left: 15px;
}

@media only screen and (max-width: 767px) {
  .check-content {
    margin-bottom: 30px;
  }
}

.input-night-rider .input {
  background: #2C2C2C !important;
}

.input-night-rider .input input, .input-night-rider .input select {
  background-color: transparent;
  margin-bottom: 0;
  color: #b3b3b3;
  border: 1px solid #434343;
}

.advance-search-query label {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.025em;
}

.advance-search-query.check-tender-two label {
  color: #1d1d1f;
  font-weight: 600;
}

.advance-search-query .advance-search {
  display: none;
}

.advance-search-query.blue-theme .button {
  color: #ffffff;
}

.advance-search-query .form-group .input {
  margin-bottom: 0;
}

.advance-search-query .form-group .input input {
  height: 48px;
}

.check-tender-footer {
  position: relative;
}

.check-tender-footer .advanced-search {
  font-weight: 600;
  float: left;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .check-tender-footer .advanced-search {
    float: none;
    display: block;
    text-align: center;
  }
}

.check-tender-footer .advanced-search .fa-search {
  margin-left: 15px;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .check-tender-footer .advanced-search .fa-search {
    margin-left: 0;
  }
}

.check-tender-footer button, .check-tender-footer input[type="button"], .check-tender-footer input[type="reset"], .check-tender-footer input[type="submit"] {
  margin-right: 15px;
  float: right;
  color: #1d1d1f;
  font-family: AmmanV3Sans-Regular,tahoma;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 0.035em;
  padding: 15px 60px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .check-tender-footer button, .check-tender-footer input[type="button"], .check-tender-footer input[type="reset"], .check-tender-footer input[type="submit"] {
    float: none;
    display: table;
    text-align: center;
    margin: 15px auto 0;
  }
}

.check-tender-footer.text-center {
  text-align: center;
  margin-left: 85px;
}

@media only screen and (max-width: 767px) {
  .check-tender-footer.text-center {
    margin-left: 0 !important;
  }
}

.check-tender-footer.text-center button, .check-tender-footer.text-center input[type="button"], .check-tender-footer.text-center input[type="reset"], .check-tender-footer.text-center input[type="submit"] {
  float: none;
  color: #1d1d1f;
}

.check-tender-footer.text-center .advanced-search {
  float: right;
}

@media only screen and (max-width: 767px) {
  .check-tender-footer.text-center .advanced-search a {
    float: none;
    font-size: 16px;
    line-height: 23px;
  }
}

.after-image {
  position: relative;
}

.after-image:after {
  width: 100%;
  content: "";
  padding: 5px;
  position: absolute;
  bottom: 0px;
  left: 0;
}

.before-image {
  position: relative;
}

.before-image:after {
  width: 41%;
  content: "";
  padding: 5px;
  position: absolute;
  top: -10px;
  left: 0;
}

.check-tender-one input {
  background-color: #2C2C2C;
}

/* --------page-02--------- */
.check-tender-two input, .check-tender-two select {
  background-color: #fff;
  border-color: #E7E7E7;
  color: #b3b3b3;
}

.check-tender-two button, .check-tender-two input[type="button"], .check-tender-two input[type="reset"], .check-tender-two input[type="submit"] {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.check-tender-two .color-black.white-color {
  text-transform: capitalize;
  font-size: 14px;
}

/* --------page-05--------- */
.check-tender-block.check-boxshadow .subtitle {
  color: #4b4b4b;
}

.check-tender-block.check-boxshadow .color-icon i {
  color: #2e93e4;
}

/* --------page-05--------- */
.form-group.small {
  position: relative;
}

.form-group.small input {
  width: 46%;
  float: left;
}

.form-group.small .min {
  margin-right: 15px;
  background: none;
}

.form-group.small .max {
  background: none;
}

.form-group.small:after {
  position: absolute;
  content: "";
  background-color: #000;
  width: 10px;
  height: 1px;
  z-index: 999;
  right: 0;
  bottom: -31px;
  left: -3px;
  margin: auto;
}

.check-default-style .top-subtitle {
  color: inherit;
}

.check-default-style .title {
  font-size: 40px;
}

.check-default-style .advance-search-query.check-tender-three .input i {
  color: #ffcc00;
}

.check-default-style .advance-search-query.check-tender-three .input input {
  margin-bottom: 10px;
}

.check-default-style .check-tender-footer {
  margin: auto;
  display: table;
  padding-top: 50px;
}

.check-default-style .check-tender-footer button, .check-default-style .check-tender-footer input[type="button"], .check-default-style .check-tender-footer input[type="reset"], .check-default-style .check-tender-footer input[type="submit"] {
  float: none;
  text-align: center;
}

.check-default-style .check-tender-footer .advanced-search {
  float: none;
  position: relative;
  left: -10px;
  top: 5px;
}
