html,
body {
    font-size: 14px;
}

html {
    min-height: 100%;
    position: relative;
}

label {
    font-weight: 600 !important;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
.thin-border-htop{
    border-top: 5px solid #6ab42f;
}
  #topbar .contact-info a {
    line-height: 0;
    color: #fff;
    transition: 0.3s;
  }
  #topbar .contact-info a:hover {
    color: #6ab42f;
  }
  #topbar .contact-info i {
    color: #fff;
    line-height: 0;
    margin-right: 5px;
  }
  #topbar .contact-info .phone-icon {
    margin-left: 15px;
  }
  #topbar .social-links a {
    color: #fff;
    padding: 4px 12px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
  }
  #topbar .social-links a:hover {
    color: #d8f5c0;
  }
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 487px;
    background-color: rgba(9, 9, 9, 0.8);
    overflow: hidden;
    position: relative;
  }
  #hero .carousel,
  #hero .carousel-inner,
  #hero .carousel-item,
  #hero .carousel-item::before {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  #hero .carousel-item::before {
    content: "";
    background-color: rgba(106, 180, 47, 0.2);
  }
  #hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 50px;
    right: 50px;
  }
  #hero .container {
    text-align: center;
  }
  #hero h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: 700;
  }
  #hero p {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    color: #fff;
  }
  #hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
  }
  #hero .carousel-inner .carousel-item,
  #hero .carousel-inner .active.carousel-item-start,
  #hero .carousel-inner .active.carousel-item-end {
    opacity: 0;
  }
  #hero .carousel-inner .active,
  #hero .carousel-inner .carousel-item-next.carousel-item-start,
  #hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
  }
  #hero .carousel-control-next-icon,
  #hero .carousel-control-prev-icon {
    background: none;
    font-size: 30px;
    line-height: 0;
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.5);
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #hero .carousel-control-next-icon:hover,
  #hero .carousel-control-prev-icon:hover {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
  }
  #hero .carousel-indicators li {
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    opacity: 0.6;
    transition: 0.3s;
  }
  #hero .carousel-indicators li.active {
    opacity: 1;
    background: #6ab42f;
  }
  #hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: #6ab42f;
  }
  #hero .btn-get-started:hover {
    background: #6ec083;
  }
  @media (max-width: 992px) {
    #hero {
      height: 100vh;
    }
    #hero .carousel-container {
      top: 66px;
    }
  }
  @media (max-width: 768px) {
    #hero h2 {
      font-size: 28px;
    }
  }
  @media (min-width: 1024px) {
    #hero .carousel-control-prev,
    #hero .carousel-control-next {
      width: 5%;
    }
  }
  @media (max-height: 500px) {
    #hero {
      height: 120vh;
    }
  }

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services {
    padding: 20px 0;
  }
  .featured-services .icon-box {
    padding: 20px;
  }
  .featured-services .icon-box-bg {
    background-image: linear-gradient(
      0deg,
      #222222 0%,
      #2f2f2f 50%,
      #222222 100%
    );
  }
  .featured-services .icon {
    margin-bottom: 15px;
  }
  .featured-services .icon i {
    color: #6ab42f;
    font-size: 42px;
  }
  .featured-services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
  }
  .featured-services .title a {
    color: #222222;
    transition: 0.3s;
  }
  .featured-services .icon-box:hover .title a {
    color: #6ab42f;
  }
  .featured-services .description {
    line-height: 24px;
    font-size: 14px;
  }

  
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    text-align: center;
    padding: 30px 20px 50px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
  }
  .services .icon-box .icon {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.3s;
    position: relative;
  }
  .services .icon-box .icon i {
    font-size: 36px;
    transition: 0.5s;
    position: relative;
  }
  .services .icon-box .icon svg {
    position: absolute;
    top: 0;
    left: 0;
  }
  .services .icon-box .icon svg path {
    transition: 0.5s;
    fill: #f5f5f5;
  }
  .services .icon-box h4 {
    font-weight: 500;
    margin: 10px 0 22px 0;
    font-size: 16px;
    min-height: 32px;
  }
  .services .icon-box h4 a {
    color: #222222;
    transition: ease-in-out 0.3s;
    text-decoration: none;
  }
  .services .icon-box p {
    line-height: 19px;
    font-size: 14px;
    margin-bottom: 0;
  }
  .services .icon-box:hover {
    border-color: #fff;
    box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
  }
  .services .iconbox-blue i {
    color: #47aeff;
  }
  .services .iconbox-blue:hover .icon i {
    color: #fff;
  }
  .services .iconbox-blue:hover .icon path {
    fill: #47aeff;
  }
  .services .iconbox-orange i {
    color: #ffa76e;
  }
  .services .iconbox-orange:hover .icon i {
    color: #fff;
  }
  .services .iconbox-orange:hover .icon path {
    fill: #ffa76e;
  }
  .services .iconbox-pink i {
    color: #e80368;
  }
  .services .iconbox-pink:hover .icon i {
    color: #fff;
  }
  .services .iconbox-pink:hover .icon path {
    fill: #e80368;
  }
  .services .iconbox-yellow i {
    color: #ffbb2c;
  }
  .services .iconbox-yellow:hover .icon i {
    color: #fff;
  }
  .services .iconbox-yellow:hover .icon path {
    fill: #ffbb2c;
  }
  .services .iconbox-red i {
    color: #ff5828;
  }
  .services .iconbox-red:hover .icon i {
    color: #fff;
  }
  .services .iconbox-red:hover .icon path {
    fill: #ff5828;
  }
  .services .iconbox-teal i {
    color: #11dbcf;
  }
  .services .iconbox-teal:hover .icon i {
    color: #fff;
  }
  .services .iconbox-teal:hover .icon path {
    fill: #11dbcf;
  }
  .component-title{
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #6ab42f;
  }
  /*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/
  .swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}




  /*----Theme Header-----*/
.site-logo {
    display: inline-block;
    width: 100%;
    margin: 5px 0;
}
.main-header-right {
    margin-top: 20px;
}
.main-header .primary_btn {
    text-transform: uppercase;
    border-radius: 50px;
    line-height: 40px;
    padding: 0 20px!important;
    margin-left: 25px!important;
    float: right;
}
.main-header .top-head-dropdown {
    float:right
}
.primary_btn {
    display: inline-block;
    padding: 0 35px;
    color: #6ab42f!important;
    letter-spacing: 1px;
    outline: none!important;
    /*box-shadow: 0 10px 30px rgb(228 255 207);*/
    text-align: center;
    cursor: pointer;
   
    text-transform: uppercase;
    border-radius: 25px;
    line-height: 40px;
    border: 1px solid #6ab42f;
    background: none!important;
}
.primary_btn:hover {
    background-position: right center;
    color: #22195e
}
.breadcrumb-wraper {
    background: #ffe790;
    border-bottom: 1px solid #bba24a;
}
.menu-area {
    background: #6b7908
}
.menu-area .dropdown-menu {
    padding: 0;
    margin: 0;
    border: 0 solid transition!important;
    border: 0 solid rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    background: #5f6e53;
}
.menu-area .dropdown-item {
    display: block;
    width: 100%;
    padding: 13px 15px;
    clear: both;
    font-weight: 400;
    color: #ffffff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px;
    line-height: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.mainmenu a,
.navbar-default .navbar-nav>li>a,
.mainmenu ul li a,
.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    text-transform: capitalize;
    padding: 10px 15px;
    font-family: 'Roboto', sans-serif;
    display: block !important;
}
.mainmenu .active a,
.mainmenu .active a:focus,
.mainmenu .active a:hover,
.mainmenu li a:hover,
.mainmenu li a:focus,
.navbar-default .navbar-nav>.show>a,
.navbar-default .navbar-nav>.show>a:focus,
.navbar-default .navbar-nav>.show>a:hover {
    color: #fff;
    background: utline: 0;
    text-decoration: none;
}

/*==========Sub Menu=v==========*/
/*.mainmenu .collapse ul>li:hover>a {
    background: #1565C0;
}*/
.mainmenu .collapse ul ul>li:hover>a,
.navbar-default .navbar-nav .show .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .show .dropdown-menu>li>a:hover {
    background: #000;
}
.mainmenu .collapse ul ul ul>li:hover>a {
    background: #000;
}
.mainmenu .collapse ul ul,
.mainmenu .collapse ul ul.dropdown-menu {
    background: #5f6e53;
}
.mainmenu .collapse ul ul ul,
.mainmenu .collapse ul ul ul.dropdown-menu {
    background: #5f6e53
}
.mainmenu .collapse ul ul ul ul,
.mainmenu .collapse ul ul ul ul.dropdown-menu {
    background: #64B5F6
}

/******************************Drop-down menu work on hover**********************************/
.mainmenu {
    background: none;
    border: 0 solid;
    margin: 0;
    padding: 0;
    min-height: 20px;
    width: 100%;
}
@media only screen and (min-width: 767px) {
    .mainmenu .collapse ul li:hover>ul {
        display: block
    }
    
    .mainmenu .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 250px;
        display: none
    }
    /*******/
    
    .mainmenu .collapse ul ul li {
        position: relative
    }
    
    .mainmenu .collapse ul ul li:hover>ul {
        display: block
    }
    
    .mainmenu .collapse ul ul ul {
        position: absolute;
        top: 0;
        left: 100%;
        min-width: 250px;
        display: none
    }
    /*******/
    
    .mainmenu .collapse ul ul ul li {
        position: relative
    }
    
    .mainmenu .collapse ul ul ul li:hover ul {
        display: block
    }
    
    .mainmenu .collapse ul ul ul ul {
        position: absolute;
        top: 0;
        left: -100%;
        min-width: 250px;
        display: none;
        z-index: 1
    }
}
@media only screen and (max-width: 767px) {
    .navbar-nav .show .dropdown-menu .dropdown-menu>li>a {
        padding: 16px 15px 16px 35px
    }
    
    .navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu>li>a {
        padding: 16px 15px 16px 45px
    }
}

/* Style to change separator  */
.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}
.search-sec {
    background: #fff;
    padding: 1rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    border-radius: 5px;
    margin-bottom: 20px;
    width: 100%;
}
.search-slt {
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: calc(2rem + 6px) !important;
    border-radius: 0;
}
.search-slt-one {
    border-radius: 25px 0px 0px 25px;
}
.wrn-btn {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    height: calc(2rem + 6px) !important;
    border-radius: 0;
}
.wrn-btn1 {
    border-radius: 0px 25px 25px 0px;
}
.table-bordered {
    border: 1px solid #bcdbf7;
}
.table td,
.table th {
    padding: .5rem;
    vertical-align: top;
    border-top: 1px solid #bcdbf7;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f7f7f7;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #bcdbf7;
    background: #d9eafe;
}
.table-bordered td,
.table-bordered th {
    border: 1px solid #bcdbf7;
}
.search-panel {
    background: #f5fafe none repeat scroll 0 0;
    border: 1px solid #b1ccea;
    /*overflow: hidden;*/
    border-radius: 5px;
    padding: 10px 15px 0px;
    margin-bottom: 15px;
}
.form-control {
    font-size: 1rem;
}
.border-blue {
    border: 1px solid #b1ccea;
}
.text-on-pannel {
    background: #fff none repeat scroll 0 0;
    height: auto;
    margin-left: 20px;
    padding: 5px 12px;
    position: absolute;
    margin-top: -20px !important;
    border: 1px solid#b1ccea;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
}
.procurementTypeContainer .panel-body,
.environalmetalScreeningContainer .panel-body,
.CNRMSubcategoryContainer .panel-body {
    padding-top: 30px !important;
}
.redAstrk {
    font-size: 7px;
    color: #dd5a43 !important;
    margin-left: 3px;
    top: -5px;
    position: relative;
}
.btn_primary {
    background-image: linear-gradient(to right, #0f89a2 0%, #176dad 100%);
    border-radius: 40px;
    box-sizing: border-box;
    color: #176dad;
    display: block;
    font: 1.125rem 'Oswald', Arial, sans-serif;
    /*18*/
    
    height: 40px;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 4px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 120px;
    z-index: 2;
    outline: none;
    border: none;
}
.btn_primary:hover {
    color: #fff;
}
.btn_primary span {
    align-items: center;
    background: #fff;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    height: 100%;
    transition: background .5s ease;
    width: 100%;
}
.btn_primary:hover span {
    background: transparent;
}
.square_btn {
    display: inline-block;
    padding: 7px 20px;
    border-radius: 25px;
    text-decoration: none;
    color: #FFF;
    background-image: -webkit-linear-gradient(45deg, #0f89a2 0%, #176dad 100%);
    background-image: linear-gradient(45deg, #0f89a2 0%, #176dad 100%);
    transition: .4s;
    border: none;
}
.square_btn:hover {
    background-image: -webkit-linear-gradient(45deg, #176dad 0%, #0f89a2 100%);
    background-image: linear-gradient(45deg, #176dad 0%, #0f89a2 100%);
}
.top-bar {
    background: #333;
    color: #fff;
    padding: 0px 0;
}
.top-bar .contact-info {
    margin-right: 20px;
}
.top-bar ul {
    margin-bottom: 0;
}
.top-bar .contact-info a {}
.top-bar ul.social-custom {
    margin-left: 20px;
}
.top-bar ul {
    margin-bottom: 0;
}
.top-bar a.login-btn i,
.top-bar a.signup-btn i {
    margin-right: 10px;
}
.top-bar a,
.top-bar a:hover {
    color: #fff;
}
.top-bar ul.social-custom a {
    text-decoration: none !important;
    width: 26px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin: 0;
}
a:focus,
a:hover {
    color: #348e7b;
    text-decoration: underline;
}
.top-bar a.login-btn,
.top-bar a.signup-btn {
    color: #eee;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none !important;
    font-size: 0.75rem;
    font-weight: 700;
    margin-right: 10px;
}
.btn-inverse,
.btn-inverse:focus {
    background-color: #f8c300;
    background-image: linear-gradient(80deg, #cba500 0%, #cbb165 75%);
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 8px 20px;
    font-size: 1em;
}
.btn-inverse:hover,
.btn-inverse:active,
.open .btn-inverse.dropdown-toggle {
    background-color: #333;
    border-color: #333;
    color: #fff;
    transition: all 0.5s ease;
}
.btn-inverse.no-border:hover,
.btn-inverse.no-border:active {
    border-color: #333;
    transition: all 0.5s ease;
}
.btn-inverse.no-hover:hover,
.btn-inverse.no-hover:active {
    background-color: #a3a3a3 !important;
}
.btn-inverse.active {
    background-color: #434343 !important;
    border-color: #313131;
}
.btn-inverse.no-border.active {
    background-color: #3b3b3b !important;
    border-color: #3b3b3b;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
    background-color: #383a3c !important;
    border-color: #383a3c;
    transition: all 0.5s ease;
}

/*--Button-inverse--*/
:root {
    --input-padding-x: 1.5rem;
    --input-padding-y: .75rem;
}
.card-signin {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}
.card-signin .card-title {
    margin-bottom: 2rem;
    font-weight: 300;
    font-size: 1.5rem;
}
.card-signin .card-body {
    padding: 2rem;
}
.form-signin {
    width: 100%;
}
.form-signin .btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    transition: all 0.2s;
}
.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}
.form-label-group input {
    height: auto;
    border-radius: 2rem;
}
.form-label-group>input,
.form-label-group>label {
    padding: var(--input-padding-y) var(--input-padding-x);
}
.form-label-group>label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    /* Override default `<label>` margin */
    
    line-height: 1.5;
    color: #495057;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}
.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}
.form-label-group input:-ms-input-placeholder {
    color: transparent;
}
.form-label-group input::-ms-input-placeholder {
    color: transparent;
}
.form-label-group input::-moz-placeholder {
    color: transparent;
}
.form-label-group input::placeholder {
    color: transparent;
}
.form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
}
.form-label-group input:not(:placeholder-shown)~label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777;
}
.btn-google {
    color: white;
    background-color: #ea4335;
}
.btn-facebook {
    color: white;
    background-color: #3b5998;
}

/* Fallback for IE
    -------------------------------------------------- */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .form-label-group>label {
        display: none;
    }
    
    .form-label-group input:-ms-input-placeholder {
        color: #777;
    }
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.loginContainer {
    background: none;
}
#nav-tab.nav-tabs {
    margin-top: -14px;
}
#nav-tab.nav-tabs .nav-link.active {
    /*background-color: #021c08;*/
    background-color: #6b7908;
    border-bottom: 3px solid #000144;
    border-right: none;
    border-left: none;
    border-top: none;
    color: #fff;
}
#nav-tab.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    background: #808080;
    color: #fff;
    border-left: 1px solid #ccc;
}
.accordion .fa {
    margin-right: 0.5rem;
}
#accordionExample .card-header {
    padding: 0;
    background: none;
    border-color:
}
.form-control-plaintext {
    display: block;
    width: 100%;
    /* padding: .375rem 0; */
    
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #062adc;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
    margin-top: -10px;
}
.fa-star.checked {
    color: #DC3547;
}
#calendar {
    max-width: 900px;
    margin: 40px auto;
}
#team .card {
    border: none;
    background: #ffffff;
}
.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}
.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}
.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}
.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}
.frontside .card,
.backside .card {
    min-height: 200px;
}
.backside .card a {
    font-size: 18px;
    color: #007b5e !important;
}
.frontside .card .card-title,
.backside .card .card-title {
    color: #007b5e !important;
}
.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

/*---------------------------------------
        box-for all 
----------------------------------------*/
.box {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 3px;
    /* border-top: 3px solid #d2d6de; */
    border-top-color: rgb(210, 214, 222);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.27);
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    min-height: 205px;
}
.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}
.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}
.box-body {
    border-radius: 0 0 3px 3px;
    padding: 10px;
}
.btn-box-tool {
    background: transparent none repeat scroll 0 0;
    box-shadow: none !important;
    color: #97a0b3;
    font-size: 12px;
    padding: 5px;
}
.box-header>.box-tools {
    position: absolute;
    right: 30px;
    top: 0px;
}
.box-header>.fa,
.box-header>.glyphicon,
.box-header>.ion,
.box-header .box-title {
    /*color: #666;*/
    
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
}
.radio-toolbar {
    margin-bottom: 10px;
}
.radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}
.radio-toolbar label {
    display: inline-block;
    background-color: #fff;
    padding: 5px 10px;
    border: 2px solid #ccc;
    border-radius: 20px;
    min-width: 80px;
    text-align: center;
}
.radio-toolbar label:hover {
    background-color: #438afe;
    color: #fff;
}
.radio-toolbar input[type="radio"]:focus+label {
    border: 2px dashed #438afe;
}
.radio-toolbar input[type="radio"]:checked+label {
    background: #438afe;
    color: #fff;
}
.radio-toolbar input[type="radio"]:disabled+label {
    background: #eee;
    color: #666;
}
.radio-toolbar input[type="radio"]:disabled:checked+label {
    background: #438afe;
    color: #fff;
}


.progress-custom {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    color: #849397;
}
.progress-custom>li {
    position: relative;
    display: table-cell;
    text-align: center;
    font-size: 12px;
}
.progress-custom>li:before {
    content: attr(data-step) !important;
    display: block;
    margin: 0 auto;
    background: #DFE3E4;
    width: 2em;
    height: 2em;
    text-align: center;
    margin-bottom: 0.25em;
    line-height: 1.75em;
    border-radius: 100%;
    position: relative;
    z-index: 1000;
}
.progress-custom>li:after {
    content: '';
    position: absolute;
    display: block;
    background: #DFE3E4 !important;
    width: 100%;
    height: 0.5em;
    top: .75em;
    left: 50%;
    margin-left: 1.5em\9;
    /*  z-index: -1;*/
}
.progress-custom>li:last-child:after {
    display: none;
}
.progress-custom>li.is-complete {
    color: #000;
}
.progress-custom>li.is-complete:before,
.progress-custom>li.is-complete:after {
    color: #FFF;
    background: #2ECC71 !important;
}
.progress-custom>li.is-active {
    color: #000;
    font-weight: 600;
}
.progress-custom>li.is-active:before {
    color: #FFF;
    background: #ff0e0e !important;
    border: 2px solid #a94442;
}

/**
* Needed for IE8
*/
.progress-custom__last:after {
    display: none !important;
}

/**
* Size Extensions
*/
.progress-custom--medium {
    font-size: 1.5em;
}
.progress-custom--large {
    font-size: 2em;
}
.feedback-emojis {
    text-align: center;
    margin-top: 0px;
}
.feedback-emojis div {
    border: 1px solid #eee;
    width: 150px;
    height: 90px;
    padding: 10px;
    float: left;
    box-shadow: 0 0 3px #ccc;
    margin: 10px;
}
.feedback-emojis label {
    display: block;
}

/* HIDE RADIO */
.feedback-emojis [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
.feedback-emojis [type=radio]+img {
    cursor: pointer;
}

/* CHECKED STYLES */
.feedback-emojis [type=radio]:checked+img {
    /* border-radius: 50%;*/
}
.red {
    color: red;
    font-size: 12px;
    font-weight: bold;
}
.btn-success.alt {
    background: #ff5c0d;
    color: #fff;
    border: 1px solid #ff5c0d;
}
.left-gradient {
    border-left: 1px solid #eee;
    box-shadow: -5px 0px 5px 1px rgba(100, 100, 100, 0.3);
    margin-bottom: -15px;
    margin-top: -15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.table {
    text-align: left;
}
.card-header-custom {
    background: #673ab7;
    color: #fff;
}
.card-header-custom h5 {
    font-size: 1rem;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 300px;
    margin: 100px auto;
    float: none;
    display: block;
}
.btn-light {
    border: 1px solid #ddd;
    border-radius: 30px;
}
.ui.dropdown {
    max-width: 800px;
}
@media only screen and (max-width: 767px) {
    .ui.selection.dropdown .menu {
        /*      max-height: 8.01428571rem; /* + 1.335714285 to 9.349999995rem */
        /*      max-height: 9.349999995rem; /* Adds a half */
        max-height: 16.02857142rem;
        /* Double size */
    }
}
@media only screen and (min-width: 768px) {
    .ui.selection.dropdown .menu {
        /*         max-height: 10.68571429rem; /* + 1.3357142863 to 12.0214285763rem */
        max-height: 12.0214285763rem;
    }
}
@media only screen and (min-width: 992px) {
    .ui.selection.dropdown .menu {
        max-height: 16.02857143rem;
        /* + 1.3357142858 to 17.3642857158rem */
    }
}
@media only screen and (min-width: 1920px) {
    .ui.selection.dropdown .menu {
        max-height: 21.37142857rem;
        /* + 1.3357142856 to 22.7071428556rem */
    }
}
.w-200 {
    width: 150px !important;
}
.font-size-18 {
    font-size: 16px;
}

/*-----------------------------
     Button Active Inactive
--------------------------------*/
.btnActiveInactive {
    display: inline;
}
.btnActiveInactive .btn {
    height: 24px;
    font-size: 13px;
    padding: 0px 4px;
}
.btnActiveInactive .btn.active {
    display: none;
}
.btnActiveInactive .btn span:nth-of-type(1) {
    display: none;
}
.btnActiveInactive .btn span:last-child {
    display: block;
}
.btnActiveInactive .btn.active span:nth-of-type(1) {
    display: block;
}
.btnActiveInactive .btn.active span:last-child {
    display: none;
}
.btnActiveInactive label input[type="radio"] {
    visibility: hidden;
    width: 0;
    margin-left: -3px;
}

/*--------------------------------------
                    Multiselect
-----------------------------------------*/

/*--------------------------------------------------------------
# Dashboard -- staya - 20-dec-21
--------------------------------------------------------------*/
.with-border{
    border-top: 5px solid #6ab42f;
}

.page-titles {
    margin-bottom: 0px;
    padding-top: 3px;
}

/*----Breadcrumb-------*/

/* .shadow-md {
    box-shadow: 0 0 .25rem rgba(0,0,0,.075) !important;
} */

.page-titles .breadcrumb {
        padding: 0px;
    background: transparent;
    margin: 3px 0px;
}

    .page-titles .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        content: '\f35a'; /* You should use \ and not /*/
        font-family: "Font Awesome 5 Free"; /* This is the correct font-family*/
        color: #a6b7bf;
        font-size: 14px
    }

.breadcrumb-item a, .breadcrumb-item a:hover {
    color: #495057
}


.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.freeBird {
    margin-top: -100px;
}
/*----Breadcrumb-------*/





/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #090909;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 12px 0;
  }
  #footer h3 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    position: relative;
    font-family: "Poppins", sans-serif;
    padding: 0;
    margin: 0 0 15px 0;
  }
  #footer p {
    font-style: italic;
    padding: 0;
    margin: 0 0 0px 0;
  }
  #footer .social-links {
    margin: 0 0 40px 0;
  }
  #footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #6ab42f;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }
  #footer .social-links a:hover {
    background: #449d5b;
    color: #fff;
    text-decoration: none;
  }
  #footer .copyright {
    margin: 5px 0 5px 0;
    border-top: 1px solid #666;
    padding: 10px 0 0;
  }
  #footer .credits {
    font-size: 13px;
  }
  .textwidget ul{
      padding: 0;
      list-style-type: none;
  }
  .textwidget ul li a{
      color: #fff;
  }
   .navmainmenu .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 250px; 
        display: none;
    }
    .navmainmenu .collapse ul ul ul {
            position: absolute;
             top: 0; 
            left: 100%;
            min-width: 250px;
            display: none;
        }
    .notification-count{

top:-6px;

right: -6px;

padding: 0px 3px;
}
  .notification-title{
padding: 10px 10px 10px;
border-bottom: 1px solid #ccc;
margin-bottom: 10px;
background: #6c7b0a;
color: #fff;
margin-top: -7px;
margin-bottom:0px;
}
  ul.notification-list{

height: 205px;
overflow-y: auto;
margin:0;
padding:0;

}
  .top-head-dropdown .dropdown-menu {
    width: 350px;
    height: 251px;
    overflow: auto;
}
  .custom-alerts {
    min-width: 320px;
    position: fixed;
    min-height: 32px;
    z-index: 9999;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-left: -160px;
    /*transition: all 4s;*/
}

  *------Satya -9-2-2022-------*/

#multiCollapseExample1 {
    position: absolute;
    z-index: 1;
    width:100%
}
.farmer_container_m {
    position:relative;
}

#farmers_DataGrid th, td { /*white-space: nowrap;*/ }
#farmers_DataGrid_paginate {
    margin-top: 15px;
}

/*-------Step -form---start-----*/
#heading {
    color: #6db633;
    font-weight: normal;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}


#msform .action-button {
    width: 100px;
    background: #6b7908;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #478912
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 22px;
    color: #5a5a5a;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: left;
}

.purple-text {
    color: #6eb634;
    font-weight: normal
}

.steps {
    font-size: 20px;
    color: gray;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: right;

}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 15px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #6eb634
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f016"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #6b7908
}

.progress {
    height: 10px
}

.progress-bar {
    background-color: #6b7908
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.formBody {
    border: 1px solid #ddd;
    box-shadow: 0px 0px 3px #ddd;
    border-radius: 6px;
}
.control-label {
    text-align:left;
    display:block
}
/*Remarks*/
.toggle-text {
}

.toggle-text-content span {
    display: none;
}

.toggle-text-link {
    /*display: block;*/
    margin: 5px 0;
}

.toggle-text1 {
}

.toggle-text-content1 span {
    display: none;
}

.toggle-text-link1 {
    /*display: block;*/
    margin: 5px 0;
}
/*Remarks*/

.menuSeperator {
  border-right: 1px solid #95a90c;
}
.navmainmenu .collapse ul > li:hover > a {
    /*background:#314c1c;*/
}
/*-------Step -form---End-----*/
.frm_title {
    font-size: 16px;
    color: #126b17
}
.margin-top-20 {
    margin-top:20px;
}
.time-stamp {
    border-right: 1px solid #ccc;
    margin-right: 10px;
    border-radius: 0px;
    width: 36px;
    height: 36px;
    padding: 3px 5px;
    text-align: center;
    float: left;
}


.top-text-block {
    display: block;
    padding: 0px 0px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #337ab7;
    white-space: inherit !important;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
    box-shadow: 0 4px 3px -3px rgb(0 0 0 / 20%);
    min-height: 58px;
    padding-top: 10px;
}

#divresultframeworkaccordion h2 {
       font-size: 1rem;
}
#divresultframeworkaccordion .btn.btn-link {
    cursor: pointer!important;
       padding: .1rem .1rem;
  
  
}
#divresultframeworkaccordion .card-header {
         padding: 0.10rem 1rem;
}

.form-control.inputfile {
    padding: 2px 4px;
}
.abc:hover {
  cursor: pointer;
}
.feedbackchecked{
   background: #b1ccea;
}


.navmainmenu .navbar-toggler.collapsed .icon-bar {
    
    background-color: #fff!important;
}

.bg-theme {
    background: #6b7908;
    padding-top: .5rem;
    padding-bottom: .5rem;
}