@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Poppins:wght@200;300;400;500;600&display=swap');
body {
  font-size: 15px;
  line-height: 1.8;
  font-family: 'Poppins', sans-serif;
}
.content-bg {
  background: #f8f9fd;
}
.border-btm {
  border-bottom: 1px solid #9d7122;
}
.prmy-border-btm {
  border-bottom: 1px solid #60844F;
}
.primry-color {
  color: #9d7122;
}
.primry-bg {
  background: #9d7122;
}
.cld-tab.active,.today {
  color: #fff;
  background: #9d7122 !important;
}
.secndry-color {
  color: #60844F !important;
}
.secndry-bg {
  background: #60844F;
}
.h2-heading {
  font-size: 30px;
  font-weight: 600;
}
.h3-heading {
  font-size: 24px;
  font-weight: 600;
}
.h4-heading {
  font-size: 20px;
  font-weight: 600;
}
.h5-heading {
  font-size: 16px;
  font-weight: 600;
}
.lh-1 {
  line-height: 1;
}
.h-border {
  border-bottom: 2px solid #60844F;
}
.rounded-3 {
  border-radius: 20px !important;
}
.rounded-4 {
  border-radius: 10px !important;
}
.object-cover {
  object-fit: cover;
}
.one-line-txt {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.two-line-txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
          line-clamp: 2; 
  -webkit-box-orient: vertical;
}
.decorate-none,.decorate-none:hover {
  text-decoration: none;
}
.form-control::-webkit-input-placeholder {
  color:rgb(180, 180, 180);
}

.form-control:-moz-placeholder { /* Internet Explorer 10-11 */
 color: rgb(180, 180, 180);
}

.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}
header{
  background: #fff;
}
.list-inline-item {
  color: #9d7122;
}
nav .nav-item a{
  color: #000;
  border-radius: 0.1rem;
}

nav.main-nav, nav.main-nav .dropdown-menu a{
  text-transform: uppercase;
  font-size: 14px;
}
.top-nav{
  font-size: 15px;
  background: #fff1e6 !important;
}
@media (max-width: 575px) {
  .top-header-cont {
    justify-content: center !important;
  }
}
nav.main-nav .dropdown-menu a{
  border-bottom: 1px solid #f1f1f1;
}
nav.main-nav .dropdown-menu a:last-child{
  border-bottom: none;
}
nav.main-nav .dropdown-menu{
  padding: 0;
  border: none;
  border-radius: 0;
}
.sticky-top .nav-link {
  padding: 6px 15px !important;
}
nav.main-nav a:hover{
  background: #60844F;
  color: #fff;
  border-radius: 30px;
}
nav.main-nav .navbar-collapse.justify-content-md-end{
  justify-content: start !important
}
.search-input .input-group-text{
  background: transparent;
}
.search-input input, .search-input .input-group-text{
  border-radius: 20px;
}
/*.navbar-toggler {
  position: absolute;
  top: 40px;
  right: 20px;
}*/
.navbar-toggler-icon{
  color: #000;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.header-banner {
  background: url('../img/bg.jpg') no-repeat center 90% / cover;
}
.header-banner-overlay {
  background: rgb(27 37 16 / 68%);
}
.header-banner-overlay p {
  font-family: serif;
}
.header-banner-overlay span {
  font-size: 28px;
  color: #92DC30;
}
.header-banner-overlay .btn {
  font-size: 18px;
  background: #DFA30B;
  box-shadow: 0 3px 5px #000;
}
/* Main */
main{
  /* background: url(../img/bg.jpg) no-repeat;
  background-size: cover; */
  /* background: #fff1e6; */
  background: rgba(0, 168, 90, 0.03);
}
.smart-banner {
  padding: 2.5rem 0 4rem !important;
}
.free-trial {
  padding: 4rem 0 1.8rem!important;
}

.main-circle{
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;

}
.center-logo{
  width: 142px;
  height: 142px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  border-radius: 50%;
}
.regt-btn button{
  border-radius: 50px !important;
}
.main-circle ul{
  position: relative;
  width: 35em;
  height: 35em;
  border-radius: 50%;
  padding: 0;
  list-style: none;
  margin: 2em auto 2em ;
  background: rgba(41, 54, 70, 0.7);
  /* outline: 2px dashed #fff;
  outline-offset: -10px; */
}
.main-circle ul::before{
  content: '';
  position: absolute;
  border: 2px dashed #fff;
  width: 96%;
  height: 96%;
  border-radius: 50%;
  left: 2%;
  top: 2%;
}
.main-circle ul > * {
  display: flex;
  position: absolute;
  top: 49%;
  left: 50%;
  margin: -45px;
  width: 6em;
  height: 6em;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.main-circle ul li a p{
  margin-bottom: 0;
  word-break: break-word;
  line-height: 1.2;
  margin-top: 3px;
}
.main-circle ul li a{
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
}

.main-circle ul > *:nth-of-type(1) {
  transform: rotate(0deg) translate(13.5em) rotate(0deg);
}
.main-circle ul > *:nth-of-type(2) {
  transform: rotate(27.69deg) translate(13.5em) rotate(-27.69deg);
}
.main-circle ul > *:nth-of-type(3) {
  transform: rotate(55.38deg) translate(13.5em) rotate(-55.38deg);
}
.main-circle ul > *:nth-of-type(4) {
  transform: rotate(83.07deg) translate(13.5em) rotate(-83.07deg);
}
.main-circle ul > *:nth-of-type(5) {
  transform: rotate(110.76deg) translate(13.5em) rotate(-110.76deg);
}
.main-circle ul > *:nth-of-type(6) {
  transform: rotate(138.45deg) translate(13.5em) rotate(-138.45deg);
}
.main-circle ul > *:nth-of-type(7) {
  transform: rotate(166.14deg) translate(13.5em) rotate(-166.14deg);
}
.main-circle ul > *:nth-of-type(8) {
  transform: rotate(193.83deg) translate(13.5em) rotate(-193.83deg);
}
.main-circle ul > *:nth-of-type(9) {
  transform: rotate(221.52deg) translate(13.5em) rotate(-221.52deg);
}
.main-circle ul > *:nth-of-type(10) {
  transform: rotate(249.21deg) translate(13.5em) rotate(-249.21deg);
}
.main-circle ul > *:nth-of-type(11) {
  transform: rotate(276.9deg) translate(13.5em) rotate(-276.9deg);
}
.main-circle ul > *:nth-of-type(12) {
  transform: rotate(304.59deg) translate(13.5em) rotate(-304.59deg);
}
.main-circle ul > *:nth-of-type(13) {
  transform: rotate(332.28deg) translate(13.5em) rotate(-332.28deg);
}

.main-circle ul li a{
  transition: all 200ms ease-in;
  transform: scale(1);  
}
.main-circle ul li a:hover{
  text-decoration: none;
  color: #bacda0;
  transition: all 200ms ease-in;
  transform: scale(1.1);
  text-shadow: 0px 1px 2px rgb(15, 15, 15);
}
.btn-primary{
  background: #60844F !important;
  color: #fff;
  text-transform: uppercase;
  border: none;
  font-weight: bold;
  /* padding: 0.7rem 1.5rem !important; */
  border-radius: 25px !important;
  height: 35px;
  line-height: 20px;
  border: 1px solid #60844F !important;
}
.model-note p {
  text-align: center;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}
.reg-btn {
  height: auto;
  font-size: 15px;
}
.btn-primary:hover{
  background: #9d7122;
}
.reset-btn,.cancel-btn {
  margin-left: 10px;
}
.seller-lead {
  line-height: 24px;
  font-size: 14px;
}
.sub-btn {
  height: 36px;
  margin: 8px 5px 0;
  padding-left: 20px;
  padding-right: 20px;
}
.cancel-btn {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
}
.profile-btn {
  padding: 0.3rem 1.3rem;
  height: 29px;
  line-height: 16px;
}
.wallet-btn {
  margin-top: 1.3rem;
  padding: 0.7rem 1.5rem !important;
  height: auto;
}
/* .event-btn {
  display: flex;
  justify-content: space-between;
} */
.event-btn a,.event-btn input {  
  border-radius: 20px;
  padding: .375rem 1rem;
  font-weight: 600;
}
.event-btn a,.cancel-btn {
  margin-right: 10px;
  background: #ff0000;
  border: 1px solid #ff0000;
}
.cancel-btn:hover,.cancel-btn:focus {
  background: #ff0000;
  border: 1px solid #ff0000;
}
.s-w-table {
  margin-top: 2rem;
}

/* Quik Trial */

.free-trial > .section-title {
  background-attachment: scroll;
  background-clip: border-box;
  background-image: url(https://askbootstrap.com/preview/osahan-soft-themez-pro/img/path-2-copy-2.png);
  background-origin: padding-box;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 189px auto;
  padding-bottom: 80px;
}
.free-trial .form-grp form {
  background: #fff none repeat scroll 0 0;
  border-radius: 50px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  padding: 12px;
}

.free-trial .form-grp .form-control {
  border: none;
  border-radius: 50px !important;
  font-size: 14px;
  padding: 15px;
}

.free-trial .form-grp .btn{
  border-radius: 50px !important;
  font-size: 14px;
  padding: 13px 30px;
}
.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-prepend {
  margin-right: -1px;
}

/* Domestic Rates */

.domestic-rates{
  background: #e1d0d4;
  padding: 2.5rem 0 2rem !important;
}
.domestic-rates .cotton {
  font-size: 15px;
line-height: 1.8;
font-family: 'Poppins', sans-serif;
color: #212529;
text-decoration: none;
}

.domestic-rates p{
  margin: 0;
}
.cotton1 {
    font-size: 15px;
    line-height: 1.8;
    font-family: 'Poppins', sans-serif;
}
.cotton2{
  font-family: inherit;
font-weight: 500;
line-height: 1.2;
font-size: 1.2rem;
color: #000;
text-decoration: none;
}
.rounded a:hover,.rounded a:hover {
  color: #000;
}
.domestic-rates ul{
  height: 78px !important;
  overflow: hidden;
}
#nt-title li {
  font-size: 16px;
  color: #212529;
  white-space: nowrap;
  list-style: none;
  overflow: hidden;
  text-overflow: ellipsis;
}
.domestic-rates .text-success{
  margin-top: 5px;
}
#nt-title li p{
  margin:0
}
.current-rates{
  /* box-shadow:0 0 74px rgba(20, 20, 20,0.07); */
  /* margin-bottom: -50px; */
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  margin-bottom: 3rem;
  box-shadow: 0 0 20px #ccc;
}
.primary-text{
  color: #889874;
}

/* Buy Sell Section */

.buy-sell{
  background: url(../img/lead-bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-position: center center;
  padding-top: 3rem !important;
}
.buy-sell:before{
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  background: rgba(240, 240, 240, 0.7);
}
.buy-sell .container{
  margin-top: 5rem;
}
.buy-sell .card{
  border: none;
  border-radius: 0;
  box-shadow: 0 0 74px rgb(20 20 20 / 7%);
  height: 320px;
  overflow-y: scroll;
}

.buy-sell h3{
  text-transform: uppercase;
  font-size: 20px;
}
.buy-sell .card a{
  padding: 10px;
  display: block;
  text-decoration: none;
  color: #000;
}
.buy-sell .card a h5{
  margin-bottom: 3px;
  font-size: 16px;
}
.buy-sell .card a h5 img{
  margin-right: 10px;
  width: 24px;
}
.buy-sell .card li{
  padding-left: 10px;
  border-top: 1px solid #eaeaea;
  position: relative;
  padding-left: 0;
}
.buy-sell .card.news li{
  padding-left: 10px;
}
.buy-sell .card.news li a{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.buy-sell .card.news li:before{
  content: '';
  background: #cfcfcf;
  width: 4px;
  height: 4px;
  z-index: 2;
  position: absolute;
  top: 19px;
}
.buy-sell .card a p{
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}

/* Member Section */

.members {
  padding: 2rem 0 !important;
}
.members .container{
  overflow: hidden;
}
.members .container .slider {
  animation: slidein 30s linear infinite;
  white-space: nowrap;
}
.members .container .slider ul {
  width: 100%;
  display: inline-block;
  margin: 0px 0;
}
.members .container .slider ul li a{
  display: block;
  overflow: hidden;
}
.members .container .slider ul li img{
  height: 100px;
  /* width: 100%; */
  /* -webkit-filter: grayscale(100%);
  filter: grayscale(100%); */
}

.members .container .slider ul li {
  /* width: calc(100% / 5); */
  /* width: 180px; */
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  border: 1px solid #cfcfcf;
  padding: 15px;
  animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}

@keyframes slidein {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Services */

.services{
  /* background: url(../img/services-bg.jpg) no-repeat;
  background-size: cover; 
  position: relative;
  z-index: 1;*/
  background: #e1d0d4;
}
/* .services:before{
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  background: rgba(255, 255, 255, 0.7);
} */
.section-title {
  text-align: center;
  /* padding-bottom: 30px; */
  position: relative;
  text-transform: uppercase;
}
.section-title h2 {
  font-weight: 600;
  color: #60844F;
  padding-bottom: 0.5rem;
  /* margin-bottom: 1.5rem; */
  border-bottom: 2px solid #9d7122;
}
.domestic-heading {
  padding-bottom: 0;
}
.domestic-heading h4 a {
  color: #889874;
  text-decoration: none;
}
.domestic-date {
  background: #889874;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}
.services .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
  background: #fff;
  text-align: center;
}
.services .icon-box h4 {
  /* margin-left: 70px; */
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
  text-transform: uppercase;
}
.services .icon-box i {
  color: #7c8d66;
  font-size: 40px;
  margin-bottom: 30px;
}
.services .icon-box p {
  /* margin-left: 70px; */
  line-height: 24px;
}
.services .icon-box a, .read-more {
  text-decoration: none;
  color: #7c8d66;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 2px 10px;
  border: 1px dashed;
  margin-top: 30px;
  margin-top: 10px;
  display: inline-flex;
  justify-content: center;
  transition: all .3s ease-in-out;
}
.services .icon-box a:hover, .read-more:hover{
  color: #717c62;
}
.services .icon-box, .services .icon-box {
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}
.services .icon-box:hover, .services .icon-box:focus {
  -webkit-box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.1);
}


/* Products Section */

.products .card {
  margin-bottom: 1.5rem;
  border-radius: unset;
}
.products .card .card-img-top {
  max-height: 240px;
  border-radius: unset;
}
.products .image-thumb{
  position: relative;
}
.products .card h2{
  text-transform: uppercase;
  font-size: 22px;
  /* margin: 15px; */
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: rgba(255,255,255,0.7);
  margin-bottom: 0;
  line-height: 40px;
}
.btns > button{
  flex: 0 50%;
  color: #fff;
  border-radius: unset;
}
.but-btn{
  background: #43a047;
}
.sell-btn {
  background: #d32f2f;
}


/* About Section */
.aboutus .section-title{
  margin-bottom: 10px;  
}
.video-gallery a img{
  box-shadow: 0 0 74px rgba(20, 20, 20,0.07);
  border: 5px solid #fff;
}

.aboutus{
  background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  padding: 4rem 0 !important;
}
.aboutus:before{
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  background: rgba(225,208,212,0.7);
}

.customer_review_carousel_main.py-3 {
  padding-bottom: 2.5rem !important;
}


/* about new */

.inner-banner{
  background: url(../img/cotton-223733_1920.jpg) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  background-position: bottom;
}

.inner-banner:before{
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(137, 150, 120, 0.9);
  position: absolute;
  z-index: -1;
}

.inner-banner .breadcrumb{
  background: transparent;
}
.inner-banner {
  color: #fff;
}
.inner-banner a, .inner-banner .breadcrumb-item{
  color: #fff;
}
.breadcrumb-item::before {
  color: #fff !important;
  /* content: "/"; */
}
h1.innerHead {
  margin-bottom: 20px;
  position: relative;
}
h5.innerHead{
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}
.expert-coming-s img {
  width: 100%;
  height: 300px;
}
h1.innerHead:after {
  content: '';
  width: 7%;
  height: 3px;
  background: #899975;
  position: absolute;
  left: 0;
  bottom: -9px;
}
h5.innerHead:after {
  content: '';
  width: 7%;
  height: 3px;
  background: #899975;
  position: absolute;
  left: 0;
  bottom: -9px;
}
h5.innerHead span{
  font-weight: 400;
}
.serBtm {
  background: #f8f9fa;
  border: 1px solid #dedede;
  text-align: justify;
  padding: 10px 15px;
  border-radius: 15px;
}
.serBtm ul{
  display: flex;
  flex-flow: wrap;
  margin: 10px 0;
}
.serBtm ul li{
  flex: 50%;
  
}
.serBtm ul li:before{
  content: '\f058'; 
  font-family: 'FontAwesome';
  color: #71802f;
  margin-right: 8px;
}
.sidebar-ads img{
  border: 2px solid #cfcfcf;
}
.cta-offer{
  background: #f8f9fa;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
}
.b-s-offer {
  margin-top: 2rem;
}
.offer-btn {
  border: 1px solid #cfcfcf;
  padding: 0 1em 1.5em;
  border-radius: 10px;
  text-align: center;
  font-size: 15px;
  max-width: 330px;
  margin: 0 auto;
}
.offer-btn h4{
  text-align: center;
}
.offer-btn h4{
  display: inline;
  background:#f0f0f0;
  position: relative;
  top: -0.6em;
  font-size: 20px;
  padding-left: 5px;
  padding-right: 5px;
}
.offer-btn .btn{
  color: #fff;
  text-transform: uppercase;
  padding: 0.3em 4em;
}


/* Footer */
.footer{
  background-color: rgba(0, 168, 90, 0.03);
  /* background-color: #293646; */
}
.footer-row{
  /* overflow-x: hidden; */
  position: relative;
}
.footer-row > [class*=col-]:nth-child(2):after, .footer-row > [class*=col-]:nth-child(3):after, .footer-row > [class*=col-]:nth-child(4):after {
  content: "";
  background-color: #859672;
  position: absolute;
  top: 25%;
  bottom: 25%;
  width: 1px;
  left: -40px;
}

.footer h5{
  color: #60844F;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}
.footer .foot-nav a{
  color: #555;
  text-transform: uppercase;
  font-size: 13px;

}
.social-icon ul li,.social-icon li {
  margin-right: 10px;
}
.social-icon ul li a i,.social-icon li a i {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
.social-icon li .fa-facebook {
  background: #4267B2;
}
.social-icon li .fa-linkedin {
  background: #0072b1;
}
.social-icon li .fa-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.social-icon li .fa-youtube {
  background: #FF0000;
}
.social-icon li .fa-twitter {
  background: #00acee;
}
.social-icon li .fa-whatsapp {
  background: #4FCE5D;
}
.social-icon ul li a,.social-icon li a {
  text-decoration: none;
}
.social-icon ul li a i:hover,.social-icon li a i:hover {
  background: #9d7122;
}
.smart-icon a i {
  background: #fff;
}
.d-app {
  width: auto;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 15px;
  color: #fff !important;
  text-decoration: none;
  border-radius: 30px;
  -webkit-animation:colorchange .1s infinite alternate;
}
.d-app:hover {
  text-decoration: none;
}
@-webkit-keyframes colorchange {
  0% {    
    background: #9d7122;
  }  
  100% {    
    background: #71802f;
  }
}
.enquiry {
  margin: 20px 0;
  padding: 0;
}
.enquiry li {
  list-style-type: none;
}
.enquiry li a {
  width: 300px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  background: #60844F;
  text-transform: uppercase;
  padding: 3px 20px;
  border: 1px solid #60844F;
  border-radius: 20px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}
.enquiry li a:hover {
  background: #9d7122;
}
.website-counter a{
  pointer-events: none;
}
.website-counter img{
  width: 138px;
}
.social-icon p{
  color: #6b7480;
  line-height: normal;
  font-size: 13px;
}
.social-icon p span{
  color: #000;
  font-weight: 600;
}
.review{
  position: relative;  
  /* width: 450px; */
}
.review-img{
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-image: linear-gradient(180deg, #DEE7CD, #60844F);
  z-index: 1;
}
.yellow-bg {
  background: #e2f0bf;
}
blockquote{
  background: rgba(0, 168, 90, 0.03);
  border-radius: 20px;
  padding: 25px 35px 25px 80px;
  quotes: "\201C""\201D""\2018""\2019";
  border:none;
}
blockquote p{
  font-size: 14px;
  margin-bottom: 0;
  overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 8; /* number of lines to show */
           line-clamp: 8; 
   -webkit-box-orient: vertical;
}
blockquote p:before { 
  content: open-quote;
  font-weight: bold;
  font-size:70px;
  color:#9d7122;
  position: absolute; 
  top: -0.2em;
  left: 0.55em;
  font-family: 'Courier New', Courier, monospace;
  font-family: Georgia, 'Times New Roman', Times, serif; 
} 
blockquote p:after { 
  content: close-quote;
  font-weight: bold;
  font-size:70px;
  color:#9d7122;
  position: absolute; 
  bottom: -0.66em;
  right: 0.2em;
  font-family: Georgia, 'Times New Roman', Times, serif; 
}


/* Dashboard */

.dashboard{
 background: #f8f9fa; 
}
.main-inner{
  border: 1px solid #e0e0e0;
}
.login-nav li{
  margin-bottom: 10px;
}
.login-nav li a{
  /* border-bottom: 1px solid #cfcfcf; */
  color: #5a5f63;
  font-size: 16px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: #889874;
}

.login-nav li a span{
  width: 30px;
  display: inline-block;
  text-align: center;
}
.login-nav li a:hover{
  color: #889874;
}

.dashboard .wrap {
  border: 1px solid #e6e6e6;
  padding: 15px;
}

.dashboard .wrap label{
  font-weight: bold;
}

/* Order page */

.thead-color{
  background: #cfcfcf;
}

/* About us Page */

.aboutus-info{
  /* font-size: 15px; */
  /* background: #f8f9fa; */
  /* padding-left: 2rem;
  padding-right: 2rem; */
}

/* Kapas page */

.aboutus-info.buy-sell .container{
  margin-top: 0;
}
.page-head h2{
  position: relative;
  text-transform: uppercase;
}

.btn-label {
  position: relative;
  left: -12px;
  display: inline-block;
  padding: 6px 12px;
  background: rgba(0,0,0,0.15);
  border-radius: 3px 0 0 3px;
  color: #fff;
}
.btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  font-size: 15px;
}
@media (min-width: 1200px){
  .domestic-rates .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1024px){
  .user-details-info-area .row:nth-child(even){
    background-color: #f8f9fa;
  }
}
@media (min-width: 1000px) and (max-width: 1199px){
  .domestic-rates .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
    margin-bottom: 10px;
  }

}
@media (max-width: 767px){
  .domestic-rates .col-lg-2 {
    margin-bottom: 10px;
  }
  .top-nav .navbar-nav{
    flex-direction: row;
  }
  .top-nav .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .footer-row > [class*=col-]:nth-child(n+2):after {
    width: 100%;
    height: 1px;
    left: 0;
    top: -4px;
  }
}

.offcanvas-header{ display:none; }
.screen-overlay {
  height: 100%;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity:0;
  visibility:hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition:opacity .2s linear, visibility .1s, width 1s ease-in;
}
.screen-overlay.show {
  transition:opacity .5s ease, width 0s;
  opacity:1;
  width:100%;
  visibility:visible;
}
@media all and (max-width:992px) { 

  .offcanvas-header{ display:block; }
  
  .mobile-offcanvas{
     visibility: hidden;
     transform:translateX(-100%);
     border-radius:0; 
     display:block;
     position: fixed;
     top: 0; left:0;
     height: 100%;
     z-index: 1200;
     width:80%;
     overflow-y: scroll;
     overflow-x: hidden;
     transition: visibility .2s ease-in-out, transform .2s ease-in-out;
   }
 
   .mobile-offcanvas.show{
     visibility: visible;
     transform: translateX(0);
     background: #fff;
   }

   .footer-row > [class*=col-]:nth-child(2):after{
    left: -8px;
   }
 }

 @media (max-width: 595px){
    .main-circle ul{
      width: 30em;
      height: 30em;
    }
    .main-circle ul li a p{
      font-size: 10px;
      margin-top: 2px;
      line-height: 1;
    }
    .main-circle ul > *{
      margin: -48px;
    }
    .main-circle ul > *:nth-of-type(1) {
      transform: rotate(0deg) translate(11.5em) rotate(0deg);
    }
    .main-circle ul > *:nth-of-type(2) {
      transform: rotate(24deg) translate(11.5em) rotate(-24deg);
    }
    .main-circle ul > *:nth-of-type(3) {
      transform: rotate(48deg) translate(11.5em) rotate(-48deg);
    }
    .main-circle ul > *:nth-of-type(4) {
      transform: rotate(72deg) translate(11.5em) rotate(-72deg);
    }
    .main-circle ul > *:nth-of-type(5) {
      transform: rotate(96deg) translate(11.5em) rotate(-96deg);
    }
    .main-circle ul > *:nth-of-type(6) {
      transform: rotate(120deg) translate(11.5em) rotate(-120deg);
    }
    .main-circle ul > *:nth-of-type(7) {
      transform: rotate(144deg) translate(11.5em) rotate(-144deg);
    }
    .main-circle ul > *:nth-of-type(8) {
      transform: rotate(168deg) translate(11.5em) rotate(-168deg);
    }
    .main-circle ul > *:nth-of-type(9) {
      transform: rotate(192deg) translate(11.5em) rotate(-192deg);
    }
    .main-circle ul > *:nth-of-type(10) {
      transform: rotate(216deg) translate(11.5em) rotate(-216deg);
    }
    .main-circle ul > *:nth-of-type(11) {
      transform: rotate(240deg) translate(11.5em) rotate(-240deg);
    }
    .main-circle ul > *:nth-of-type(12) {
      transform: rotate(264deg) translate(11.5em) rotate(-264deg);
    }
    .main-circle ul > *:nth-of-type(13) {
      transform: rotate(288deg) translate(11.5em) rotate(-288deg);
    }
    .main-circle ul > *:nth-of-type(14) {
      transform: rotate(312deg) translate(11.5em) rotate(-312deg);
    }
    .main-circle ul > *:nth-of-type(15) {
      transform: rotate(336deg) translate(11.5em) rotate(-336deg);
    }
 }

 @media (max-width: 576px){
  blockquote{
    padding-left: 35px;
    padding-top: 48px;
  }
  blockquote p::before{
    top: 0.4em;
    left: 0.22em;
  }
  blockquote p::after{
    bottom: -0.33em;
    right: 0.2em;
  }
  .review-img{
    left: 50%;
    top: -35px;
    transform: translateX(-50%);
  }
 }

 @media (max-width: 460px){
  .main-circle ul{
    height: auto;
    border-radius: unset;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
  .main-circle ul::before{
    border-radius: unset;
  }
  .center-logo{
    display: none;
  }
  .main-circle ul > *{
    transform: unset !important;
    position: static;
    margin: 0;
    display: inline-flex;
    width: 49%;
    height: 6em;
  }
  .main-circle ul li a p{
    font-size: 13px;
    line-height: normal;
  }
 }
 /*new custom bootstrap css start*/
.overflow-hidden{
  overflow: hidden !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}
 @media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
 /*new custom bootstrap css close*/
 /*Custom css start*/
   /*header css start*/
    .head-logo-size{
      width: 70px;
      height: 70px;
      border-radius: 50%;
      object-fit: contain;
      object-position: center;
    }
    .head-logo-parent{
        margin-bottom: -40px;
        border-radius: 50%;
        background: white;
        width: 90px;
        height: 90px;
        line-height: 78px;
        text-align: center;
      }
      .navbar-toggler:focus{
        outline: none;
        box-shadow: none;
        opacity: 0.8;
      }
    .dropdown-submenu {
        position: relative;
    }
    .dropdown-submenu> a:after {
        content: ">";
        margin-left: 2px;
        /* float: right; */
    }
    .dropdown-submenu>.dropdown-menu {
        top: 0;
        right: 100%;
        left: unset;
        margin-top: 0px;
        margin-left: 0px;
    }
    .dropdown-submenu:hover>.dropdown-menu {
        display: block;
    }
    .top-first-nav li a:hover{
      background-color: #f1f1f1;
    }
    .top-first-nav li a{
      padding-left: 15px!important;
      padding-right: 15px!important;
    }
    .cotton-home-category .image-thumb .card-img-top{
      width: 100%;
      height: 240px;
      object-fit: cover;
      object-position: center;
    }
    .customer_review_carousel .owl-nav button:focus{
      outline: none;
      box-shadow: none;
    }
    .customer_review_carousel .owl-nav button{
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 1px solid #859672!important;
      color: #859672!important;
    }
    .customer_review_carousel .owl-nav button:hover{
      border: 1px solid #9d7122!important;
      background-color: #9d7122!important;
      color: #ffffff!important;
    }
    .customer_review_carousel .owl-nav .owl-prev{
      margin-right: 15px;
    }
    .border-light-footer{
      border-top: 1px solid #859672 !important;
    }
  /*responsive*/
    @media (min-width: 767px) {
      .head-logo-size{
        width: 80px;
        height: 80px;
      }
      .head-logo-parent{
        margin-bottom: -40px;
        border-radius: 50%;
        background: white;
        width: 100px;
        height: 100px;
        line-height: 88px;
        text-align: center;
      }
      .rounded-md-pill {
        border-radius: 50rem !important;
      }
    }
  /*header css close*/
  /*table design css start*/

.fl-table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
}

.fl-table td, .fl-table th {
    padding: 8px;
}

.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 12px;
}

.fl-table thead th,.trade-list table th,.machine-list table th {
    color: #ffffff;
    background: #7c8d66;
    border-top: none;
    vertical-align: middle;
}
.machine-list table td a {
  color: #7c8d66;
  font-size: 14px;
}


.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #ceac77;
}

.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}
.bg-default{
    background: #7c8d66!important;
}
.teams-profile-img{
    height: 250px;
    object-fit: cover;
    object-position: top;
}

/* Responsive */

@media (max-width: 767px) {
    .fl-table {
        display: block;
        width: 100%;
    }
    .table-wrapper:before{
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        font-size: 11px;
        color: white;
        padding: 0 0 10px;
    }
    .fl-table thead, .fl-table tbody, .fl-table thead th {
        display: block;
    }
    .fl-table thead th:last-child{
        border-bottom: none;
    }
    .fl-table thead {
        float: left;
    }
    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }
    .fl-table td, .fl-table th {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 13px;
        text-overflow: ellipsis;
    }
    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }
    .fl-table tbody tr {
        display: table-cell;
    }
    .fl-table tbody tr:nth-child(odd) {
        background: none;
    }
    .fl-table tr:nth-child(even) {
        background: transparent;
    }
    .fl-table tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tbody td {
        display: block;
        text-align: center;
    }
}
   /*table design css close*/

.bg-primary-op {
    background-color: rgba(6, 101, 208, .75) !important
}

a.bg-primary-op:focus, a.bg-primary-op:hover, button.bg-primary-op:focus, button.bg-primary-op:hover {
    background-color: rgba(5, 77, 158, .75) !important
}

.bg-primary-dark {
    background-color: #054d9e !important
}

a.bg-primary-dark:focus, a.bg-primary-dark:hover, button.bg-primary-dark:focus, button.bg-primary-dark:hover {
    background-color: #03356d !important
}

.bg-primary-dark-op {
    background-color: rgb(23 41 97 / 80%) !important
}

a.bg-primary-dark-op:focus, a.bg-primary-dark-op:hover, button.bg-primary-dark-op:focus, button.bg-primary-dark-op:hover {
    background-color: rgba(3, 53, 109, .8) !important
}

.bg-primary-darker {
    background-color: #022954 !important
}

a.bg-primary-darker:focus, a.bg-primary-darker:hover, button.bg-primary-darker:focus, button.bg-primary-darker:hover {
    background-color: #011123 !important
}

.bg-primary-light {
    background-color: #2a8bf9 !important
}

a.bg-primary-light:focus, a.bg-primary-light:hover, button.bg-primary-light:focus, button.bg-primary-light:hover {
    background-color: #0771e9 !important
}

.bg-primary-lighter {
    background-color: #74b3fb !important
}

a.bg-primary-lighter:focus, a.bg-primary-lighter:hover, button.bg-primary-lighter:focus, button.bg-primary-lighter:hover {
    background-color: #4299fa !important
}

.bg-success-light {
    background-color: #bed9a2 !important
}

a.bg-success-light:focus, a.bg-success-light:hover, button.bg-success-light:focus, button.bg-success-light:hover {
    background-color: #a5ca7e !important
}

.bg-warning-light {
    background-color: #ffdb93 !important
}

a.bg-warning-light:focus, a.bg-warning-light:hover, button.bg-warning-light:focus, button.bg-warning-light:hover {
    background-color: #ffc960 !important
}

.bg-info-light {
    background-color: #a5ccf0 !important
}

a.bg-info-light:focus, a.bg-info-light:hover, button.bg-info-light:focus, button.bg-info-light:hover {
    background-color: #79b3e9 !important
}

.bg-danger-light {
    background-color: #f1a184 !important
}

a.bg-danger-light:focus, a.bg-danger-light:hover, button.bg-danger-light:focus, button.bg-danger-light:hover {
    background-color: #eb7e56 !important
}

.bg-success-lighter {
    background-color: #e4efd8 !important
}

a.bg-success-lighter:focus, a.bg-success-lighter:hover, button.bg-success-lighter:focus, button.bg-success-lighter:hover {
    background-color: #cbe0b4 !important
}

.bg-warning-lighter {
    background-color: #fff4e0 !important
}

a.bg-warning-lighter:focus, a.bg-warning-lighter:hover, button.bg-warning-lighter:focus, button.bg-warning-lighter:hover {
    background-color: #ffe3ad !important
}

.bg-info-lighter {
    background-color: #e7f1fb !important
}

a.bg-info-lighter:focus, a.bg-info-lighter:hover, button.bg-info-lighter:focus, button.bg-info-lighter:hover {
    background-color: #bbd8f4 !important
}

.bg-danger-lighter {
    background-color: #f9d5c8 !important
}

a.bg-danger-lighter:focus, a.bg-danger-lighter:hover, button.bg-danger-lighter:focus, button.bg-danger-lighter:hover {
    background-color: #f3b29b !important
}
   /*calendar page css start*/
   div.calendar {
    border: 0!important;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
  }

   div.calendar div.row, div.calendar div.header-days {
    margin-left: 0!important;
    margin-right: 0!important;
  }
   div.calendar div.row, div.calendar div.header-days .cell{
    min-height: 50px!important;
    background-color: #899773 !important;
    color: #fff !important;
  }
  div.calendar div.row div.cell {
    background-color: #FFFFFF;
    min-height: 130px;
  }
  div.calendar div.row div.cell span {
    font-weight: 800;
  }
  div.calendar div.row div.cell:hover {
    background-color: #e6ecf6;
  }
  div.calendar-drop-down-menu {
    background-color: #e6ecf6!important;
    border: 0!important;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
  }
  div.calendar-drop-down-menu div.separator {
    border-bottom: 0!important;
  }
  div.calendar div.row div.cell div.expired, div.calendar div.row div.cell div.event {
    background-color: #e6ecf6 !important;
    color: black !important;
    border-left-color: rgb(104 135 104) !important;
    white-space: normal !important;
    text-align: left;
    line-height: 14px;
    max-height: 60px;
    overflow: auto;
    font-size: 0.6rem!important;
  }
  div.calendar div.header-date{
    display: flex!important;
    justify-content: space-around!important;
    align-items: center!important;
  }
  div.calendar div.header-date .ib-arrow-right-full{
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  div.event-editor {
    height: calc(100vh - 50px);
    overflow: auto;
    max-width: 490px!important;
    border: 0!important;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
  }
  div.disabled-background {
    z-index: 1111 !important;
  }
   /*calendar page css end*/
   /*pricing page css start*/
   .pricing-main-bg{
      background: linear-gradient(#0a1623 38%, white 38%);
   }
   /*pricing page css end*/
   /*switch css start*/
   .checkbox_switch {
      display: inline-block;
      height: 34px;
      position: relative;
      width: 60px;
    }

    .checkbox_switch input {
      display:none;
    }

    .switch_slider {
      background-color: #ccc;
      bottom: 0;
      cursor: pointer;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      transition: .4s;
    }

    .switch_slider:before {
      background-color: #fff;
      bottom: 4px;
      content: "";
      height: 26px;
      left: 4px;
      position: absolute;
      transition: .4s;
      width: 26px;
    }

    input:checked + .switch_slider {
      background-color: #66bb6a;
    }

    input:checked + .switch_slider:before {
      transform: translateX(26px);
    }

    .switch_slider.round {
      border-radius: 34px;
    }

    .switch_slider.round:before {
      border-radius: 50%;
    }
    .pricing-main-heading:after {
      content: '';
      background: #37d33f;
      height: 4px;
      position: absolute;
      bottom: -6px;
      left: 20%;
      right: 20%;
      border-radius: 5px;
    }
    .pricing-colomns:hover{
      box-shadow: 0 2px 8px lightgrey;
      transform: scale(1.03);
      z-index: 2;
    }
    .pricing-colomns.active{
      box-shadow: 0 2px 8px lightgrey;
      transform: scale(1.01);
      z-index: 1;
    }
    .pricing-colomns:hover .card, .pricing-colomns.active .card{
      border: 0!important;
    }
   /*switch css end*/
   .user-follow-author img {
      width: 50px;
      height: 50px;
      object-fit: cover;
      object-position: top;
      border-radius: 50%;
    }
    .article-user-text .article-user-details {
      line-height: 16px;
    }
    .article-user-text .article-user-details .user-art-detail {
      font-size: 14px;
    }
    .article-user-text .article-user-details .date-time-art-detail {
      font-size: 12px;
    }
  .img-listing-group .image-parent {
      max-width: 50px;
      max-height: 80px;
      object-position: top;
      object-fit: contain;
  }
  .association-list-img-area img{
    height: 180px;
    object-fit: cover;
    object-position: top;
    /* box-shadow: 0 1px 5px #ccc; */
  }
  .calendar-filter-btn{
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
  }
  .calendar-filter-btn:hover, .calendar-filter-btn.active{
    color: #fff;
    background-color: #899773;
    border-color: #899773;
  }
  #accordion .btn:focus{
    box-shadow: none;
    outline: none;
  }
  .rounded-pill {
    border-radius: 50rem !important;
  }
  .advertisment_wrapper{
    background-color: #f4f6f9;
  }
  .advertisment_slider_img{
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: center;
  }
  @media (max-width: 575px) {
    .advertisment_slider_img {
      height: 130px;
    }
  }
  @media (max-width: 767px) and (min-width: 576px) {
    .advertisment_slider_img {
      height: 210px;
    }
  }
  .advertisment-company-logo img{
    width: 100%;
    height: 100px;
    object-fit: contain;
    object-position: center;
  }
  /* .fa.fa-whatsapp{
    color: #4FD840;
  }
  .fa.fa-instagram{
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  }
  .fa.fa-twitter{
    color: #1C9CEA;
  } */
  .advertisment-side-heading{
    letter-spacing: 2px;
    font-weight: 300;
    color: #899773;
    font-size: 0.8rem;
  }
  .text-unstyled{
    text-decoration: none !important;
  }
  .advertisment-row-colunm > div.colunm_0:nth-child(4n+2), .advertisment-row-colunm > div.colunm_1:nth-child(4n+3) {
      background: #f4f6f9;
  }
 /*Custom css close*/




 /* .dropdown-menu.shadow-sm li a {
  padding: 0.3rem 1.5rem;
}
.dropdown-menu.shadow-sm li a {
  width: 199px !important;
  display: inline-block;
} */





.py-4 h3 {
  border: none !important;
  text-align: center;
  font-weight: 600;  
}
.state-marg {
  margin: 15px 0;
}
.modal-dialog-scrollable {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  background: #fff;
  padding: 30px 0;
  box-shadow: 0 0 5px #58585877;
}
.box-scroll {
  width: 400px;
  /* overflow-y: scroll;
  pointer-events: auto; */
}
.box-scroll h3 {
  font-size: 24px;
}
.box-msg {
  padding: 0.5rem 1.5rem 1.5rem;
  border-radius: 10px;
  border: solid 2px #8A976F;
  box-shadow: 0 0 20px #ccc;
  margin: 15px 0;
  height: 413px;
  overflow-y: scroll;
  pointer-events: auto;
}
.box-msg h5 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  margin: 15px 0 0 0;
}
.box-msg h5 span {
  font-weight: 400;
}
.box-msg p {
  font-size: 16px;
  margin: 0;
}
.sub-heading h5 p {

}
.box-msg a {
  color: #000;
  font-weight: 600;
}
.box-msg a img {
  width: 20px;
  margin-right: 5px;
}

.single-box {
  width: 600px;
  margin: auto;
}
@media (max-width:678px) {
  .single-box {
    width: 100%;
  }
}

.s-t-blog {
  border: solid 2px #7c8d66;
  box-shadow: 0 0 20px #ccc;
}
.s-t-blog img {
  box-shadow: 0 1px 5px #ccc;
}
.s-t-box {
  padding: 25px !important;
  border: none !important;
}
.cont-heading {
  font-weight: 600;
}
.s-t-box .ml-2 a {
  color: #fff;
  background: #7c8d66;
  border: 1px solid #7c8d66;
  border-radius: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
.s-t-box .d-flex {
  justify-content: flex-end !important;
}
.web-link {
  float: none !important;
}


/*********** ACCORDIAN SECTION ***********/

.card-header {
  /* background: #49ae2a !important; */
}
.card-header {
  background: #60844F !important;
  border-bottom: 1px solid #60844F;
}
.card-header h5 {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}
.card-header a:hover {
  text-decoration: none;
}
.card-header h5 i {
  float: right;
}
.card-body {
  border: 1px solid #8A976F;
}
.card-body ul {
  margin: 0;
  padding: 0;
}
.card-body li {
  list-style-type: none;
}
.card-body li a {
  color: #555;
  text-decoration: none;
  list-style-type: none;
}
.card-body li i {
  color: #899774;
}
.tplhead a {
  color: #000;
  font: 800 20px/24px 'Lato', sans-serif;
  text-decoration: none;
  /* text-transform: uppercase;
  border-bottom: 3px solid #CECECE;
  padding-bottom: 10px; */
}
.table-border {
  /* border: 1px solid #9d7122; */
  border-radius: 3px;
  height: 250px;
  overflow: scroll;
  box-shadow: 0 0 10px #ccc;
}

.table-border thead {
  position: sticky;
  top: 0;
  background: #fff;
  box-shadow: 0 1px 5px #ccc;
}

.rhsglTbl th {
  font-size: 12px;
}
table tbody td {
  font-size: 16px;
}
.col-box table tbody td:last-child {
  text-align: center;
}
.trade-list table td a {
  color: #8A976F;
  font-size: 14px;
}
table tbody td i {
  text-align: center;
}
.rhsglTbl tbody td a {
  text-decoration: none;
  color: #000000;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}
.red {
  color: red;
}
.green {
  color: green;
}
.box-row {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.col-box {
  width: 255px;
  margin: 10px 0;
}
.table-h::-webkit-scrollbar,.MT15::-webkit-scrollbar,.box-msg::-webkit-scrollbar,.table-border::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.table-h::-webkit-scrollbar-thumb,.MT15::-webkit-scrollbar-thumb,.box-msg::-webkit-scrollbar-thumb,.table-border::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 5px;
  /* box-shadow: inset 2px 2px 2px hsl(0deg 0% 100% / 25%), inset -2px -2px 2px rgb(0 0 0 / 25%); */
}
.table-h::-webkit-scrollbar-track {
  /* background: linear-gradient(90deg,#434343,#434343 1px,#111 0,#111); */
  background: #8A976F !important;
  color: #8A976F !important;
}

.table-center {
  /* width: 300px; */
  margin: 0;
}
@media (max-width: 590px) {
  .table-center {
    width: 100%;
  }
}
.table-h,.trade-list table {
  margin: 10px 0 30px;
  border: 1px solid #8A976F;
}
table.table-h tr {
  /* border: 1px solid #333; */
  border: none;
}

/*********** ARRIVAL DETAILS CSS **********/

.main-heading {
  background: #8A976F;
  color: #fff;
}
.table-heading {
  position: sticky;
  top: 0;
  background: #fff;
  box-shadow: 0 1px 5px #ccc;
}
.table-heading tr,.table-body tr td {
  text-align: center;
}
.table-heading th {
  width: 170px;
}
.table-body td a {
  color: #000;
  font-weight: 600;
}

/************* FORM CSS *************/
.form-space {
  margin-bottom: 0 !important;
}

/*********** BUY SELL LIST CSS **********/
.table-margin {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.table-design {
  border-radius: 5px;
  margin: 1rem 0;
  /* white-space: nowrap; */
}
.table-design tr th {
    font-size: 12px;
    color: #ffffff;
    background: #ceac77;
    text-align: center;
    border-top: 1px solid #dee2e6;
    border-bottom: 2px solid #dee2e6;
}
.table-design tr th:nth-child(even) {
  color: #ffffff;
  background: #7c8d66;
}
.table-design tr td {
  font-size: 12px;
  color: #000;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}
.table-design tr td span {
  font-weight: 600;
}
.table-design tr:nth-child(even) {
  background: #F8F8F8;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
.table-design tr:last-child {
  border-bottom: 1px solid #dee2e6;
}
.ads-img {
  padding-top: 16px;
  padding-bottom: 10px;
}

.ads {
  margin-top: 1rem;
}

.logo img {
  display: none;
}

.border_bottom a {
  color: #000;
}
.weather-margin {
  margin-bottom: 7px !important;
}




.w-ser-sec {
  background: #889775;
  padding-top: 1.5rem;
  color: #fff;
}
.w-ser-sec-border {
  border: none;
  text-align: left;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.w-ser-sec p {
  margin-bottom: 0;
}
.w-ser-sec p a {
  color: #fff;
}
.w-list-heading {
  display: flex;
  justify-content: space-between;
}
.w-list-heading span {
  font-weight: 600;
}
.price-col-sec,.price-col-sec.active {
  /* box-shadow: none !important; */
}
.price-col-shadow {
  border: solid 1px transparent;
}
.price-col-sec {
  box-shadow: 0 2px 8px lightgrey;
  transform: scale(1.01);
  z-index: 1;
  background: #fff;
  border: 1px solid #889775;
}
.w-btn {
  background-color: transparent;
  border: solid 2px #fff;
  border-radius: 20px;
  font-weight: 600;
}
.w-btn:hover {
  background-color: #fff;
  border: solid 2px #fff;
  color: #889775;
}
.w-ser-sec-border h5 {
  margin-top: 20px;
}
.w-list {
  /* padding-left: 20px !important; */
  margin-top: 10px !important;
}
.w-list li {
  list-style-type: none;
  font-size: 14px;
  margin: 10px 0;
  background: #879678;
  padding: 8px 20px 8px 15px !important;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
}
.w-list li span {
  margin-left: 2rem;
  color: #fff;
}
.w-list li span:first-child {
  /* float: left; */
  margin-left: 0;
}
.w-list li span:last-child {
  /* float: right; */
  margin-left: 0;
}
.w-list-count {
  padding-left: 1.5rem !important;
}
.w-list-count li {
  list-style-type: disc;
}
@media (max-width: 440px) {
  .ads-wrapper {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .w-list li .w-btn {
    font-size: 13px;
    margin-left: 0 !important;
  }
  .w-ser-sec-border {
    padding-left: 0.7rem !important;
    padding-right: 0.7rem !important;
  }
  .pad-sec {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .w-list li {
    padding: 8px 9px 8px 9px !important;
  }
}
@media (min-width: 441px) {
  .w-list li .w-btn {
    font-size: 13px;
    margin-left: 10px !important;
  }
}
.pad-sec {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.w-list li .w-btn {
  background-color: #fff;
  border: solid 2px #889775;
  color: #889775;
  font-size: 13px;
  padding: 0 8px;
  margin-top: 0 !important;
  margin-bottom: 1px !important;
}
.nested-w-list {
  padding-left: 20px;
}
.nested-w-list li {
  list-style-type: disclosure-closed;
}

/* .tooltips li a {
  color: blue;
} */


.tooltips {
  padding-left: 24px !important;
}
.tooltips li {
  list-style-type: disc;
}
.tooltips li a {
  position: relative;
  display: inline-block;
  color: #fff;
  background: #000;
  color: #fff;
  padding: 0px 4px;
  border-radius: 10px;
  margin-left: 5px;
  width: 17px;
  height: 17px;
  line-height: 17px;
}


/************ TOOLTIPS CSS *************/

.tooltiptext {
  visibility: hidden;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  display: inline-block;
  width: 230px;
  padding: 20px;
  border-radius: 10px;
  font-size: 12px;
  position: absolute;
  /* top: -185px; */
  bottom: 25px;
  left: -90px;
  z-index: 1;
}
.tooltips li a .tooltiptext li {
  margin: 3px 0;
  list-style-type: none;
}
.tooltiptext i {
  color: #fff !important;
  margin-right: 5px;    
}
.tooltips li a:hover .tooltiptext {
  visibility: visible;
  /* color: #fff; */
}

/************** MARQUEE CSS **************/

.table-marqee ul {
  padding: 15px;
}
.table-marqee ul li {
  list-style-type: none;
  margin: 10px 0;
}
.table-marqee li a {
  /* font-weight: 600; */
  color: #000;
  font-size: 14px;
}
.table-marqee li a:hover {
  color: #889775;
}

/************ HOME PAGE CSS (BUTTON) *************/

.d-r-btn {
  background: #60844F;
  border: 1px solid #60844F;
  border-radius: 20px;
  padding: .375rem 1.2rem;
}
.d-r-btn:hover,.ser-btn:hover {
  color: #fff !important;
  background: #6c795c;
  border: 1px solid #6c795c;
  text-decoration: none;
}
.ser-btn {
  border-radius: 30px;
  border: 1px solid #869873 !important;
}

/************** CALCULATOR CSS **************/

.klc-sec {
  padding: 3rem 0;
  background: #fff1e6;
  border-bottom: 1px solid #889574;
}
.klc-form,.sidebar-ads {
  margin: 10px 0;
}
.klc-bread-crums {
  padding: 10px;
}
.klc-bread-crums a {
  color: #fff;
  background: #D2AE6D;
  padding: 2px 10px;
  border-radius: 20px;
}
.klc-bread-crums a:hover {
  color: #889575;
}
.klc-form table {
  background: #fff;
  border: 1px solid #889574;
  box-shadow: 0 0 10px #bbb;
}
.klc-form h3 {
  background: #889575;
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.5rem;
  margin-bottom: 0;
  text-align: center;
}
.klc-form thead tr:first-child th {
  padding: 0;
}
.klc-form thead th {
  padding: 10px;
}
.klc-form td {
  padding: 10px 10px;
  width: 10%;
}
.klc-form td h5 {
  font-weight: 600;
  color: #889575;
  margin-bottom: 0;
}
.klc-form tbody td:first-child {
  font-weight: 600;
}
.klc-form tbody td input,.klc-form thead th input {
  border: 2px solid #889575;
  border-radius: 20px;
  padding: 5px 10px;
  width: 70%;
  margin-right: 15px;
  transition: all .3s ease-in-out;
}
@media (max-width: 991px) {
  .klc-form tbody td input {
    width: 100%;
  }
}
.klc-form tbody td label {
  margin-right: 15px;
  margin-top: .5rem;
}
.klc-form tbody td input:focus,.klc-form thead th input:focus {
  background: #D2AE6D;
  color: #fff;
  border-color: #D2AE6D;
  box-shadow: inset 0 0 0 2px #D2AE6D;
  outline-color: transparent;
  outline-style: solid;
}
.klc-table tbody select {
  width: 200px;
  border: 2px solid #889574;
  padding: 5px 10px;
  border-radius: 20px;
}
.klc-table tbody select option {
  background: #889575;
  color: #fff;
  border-radius: 20px !important;
}
.klc-table tbody select:focus {
  outline-color: transparent;
  outline-style: solid;
}
.data-heading {
  font-weight: 600;
}
.with-duty tr th input,.with-duty tr td input {
  width: 100%;
}


/*********** COMMODITY MARKET **********/

.commodity-market {
  padding: 3rem 0;
}
.commodity-market table {
  /* border: solid 1px #889673; */
}
.commodity-market table td {
  font-size: 16px;
}
/* .commodity-market table td:first-child {
  font-weight: 600;
} */
.commodity-market table th,.commodity-market table td {
  width: 1%;
  padding-left: 20px;
  padding-right: 20px;
}
.commodity-market table th a,.commodity-market table td a {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;  
}
.commodity-market table td a {
  display: list-item;
  list-style-position: inside;
}
.commodity-market table td:first-child a {
  /* display: block; */
}
.commodity-market table td a {
  color: #000;
}


.exim img,.trans-port img {
  border: 5px solid #889775;
  box-shadow: 0 0 20px #ccc;
  /* margin-bottom: 20px; */
}
.font_paragraph {
  margin: 30px 0 20px;
}
.top_marging li {
  margin: 10px 0 0;
}

/************* FREE LIST YOUR COMPANY CSS / STORE FREE TRIAL ************/

.free-list-form,.s-f-trial,.enquiree-form,.post-buyer-form,.seller-form,.trans-port-s,.post-offer-form {
  padding: 3rem 0;
}
.free-list-form h3,.s-f-trial h3,.enquiree-form-cont h3,.post-buyer-cont h3,.seller-cont h3,.event-cont h3,.post-offer-cont h3 {
  background: #899774;
  color: #fff;
  padding: 0.5rem 0;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  border: none !important;
}
.event-form,.event-cont h3 {
  margin: 0 !important;
}
.free-list-col,.s-f-trial-col,.enquiree-form-cont,.post-buyer-cont,.seller-cont,.event-form,.machine-list,.post-offer-cont {
  margin-top: 0.71rem;
  border: 2px solid #899774;
}
.event-form {
  padding-top: 1rem;
}
.free-list-col label,
.s-f-trial-col label,
.enquiree-form-cont label,
.filter-form label,
.post-buyer-cont label,
.seller-cont label,
.event-form label,
.post-offer-cont label,
.filter-search label {
  font-weight: 600;
  margin-bottom: 0.2rem;
}
.free-list-col input,.free-list-col select,.free-list-col textarea,
.s-f-trial-col input,.enquiree-form-cont input,.enquiree-form-cont textarea,
.filter-form select,.filter-form input,
.post-buyer-cont input,.post-buyer-cont select,.post-buyer-cont textarea,
.seller-cont input,.seller-cont select,.seller-cont textarea,
.event-form input,.event-form select,.event-form textarea,
.post-offer-cont input,.post-offer-cont select,.post-offer-cont textarea,
.filter-search input {
  border: 2px solid #899774;
  border-radius: 40px;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .375rem;
  padding-bottom: .375rem;
  transition: all 0.3s ease-in-out;
}
.form-chekbox input,.event-btn input {
  width: auto;
}
.free-list-col input:focus,.free-list-col select:focus,.free-list-col textarea:focus,
.s-f-trial-col input:focus,.enquiree-form-cont input:focus,.enquiree-form-cont textarea:focus,
.post-buyer-cont input:focus,.post-buyer-cont select:focus,.post-buyer-cont textarea:focus,
.seller-cont input:focus,.seller-cont select:focus,.seller-cont textarea:focus,
.event-form input:focus,.event-form select:focus,.event-form textarea:focus,
.post-offer-cont input:focus,.post-offer-cont select:focus,.post-offer-cont textarea:focus
 {
  border: 2px solid #899774;
  background: #899774;
  color: #fff;
  box-shadow: none;
}
.free-list-email {
  margin-bottom: 0;
}
.free-list-btn,.s-f-trial-btn,.enquiree-form-cont-btn,.post-buyer-cont-btn,.edit-seller-btn,.post-offer-btn,.event-btn,.read-btn {
  display: flex;
  justify-content: flex-end;
}
/* .post-buy-sub,.post-buy-cancel {
  justify-content: space-between;
  padding-bottom: 1.5rem;
} */
.back-btn-mar,.cancel-btn-mar {
  margin: 0 1rem !important;
}
.col-md-12.edit-seller-btn.multi-btn {
  margin-bottom: 20px;
}
input[type=file]::file-selector-button {
  border: none;
  background: none;
}
@media (max-width: 767px) {
  .free-list-email:first-child input,.enquiree-size-space input {
    margin-bottom: 1.2rem;
  }
}
.enquiree-marg {
  margin: 10px 0;
}

/********** TERMS & CONDITIONS CSS *********/

.t-and-c,.privacy-and-policy,.dis-claimer {
  padding: 3rem 0;
}
.t-and-c h3,.p-and-p-cont h3,.dis-claimer-cont h3 {
  font-weight: 600;
}
.col-md-9.t-and-c-cont img,.p-and-p-cont img,.dis-claimer-cont img {
  border: 5px solid #899774;
  box-shadow: 0 0 20px #ccc;
}
.t-and-c-cont p,.p-and-p-cont p,.dis-claimer-cont p {
  margin-top: 10px !important;
}

/************* CONTACT US CSS ************/

.contact-heading {
  margin: 20px 0;
}
.contact-heading h5 {
  font-weight: 600;
  color: #899774;
}
.smart-cont {
  padding: 0;
  margin: 0;
}
.smart-cont li {
  list-style-type: none;
}
.smart-cont li a {
  color: #000;
  font-weight: 400;
  text-decoration: none;
}
.contact-heading a {
  color: #000;
  text-decoration: none;
}

/********** COTTON BULLETIN CSS **********/

.cotton-bulletin {
  border: 2px solid #889774;
}
.cotton-bulletin li a {
  color: #000;
  text-decoration: none;
}
.cotton-bulletin li a:hover {
  color: #889774;
}




.table-data {
  margin: 3rem 0;
}
.table-data table {
  margin: 20px 0;
  text-align: center;
  border: 1px solid #444;
}
.table-data table tr th,.table-data table tr td {
  padding-left: 10px;
  padding-right: 10px;
}
.table-data table tr a {
  color: #000;
  text-decoration: none;
}
.table-data table tr:first-child th {
  font-size: 24px;
  color: #fff;
  background-color: #889774;
  line-height: 30px;
  text-transform: uppercase;
}

/*********** TRANSPORT DETAILS CSS **********/

.trans-port h3 {
  font-weight: 600;
}
.trans-port-heading {
  background: #889775;
  width: 100%;
  padding: 10px;
  color: #fff;
}
.trans-port-heading h5 {
  font-weight: 600;
  margin-bottom: 0;
}
.trans-port-details {
  border: 2px solid #889775;
}
.routes {
  border: 2px solid #889775;
  margin-bottom: 0.8rem;
}
.routes h5 {
  background: #889775;
  color: #fff;
  padding: 10px;
}

/********** JOB WORKS CSS *********/

.job-work,.geo-tag,.ware-house,.s-soft {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 599px) {
  .job-work,.geo-tag,.ware-house,.s-soft {
    padding: 1.5rem 0;
  }
  .come-soon img {
    height: 200px !important;
  }
}
.j-w-img img,.j-w-pera p,.g-t-img img,.g-t-pera,.w-h-img img,.w-h-pera,.s-soft-img img,.s-soft-pera {
  margin: 15px 0;
}
.j-w-img img,.g-t-img img,.w-h-img img,.s-soft-img img {
  border: 5px solid #889874;
  box-shadow: 0 0 20px #ccc;
}
.come-soon img {
  width: 100%;
  height: 400px;
  margin: 15px 0;
}


.pun-table,.all-state,.compare-table {
  border: 1px solid #8A976F;
}
.pun-table thead tr:first-child th,.all-state thead tr:first-child th,.compare-table thead tr:first-child th {
  background: #8A976F;
  color: #fff;
  font-size: 25px;
  line-height: 35px;
}
.compare-table thead tr th:first-child {
  width: 1%;
}
/* .all-state thead tr:last-child,.all-state tbody tr:last-child {
  border-left: 2px solid #555 !important;
} */
.block-first {
  border-left: 1px solid #fff;
}
.pun-table tr,.all-state tr,.compare-table tr {
  text-align: center;
}
.compare-sec tr th {
  width: 1%;
}
.pun-table tr td a,.all-state tr td,.compare-table tr td a {
  color: #000;
}
.pun-table tr td a:hover,.compare-table tr td a:hover {
  color: #8A976F;
}

.bales-data {
  display: block;
  width: 400px;
  height: 236px;
  text-align: left;
}

.all-state tbody tr td {
  vertical-align: top;
}

#more {display: none;}

/* .ads-cont {
  border: 2px solid #889874;
}
.ads-heading {
  background: #889874;
  color: #fff;
  padding-top: 8px;
  text-align: center;
}
.ads-heading h5 {
  font-weight: 600;
} */
.ads-box {
  border: 2px solid #889874;
  border-radius: 3px;
}
.ads-box .ads-cont-marg {
  padding-left: 0;
  padding-right: 0;
}
.ads-heading {
  background: #889874;
  color: #fff;
  text-align: center;
  padding: 8px 0;
}
.ads-heading h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
.ads-cont {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.ads-cont:nth-child(even) {
  background: #f4f6f9;
  border-top: 1px solid #889874;
  border-bottom: 1px solid #889874;
}.ads-cont:last-child {
  border-bottom: none;
}
.ads-cont span {
  font-weight: 600;
  line-height: 1.8;
  margin-top: 1rem;
}
.ads-title {
  padding: 15px 0;
}
.ads-title h5 {
  width: 8rem;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.ads-bg {
  background: #889874 !important;
}
.advertisment-side-heading.mb-2 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

/********** DIRECTORY CSS *********/

.directory {
  padding: 3rem 0;
  background: #f8f9fa;
}
.directory select {
  width: 100%;
  padding: 0.4rem;
  margin-top: 1rem;
  font-weight: 600;
  outline: none;
  border: 2px solid #889874;
  border-radius: 20px;
}
.directory a {
  background: #889874;
  color: #fff;
  padding: 0.4rem 2rem;
  border-radius: 20px;
  margin: 1rem auto;
  display: table;
  text-align: center;
}

.broker-marg .input-check {
  margin: 1rem 0 0;
}
.input-check {
  background: #889874;
  padding: 1rem 1rem 1.5rem;
  border-radius: 10px;
}
.input-check span {
  color: #fff !important;
}
.input-check:last-child {
  /* background: none; */
}
.input-check:last-child span {
  color: #fff !important;
}
.inut-heading {
  background: #fff;
}

.input-check-heading {
  font-size: 23px !important;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}
.input-check span {
  text-align: left !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  /* color: #555 !important; */
}
.broker .input-check span {
  display: block;
}
.broker-marg h6 {
  margin-top: 20px;
}
.input-content {
  padding-left: 1.5rem;
}
.directory input {
  margin: 1rem 0 0 0.65rem;
  box-shadow: 0 0 2px #ccc;
}
.inut-heading span {
  font-weight: 600 !important;
  color: #555 !important;
}
/* .broker-marg {
  margin: 2rem 0;
} */
.directory h6 {
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}
.directory span {
  color: #889874;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  display: block;
}
/*********** DROPDOWN CSS **********/

.dropbtn {
  /* background-color: transparent; */
  color: #000;
  font-weight: 700;
  border: none;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  z-index: 1;
}
.dropdown-content a {
  background: #00A85A;
  font-weight: 300;
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  margin-top: 1px;
  width: 5rem;
}
.dropdown:hover .dropdown-content {
  display: block;
}

.directory-menu a {
  padding: 5px 15px;
  display: inline-block;
  width: auto;
}
.directory-menu .dropdown-menu a {
  width: auto;
  display: block;
  margin: 1px 0;
  background: none;
  color: #000;
  border-radius: 0;
}
.directory-menu .dropdown-menu a:hover {
  width: auto;
  display: block;
  margin: 1px 0;
  background: #889874;
  color: #fff;
}
.input-check-head h5 {
  margin-bottom: 2rem;
}
.spinner,.ginner,.trader,.broker {
  margin-top: 2rem;
}
.spinner,.ginner,.trader,.broker {
  background: #fff;
  box-shadow: 0 0 20px #ccc;
  padding: 2rem 4rem 3rem;
}






.news-live {
  padding: 1rem 0;
}
.ns-heading h3 {
  font-size: 20px;
  font-weight: 600;
  color: #9d7122;
  text-transform: uppercase;
}
.news-slide .carousel-item a {
  color: #000;
  text-decoration: none;
}
.news-slide img {
  height: 250px;
  object-fit: cover;
}
.news-cont h4,.today-news-cont h4 {
  font-size: 20px;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.today-news-cont p {
  color: #777;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.news-cont p {
  color: #777;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.news-cont-bottom span {
  font-size: 12px;
  font-weight: 600;
  color: #D2AE6D;
}
.lr-heading,.ns-main-heading h3 {
  font-size: 36px;
  font-weight: 600;
  color: #60844F;
  margin-bottom: 0;
  padding-bottom: 0.2rem;
  text-transform: uppercase;
  border-bottom: 2px solid #9d7122;
}
.week-news {
  /* background: #FFE6D2; */
  background: rgba(0, 168, 90, 0.03);
  padding: 1rem 0;
}
.wn-tab .nav-item.active {
  font-weight: 600;
  background: #60844F !important;
  color: #fff !important;
  border: 1px solid #60844F !important;
}
.wn-tab .nav-item {
  background: #fff;
  color: #000;
  margin: 5px;
  padding: 2px 15px;
  border-radius: 20px !important;
  box-shadow: 0 5px 5px #ccc;
  border: 1px solid #fff;
}
.week-news h3 {
  color: #9d7122;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.week-news .carousel-item img {
  width: 300px;
  height: 250px;
  object-fit: cover;
}
.ln-col a {
  color: #000;
  text-decoration: none;
}
.last-news img {
  width: 180px;
  height: 100px;
  object-fit: cover;
  border-radius: 10px;
}
.last-news h5 {
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
          line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .recent-news-img img {
    width: 100%;
    height: 111px;
    object-fit: cover;
    object-position: top;
    border-radius: 0;
  }
}
@media (max-width: 630px) {
  .slide-cont {
    flex-wrap: wrap;
  }
  .slide-cont img {
    width: 100% !important;
    margin-bottom: 1rem !important;
  }
}
.news-heading h2,.video-heading h2,.sowing h4,.vertical-slide h4 {
  font-size: 32px;
  font-weight: 600;
  color: #60844F;
  padding-bottom: 0.3rem;
  /* margin-top: 1rem; */
  margin-bottom: 1rem;
  text-transform: uppercase;
  border-bottom: 2px solid #9d7122;
}
.news-h,.sowing {
  /* border: 20px solid #60844F; */
  padding: 1rem;
  background: #fff;
}
.green-gradient {
  background-image: linear-gradient(180deg, #DEE7CD, #60844F);
}
@media (min-width: 767px) {
  .news-h {
    height: 640px;
  }
}
  
.sowing {
  height: 630px;
}
.news-h a {
  color: #555;
  text-decoration: none;
  padding: 1rem 0;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  /* border-bottom: 1px solid #ae7000; */
}
.news-btn {
  background: #60844F;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  padding: 2px 20px !important;
  border-radius: 20px;
  /* border: 2px solid #889874; */
  /* box-shadow: 0 0 5px #889874; */
  transition: all 0.3s ease-in-out;
}
.news-btn:hover {
  background: #9d7122;
  color: #fff;
  text-decoration: none;
}




/* #owl-demo .item {
  margin: 3px;
  height: 200px;
  overflow: hidden;
  border-radius: 30px;
}

#owl-demo .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.videos {
  background: #fff1e6;
  /* background: #FFE6D2; */
  padding: 2rem 0 1rem;
}
.videos .item {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 20px;
}
.news-letter .item {
  width: 100%;
  height: 200px;
  overflow: hidden;
  /* border: 2px solid #9d7122; */
}
.news-letter .owl-item {
  margin: 0 10px;
}
.news-letter .owl-stage {
  padding: 5px 0;
}
.news-letter .owl-carousel {
  overflow: hidden;
}
.news-letter .owl-stage-outer {
  overflow: visible;
}
.news-letter .owl-item {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 0 5px #ccc;
}
.item-prnt span {
  font-size: 12px;
  font-weight: 600;
  color: #aaa;
}
.item-prnt .content {
  padding: 0.5rem;
}
.item-prnt span {
  font-size: 12px;
  font-weight: 600;
  color: #aaa;
}
.item-prnt h5 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}
.news-letter .owl-nav,.news-letter .owl-dots {
  display: none;
}
.videos .item img,.news-letter .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.banner-sec {
  background: #FFE6D2;
  padding: 2rem 0;
}
.b-live-rate {
  width: 100%;
  height: 320px;
  background: #fff;
  /* width: 310px; */
  /* box-shadow: 0 0 5px #aaa; */
  border-radius: 20px;
}
.b-live-rate-heading h4 {
  font-weight: 600;
  font-size: 16px;
  color: #9d7122;
  text-align: center;
  padding: 0.3rem;
  /* margin-bottom: 1.5rem; */
  text-transform: uppercase;
  /* border-bottom: 2px solid #889874; */
  background: #CDE0B3;
  border-radius: 30px;
}
.b-live-rate ul {
  height: 200px !important;
}
.b-live-rate li {
  margin: 1rem 0;
}
.b-live-rate li a {
  color: #000;
  text-decoration: none;
}
.b-live-rate li i {
  font-size: 30px;
  color: #D2AE6D;
}
.b-live-rate li span {
  font-weight: 600;
}
.b-live-rate li p {
  margin-bottom: 0;
}
.b-live-rate li h5 {
  color: #889874;
  font-weight: 600;
}

.wethr-col h5 {
  padding: 1rem 0;
  margin-bottom: 0;
  border-bottom: 1px solid #9d7122;
}
.wethr-col h4 {
  font-weight: 600;
  color: #9d7122;
  padding-bottom: 0.4rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  border-bottom: 2px solid #889874;
}
.wethr-col .carousel-inner {
  height: 500px;
  border: 20px solid #9d7122;
}
.wethr-col img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
}
.sowing h5 a,.wethr-col h5 a {
  font-size: 16px;
  color: #555;
}
.sowing h4 span,.wethr-col h5 span {
  font-size: 16px;
  font-weight: 500;
  color: #555;
}
.vertical-slide {
  height: 630px;
  overflow: hidden;
  background: #fff;
  /* border: 20px solid #60844F; */
}
.vertical-slide a {
  color: #555;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  display: flex;
  /* flex-direction: column; */
  justify-content: space-between;
  align-items: center;
  /* border-bottom: 1px solid #9d7122; */
  padding: 0.5rem 0;
}
.vertical-slide img {
  margin: 4px 0;
}


/******************** CALENDER ********************/

.calender,.calculator {
  background: #FFE6D2;
}
.calndr-col table {
  background: #fff;
}
.calndr-col table th {
  background: #fff;
  color: #000;
  border: 1px solid #d2d2d2;
}
.calndr-col table td {
  box-sizing: border-box;
  color: #000;
  font-size: 12px;
  height: 145px;
  padding: 0 0 0.5em;
  vertical-align: top;
  width: 14.28%;
  border: 1px solid #d2d2d2;
}
.calndr-col table td a {
  text-decoration: none;
  display: block;
}
.calndr-col table .cldr-date {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #889874;
}
.calndr-col table .event {
  color: #fff;
  min-width: 90px;
  background: #D2AE6D;
  border-bottom: 1px solid #d2d2d2;
}
.cldr-heading h1,.calculator h1 {
  font-size: 34px;
  font-weight: 600;
  color: #889874;
  text-align: center;
  padding-bottom: 0.3rem;
  border-bottom: 2px solid #D2AE6D;
}
@media (max-width: 575px) {
  .cldr-heading h1,.calculator h1 {
    font-size: 30px;
  }
}

/******************** CALENDER ********************/


/******************** CALCULATOR ********************/

.klc-tol label,.klc-tol span {
  font-size: 16px;
  font-weight: 600;
}
.klc-col label,.klc-tol label {
  margin-bottom: 0;
}
.klc-col input {
  border-radius: 20px;
}
.klc-tol-bg {
  background: #D2AE6D;
}


/******************** CALCULATOR ********************/


.klc-ctgory {
  background: #fff;
}
.klc-ctgy-col table thead tr:first-child {
  background: #889874;
  color: #fff;
}
.klc-ctgy-col table thead tr:nth-child(2) {
  background: #fff;
  font-size: 18px;
}
.klc-ctgy-col table thead tr th,.klc-ctgy-col table th {  
  vertical-align: middle;
  text-align: center;
  border: none;
}
.light-orng {
  background: #FFE6D2;
}
.klc-ctgy-col table tbody tr td {
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #D2AE6D;
}
.klc-ctgy-col table tr th a,.klc-ctgy-col table tbody tr td a {
  /* color: #212529; */
  text-decoration: none;
}
.klc-ctgy-col table thead tr th:last-child,
.klc-ctgy-col table thead tr th:nth-child(2),
.klc-ctgy-col table tbody tr td:last-child,
.klc-ctgy-col table tbody tr td:nth-child(2) {
  display: none;
}
.klc-ctgy-col table thead tr th:first-child {
  display: block;
}
/* .klc-ctgy-col table tbody tr td:first-child {
  width: 37%;
  text-align: left;
} */


/* .import-export {
  background:  url("../img/world-map.png") no-repeat center 100% / cover;
  height: 100%;
} */
/* .import-col {
  height: 100vh;
} */

.im-col a,.imp-overlay button {
  background: #a76c4e;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  padding: 3px 30px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #a76c4e;
  border-radius: 30px;
  box-shadow: 0 2px 3px #603e2d;
}

@media (max-width: 767px) {
  .im-col a {
    font-size: 13px;
    padding: 0px 15px;
  }
}

.import-col {
  background:  url("../img/import-bg.jpg") no-repeat center 100% / cover; 
}
.imp-btn a {
  /* background:  url("../img/import.jpg") no-repeat center 100% / cover; */
  /* height: 50px; */
}
.imp-btn {
  position: relative;
}
.imp-btn img {
  width: 200px;
}
.imp-btn span {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  left: 30px;
  top: 16px;
}
.imp-overlay {
  width: 50%;
  padding-top: 6rem;
  padding-bottom: 5rem;
  background: rgba(0,0,0,0.6);
}
.imp-overlay label {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  min-width: 240px;
  line-height: 1.3;
  vertical-align: middle;
}
.imp-overlay input {
  width: 100%;
  font-size: 22px;
  font-weight: 600;
  padding: 8px 15px;
  height: 50px;
}

@media (max-width: 767px) {
  .imp-btn img {
    width: 150px;
  }
  .imp-btn span {
    font-size: 20px;
    left: 20px;
    top: 12px;
  }
  .imp-overlay {
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
  .imp-overlay label {
    font-size: 20px;
    min-width: 130px;
  }
  .imp-overlay input {
    height: 30px;
    font-size: 13px;
    padding: 5px 8px;
  }
  .imp-overlay button {
    font-size: 14px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .imp-btn img {
    width: 180px;
  }
  .imp-btn span {
    font-size: 24px;
    left: 25px;
    top: 14px;
  }
  .imp-overlay {
    width: 60%;
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
  .imp-overlay label {
    font-size: 24px;
    min-width: 160px;
  }
  .imp-overlay input {
    height: 40px;
    font-size: 20px;
    padding: 8px 10px;
  }
  .imp-overlay button {
    font-size: 18px;
  }
}




.aboutus-info img {
  box-shadow: 0 0 5px #ccc;
}
.aboutus-info a:last-child img {
  height: 200px;
  object-fit: cover;
  object-position: left;
}

.aboutus-info .f-link {
  color: #889874;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.5;
}




.nl-cont {
  background: #fff;
  border: 1px solid #D2AE6D;
  border-radius: 20px;
  box-shadow: 0 0 5px #ccc;
}
.nl-cont h4,.nl-cont .ch-link {
  color: #000;
  font-size: 18px;
  line-height: 1.5;
  overflow: hidden;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.nl-cont span {
  font-size: 14px;
  color: #aaa;
}
.nl-cont .view-btn,.view-btn {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 5px 20px;
  background: #8A976F;
  text-decoration: none;
  border-radius: 20px;
}
.view-btn:hover {
  color: #fff;
}

/* .carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
} */

.owl-stage {
  display: flex;
  align-items: center;
}



.imp-dtl-col table {
  position: relative;
  border: 1px solid #9d7122;
}
.imp-dtl-col table thead {
  background: #859672;
  border: 1px solid #859672;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 9;
}
.imp-dtl-col table thead th,.imp-dtl-col table tbody td {
  padding: 7px;
  vertical-align: middle;
  white-space: nowrap;
  border: none;
}
.imp-dtl-col table tbody td {
    border: 1px solid #9d7122;
}


/******************* SUBMIT BLOG *******************/

.h1-heading {
  font-size: 30px;
  font-weight: 600;
}
.f-txt-color {
  color: #9d7122;
}
.h-border {
  border-bottom: 2px solid #859672;
}
.s-blog-col label {
  font-size: 16px;
  font-weight: 600;
}
.s-blog-col input,.s-blog-col textarea {
  border-radius: 20px;
}
.s-blog-col input:focus,.s-blog-col textarea:focus {
  border: 1px solid #9d7122;
  box-shadow: 0 0 7px #9d7122;
}
.file-control {
  width: 150px;
  display: block;
  position: absolute;
  height: 40px;
  opacity: 0;
}
.s-blog-col span {
  font-size: 16px;
  font-weight: 600;
  display: block;
  width: 150px;
  color: #9d7122;
  background: #fff;
  text-align: center;
  padding: 0.2rem 1rem;
  border: 2px solid #9d7122;
  border-radius: 20px;
}


/******************* SUBMIT BLOG *******************/


.sd-card {
  /* height: 100%; */
  overflow: hidden;
  background: #fff;
  padding-bottom: 15px;
  border: none;
  border-bottom: 1px dashed #000;
  /* border-radius: 20px;
  box-shadow: 0 0 10px #ccc; */
}
.sd-card a {
  text-decoration: none;
}
.sd-img {
  width: 100%;
  object-fit: cover;
  object-position: top;
  /* box-shadow: 0 0 4px #ccc; */
}
@media (min-width: 768px) {
  .sd-img {
    height: 135px;
  }
}
/* @media (min-width: 768px) {
  .recent-news-img {
    height: 102px !important;
  }
} */
.recent-news-img {
  height: 102px !important;
}
.sd-card h5 {
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.sd-card p {
  color: #999;
  font-size: 16px;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sdcf {
  padding: 0;
  background: transparent;
  border-top: 0;
}
.ch-link {
  height: 100%;
}


.newsl-detail-col {
  overflow: hidden;
  border: 1px solid #9d7122;
  border-radius: 30px;
  box-shadow: 0 0 10px #ccc;

}
.news-detail-link {
  font-weight: 600;
  color: #fff;  
}
.news-detail-link:hover {
  color: #fff;
  text-decoration: none;
}
.newsl-detail-col img {
  height: 200px;
  object-fit: cover;
  object-position: top;
}
.newsl-detail-col iframe {
  height: 191px;
  display: block;
}
.newsl-detail-col iframe html {
  overflow: hidden !important;
}


.h2-heading {
  font-size: 30px;
  font-weight: 600;
}
.f-txt-color {
  color: #9d7122;
}
.s-txt-color {
  color: #859672;
}

.placement-cont select {
  height: 36px;
  font-size: 18px;
  font-weight: 600;
  padding: 0 8px;
  margin: 1rem 0;
  border: 1px solid #859672;
  border-radius: 20px;
  box-shadow: 0 0 10px #9d7122;
}
.human-box {
  /* border: 1px solid #9d7122; */
  border-radius: 30px;
  box-shadow: 0 0 10px #9d7122;
}
.hmn-slr {
  color: #555;
  font-size: 18px;
  border-bottom: 1px solid #9d7122;
}
.place-btn {
  background: #859672;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
}
.place-btn:hover {
  color: #fff;
  text-decoration: none;
}
.place-col label {
  font-size: 16px;
  font-weight: 600;
}
.place-col input {
  height: 36px;
  font-size: 18px;
  padding: 0 15px;
  border: 1px solid #aaa;
  border-radius: 20px;
  /* box-shadow: 0 0 10px #9d7122; */
}
.place-col select {
  border: 1px solid #aaa;
  box-shadow: none;
}
.place-col input:focus,.place-col select:focus {
  border: 1px solid #9d7122;
  box-shadow: 0 0 10px #9d7122;
}


.ed-col img {
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 0 20px #ccc;
}
.ed-col p {
  font-size: 16px;
}


/* PAGINATION */
.pagination {
  justify-content: center;
  flex-wrap: wrap;
}
.pagination .page-item {
  margin: 2px;
}
.pagination .page-item .page-link {
  font-weight: 500;
  color: #859672;
  background: #fff;
  border: 1px solid #859672;
  transition: all 0.3s ease-in-out;
}
.pagination .page-item .page-link:hover {
  color: #fff;
  background: #859672;
  border: 1px solid #859672;
}
.pagination .active .page-link,.pagination .active .page-link:hover {
  color: #fff;
  background: #9d7122;
  border: 1px solid #9d7122;
}
/* PAGINATION */


.fc-daygrid-day-number {
  font-size: 20px;
  font-weight: 800;
}

.fc-daygrid-day.fc-day.fc-day-sun.fc-day-past.fc-day-other,
.fc-daygrid-day.fc-day.fc-day-mon.fc-day-past.fc-day-other,
.fc-daygrid-day.fc-day.fc-day-tue.fc-day-past.fc-day-other,
.fc-daygrid-day.fc-day.fc-day-wed.fc-day-past.fc-day-other,
.fc-daygrid-day.fc-day.fc-day-thu.fc-day-past,
.fc-daygrid-day.fc-day.fc-day-fri.fc-day-past,
.fc-daygrid-day.fc-day.fc-day-sun.fc-day-past,
.fc-daygrid-day.fc-day.fc-day-tue.fc-day-past,
.fc-daygrid-day.fc-day.fc-day-mon.fc-day-past,
.fc-daygrid-day.fc-day.fc-day-wed.fc-day-today,
.fc-daygrid-day.fc-day.fc-day-thu.fc-day-future,
.fc-daygrid-day.fc-day.fc-day-fri.fc-day-future,
.fc-daygrid-day.fc-day.fc-day-wed.fc-day-future,
.fc-daygrid-day.fc-day.fc-day-sun.fc-day-future.fc-day-other,
.fc-daygrid-day.fc-day.fc-day-mon.fc-day-future.fc-day-other,
.fc-daygrid-day.fc-day.fc-day-tue.fc-day-future.fc-day-other,
.fc-daygrid-day.fc-day.fc-day-wed.fc-day-past,
.fc-daygrid-day.fc-day.fc-day-thu.fc-day-today,
.fc-daygrid-day-frame.fc-scrollgrid-sync-inner {
  overflow: hidden;
}

.evnt-cont {
  background: rgba(255,255,255,0.7);
}
.evt-title {
  font-size: 40px;
}
.evt-location {
  font-size: 18px !important;
  overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.evt-btn {
  font-size: 20px;
  font-weight: 500;
  transition: all .3s ease-in-out;
}
.evt-btn:hover {
  background: #9d7122;
}
@media (min-width: 1400px) {
  .evnt-cont {
    padding: 4rem;
    top: 13%;
  }
  .evt-title,.evt-date,.evt-location,.evt-btn {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .evnt-cont {
    padding: 3rem;
    top: 11%;
  }
  .evt-title,.evt-date,.evt-location,.evt-btn {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .evnt-cont {
    padding: 2rem;
    top: 12%;
  }
  .evt-title,.evt-date,.evt-location,.evt-btn {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .evnt-cont {
    padding: 1.5rem;
    top: 7%;
  }
  .evt-title {
    font-size: 36px;
  }
  .evt-btn {
    font-size: 18px;
  }
  .evt-location {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .evnt-cont {
    padding: 1rem;
    top: 4%;
  }
  .evt-title {
    font-size: 28px;
  }
  .evt-date {
    font-size: 18px;
  }
  .evt-location {
    font-size: 14px !important;
  }
  .evt-btn {
    font-size: 16px;
  }
  .evt-location {
    font-size: 16px !important;
  }
  .evt-title,.evt-date,.evt-location,.evt-btn {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .evnt-cont {
    padding: 0.5rem 1rem;
    border-radius: 20px;
    top: 3%;
  }
  .evt-title {
    font-size: 22px;
  }
  .evt-date {
    font-size: 14px;
  }
  .evt-location {
    font-size: 14px !important;
  }
  .evt-btn {
    font-size: 12px;
    padding: 3px 15px !important;
  }
  .evt-location {
    font-size: 14px !important;
  }
  .evt-title,.evt-date,.evt-location,.evt-btn {
    margin-bottom: 0;
  }
}





/* .heading {
  text-align: center;
  color: #454343;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  margin-bottom: 70px;
  text-transform: uppercase;
  z-index: 999;
}
.white-heading{
  color: #ffffff;
}
.heading:after {
  content: ' ';
  position: absolute;
  top: 100%;
  left: 50%;
  height: 40px;
  width: 180px;
  border-radius: 4px;
  transform: translateX(-50%);
  background: url(img/heading-line.png);
  background-repeat: no-repeat;
  background-position: center;
}
.white-heading:after {
  background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
  background-repeat: no-repeat;
  background-position: center;
}

.heading span {
  font-size: 18px;
  display: block;
  font-weight: 500;
}
.white-heading span {
  color: #ffffff;
} */
/*-----Testimonial-------*/

.testimonial:after {
  position: absolute;
  top: -0 !important;
  left: 0;
  content: " ";
  background: url(img/testimonial.bg-top.png);
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}

.testimonial {
  min-height: 375px;
  position: relative;
  background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg);
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center;
      background-size: cover;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
background: #eeeeee;
-webkit-border-radius: 0;
border-radius: 0;
}

.testimonial4_control_button .carousel-control{
top: 175px;
opacity: 1;
width: 40px;
bottom: auto;
height: 40px;
font-size: 10px;
cursor: pointer;
font-weight: 700;
overflow: hidden;
line-height: 38px;
text-shadow: none;
text-align: center;
position: absolute;
background: transparent;
border: 2px solid #ffffff;
text-transform: uppercase;
-webkit-border-radius: 100%;
border-radius: 100%;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
left: 7%;
top: 50%;
right: auto;
}
.testimonial4_control_button .carousel-control.right{
right: 7%;
top: 50%;
left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
color: #000;
background: #fff;
border: 2px solid #fff;
}

.testimonial4_header{
top: 0;
left: 0;
bottom: 0;
width: 550px;
display: block;
margin: 30px auto;
text-align: center;
position: relative;
}
.testimonial4_header h4{
color: #ffffff;
font-size: 30px;
font-weight: 600;
position: relative;
letter-spacing: 1px;
text-transform: uppercase;
}

.testimonial4_slide{
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 70%;
margin: auto;
padding: 20px;
position: relative;
text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 136px;
  height: 136px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4;
  margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
color: #ffffff;
font-size: 22px;
}

.testimonial .carousel {
padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
  width: 35px;
  height: 35px;
}
/* ------testimonial  close-------*/




.rhsglTbl tbody tr:nth-child(even) {
  background: #E9FCF6;
}
.rhsglTbl tbody tr:nth-child(odd) {
  background: #FFFFAE;
}


/* VERTICLE SCROLLING */
/* #slides li {   
  top: 100%;
  width: 100%;   
  height: 100%;      
  position: absolute;    
  display: block;
  z-index: 0;
} */
/* VERTICLE SCROLLING */