body {
  overflow-x: hidden; /* product page scroll issue */}

/* toggle-btn */
.toggle-btn {
  background: transparent;
  min-width: auto;
  box-shadow: none;
  border-radius: 0;
  border: none;
  width: 35px;
  height: 25px;
  position: absolute;
  right: 15px;
  top: 18px;
  padding: 0;}
.toggle-btn:focus,
.toggle-btn:hover {
  outline: none;
  background: transparent;}
.toggle-btn span {
  background-color: #2d2d2d;
  border-radius: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  width: 100%;
  transition: all .3s ease-in-out;}
.toggle-btn:not(.toggle_btn_on) span:first-child {
  transform: translate3d(0, -4px, 0);
  top: 5px;}
.toggle-btn:not(.toggle_btn_on) span:nth-child(2) {
  width: 80%;
  top: 11px;
  right: 1px;
  left: initial;}
.toggle-btn:not(.toggle_btn_on) span:last-child {
  transform: translate3d(0, 4px, 0);
  top: 18px;}
@media (min-width: 992px) {
.toggle-btn {
  display: none;}
}

/* toggle_btn_on */
.toggle_btn_on {
  z-index: 11;
  top: 20px;
  right: 275px;}
.toggle_btn_on span {
  top: 12px;
  background-color: #fff;}
.toggle_btn_on span:first-child {
  transform: rotate(135deg) translate3d(0, 0, 0);}
.toggle_btn_on span:last-child {
  transform: rotate(-135deg) translate3d(0, 0, 0);}
.toggle_btn_on span:nth-child(2) {
  opacity: 0;}
@media (min-width: 992px) {
.toggle_btn_on {
  display: none;}
}
@media (max-width: 991px) {
.toggle_btn_on {
  right: 310px;}
}


/* a-logo */
header .a-logo .logo:last-of-type {
  display: none;}


/* nav */
@media (min-width: 992px) {
header nav {
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);}
}
@media (max-width: 991px) {
header nav {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  -webkit-transition: right .30s ease-in-out;
  -moz-transition: right .30s ease-in-out;
  -ms-transition: right .30s ease-in-out;
  -o-transition: right .30s ease-in-out;
  transition: right .30s ease-in-out;}
/* menu_open */
header nav:not(.menu_open) {
  right: -400px;}
/* menu-area */
header nav.menu_open .menu-area {
  background: #00000096;
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;}
}



/* menu */
.menu ul {
  padding-left: 0;}
.menu li {
  list-style: none;}
.menu li a {
  text-decoration: none;
  display: block;
  font-size: 16px;
  color: #767676;}
.menu li a:hover,
.menu li a.active {
  color: #000 !important;}
@media (min-width: 992px) {
.menu ul {
  margin-bottom: 0;}
.menu li {
  display: inline-block;}
.menu li:not(:last-of-type) {
  margin-right: 35px;}
.menu li a {
  text-transform: uppercase;
  font-size: 13.8px;}
}
@media (max-width: 991px) {
.menu {
  background: #fff;
  overflow-y: auto;
  height: 100%;
  width: 300px;}
.menu ul {
  padding-top: 60px;}
.menu li {
  padding: 5px 10px 0 40px;}
.menu li a {
  margin-top: 20px;}
}


/* btn-icon */
.menu .btn-icon {
  position: relative;
  top: 4px;}
.menu .btn-icon a {
  color: #2d2d2d;} 
.menu li.btn-icon a.active {
  color: #cf6b00 !important;} 
.menu .btn-icon a .fi {
  font-size: 16px;}
@media (min-width: 992px) {
.menu .btn-icon:not(:last-of-type) {
  margin-right: 20px;}
}
@media (max-width: 991px) {
.menu .btn-icon {
  display: inline-block;}
}


/* btn-bg */
.menu .btn-bg a {
  background-color: #f9b000;
  text-align: center;
  text-transform: none;
  padding: 5px 20px;
  cursor: pointer;
  border-radius: 5px;
  color: #fff;} 
.menu .btn-bg a:hover {
  color: #fff !important;} 
@media (min-width: 992px) {
.menu .btn-bg:not(:last-of-type) {
  margin-right: 20px;}
}



/* contact-table */
.contact-table td {
  vertical-align: top;
  padding-bottom: 20px;
  font-size: 13.9px;
  color: #2d2d2d;}
.contact-table td img {
  height: 21px;
  padding-right: 15px;}
.contact-table td img[src="/static/customer-new/images/mail.png"] {
  height: 14px;}
.contact-table td a {
  display: block;
  color: #2d2d2d;
  text-decoration: none;}
.contact-table td a:hover {
  color: #000;}




/* bottom-fixed-contact */
.bottom-fixed-contact {
  position: fixed;
  bottom: 10px;
  right: 5px;
  z-index: 10;}
.bottom-fixed-contact a {
  width: 42px;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  font-size: 26px;
  margin-right: 5px;
  color: #fff;
  border-radius: 50%;
  text-align: center;}
.bottom-fixed-contact a:nth-of-type(1) {
  background: #34ad3b;}
.bottom-fixed-contact a:nth-of-type(2) {
  background: #27b7b7;}
@media (max-width: 767px) {
.bottom-fixed-contact a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 22px;
  margin-right: 5px;}
} 




/* header-transparent */
body:not(.specific_scroll) .header-transparent header {
  box-shadow: none;
  background-color: transparent;}
/* menu */
@media (min-width: 992px) {
body:not(.specific_scroll) .header-transparent .menu li a {
  color: #adadb1;}
body:not(.specific_scroll) .header-transparent .menu li a:hover,
body:not(.specific_scroll) .header-transparent .menu li a.active {
  color: #fff !important;}
}
/* btn-icon */
@media (min-width: 992px) {
body:not(.specific_scroll) .header-transparent .menu .btn-icon a {
  color: #fff;}
}
/* btn-bg */
@media (min-width: 992px) {
body:not(.specific_scroll) .header-transparent .menu .btn-bg a {
  color: #fff;
  background-color: #940038;}
}
/* a-logo */
body:not(.specific_scroll) .header-transparent header .a-logo .logo:first-of-type {
  display: none;}
body:not(.specific_scroll) .header-transparent header .a-logo .logo:last-of-type {
  display: block;}

/* toggle-btn */
body:not(.specific_scroll) .header-transparent .toggle-btn span {
  background-color: #fff;}




/* results-cover */
.results-cover::before {
  background: #000000bf;
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  cursor: pointer;}

  
    



/* welcome */
#welcome .banner-cover .caption {
  z-index: 100;}
@media (max-width: 991px) {
#welcome .banner-cover .img-primary {
  height: 600px;}
}
@media (max-width: 767px) {
#welcome .banner-cover .img-primary {
  height: 700px;}
}
/* card-item */
#welcome .card-item {
  background-color: #ffffffde;
  padding: 35px 45px;
  border-radius: 25px;}
@media (max-width: 767px) {
#welcome .card-item {
  padding: 20px;}
}


/* search-form */
#welcome .card-item .search-form .form-control {
  background-color: transparent;
  border-color: #b7b2b2;
  padding-right: 15px;
  padding-left: 45px;}
#welcome .card-item .search-form .btn {
  right: initial;
  left: 0;}


/* or */
#welcome .card-item .or {
  font-size: 12px;
  color: #817f7f;}

/* file-upload */
#welcome .card-item .file-upload input {
  width: 0;
  height: 0;
  border: 0;
  overflow: hidden;}
#welcome .card-item .file-upload label {
  background-color: #d1d3d7;
  font-size: 22px;
  width: 40px;
  height: 44px;
  text-align: center;
  cursor: pointer;
  line-height: 50px;
  border-radius: 8px;
  color: #464545;}
@media (max-width: 767px) {
#welcome .card-item .file-upload {
  display: flex;
  align-items: center;
  justify-content: space-around;}
}

/* btn-go */
#welcome .btn-go {
  background-color: #f9b000;
  color: #fff;
  min-width: 130px;
  font-size: 18px;}
@media (max-width: 767px) {
#welcome .btn-go {
  padding: 6px;
  min-width: 100px;
  font-size: 15px;}
}

/* btn-saved */
#welcome .btn-saved {
  background-color: #e2a104;
  color: #fff;
  min-width: 140px;
  font-size: 15px;
  padding: 8px;}
#welcome .btn-saved:hover {
  background-color: #f1ae0d;}
@media (max-width: 767px) {
#welcome .btn-saved {
  padding: 7px;
  min-width: 140px;
  font-size: 14px;}
}





/* features */
#features .card-item {
  color: #3c3b3b;
  border-radius: 15px;
  padding: 25px;
  height: 100%;}
#features .card-item .img-primary {
  height: 55px;}
#features .card-item h3 {
  font-size: 16px;
  min-height: 30px;
  margin-top: 35px;}
#features .card-item h6 {
  line-height: 20px;
  font-size: 12px;}
@media (max-width: 767px) {
#features .slick-list {
  padding-right: 5%;
  padding-top: 20px;}
#features .card-item {
  margin-right: 15px;}
#features .slick-track {
  display: flex !important;}
#features .slick-slide {
  height: inherit !important;}
}




/* suppliers */
#suppliers .slick-track {
  padding: 20px 0;
  margin-left: 20px;}
#suppliers .card-item {
  margin-right: 20px;
  color: #3c3b3b;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 5px 15px #d7d7d7;
  padding: 15px;}
#suppliers .card-item .img-primary {
  object-fit: contain;
  width: 100%;
  height: 80px;}
@media (min-width: 1200px) {
#suppliers .slick-track {
  margin-left: 70px;}
#suppliers .card-item {
  margin-right: 60px;}
}
@media (max-width: 767px) {
#suppliers .slick-track {
  margin-left: 10px;}
#suppliers .card-item {
  padding: 7px;}
}



/* deals */
#deals .img-primary {
  max-height: 80px;}
@media (max-width: 767px) {
#deals .row-item {
  overflow-y: auto;
  max-height: 220px;}
}


/* contact */
#contact .banner-cover::before {
  background-color: transparent;}
#contact .banner-cover .img-primary {
  height: 450px;}
#contact .banner-cover .caption h3 {
  font-size: 28px;}
#contact .banner-cover .caption h5 {
  font-size: 14px;
  letter-spacing: 1px;}
@media (max-width: 767px) {
#contact .banner-cover .img-primary {
  height: 550px;}
#contact .banner-cover .caption h3 {
  font-size: 25px;}
#contact .banner-cover .caption h5 {
  font-size: 13px;}
}




/* testimonial */
#testimonial {
  background-color: #282828;}

/* slick-slider */
#testimonial .slick-slider {
  margin-top: 70px;
  margin-bottom: 40px;}
#testimonial .slick-list {
  padding-left: 15%!important;
  padding-right: 15%!important;}
#testimonial .slick-dots {
  bottom: -90px;}
#testimonial .slick-dots li {
  background-color: #ac7f00;
  width: 5px;
  height: 5px;
  border-radius: 50%;}
#testimonial .slick-dots li.slick-active {
  width: 10px;
  height: 10px;
  position: relative;
  top: 2px;}
#testimonial .slick-track {
  max-width: 100%!important;
  transform: translate3d(0, 0, 0)!important;
  perspective: 100px;}
#testimonial .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100%!important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;}
#testimonial .slick-snext,
#testimonial .slick-sprev,
#testimonial .slick-snext2,
#testimonial .slick-sprev2{
  display: block;}
#testimonial .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  z-index: 2;}
#testimonial .slick-snext {
  opacity: 1;
  transform: translate3d(50%, 0, -50px);
  z-index: 1;
  perspective: 1000px;}
#testimonial .slick-snext2 {
  opacity: 1;
  transform: translate3d(50%, 0, -50px);
  z-index: 0;
  perspective: 1000px;}
#testimonial .slick-sprev {
  opacity: 1;
  transform: translate3d(-50%, 0, -50px);}
#testimonial .slick-sprev2 {
  opacity: 1;
  transform: translate3d(-50%, 0, -50px);}

/* slick-item */
#testimonial .slick-item {
  background-color: #fff;
  border-radius: 15px;
  padding: 35px 50px;}
#testimonial .slick-slide:not(.slick-current.slick-active) .slick-item {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);}
#testimonial .slick-item h5 {
  color: #484848;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 30px;
  letter-spacing: 1px;}
#testimonial .slick-item .img-profile {
  width: 80px;
  height: 80px;
  border-radius: 50%;}
#testimonial .slick-item .name {
  color: #303030;
  margin-top: 10px;
  font-size: 17px;}
#testimonial .slick-item .designation {
  color: #505050;
  font-size: 13.7px;}
@media (max-width: 767px) {
#testimonial .slick-item {
  padding: 30px 15px;}
#testimonial .slick-item h5 {
  line-height: 22px;
  font-size: 12px;}
#testimonial .slick-item .img-profile {
  width: 50px;
  height: 50px;}
#testimonial .slick-item .name {
  font-size: 15px;}
#testimonial .slick-item .designation {
  font-size: 13px;}
}






/* provide */
#provide .row-item {
  max-height: 310px;
  overflow-y: auto;}
#provide .row-item .item {
  margin-top: 60px;}
#provide .row-item .img-primary {
  object-fit: contain;
  height: 80px;}
@media (max-width: 767px) {
#provide .row-item {
  max-height: 160px;}
#provide .row-item .item {
  margin-top: 0;}
}


/* about */
/* banner-cover */
#about .banner-cover .caption h3 {
  font-size: 60px;}
#about .banner-cover .caption h4 {
  line-height: 47px;
  margin-top: 15px;}
#about .banner-cover .caption h5 {
  margin-top: 50px;
  font-size: 25px;}
@media (max-width: 991px) {
#about .banner-cover .caption h3 {
  font-size: 40px;}
#about .banner-cover .caption h4 {
  font-size: 22px;
  line-height: 32px;}
#about .banner-cover .caption h5 {
  margin-top: 35px;
  font-size: 16px;}
}
/* vision, mission */
#about .vision h3,
#about .mission h3 {
  font-size: 40px;
  margin-bottom: 15px;
  margin-top: 40px;}
@media (max-width: 991px) {
#about .vision h3,
#about .mission h3 {
  font-size: 30px;
  margin-top: 30px;}
}
/* vision */
#about .vision {
  background-color: #282828;}


/* contact_page */
#contact_page .banner-cover .caption h3 {
  font-size: 50px;}
@media (max-width: 991px) {
#contact_page .banner-cover .caption h3 {
  font-size: 40px;}
}

/* contact-table */
#contact_page .contact-table td {
  font-size: 17px;}
#contact_page .contact-table td img {
  height: 27px;
  padding-right: 20px;}
#contact_page .contact-table td img[src="/static/customer-new/images/mail.png"] {
  height: 18px;}
@media (max-width: 991px) {
#contact_page .contact-table td {
  font-size: 15px;}
#contact_page .contact-table td img {
  height: 24px;
  padding-right: 15px;}
#contact_page .contact-table td img[src="/static/customer-new/images/mail.png"] {
  height: 15px;}
}

/* btn */
#contact_page .contact-btns .btn {
  margin-right: 15px;}
#contact_page .contact-btns .btn .fa {
  margin-right: 10px;
  font-size: 28px;}
#contact_page .contact-btns .btn span {
  position: relative;
  bottom: 3px;}


/* feedback */
#contact_page .feedback {
  margin-top: 20px;}
#contact_page .feedback .form-control {
  border: none;
  border-bottom: 2px solid #dbdbdb;
  resize: none;
  border-radius: 0;
  padding-left: 0;
  padding-bottom: 12px;}
#contact_page .feedback .form-control:focus {
  box-shadow: none;}
@media (min-width: 768px) {
#contact_page .feedback .btn-black {
  padding: 10px 40px;}
}
@media (max-width: 767px) {
#contact_page .feedback .form-control {
  font-size: 14px;
  padding-bottom: 10px;}
}













/* modal */
.modal .form-label {
  font-size: 12px;
  margin-top: 20px;}

/* toggle_pwd_btn */
.modal .toggle_pwd_btn {
  position: absolute;
  right: 15px;
  bottom: 20px;
  padding: 8px;
  background-color: transparent;
  border: none;
  color: #2d2d2d;}


/* login */
.login.modal .modal-content {
  border-radius: 25px;}
.login.modal .modal-header {
  border-radius: 25px 25px 0 0;
  background-color: #f9b000;
  color: #fff;}
.login.modal .modal-header h5 {
  font-size: 32px;}
.login.modal .field-col {
  position: relative;
  margin-bottom: 25px;}
.login.modal .field-col label {
  font-size: 12px;
  color: #565656;
  margin-bottom: 5px;}
.login.modal .field-col input {
  border: none;
  background-color: #f2f2f2;}
.login.modal .modal-footer {
  border-top: 0;
  padding-bottom: 30px;
  justify-content: center;}
.login.modal .modal-footer .btn-primary {
  background-color: #2d2d2d;
  font-size: 15px;
  width: 100%;
  border-radius: 7px;
  border: none;
  padding: 12px;}
@media (min-width: 576px) {
.login.modal .modal-dialog {
  max-width: 350px;}
}
/* toggle_pwd_btn */
.login.modal .toggle_pwd_btn { 
  right: 3px;
  top: 45px;
  height: 28px;}
/* primary-alert */
.login.modal .primary-alert {
  margin-top: 10px;
  color: #da041d;
  font-size: 11px;}




/* phone-no-col */
.modal .phone-no-col {
  position: relative;}
.modal .phone-no-col .country-code {
  position: absolute;
  top: 9px;
  border-right: 1px solid #a5ada6;
  line-height: 22px;
  padding-right: 8px;
  padding-left: 9px;}
.modal .phone-no-col input {
  padding-left: 55px;}





/* top-footer */
footer .top-footer {
  background-color: #1e1e1e;
  padding-top: 55px;
  padding-bottom: 20px;}
@media (min-width: 992px) {
footer .top-footer {
  background: linear-gradient(to left, #1e1e1e 65%, #f4f4f4 50%);}
}
@media (max-width: 991px) {
footer .top-footer {
  padding-top: 50px;
  padding-bottom: 40px;}
}
@media (max-width: 991px) {
footer .top-footer {
  padding-top: 0;}
}

/* wrapper */
@media (max-width: 991px) {
footer .top-footer .wrapper {
  padding-left: 0;
  padding-right: 0;
  overflow-x: hidden;}
}


/* h2 */
footer .top-footer h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 18px;}
@media (max-width: 991px) {
footer .top-footer h2 {
  margin-top: 50px;}
}


/* info */
footer .top-footer .info .a-logo {
  margin-bottom: 15px;
  display: inline-block;}
footer .top-footer .info .a-logo img {
  max-height: 50px;}
footer .top-footer .info p {
  margin-top: 20px;
  max-width: 350px;
  font-size: 11px;}
@media (max-width: 991px) {
footer .top-footer .info {
  background-color: #f4f4f4;
  padding: 30px 40px;}
}

/* details */
@media (max-width: 991px) {
footer .top-footer .details {
  padding-left: 40px;
  padding-right: 40px;}
}


/* social-circle */
footer .top-footer .social-circle {
  margin-top: 40px;
  padding-left: 0;}
footer .top-footer .social-circle li {
  float: left;
  margin-right: 30px;
  list-style: none;}
footer .top-footer .social-circle li a {
  display: inline-block;
  text-decoration: none;
  font-size: 22px;
  color: #424242;}
@media (max-width: 991px) {
footer .top-footer .social-circle li a {
  font-size: 20px;}
}


/* sitemap */
/* ul */
footer .top-footer .sitemap ul {
  padding-left: 0;}
footer .top-footer .sitemap ul li {
  margin-bottom: 18px;
  list-style: none;}
footer .top-footer .sitemap ul li a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  color: #9e9e9e;}
footer .top-footer .sitemap ul li a:hover,
footer .top-footer .sitemap ul li a.active {
  color: #fff;}


footer .top-footer .contact-table td {
  color: #9e9e9e;}
footer .top-footer .contact-table td a {
  color: #9e9e9e;}
footer .top-footer .contact-table td a:hover {
  color: #fff;}
@media (max-width: 767px) {
footer .top-footer .contact-table {
  margin-top: 25px;}
}


/* bottom-footer */
footer .bottom-footer {
  background: #1c1c1c;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;}
footer .bottom-footer p {
  color: #676762;
  font-size: 12.6px;
  margin-bottom: 0;}
footer .bottom-footer p .powered-by {
  font-size: 15px;
  color: #fff;}
footer .bottom-footer p .powered-by span {
  color: #e3292d;}
footer .bottom-footer p span {
  display: inline-block;}
footer .bottom-footer p a {
  font-family: airbnb_cereal_appmedium;
  text-decoration: none;
  color: #747370;}
footer .bottom-footer p a:hover {
  color: #a5a4a3;}
@media (max-width: 991px) {
footer .bottom-footer {
  padding-top: 15px;
  padding-bottom: 15px;}
footer .bottom-footer p {
  font-size: 11px;}
}
