

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css');
html {
  scroll-behavior: smooth;
}

/* *:not(.fa) {
  font-family: 'Montserrat', sans-serif !important;
} */



body {
  /* font-family: "Open Sans", sans-serif; */
  font-family: 'Montserrat' !important;
  color: #444444;
}

a {
  /* color: #01b1d7; */
  color:#000000;
  text-decoration: none;
}

a:hover {
  /* color: #0dd3fe; */
  color:#D4BD21;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  /* font-family: "Raleway", sans-serif; */
  font-family: 'Montserrat' !important;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  /* background: #01b1d7; */
  background: #FFD700;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  /* background: #03d1fe; */
  background-color: #D4BD21;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  /* background: #fff; */
  background-color: #D4BD21;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  height: 44px;
  padding: 0;
  transition: all 0.5s;
  overflow: hidden;
  z-index: 996;
  display: none;
}
#topbar.topbar-scrolled {
  top: -44px;
}
#topbar .contact-info i {
  font-style: normal;
  /* color: #01b1d7; */
  color: white;
}
#topbar .contact-info i a, #topbar .contact-info i span {
  padding-left: 5px;
  /* color: #444444; */
  color: #ffffff;
}
#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}
#topbar .contact-info i a:hover {
  color:#FFD700;
  /* color: #01b1d7; */
  /* color: #D4BD21; */
}
#topbar .social-links a {
  /* color: #62787d; */
  color: #ffffff; 
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
  border-left: 1px solid #e9e9e9;
}
#topbar .social-links a:hover {
  /* color: #01b1d7; */
  color: #FFD700; 
}
#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 70px;
  z-index: 997;
  transition: all 0.5s;
  /* background: #fff; */
   background: #FFD700;
  
  top: 44px;
}
#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  top: 0;
}
#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #354144;
  text-decoration: none;
}
#header .logo h1 a span, #header .logo h1 a:hover span {
  color: #01b1d7;
}
#header .logo img {
  padding: 0;
  margin: 0 0 0 -10px;
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  /* font-family: "Raleway", sans-serif; */
  font-family: 'Montserrat' !important;
  font-size: 13px;
  font-weight: 600;
  color: #404f52;
  white-space: nowrap;
  /* text-transform: uppercase; */
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  /* color: #01b1d7; */
  color: #9F8D00; 
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #9F8D00;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #354144;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(31, 38, 39, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #354144;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  /* color: #01b1d7; */
  color: #9F8D00;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #01b1d7;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  background-color: rgba(31, 38, 39, 0.8);
  overflow: hidden;
  position: relative;
  padding: 0;
  margin-top: 114px;
}
#hero .carousel-item {
  width: 100%;
  height: 70vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#hero .carousel-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .carousel-content {
  text-align: center;
}
#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}
#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}
#hero .carousel-indicators li {
  cursor: pointer;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 4px;
  transition: ease-in;
  opacity: 0.7;
}
#hero .carousel-indicators li.active {
  opacity: 1;
  background-color: #01b1d7;
}
#hero .btn-get-started {
  /* font-family: "Raleway", sans-serif; */
  font-family: 'Montserrat' !important;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  background: #01b1d7;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
#hero .btn-get-started:hover {
  background: #019cbe;
}
@media (max-width: 768px) {
  #hero {
    height: 90vh;
  }
  #hero .carousel-item {
    height: 90vh;
  }
  #hero h2 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}
@media (max-height: 500px) {
  #hero {
    height: 150vh;
  }
  #hero .carousel-item {
    height: 150vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #FFFCDE;
}

.section-title {
  text-align: center;
  padding: 30px 0;
  position: relative;
}
.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #354144;
  position: relative;
  z-index: 2;
}
.section-title span {
  position: absolute;
  top: 30px;
  color: #f3f5f5;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 0;
}
.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .section-title span {
    font-size: 24px;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.aboutus_umrah .content h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.aboutus_umrah .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}
.aboutus_umrah .content ul {
  list-style: none;
  padding: 0;
}
.aboutus_umrah .content ul li {
  padding: 10px 0 0 28px;
  position: relative;
}
.aboutus_umrah .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #01b1d7;
}
.aboutus_umrah .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About List
--------------------------------------------------------------*/
.aboutus_umrah-list {
  padding-top: 0;
}
.aboutus_umrah-list .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}
.aboutus_umrah-list .icon-box i {
  font-size: 48px;
  float: left;
  color: #01b1d7;
}
.aboutus_umrah-list .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}
.aboutus_umrah-list .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.schedule_umrah .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
  background: #fff;
}
.schedule_umrah .icon-box i {
  float: left;
  color: #01b1d7;
  font-size: 40px;
  line-height: 0;
}
.schedule_umrah .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.schedule_umrah .icon-box h4 a {
  color: #354144;
  transition: 0.3s;
}
.schedule_umrah .icon-box:hover h4 a {
  color: #01b1d7;
}
.schedule_umrah .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Servieces Umrah
--------------------------------------------------------------*/
.servieces_umrah .servieces_umrah-item {
  margin-bottom: 30px;
}
.servieces_umrah #servieces_umrah-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}
.servieces_umrah #servieces_umrah-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #444444;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.servieces_umrah #servieces_umrah-flters li:hover, .servieces_umrah #servieces_umrah-flters li.filter-active {
  /* background: #01b1d7; */
  background-color: #9F8D00;
  color: #fff;
}
.servieces_umrah #servieces_umrah-flters li:last-child {
  margin-right: 0;
}
.servieces_umrah .servieces_umrah-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
.servieces_umrah .servieces_umrah-wrap img {
  transition: 0.3s;
}
.servieces_umrah .servieces_umrah-wrap .servieces_umrah-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
  text-align: center;
  background: rgba(53, 65, 68, 0.6);
  padding-bottom: 30px;
}
.servieces_umrah .servieces_umrah-wrap .servieces_umrah-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.servieces_umrah .servieces_umrah-wrap .servieces_umrah-info p {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.servieces_umrah .servieces_umrah-wrap .servieces_umrah-info .servieces_umrah-links {
  display: flex;
}
.servieces_umrah .servieces_umrah-wrap .servieces_umrah-info .servieces_umrah-links a {
  color: #01b1d7;
  margin: 0 4px;
  background-color: #fff;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.servieces_umrah .servieces_umrah-wrap .servieces_umrah-info .servieces_umrah-links a i {
  font-size: 18px;
  line-height: 0;
}
.servieces_umrah .servieces_umrah-wrap .servieces_umrah-info .servieces_umrah-links a:hover {
  background: #01b1d7;
  color: #fff;
}
.servieces_umrah .servieces_umrah-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}
.servieces_umrah .servieces_umrah-wrap:hover .servieces_umrah-info {
  opacity: 1;
  padding-bottom: 0;
}
.servieces_umrah .servieces_umrah-wrap:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# servieces_umrah Details
--------------------------------------------------------------*/
.servieces_umrah-details {
  padding-top: 40px;
}
.servieces_umrah-details .servieces_umrah-details-slider img {
  width: 100%;
}
.servieces_umrah-details .servieces_umrah-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.servieces_umrah-details .servieces_umrah-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  /* border: 1px solid #01b1d7; */
  border: 1px solid #9F8D00;
}
.servieces_umrah-details .servieces_umrah-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  /* background-color: #01b1d7; */
  background-color: #9F8D00;
}
.servieces_umrah-details .servieces_umrah-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(53, 65, 68, 0.08);
}
.servieces_umrah-details .servieces_umrah-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.servieces_umrah-details .servieces_umrah-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.servieces_umrah-details .servieces_umrah-info ul li + li {
  margin-top: 10px;
}
.servieces_umrah-details .servieces_umrah-description {
  padding-top: 30px;
}
.servieces_umrah-details .servieces_umrah-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.servieces_umrah-details .servieces_umrah-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.contact .info {
  background: #fff;
}


.contact .info i {
  font-size: 24px;
  color: #9F8D00;
  float: left;
  width: 48px;
  height: 48px;
  background: #fff9e2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #354144;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #62787d;
}
.contact .info:hover i {
  background: #9F8D00;
  color: #fff;
}
.contact .php-email-form {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  background: #fff;
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  /* border-radius: 0; */
  border-top-left-radius: 5px;border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input {
  height: 44px;
  border-top-left-radius: 5px;border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form .buttonsubmit {
  background: #9F8D00;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form .buttonsubmit:hover {
  background: #FFD700;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  /* background: #f6f7f8; */
  background: transparent; 
  min-height: 40px;
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 400;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  /* color: #4b5c61; */
  color: #9F8D00;
  /* content: "/"; */
  content: "\2192";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  /* background: #1f2627; */
  background: #9F8D00;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}
#footer .footer-top {
  background: #D4BD21;
  border-bottom: 1px solid #D4BD21;
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  /* font-family: "Raleway", sans-serif; */
  font-family: 'Montserrat' !important;
  color: #fff;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #354144;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 5px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #01b1d7;
  color: #fff;
  text-decoration: none;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #40dcfe;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color: #27d8fe;
}
#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}
#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}
#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #01b1d7;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 5px 5px 0;
}
#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #0187a4;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}


/* ------------------------------------------ */
/*  Content Umrah */
/* ------------------------------------------ */
.zoom-product {
  transition: transform 0.1s;
}
.zoom-product:hover {  
  transform: scale(1.05);
  box-shadow: 10px 10px 15px rgba(29, 29, 29, 0.3);
  cursor: pointer;
}


.image_products{
  /* width:150px; */
  /* height:150px; */
  width:100%;
  height:100%;
  object-fit: cover;
  border-top-left-radius: 5px;border-top-right-radius: 5px;
}

.image_products_slider_offering{
  /* width:150px; */
  /* height:150px; */
  width:100%;
  height:450px;
  object-fit: cover;
  border-top-left-radius: 5px;border-top-right-radius: 5px;
}
.image_products_slider{
  /* width:150px; */
  /* height:150px; */
  width:450px;
  height:450px;
  object-fit: cover;
  border-top-left-radius: 5px;border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;
}

/* .carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
  background-color: #FFD700;
}
.carousel-control-next-icon {
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e);
} */

.title_card_product_umroh_complete{
  width: 180px;
  height: 70px;
  overflow: auto; 
  margin: -30px 0px 0px 0px;
  font-weight: 500;
 
}


.card_product_umroh_complete{
 height: 220px;
 width: 150px;
}

.title_card_product{
  width: 180px;height: 60px;
  overflow: auto; 
  margin: -30px 0px 0px 0px;
  font-weight: 800;
 
}
.card_product{
  height: 550px;
 width: 320px;

}

/* .title_card_product{
  width: 180px;height: 60px;
  overflow: auto; 
  margin: -30px 0px 0px 0px;
  font-weight: 800;
 
}
.card_product{
 height: 35rem;
} */


.iconTakeOFF{
  width: 20px;
  height: 20px;
}


.title_card_product_hotel{
  width: 30px;height: 30px;
  overflow: auto; 
  margin: 0px 0px 0px 0px;
  font-weight: 500;
}
.card_product_hotel{
 height: 250px;
}
.image_products_hotel{
  /* width:150px; */
  /* height:150px; */
  width:100%;
  height:100%;
  object-fit: cover;
  border-top-left-radius: 5px;border-top-right-radius: 5px;
}



.spnProductUmrah {
  position: absolute;
  font-size: 0.8rem;
  margin: 0px 0px 0px -10px;
  padding: 2px 10px 2px 10px;
  border-radius: 10px;
  font-weight: 700 !important;
  color: #ffffff !important;
  background-color: #9F8D00;
}

.spnInfoNext {
  position: absolute;
  font-size: 0.8rem;
  margin: 0px 0px 0px -10px;
  padding: 2px 10px 2px 10px;
  border-radius: 10px;
  font-weight: 700 !important;
  color: #ffffff !important;
  background-color: #9F8D00;
}
.spnLogin {  
  width:100%;
  font-size: 1rem;
  margin: 0px 0px 0px 0px;
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
  font-weight: 700 !important;
  color: #ffffff !important;
  background-color: #9F8D00;
}
.spnForgotpassword {  
  width:100%;
  font-size: 0.8rem;
  margin: 0px 0px 0px 0px;
  padding: 5px 10px 5px 10px;
  border-radius: 10px;
  font-weight: 500 !important;
  color: #ffffff !important;
  background-color: #9F8D00;
}


.spnRegister {  
  width:100%;
  font-size: 1rem;
  margin: 0px 0px 0px 0px;
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
  font-weight: 700 !important;
  color: #ffffff !important;
  background-color: #9F8D00;
}



.spnInfoProductOffering {
  position: absolute;
  font-size: 0.8rem;
  margin: 0px 0px 0px 10px;
  padding: 2px 10px 2px 10px;
  border-radius: 10px;
  font-weight: 700 !important;
  color: #ffffff !important;
  background-color: #9F8D00;
}

.spnRegister:hover,.spnLogin:hover,.spnInfoProductOffering:hover,.spnInfoNext:hover {
  /* color: #0dd3fe; */
  background-color:#D4BD21;
  cursor: pointer;
}

.spnInfoPackage {
  width: 100%;
  position: absolute;
  font-size: 1.2rem;
  margin: 0px 0px 0px 0px;
  padding: 20px 20px 20px 20px;
  border-radius: 10px;
  font-weight: 700 !important;
  color: #000000 !important;
  border: 1px solid ;
  border-color: #9F8D00;
  /* background-color: transparent; */
  background-color: #e4e4e4; 
}
.spnOffer {
  text-align: center;
  width: 100%;
  position: absolute;
  font-size: 1rem;
  margin: 0px 0px 0px 0px;
  padding: 2px 2px 2px 2px;
  border-radius: 10px;
  font-weight: 400 !important;
  color: #ffffff !important;
  border: 1px solid ;
  border-color: #9F8D00;
  background-color: transparent;
}

.spnOffer:hover,.spnInfoPackage:hover {
  /* color: #0dd3fe; */
  background-color:#D4BD21;
  color: #ffffff !important;
  cursor: pointer;
}

.spnProductRating {
  position: absolute;
  font-size: 0.8rem;
  margin: 0px 0px 0px 0px;
  padding: 2px 10px 2px 10px;
  border-radius: 10px;
  font-weight: 700 !important;
  color: #ffffff !important;
  background-color: #9F8D00;
}

.spnTakeOFF{
  font-weight: bold;
}
.spnProductPrice{
  font-weight: bold;
}
.spnTitleSection{
  color:#9F8D00;
  font-weight: bold;
}
.spnProductCategory{
  font-weight: bold;
}

.pfontabout{
  font-size:14px;
}

.tdbold{
  font-weight:bold;
}


/* google translate */
body {
  top: 0px !important; 
}
.goog-te-banner-frame.skiptranslate {
  display: none !important;
} 
.goog-logo-link {
  display:none !important;
} 
#0.targetLanguage{
display:none !important;
}
.goog-te-gadget {
  color: transparent !important;
}

.trans-section {
  margin: 100px;
}


/* end google translate */


/* widget chat whatsapp */
.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}
.wc_whatsapp_app {
  position: fixed;
  bottom: 30px;
  z-index: 9999999999;
  display: flex;
  align-items: center;
}
.wc_whatsapp_app:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: #25d366;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.wc_whatsapp_app.left {
  left: 30px;
}
.wc_whatsapp_app.right {
  right: 30px;
}
.wc_whatsapp {
  z-index: 10;
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 2px 2px 20px 8px rgba(0, 0, 0, 0.2);
  transition: all ease 0.2s;
}
.wc_whatsapp:hover,
.wc_whatsapp:focus {
  box-shadow: 2px 2px 20px 8px rgba(0, 0, 0, 0.2);
  background: #179345;
}
.wc_whatsapp::before {
  content: "";
  display: block;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='icon' data-icon='whatsapp' class='svg-inline' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='%23fff' d='M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z'%3e%3c/path%3e%3c/svg%3e")
    top center no-repeat;
  height: 30px;
  margin-top: 15px;
}

.wc_whatsapp_secondary {
  width: 165px;
  position: absolute;
  right: 75px;
  text-align: center;
}
.wc_whatsapp_secondary p {
  text-transform: uppercase;
  margin-left: 15px;
  border: 1px solid #e2e2e2;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 700;
  position: relative;
  color: #263b50;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 14px;
  background: #fff;
}
.wc_whatsapp_secondary p::before {
  left: auto;
  content: "";
  position: absolute;
  background: white;
  border-top: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  right: -5px;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  z-index: 1;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* end widget chat whatsapp */

/* banner img overlay */
.bannerOverlay{
  height:100%;
  min-height:220px;
  object-fit: cover;
  border-top-left-radius: 5px;border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;
}

.subgradient{
  background-image: linear-gradient(#FFD700, #D4BD21);
}
/* end img banner overlay */

/* text-breadcrumb */
.text-breadcrumb{
  color:#9F8D00;
}

/* end text-breadcrumb */

/* text-table-product */
.text-product-gold{
  color:#9F8D00;
}

.smallfont{
  color:#fefefe;
  cursor:pointer;
}
.smallfont:hover{
  color:#9F8D00;
}
/* end text-table-product */



/* toolstip */
.tooltip-custom .tooltip-inner {
  background-color: #f2653c;
  color: #ffffff;
}
.tooltip-custom.bs-tooltip-top .arrow:before {
  border-top-color: #f2653c;
}
.tooltip-custom.bs-tooltip-right .arrow:before {
  border-right-color: #f2653c;
}
.tooltip-custom.bs-tooltip-left .arrow:before {
  border-left-color: #f2653c;
}
.tooltip-custom.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #f2653c;
}

.tooltip-custom-alt .tooltip-inner {
  background-color: #5b2da3;
  color: #ffffff;
}
.tooltip-custom-alt.bs-tooltip-top .arrow:before {
  border-top-color: #5b2da3;
}
.tooltip-custom-alt.bs-tooltip-right .arrow:before {
  border-right-color: #5b2da3;
}
.tooltip-custom-alt.bs-tooltip-left .arrow:before {
  border-left-color: #5b2da3;
}
.tooltip-custom-alt.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #5b2da3;
}

/* end toolstip */


.card-product-trends{
  width:228px;height:228px;object-fit: cover;
}

.image-company{
  width:350px;min-width:100%;min-height:20rem;height:350px;
  object-fit: scale-down;
  border-top-left-radius: 5px;border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;
}



/* css slick css */

/* Start CSS Slider Home */
/* .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: #e8d7d7;
  outline: none;
  background: #e8d7d7;
}

.slick-prev, .slick-next {
background: none repeat scroll 0 0 #b2b2b2;
border: medium none;
border-radius: 50px;
color: #6a6a6a;
cursor: pointer;
display: block;
font-size: 0px;
height: 40px;
line-height: 0;
margin-top: -10px;
outline: medium none;
padding: 0;
position: absolute;
top: 50%;
width: 20px;
}



.slider .slick-arrow.slick-prev {
left: 0;
background: url("https://img.icons8.com/ios/50/000000/long-arrow-left.png") 0 0 / 100% no-repeat, #b2b2b2;
}
.slider .slick-arrow.slick-next {
right: 0;
background: url("https://img.icons8.com/ios/50/000000/long-arrow-right.png") 0 0 / 100% no-repeat, #b2b2b2;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list { */
  /* background: white url(ajax-loader.gif) center center no-repeat; */
  /* background-color: white;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide img.slick-loading {
  background: white url(./ajax-loader.gif) center center no-repeat;
  padding-bottom: 100%;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
} */


/* Arrows */
/* .slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: white;
  color: black;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: black;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
.slick-prev:before {
  content: '\21E6';
}

.slick-next {
  right: -25px;
}
.slick-next:before {
  content: '\21E8';
} */
/* end css slick css */


/* slider product detail */
.mixedSlider {
  position: relative;
}
.mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5%;
}
.mixedSlider .MS-content .item {
  display: inline-block;
  width: 33.3333%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 10px;
}

@media (max-width: 991px) {
  .mixedSlider .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .mixedSlider .MS-content .item {
    width: 100%;
  }
}
.mixedSlider .MS-content .item .imgTitle {
  position: relative;
}
.mixedSlider .MS-content .item .imgTitle .blogTitle {
  /* margin: 0; */
  text-align: left;
  letter-spacing: 2px;
  color: #D4BD21;
  font-style: italic;
  position: absolute;
  background-color: rgba(98, 98, 98, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}
.mixedSlider .MS-content .item .imgTitle .blogCompany {
  margin: 0;
  text-align: center;
  letter-spacing: 2px;
  color: #D4BD21;
  /* font-style: italic; */
  position: absolute;
  background-color: rgba(65, 65, 65, 0.5);
  width: 100%;
  height: 70px;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}
.mixedSlider .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
.mxedSlider .MS-content .item p {
  font-size: 16px;
  /* margin: 2px 10px 0 5px; */
  text-indent: 15px;
}
.mixedSlider .MS-content .item a {
  float: right;
  /* margin: 0 20px 0 0; */
  font-size: 16px;
  font-style: italic;
  /* color: rgba(173, 0, 0, 0.82); */
  font-weight: bold;
  letter-spacing: 1px;
  transition: linear 0.1s;
}
.mixedSlider .MS-content .item a:hover {
  /* text-shadow: 0 0 1px grey; */
}
.mixedSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 95px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
.mixedSlider .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  .mixedSlider .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .mixedSlider .MS-controls button {
    font-size: 20px;
  }
}
.mixedSlider .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 767px) {
  .mixedSlider .MS-controls .MS-left {
    left: 0px;
  }
}
.mixedSlider .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  .mixedSlider .MS-controls .MS-right {
    right: 0px;
  }
}
/* end slider product detail */

/* lazy load */
.loader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; left: 0;
  background: #fff url(https://upload.wikimedia.org/wikipedia/commons/b/b1/Loading_icon.gif) no-repeat center center;
}
/* end lazy load */




.csspan {
  margin: 10px 0;
  display: block;
  width: 100%;
  float: left;
  border-radius:2px 2px 2px 2px;
}

input[type="radio"] {
  opacity: 0;
}

input[type="radio"] + label {
  cursor: pointer;
  padding: 4px 10px;
  border: 1px solid #ccc;
  background: #efefef;
  color: #aaa;
  border-radius: 3px;
  text-shadow: 1px 1px 0 rgba(0,0,0,0);
}

input[type="radio"]:checked + label{
  background: #D4BD21;
  border: 1px solid #D4BD21;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
  color: white;
}

/*   Product Details */


ul, ol /*Padrão Bootstrap*/ {
  margin-top: 0px;
  margin-bottom: 10px;
}
.nav /*Padrão Bootstrap*/ {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
.nav,
.nav-tabs-desc {
  /* background-color: #007aff; */
  background-image: linear-gradient(#FFD700, #D4BD21);

  height: 70px;
  color: white;
}
.nav-tabs-desc > li /*Padrão Bootstrap*/ {
  float: left;
  margin-bottom: -1px;
}

@media (min-width:320px)  { /* smartphones, iPhone, portrait 480x320 phones */ 
  .nav-tabs-desc > li > a {
      /* color: #fff; */
      color: black;
      text-decoration-line: none;
      position: relative;
      display: block;
      padding-top: 25px;
      padding-right: 15px;
      padding-bottom: 20px;
      /* padding-left: 30px; */
      padding-left: 5px; 
    }
}
@media (min-width:481px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ 
  .nav-tabs-desc > li > a {
      /* color: #fff; */
      color: black;
      text-decoration-line: none;
      position: relative;
      display: block;
      padding-top: 25px;
      padding-right: 15px;
      padding-bottom: 20px;
      /* padding-left: 30px; */
      padding-left: 5px; 
    }
}
@media (min-width:641px)  { 
  /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
  .nav-tabs-desc > li > a {
      /* color: #fff; */
      color: black;
      text-decoration-line: none;
      position: relative;
      display: block;
      padding-top: 25px;
      padding-right: 15px;
      padding-bottom: 20px;
       padding-left: 30px; 
      /* padding-left: 5px;  */
    }

}
@media (min-width:961px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */
  .nav-tabs-desc > li > a {
      /* color: #fff; */
      color: black;
      text-decoration-line: none;
      position: relative;
      display: block;
      padding-top: 25px;
      padding-right: 15px;
      padding-bottom: 20px;
       padding-left: 30px; 
      
    }
}
@media (min-width:1025px) { 
  /* big landscape tablets, laptops, and desktops */ 

  .nav-tabs-desc > li > a {
      /* color: #fff; */
      color: black;
      text-decoration-line: none;
      position: relative;
      display: block;
      padding-top: 25px;
      padding-right: 15px;
      padding-bottom: 20px;
       padding-left: 30px; 
      
    }


}
@media (min-width:1281px) { 
  /* hi-res laptops and desktops */
  .nav-tabs-desc > li > a {
      /* color: #fff; */
      color: black;
      text-decoration-line: none;
      position: relative;
      display: block;
      padding-top: 25px;
      padding-right: 15px;
      padding-bottom: 20px;
      padding-left: 30px; 
      /* padding-left: 5px;  */
    }
}



 




.nav-tabs-desc > li.active a,

.nav-tabs-desc > li.active a:hover,

.nav-tabs-desc > li.active a:focus {
  /* background-color: #0257b5; */
  background-color: #9F8D00;
  
  color: #fff;
  font-weight: 700;
  /* color: black; */
  text-decoration-line: none;
}
.tab-content {
  /* color: white; */
  color: black;
  /* background-color: #e6e6e6; */
  padding: 5px 15px;
}
.tab-content > .tab-pane /*Padrão Bootstrap*/ {
  display: none;
}
.tab-content > .active /*Padrão Bootstrap*/ {
  display: block;
}
li.active a:before {
  border-color: #DEC92F transparent transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0px 10px;
  content: "";
  display: block;
  left: calc(50% - 10px);
  position: absolute;
  width: 0px;
  top: 70px;
  z-index: 10;
}


/* end  Product Details */


/* Data List Front */
.list-wrapper {
	/* padding: 15px; */
	overflow: hidden;
}

.list-item {
	/* border: 1px solid #EEE; */
	background: #FFF;
	/* margin-bottom: 10px; */
	/* padding: 10px; */
	/* box-shadow: 0px 0px 10px 0px #EEE; */
}


.simple-pagination ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	text-align: center;
}

.simple-pagination li {
	display: inline-block;
	margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
	color: #666;
	padding: 5px 10px;
	text-decoration: none;
	border: 1px solid #EEE;
	background-color: #FFF;
	box-shadow: 0px 0px 10px 0px #EEE;
}

.simple-pagination .current {
	color: #FFF;
	background-color: #9F8D00;
	border-color: #9F8D00;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
	background: #9F8D00;
}

/* Data List Frontend */

ul.dashed {
  list-style-type: none;
}
ul.dashed > li {
  text-indent: -5px;
}
ul.dashed > li:before {
  content: "-";
  text-indent: -5px;
}