/* --------------------------------------
@Author: ThemeMascot
@URL: http://themeforest.net/user/ThemeMascot

Default COLOR :  Color Set 1
COLOR : Green 
COLOR CODE: #1F386B 
COLOR CODE2: #E41937 
----------------------------------------- */
/*Theme Colored Red Text-color*/
.text-theme-color-2,
.work-gallery .gallery-bottom-part .title {
  color: #FEBE10 !important;
}


/* our clients */
.our-partners h2 {
  font-size: 2rem;
}
.partner-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.partner-card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.partner-logo {
  max-height: 70px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.partner-logo:hover {
  filter: grayscale(0%);
}


/*==============================================
			testimonials						
==============================================*/
.success-stories {
  background: #fff;
  /* white section */
}

.story-card {
  background: #f9f9f9;
  border-radius: 15px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  height: 100%;
}

.story-card:hover {
  transform: translateY(-5px);
}

.story-img-wrapper {
  width: 110px;
  height: 110px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #FEBE10;
  /* orange border */
  display: flex;
  align-items: center;
  justify-content: center;
}

.story-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.student-role {
  color: #FEBE10;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.story-text {
  color: #555;
  font-size: 15px !important;
  line-height: 1.5;
  margin-top: 0.5rem;
}

.swiper-pagination-bullet {
  background: #ccc !important;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #FEBE10 !important;
}







/*==============================================
			Slider Style						
==============================================*/
/* --- GLOBAL --- */
/* --- LAYOUT GRID --- */
.hero-section {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  padding: 20px;
}

@media(max-width: 992px) {
  .hero-section {
    grid-template-columns: 1fr;
  }
}

/* --- SLIDER --- */
.swiper {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.swiper-slide {
  position: relative;
  overflow: hidden;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 215, 0, 0.25) !important;
  /* golden yellow with transparency */
  z-index: 1;
}


/* --- CAPTION (No dark bar) --- */
.slide-caption {
  position: absolute;
  bottom: 15%;
  left: 8%;
  max-width: 60%;
  /* color: #fff; */
  /* text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); */
  color: #000;
  /* black for contrast */
  z-index: 2;
}

.slide-caption h3 {
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.slide-caption p {
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

.slide-caption .btn {
  display: inline-block;
  background: #D9A400;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  transition: 0.3s;
}

.slide-caption .btn:hover {
  background: #b98a00;
}

/* --- SIDE BOXES --- */
/* --- Swiper Navigation Buttons --- */
.swiper-button-next,
.swiper-button-prev {
  width: 40px !important;
  /* smaller size */
  height: 40px !important;
  border-radius: 50% !important;
  /* make it circular */
  background: #FFD700 !important;
  /* golden yellow */
  color: #000;
  /* black arrow icon */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  /* adjust arrow size */
  transition: 0.3s;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 14px !important;
  font-weight: 900 !important;
  color: #000 !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #e6c200;

  /* slightly darker gold on hover */
}

.side-boxes {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.box {
  background: #f4f4f4;
  padding: 20px;
  border-radius: 6px;
  color: #fff;
}

.box h4 {
  margin-top: 0;
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.box p {
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  /* white border */
}

.box a {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 14px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.3s;
}

.box a:hover {
  background: #fff;
  color: #000;
}

/* COLORS */
.box.green {
  background: #28a745 !important;
}

.box.blue {
  background: #FEBE10 !important;
}

/*==============================================
		END	Slider Style						
==============================================*/
.apply-banner {
  background: linear-gradient(135deg, #f69a06, #ef9d04) !important;
  color: #fff;
  /* border-radius: 15px; */
  /* padding: 3rem 1rem; */
  margin-top: 3rem;
}

.banner-title {
  font-size: 26px !important;
  font-weight: 700;
  margin-bottom: 1rem;
}

.banner-description {
  font-size: 16px !important;
  color: #fff;
  margin-bottom: 1.5rem;
}

/* Banner buttons */
.banner-buttons {
  display: inline-flex;
  gap: 1rem;
  flex-wrap: wrap;
  /* stack on small screens */
}

.banner-btn {
  background-color: #fff;
  color: #FEBE10;
  border: 2px solid #FEBE10;
  font-weight: 600;
  padding: 0.75rem 2rem;
  border-radius: 8px;
  text-transform: uppercase;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
}

.banner-btn:hover {
  background-color: #FEBE10;
  color: #fff;
}

/* Responsive adjustments */
@media (max-width: 576px) {
  .banner-buttons {
    flex-direction: column;
    gap: 0.75rem;
  }

  .banner-description {
    font-size: 16px !important;
  }

  .banner-btn {
    width: 100%;
    text-align: center;
  }
}


/*==============================================
		start depts						
==============================================*/

.departments-section {
  background: #f9f9f9;
}

.section-title {
  font-size: 25px;
  font-weight: 700;
  color: #222;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #555;
}

/* Grid layout */
.departments-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  /* automatically fit as many as possible */
  gap: 2rem;
  /* space between cards */
}

/* Card styling */
.department-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s, box-shadow 0.3s;
}

.department-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.department-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

.department-content {
  flex: 1;
  padding: 1.5rem;
}

.department-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.department-description {
  font-size: 15px !important;
  color: #666;
}

.department-btn {
  background-color: #FEBE10;
  color: #fff;
  border: none;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  border-radius: 5px;
  transition: background 0.3s;
}

.department-btn:hover {
  background-color: #e6a810;
}

/* Limit to 3 columns on large screens */
@media (min-width: 992px) {
  .departments-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .department-description {
    font-size: 15px !important;
  }

}

/* Responsive tweaks (optional) */
@media (max-width: 576px) {
  .department-content {
    padding: 1rem;
  }
}




/*==============================================
		END	depts						
==============================================*/


/* principal message */
.principal-card {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  padding: 50px 40px;
  /* increased padding */
  gap: 40px;
  min-height: 350px;
  /* card taller */
}

.principal-image {
  flex-shrink: 0;
  width: 200px;
  /* slightly larger image */
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  border: 6px solid #D9A400;
  /* Golden Yellow Border */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.principal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.principal-content {
  flex: 1;
}

.principal-content h2 {
  font-size: 2.2rem;
  /* bigger title */
  font-weight: 700;
  color: #222;
  margin-bottom: 25px;
  padding-bottom: 12px;
  border-bottom: 3px solid #D9A400;
  /* golden underline */
  display: inline-block;
}

.principal-content p {
  font-size: 15px !important;
  line-height: 1.8;
  color: #444;
  margin-bottom: 30px;
}

.signature {
  font-size: 15px !important;
  color: #333;
}

@media (max-width: 768px) {
  .principal-card {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }

  .principal-image {
    width: 160px;
    height: 160px;
    /* margin-bottom: 25px; */
  }

  .principal-content p {
    font-size: 15px !important;
  }

  .principal-content h2 {
    font-size: 2.2rem;
  }
}

/* end of principal message */


.whatsapp-float {
  position: fixed;
  bottom: 20px;
  /* distance from bottom */
  left: 20px;
  /* distance from left */
  background: #25D366;
  /* WhatsApp green */
  color: white;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  z-index: 9999;
}

.whatsapp-float img {
  width: 22px;
  height: 22px;
}

.whatsapp-float span {
  font-family: "Lexend", sans-serif;
  /* or Poppins */
  font-size: 14px;
}

.whatsapp-float:hover {
  background: #1ebe5d;
  transform: scale(1.05);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
}






/*Theme Colored Red Bg-color*/
/* background-theme-color */
.bg-theme-colored {
  background-color: #FEBE10 !important;
}

.bg-theme-colored-lighter2 {
  background-color: #FEBE10 !important;
}

.bg-theme-colored-lighter3 {
  background-color: #FEBE10 !important;
}

.bg-theme-colored-lighter4 {
  background-color: #FEBE10 !important;
}

.bg-theme-colored-darker2 {
  background-color: #FEBE10 !important;
}

.bg-theme-colored-darker3 {
  background-color: #FEBE10 !important;
}

.bg-theme-colored-darker4 {
  background-color: #FEBE10 !important;
}

/* background-color-transparent */
.bg-theme-colored-transparent-9 {
  background-color: rgba(230, 173, 16, 0.9);
}

.bg-theme-colored-transparent-8 {
  background-color: rgba(230, 173, 16, 0.9);
}

.bg-theme-colored-transparent-7 {
  background-color: rgba(230, 173, 16, 0.9);
}

.bg-theme-colored-transparent-6 {
  background-color: rgba(230, 173, 16, 0.6);
}

.bg-theme-colored-transparent-5 {
  background-color: rgba(230, 173, 16, 0.5);
}

.bg-theme-colored-transparent-4 {
  background-color: rgba(230, 173, 16, 0.4);
}

.bg-theme-colored-transparent-3 {
  background-color: rgba(230, 173, 16, 0.3);
}

.bg-theme-colored-transparent-2 {
  background-color: rgba(230, 173, 16, 0.9);
}

.bg-theme-colored-transparent-1 {
  background-color: rgba(230, 173, 16, 0.9);
}

.bg-theme-colored-transparent {
  background-color: rgba(230, 173, 16, 0.9) !important;
}

.bg-theme-color-2 {
  background: #FFC72C !important;
}

.team-block .team-thumb .styled-icons a:hover,
.work-gallery .gallery-thumb .styled-icons a:hover,
.work-gallery:hover .gallery-bottom-part,
.line-bottom-theme-colored-2:after,
.panel-group .panel-title a.active::after {
  background: #FFC72C;
}

.panel-group .panel-title a.active::after {
  background-color: #FFC72C !important;
}

.schedule-box:hover .schedule-details .title a {
  color: #FEBE10 !important;
}

.btn-theme-color-2 {
  background-color: #FFC72C;
}

/*Theme Colored Red Bg-transparent-color*/
/*Theme Colored Red Border-top-color*/
.border-theme-color-2-1px {
  border: 1px solid #FFC72C !important;
}

.border-top-theme-color-2-1px {
  border-top: 1px solid #FFC72C !important;
}

.border-top-theme-color-2-2px {
  border-top: 2px solid #FFC72C !important;
}

.border-top-theme-color-2-3px {
  border-top: 3px solid #FFC72C !important;
}

.border-top-theme-color-2-4px {
  border-top: 4px solid #FFC72C !important;
}

.border-top-theme-color-2-5px {
  border-top: 5px solid #FFC72C !important;
}

.border-top-theme-color-2-6px {
  border-top: 6px solid #FFC72C !important;
}

.border-top-theme-color-2-7px {
  border-top: 7px solid #FFC72C !important;
}

.border-top-theme-color-2-8px {
  border-top: 8px solid #FFC72C !important;
}

.border-top-theme-color-2-9px {
  border-top: 9px solid #FFC72C !important;
}

.border-top-theme-color-2-10px {
  border-top: 10px solid #FFC72C !important;
}

/*Theme Colored Red Border-bottom-color*/
.border-bottom-theme-color-2-1px {
  border-bottom: 1px solid #FFC72C !important;
}

.border-bottom-theme-color-2-2px {
  border-bottom: 2px solid #FFC72C !important;
}

.border-bottom-theme-color-2-3px {
  border-bottom: 3px solid #FFC72C !important;
}

.border-bottom-theme-color-2-4px {
  border-bottom: 4px solid #FFC72C !important;
}

.border-bottom-theme-color-2-5px {
  border-bottom: 5px solid #FFC72C !important;
}

.border-bottom-theme-color-2-6px {
  border-bottom: 6px solid #FFC72C !important;
}

.border-bottom-theme-color-2-7px {
  border-bottom: 7px solid #FFC72C !important;
}

.border-bottom-theme-color-2-8px {
  border-bottom: 8px solid #FFC72C !important;
}

.border-bottom-theme-color-2-9px {
  border-bottom: 9px solid #FFC72C !important;
}

.border-bottom-theme-color-2-10px {
  border-bottom: 10px solid #FFC72C !important;
}

/*Theme Colored Green Border-bottom-color*/
.border-bottom-theme-colored-1px {
  border-bottom: 1px solid #FEBE10 !important;
}

.border-bottom-theme-colored-2px {
  border-bottom: 2px solid #FEBE10 !important;
}

.border-bottom-theme-colored-3px {
  border-bottom: 3px solid #FEBE10 !important;
}

.border-bottom-theme-colored-4px {
  border-bottom: 4px solid #FEBE10 !important;
}

.border-bottom-theme-colored-5px {
  border-bottom: 5px solid #FEBE10 !important;
}

.border-bottom-theme-colored-6px {
  border-bottom: 6px solid #FEBE10 !important;
}

.border-bottom-theme-colored-7px {
  border-bottom: 7px solid #FEBE10 !important;
}

.border-bottom-theme-colored-8px {
  border-bottom: 8px solid #FEBE10 !important;
}

.border-bottom-theme-colored-9px {
  border-bottom: 9px solid #FEBE10 !important;
}

.border-bottom-theme-colored-10px {
  border-bottom: 10px solid #FEBE10 !important;
}

/*Theme Colored Red Border-left-color*/
.border-left-theme-color-2-1px {
  border-left: 1px solid #E41937 !important;
}

.border-left-theme-color-2-2px {
  border-left: 2px solid #E41937 !important;
}

.border-left-theme-color-2-3px {
  border-left: 3px solid #E41937 !important;
}

.border-left-theme-color-2-4px {
  border-left: 4px solid #E41937 !important;
}

.border-left-theme-color-2-5px {
  border-left: 5px solid #E41937 !important;
}

.border-left-theme-color-2-6px {
  border-left: 6px solid #E41937 !important;
}

.border-left-theme-color-2-7px {
  border-left: 7px solid #E41937 !important;
}

.border-left-theme-color-2-8px {
  border-left: 8px solid #E41937 !important;
}

.border-left-theme-color-2-9px {
  border-left: 9px solid #E41937 !important;
}

.border-left-theme-color-2-10px {
  border-left: 10px solid #E41937 !important;
}

/*Theme Colored Red Border-right-color*/
.border-right-theme-color-2-1px {
  border-right: 1px solid #E41937 !important;
}

.border-right-theme-color-2-2px {
  border-right: 2px solid #E41937 !important;
}

.border-right-theme-color-2-3px {
  border-right: 3px solid #E41937 !important;
}

.border-right-theme-color-2-4px {
  border-right: 4px solid #E41937 !important;
}

.border-right-theme-color-2-5px {
  border-right: 5px solid #E41937 !important;
}

.border-right-theme-color-2-6px {
  border-right: 6px solid #E41937 !important;
}

.border-right-theme-color-2-7px {
  border-right: 7px solid #E41937 !important;
}

.border-right-theme-color-2-8px {
  border-right: 8px solid #E41937 !important;
}

.border-right-theme-color-2-9px {
  border-right: 9px solid #E41937 !important;
}

.border-right-theme-color-2-10px {
  border-right: 10px solid #E41937 !important;
}

.service-block .thumb .desc {
  border-top: 4px solid #E41937;
}

/*Theme Colored Red Border-right-color*/
.service-block .thumb .price {
  border-right: 3px solid #E41937;
}

/*Theme Colored Red Border-left-color*/
.portfolio-filter a.active,
.portfolio-filter a:hover {
  border-left: 3px solid #E41937;
}

.widget.dark .tags a:hover,
.title-dots span {
  background-color: #E41937;
}

.horizontal-contact-widget .widget::before,
.horizontal-contact-widget .each-widget::before {
  color: #E41937;
}

.hover-effect:hover .details {
  background-color: #FEBE10 !important;
  border-bottom-color: #FEBE10 !important;
}

.hover-effect:hover .thumb::after {
  border-color: rgba(220, 159, 16, 0.3) !important;
}

.hover-effect:hover a {
  background: #FEBE10 !important;
}

/*
 * background: theme-color
 * -----------------------------------------------
*/
.tab-slider .nav.nav-pills a:hover,
.tab-slider .nav.nav-pills a.active,
.custom-nav-tabs>li>a:hover,
.widget .tags a:hover,
.progress-item .progress-bar,
.small-title .title::after,
.testimonial .item::after,
.drop-caps.colored-square p:first-child:first-letter,
.drop-caps.colored-rounded p:first-child:first-letter,
.list-icon.theme-colored.square li i,
.list-icon.theme-colored.rounded li i,
.working-process.theme-colored a,
.blog-posts .post .entry-content .post-date.right,
.horizontal-tab-centered .nav-pills>li>a:hover,
.horizontal-tab-centered .nav-pills>li.active>a,
.horizontal-tab-centered .nav-pills>li.active>a:hover,
.horizontal-tab-centered .nav-pills>li.active>a:focus,
.owl-theme.dot-theme-colored .owl-controls .owl-dot span,
.pagination.theme-colored li.active a,
.section-title .both-side-line::after,
.section-title .both-side-line::before,
.section-title .top-side-line::after,
.section-title .left-side-line::before,
.section-title .right-side-line::before,
.product .tag-sale,
.owl-theme .owl-dots .owl-dot.active span,
.line-bottom:after,
.line-bottom-center:after,
.progress-item .progress-bar .percent,
.progress-item .progress-bar,
.pricing.table-horizontal:hover,
.pricing:hover,
.portfolio-filter a.active,
.portfolio-filter a:hover,
.project .hover-link i {
  background: #FEBE10 !important;
}


:root {
  --deco-color: #D9A400;
  /* golden yellow */
  --line-height: 3px;
  /* line thickness */
  --dot-size: 8px;
  /* diameter of dots */
}

/* line with dots */
.line-with-dots {
  position: relative;
  height: var(--line-height);
  background-color: var(--deco-color);
  width: 50px;
  /* adjust width as needed */
  /* margin: 0 auto; */
  margin-top: 8px;
  border-radius: 4px;
}

/* dots before and after */
.line-with-dots::before,
.line-with-dots::after {
  content: "";
  position: absolute;
  top: 50%;
  width: var(--dot-size);
  height: var(--dot-size);
  border-radius: 50%;
  background-color: var(--deco-color);
  transform: translateY(-50%);
  box-shadow: calc(var(--dot-size) + 4px) 0 0 var(--deco-color);
  /* second dot */
}

/* left dots */
.line-with-dots::before {
  left: -calc(var(--dot-size) * 2 + 6px);
}

/* right dots */
.line-with-dots::after {
  right: -calc(var(--dot-size) * 2 + 6px);
}

/* FOTER */

.pricing.table-horizontal,
.pricing {
  background: #FEBE10 !important;
}

.panel-group .panel-title a.active {
  background-color: #FEBE10 !important;
}

/* Theme-color for dark */
.dark .service-icon-box:hover li.active a {
  background: #FEBE10 !important;
}

/*Footer Styles*/
.footer-box-one>div {
  background: #FEBE10 !important;
}

.footer-box-two>div {
  background: #FEBE10 !important;
}

.footer-box-three>div {
  background: #FEBE10 !important;
}

.ui-state-highlight {
  background: #FEBE10 !important;
  color: #fff !important;
}

.border-theme-colored,
.causes .progress-item .progress-bar .percent {
  border-color: #FEBE10 !important;
}

/*
 * text: theme-color
 * -----------------------------------------------
*/
ul.list.theme-colored li:before,
ul.list.theme-colored.angle-double-right li:before,
ul.list.theme-colored.angle-right li:before,
ul.list.theme-colored.check-circle li:before,
ul.list.theme-colored.check li:before,
.list-icon.theme-colored li i,
.menuzord-menu>li>.megamenu .megamenu-row li:hover>a,
.menuzord-menu>li>.megamenu .megamenu-row .post a:hover,
.menuzord-menu>li>.megamenu .megamenu-row li:hover>a i,
.menuzord-menu>li>.megamenu .megamenu-row .post a:hover i,
.pricing-table .table-list li i,
.testimonial-carousel.boxed .content::after,
.blog-posts .post .entry-meta li i,
.widget .address li i,
.icon-box.box-style1.practice-style3 i,
.attorney-carousel .content .contact-area i,
.attorney-address li i,
.icon-box.services-style1:hover .heading,
.small-title i,
.drop-caps.text-colored p:first-child:first-letter,
.schedule-box:hover .schedule-details .title a,
.widget.dark .nav-tabs li.active a,
.pagination.theme-colored li a,
.pager.theme-colored a,
.widget .post-title a:hover,
.volunteer .info .name a,
.donation-form .form-group label,
.team-block .team-thumb .team-overlay .styled-icons a:hover i,
.section-title .title-icon i,
.panel-group .panel-title a,
.portfolio-filter a {
  color: #FEBE10 !important;
}

.panel-group .panel-title a.active{
    color: #333 !important;
}

.menuzord .menuzord-menu>li.active>a,
.menuzord .menuzord-menu>li:hover>a,
.menuzord .menuzord-menu ul.dropdown li:hover>a {
  background: #FEBE10 none repeat scroll 0 0 !important;
  color: #fff;
  border-radius: 6px !important;

}


.menuzord .menuzord-menu>li.active>a i,
.menuzord .menuzord-menu>li:hover>a i,
.menuzord .menuzord-menu ul.dropdown li:hover>a i {
  color: #fff;
}

/*Theme Colored Red Border-left-color*/
.portfolio-filter a.active,
.portfolio-filter a:hover {
  border-left: 3px solid #FEBE10;
}

/* text-theme-color */
.text-theme-colored {
  color: #FEBE10 !important;
}

/* text-hover-theme-color */
.text-hover-theme-colored:hover {
  color: #FEBE10 !important;
}

/* background-theme-color */
.bg-theme-colored {
  background-color: #FEBE10 !important;
}

/* bg-hover-theme-color */
.bg-hover-theme-colored:hover {
  background: #FEBE10 !important;
  border-color: #FEBE10 !important;
  color: #fff !important;
}

.bg-hover-theme-colored:hover h1,
.bg-hover-theme-colored:hover h2,
.bg-hover-theme-colored:hover h3,
.bg-hover-theme-colored:hover h4,
.bg-hover-theme-colored:hover h5,
.bg-hover-theme-colored:hover h6,
.bg-hover-theme-colored:hover p,
.bg-hover-theme-colored:hover a,
.bg-hover-theme-colored:hover i {
  color: #fff !important;
}

.hover-text-theme-color-2:hover {
  color: #fe9f10 !important;
}

/* border-theme-color */
.border-theme-colored {
  border-color: #FEBE10 !important;
}

.widget .services-list li.active::after {
  border-color: transparent #FEBE10 transparent transparent;
}

.widget .services-list li.active {
  background-color: #FEBE10 !important;
  border-right: 6px solid #E41937 !important;
}

/* background-color-transparent */
.bg-theme-colored-transparent,
.piechart-block {
  background-color: rgba(237, 168, 8, 0.75) !important;
}

.service-block .thumb .price,
.service-block .thumb .desc,
.team-block .team-thumb .team-overlay,
.team-block .team-thumb .styled-icons,
.work-gallery .gallery-thumb .gallery-overlay {
  background: rgba(237, 168, 8, 0.7);
}

.team-block .team-thumb .team-overlay::after {
  border-color: rgba(237, 168, 8, 0.75) transparent transparent rgba(237, 168, 8, 0.75);
}

.team-block .team-thumb .styled-icons::after {
  border-color: transparent rgba(237, 168, 8, 0.75) rgba(237, 168, 8, 0.75) transparent;
}

/* Layer-overlay */
.overlay-theme-colored-1:before {
  background-color: rgba(167, 126, 21, 0.1) !important;
}

.overlay-theme-colored-2:before {
  background-color: rgba(186, 132, 39, 0.2) !important;
}

.overlay-theme-colored-3:before {
  background-color: rgba(184, 141, 48, 0.3) !important;
}

.overlay-theme-colored-4:before {
  background-color: rgba(31, 56, 107, 0.4) !important;
}

.overlay-theme-colored-5:before {
  background-color: rgba(240, 134, 12, 0.5) !important;
}

.overlay-theme-colored-6:before {
  background-color: rgba(216, 157, 9, 0.6) !important;
}

.overlay-theme-colored-7:before {
  background-color: rgba(216, 157, 9, 0.6) !important;
}

.overlay-theme-colored-8:before {
  background-color: rgba(216, 157, 9, 0.6) !important;
}

.overlay-theme-colored-9:before {
  background-color: rrgba(216, 157, 9, 0.6) !important;
}

/* border-theme-color */
.border-theme-colored {
  border-color: #FFC72C !important;
}

.border-theme-color-1px {
  border: 1px solid #FFC72C !important;
}

.border-theme-color-2px {
  border: 2px solid #FFC72C !important;
}

.border-theme-color-1px {
  border: 3px solid #FFC72C !important;
}

.border-theme-color-1px {
  border: 4px solid #FFC72C !important;
}

.border-theme-color-1px {
  border: 1px solid #FFC72C !important;
}

.border-theme-color-1px {
  border: 1px solid #FFC72C !important;
}

.border-theme-color-1px {
  border: 1px solid #FFC72C !important;
}

.border-top-theme-color-1px {
  border-top: 1px solid #FFC72C !important;
}

.border-top-theme-color-2px {
  border-top: 2px solid #FFC72C !important;
}

.border-top-theme-color-3px {
  border-top: 3px solid #FFC72C !important;
}

.border-top-theme-color-4px {
  border-top: 4px solid #FFC72C !important;
}

.border-top-theme-color-5px {
  border-top: 5px solid #FFC72C !important;
}

.border-top-theme-color-6px {
  border-top: 6px solid #FFC72C !important;
}

.border-top-theme-color-7px {
  border-top: 7px solid #FFC72C !important;
}

.border-top-theme-color-8px {
  border-top: 8px solid #FFC72C !important;
}

.border-top-theme-color-9px {
  border-top: 9px solid #FFC72C !important;
}

.border-top-theme-color-10px {
  border-top: 10px solid #FFC72C !important;
}

/*Theme Colored Red Border-bottom-color*/
.border-bottom-theme-color-1px {
  border-bottom: 1px solid #FFC72C !important;
}

.border-bottom-theme-color-2px {
  border-bottom: 2px solid #FFC72C !important;
}

.border-bottom-theme-color-3px {
  border-bottom: 3px solid #FFC72C !important;
}

.border-bottom-theme-color-4px {
  border-bottom: 4px solid #FFC72C !important;
}

.border-bottom-theme-color-5px {
  border-bottom: 5px solid #FFC72C !important;
}

.border-bottom-theme-color-6px {
  border-bottom: 6px solid #FFC72C !important;
}

.border-bottom-theme-color-7px {
  border-bottom: 7px solid #FFC72C !important;
}

.border-bottom-theme-color-8px {
  border-bottom: 8px solid #FFC72C !important;
}

.border-bottom-theme-color-9px {
  border-bottom: 9px solid #FFC72C !important;
}

.border-bottom-theme-color-10px {
  border-bottom: 10px solid #FFC72C !important;
}

.project .project-details {
  border-bottom: 3px solid #FFC72C !important;
}

/*Theme Colored Red Border-left-color*/
.border-left-theme-color-1px {
  border-left: 1px solid #FFC72C !important;
}

.border-left-theme-color-2px {
  border-left: 2px solid #FFC72C !important;
}

.border-left-theme-color-3px {
  border-left: 3px solid #FFC72C !important;
}

.border-left-theme-color-4px {
  border-left: 4px solid #FFC72C !important;
}

.border-left-theme-color-5px {
  border-left: 5px solid #FFC72C !important;
}

.border-left-theme-color-6px {
  border-left: 6px solid #FFC72C !important;
}

.border-left-theme-color-7px {
  border-left: 7px solid #FFC72C !important;
}

.border-left-theme-color-8px {
  border-left: 8px solid #FFC72C !important;
}

.border-left-theme-color-9px {
  border-left: 9px solid #FFC72C !important;
}

.border-left-theme-color-10px {
  border-left: 10px solid #FFC72C !important;
}

/*Theme Colored Red Border-right-color*/
.border-right-theme-color-1px {
  border-right: 1px solid #FFC72C !important;
}

.border-right-theme-color-2px {
  border-right: 2px solid #FFC72C !important;
}

.border-right-theme-color-3px {
  border-right: 3px solid #FFC72C !important;
}

.border-right-theme-color-4px {
  border-right: 4px solid #FFC72C !important;
}

.border-right-theme-color-5px {
  border-right: 5px solid #FFC72C !important;
}

.border-right-theme-color-6px {
  border-right: 6px solid #FFC72C !important;
}

.border-right-theme-color-7px {
  border-right: 7px solid #FFC72C !important;
}

.border-right-theme-color-8px {
  border-right: 8px solid #FFC72C !important;
}

.border-right-theme-color-9px {
  border-right: 9px solid #FFC72C !important;
}

.border-right-theme-color-10px {
  border-right: 10px solid #FFC72C !important;
}

/* Layeroverlay */
.post .entry-meta.meta-absolute,
.volunteer .overlay,
.bg-theme-colored-transparent-deep {
  background-color: rgba(188, 144, 21, 0.9) !important;
}

.icon-box.box-style1.practice-style3:hover .icon-wrapper,
.zeus .tp-bullet::after {
  background-color: #FFC72C;
}

.preloader-dot-loading .cssload-loading i {
  background: #FFC72C !important;
}

/*
 * border: theme-color
 * -----------------------------------------------
*/
.icon-box.icon-rounded-bordered i,
.widget .line-bottom:after,
.widget .line-bottom:after,
.pager.theme-colored a {
  border: 1px solid #FFC72C;
}

.border-theme-colored,
.owl-theme .owl-dots .owl-dot span {
  border-color: #FFC72C;
}

.icon-box.box-style1.practice-style3:hover .icon-wrapper::after {
  border-color: #FFC72C transparent transparent;
}

.opening-hours ul li {
  border-bottom: 1px dashed #FFC72C;
}

/* border-left-color */
blockquote.theme-colored {
  border-left: 3px solid #FFC72C;
}

blockquote.bg-theme-colored {
  border-left: 3px solid #142343;
  color: #fff;
}

blockquote.bg-theme-colored footer {
  color: #eeeeee;
}

blockquote.gray.bg-theme-colored {
  background-color: #eeeeee !important;
  border-left: 3px solid #FFC72C;
  color: #FEBE10;
}

blockquote.gray.bg-theme-colored footer {
  color: #777777 !important;
}

.attorney-address li {
  border-left: 1px solid #FFC72C;
}

.section-title.title-border {
  border-left: 4px solid #FFC72C;
}

/* border-top-color */
.member-info {
  border-top: 3px outset #FFC72C;
}

.cssload-tri {
  border-top: 27px solid #FFC72C;
}

/* border-right-color */
.border-right-theme-color-2 {
  border-right: 1px solid #FFC72C;
}

.section-title.title-border.title-right {
  border-right: 4px solid #FFC72C;
}

/* border-bottom-color */
.event {
  border-bottom-color: #FFC72C;
}

.cssload-tri.cssload-invert {
  border-bottom: 27px solid #FEBE10;
}

/* box-shadow */
/*
 * btn-default: theme-color
 * -----------------------------------------------
*/
.btn-default.btn-theme-colored {
  color: #FEBE10;
  background-color: #fff;
  border-color: #FFC72C;
}

.btn-default.btn-theme-colored:focus,
.btn-default.btn-theme-colored.focus {
  color: #FFC72C;
  background-color: #e6e6e6;
  border-color: #ef9e06;
}

.btn-default.btn-theme-colored:hover {
  color: #e78e09;
  background-color: #e6e6e6;
  border-color: #ca820f;
}

.btn-default.btn-theme-colored:active,
.btn-default.btn-theme-colored.active,
.open>.dropdown-toggle.btn-default.btn-theme-colored {
  color: #FFC72C;
  background-color: #e6e6e6;
  border-color: #FFC72C;
}

.btn-default.btn-theme-colored:active:hover,
.btn-default.btn-theme-colored.active:hover,
.open>.dropdown-toggle.btn-default.btn-theme-colored:hover,
.btn-default.btn-theme-colored:active:focus,
.btn-default.btn-theme-colored.active:focus,
.open>.dropdown-toggle.btn-default.btn-theme-colored:focus,
.btn-default.btn-theme-colored:active.focus,
.btn-default.btn-theme-colored.active.focus,
.open>.dropdown-toggle.btn-default.btn-theme-colored.focus {
  color: #FEBE10;
  background-color: #d4d4d4;
  border-color: #FEBE10;
}

.btn-default.btn-theme-colored:active,
.btn-default.btn-theme-colored.active,
.open>.dropdown-toggle.btn-default.btn-theme-colored {
  background-image: none;
}

.btn-default.btn-theme-colored.disabled:hover,
.btn-default.btn-theme-colored[disabled]:hover,
fieldset[disabled] .btn-default.btn-theme-colored:hover,
.btn-default.btn-theme-colored.disabled:focus,
.btn-default.btn-theme-colored[disabled]:focus,
fieldset[disabled] .btn-default.btn-theme-colored:focus,
.btn-default.btn-theme-colored.disabled.focus,
.btn-default.btn-theme-colored[disabled].focus,
fieldset[disabled] .btn-default.btn-theme-colored.focus {
  background-color: #fff;
  border-color: #FFC72C;
}

.btn-default.btn-theme-colored .badge {
  color: #fff;
  background-color: #FFC72C;
}

.btn-default.btn-theme-colored:hover,
.btn-default.btn-theme-colored:active,
.btn-default.btn-theme-colored:focus {
  background-color: #FFC72C;
  border-color: #FFC72C;
  color: #fff;
}

/*
 * btn-border
 * -----------------------------------------------
*/
.btn-border.btn-theme-colored {
  color: #1F386B;
  background-color: #fff;
  border-color: #1F386B;
}

.btn-border.btn-theme-colored:focus,
.btn-border.btn-theme-colored.focus {
  color: #FEBE10;
  background-color: #e6e6e6;
  border-color: #FEBE10;
}

.btn-border.btn-theme-colored:hover {
  color: #FEBE10;
  background-color: #e6e6e6;
  border-color: #FEBE10;
}

.btn-border.btn-theme-colored:active,
.btn-border.btn-theme-colored.active,
.open>.dropdown-toggle.btn-border.btn-theme-colored {
  color: #FFC72C;
  background-color: #e6e6e6;
  border-color: #FFC72C;
}

.btn-border.btn-theme-colored:active:hover,
.btn-border.btn-theme-colored.active:hover,
.open>.dropdown-toggle.btn-border.btn-theme-colored:hover,
.btn-border.btn-theme-colored:active:focus,
.btn-border.btn-theme-colored.active:focus,
.open>.dropdown-toggle.btn-border.btn-theme-colored:focus,
.btn-border.btn-theme-colored:active.focus,
.btn-border.btn-theme-colored.active.focus,
.open>.dropdown-toggle.btn-border.btn-theme-colored.focus {
  color: #FEBE10;
  background-color: #d4d4d4;
  border-color: #FEBE10;
}

.btn-border.btn-theme-colored:active,
.btn-border.btn-theme-colored.active,
.open>.dropdown-toggle.btn-border.btn-theme-colored {
  background-image: none;
}

.btn-border.btn-theme-colored.disabled:hover,
.btn-border.btn-theme-colored[disabled]:hover,
fieldset[disabled] .btn-border.btn-theme-colored:hover,
.btn-border.btn-theme-colored.disabled:focus,
.btn-border.btn-theme-colored[disabled]:focus,
fieldset[disabled] .btn-border.btn-theme-colored:focus,
.btn-border.btn-theme-colored.disabled.focus,
.btn-border.btn-theme-colored[disabled].focus,
fieldset[disabled] .btn-border.btn-theme-colored.focus {
  background-color: #fff;
  border-color: #FFC72C;
}

.btn-border.btn-theme-colored .badge {
  color: #fff;
  background-color: #FFC72C;
}

.btn-border.btn-theme-colored:hover,
.btn-border.btn-theme-colored:active,
.btn-border.btn-theme-colored:focus {
  background-color: #FEBE10;
  border-color: #FEBE10;
  color: #fff;
}

/*
 * btn-dark
 * -----------------------------------------------
*/
.btn-dark.btn-theme-colored {
  color: #fff;
  background-color: #FEBE10;
  border-color: #FEBE10;
}

.btn-dark.btn-theme-colored:focus,
.btn-dark.btn-theme-colored.focus {
  color: #fff;
  background-color: #FEBE10;
  border-color: #FEBE10;
}

.btn-dark.btn-theme-colored:hover {
  color: #fff;
  background-color: #FEBE10;
  border-color: #FEBE10;
}

.btn-dark.btn-theme-colored:active,
.btn-dark.btn-theme-colored.active,
.open>.dropdown-toggle.btn-dark.btn-theme-colored {
  color: #fff;
  background-color: #FEBE10;
  border-color: #FEBE10;
}

.btn-dark.btn-theme-colored:active:hover,
.btn-dark.btn-theme-colored.active:hover,
.open>.dropdown-toggle.btn-dark.btn-theme-colored:hover,
.btn-dark.btn-theme-colored:active:focus,
.btn-dark.btn-theme-colored.active:focus,
.open>.dropdown-toggle.btn-dark.btn-theme-colored:focus,
.btn-dark.btn-theme-colored:active.focus,
.btn-dark.btn-theme-colored.active.focus,
.open>.dropdown-toggle.btn-dark.btn-theme-colored.focus {
  color: #fff;
  background-color: #FEBE10;
  border-color: #FEBE10;
}

.btn-dark.btn-theme-colored:active,
.btn-dark.btn-theme-colored.active,
.open>.dropdown-toggle.btn-dark.btn-theme-colored {
  background-image: none;
}

.btn-dark.btn-theme-colored.disabled:hover,
.btn-dark.btn-theme-colored[disabled]:hover,
fieldset[disabled] .btn-dark.btn-theme-colored:hover,
.btn-dark.btn-theme-colored.disabled:focus,
.btn-dark.btn-theme-colored[disabled]:focus,
fieldset[disabled] .btn-dark.btn-theme-colored:focus,
.btn-dark.btn-theme-colored.disabled.focus,
.btn-dark.btn-theme-colored[disabled].focus,
fieldset[disabled] .btn-dark.btn-theme-colored.focus {
  background-color: #FEBE10;
  border-color: #FEBE10;
}

.btn-dark.btn-theme-colored .badge {
  color: #ebbd04;
  background-color: #fff;
}

/*
 * btn-gray
 * -----------------------------------------------
*/
.btn-gray.btn-theme-colored {
  color: #fff;
  background-color: #FEBE10;
  border-color: #FEBE10;
}

.btn-gray.btn-theme-colored:focus,
.btn-gray.btn-theme-colored.focus {
  color: #fff;
  background-color: #FEBE10;
  border-color: #FEBE10;
}

.btn-gray.btn-theme-colored:hover {
  color: #fff;
  background-color: #FEBE10;
  border-color: #FEBE10;
}

.btn-gray.btn-theme-colored:active,
.btn-gray.btn-theme-colored.active,
.open>.dropdown-toggle.btn-gray.btn-theme-colored {
  color: #fff;
  background-color: #FEBE10;
  border-color: #FEBE10;
}

.btn-gray.btn-theme-colored:active:hover,
.btn-gray.btn-theme-colored.active:hover,
.open>.dropdown-toggle.btn-gray.btn-theme-colored:hover,
.btn-gray.btn-theme-colored:active:focus,
.btn-gray.btn-theme-colored.active:focus,
.open>.dropdown-toggle.btn-gray.btn-theme-colored:focus,
.btn-gray.btn-theme-colored:active.focus,
.btn-gray.btn-theme-colored.active.focus,
.open>.dropdown-toggle.btn-gray.btn-theme-colored.focus {
  color: #fff;
  background-color: #FEBE10;
  border-color: #FEBE10;
}

.btn-gray.btn-theme-colored:active,
.btn-gray.btn-theme-colored.active,
.open>.dropdown-toggle.btn-gray.btn-theme-colored {
  background-image: none;
}

.btn-gray.btn-theme-colored.disabled:hover,
.btn-gray.btn-theme-colored[disabled]:hover,
fieldset[disabled] .btn-gray.btn-theme-colored:hover,
.btn-gray.btn-theme-colored.disabled:focus,
.btn-gray.btn-theme-colored[disabled]:focus,
fieldset[disabled] .btn-gray.btn-theme-colored:focus,
.btn-gray.btn-theme-colored.disabled.focus,
.btn-gray.btn-theme-colored[disabled].focus,
fieldset[disabled] .btn-gray.btn-theme-colored.focus {
  background-color: #FEBE10;
  border-color: #FEBE10;
}

.btn-gray.btn-theme-colored .badge {
  color: #FEBE10;
  background-color: #fff;
}

/*
 * btn-primary: theme-color
 * -----------------------------------------------
*/
.btn-theme-colored {
  color: #fff;
  background-color: #FFC72C;
  border-color: #FFC72C;
}

.btn-theme-colored:focus,
.btn-theme-colored.focus {
  color: #fff;
  background-color: #FFC72C;
  border-color: #FFC72C;
}

.btn-theme-colored:hover {
  color: #fff;
  background-color: #FFC72C;
  border-color: #FFC72C;
}

.btn-theme-colored:active,
.btn-theme-colored.active,
.open>.dropdown-toggle.btn-theme-colored {
  color: #fff;
  background-color: #FFC72C;
  border-color: #FFC72C;
}

.btn-theme-colored:active:hover,
.btn-theme-colored.active:hover,
.open>.dropdown-toggle.btn-theme-colored:hover,
.btn-theme-colored:active:focus,
.btn-theme-colored.active:focus,
.open>.dropdown-toggle.btn-theme-colored:focus,
.btn-theme-colored:active.focus,
.btn-theme-colored.active.focus,
.open>.dropdown-toggle.btn-theme-colored.focus {
  color: #fff;
  background-color: #0c1528;
  border-color: #020408;
}

.btn-theme-colored:active,
.btn-theme-colored.active,
.open>.dropdown-toggle.btn-theme-colored {
  background-image: none;
}

.btn-theme-colored.disabled:hover,
.btn-theme-colored[disabled]:hover,
fieldset[disabled] .btn-theme-colored:hover,
.btn-theme-colored.disabled:focus,
.btn-theme-colored[disabled]:focus,
fieldset[disabled] .btn-theme-colored:focus,
.btn-theme-colored.disabled.focus,
.btn-theme-colored[disabled].focus,
fieldset[disabled] .btn-theme-colored.focus {
  background-color: #FFC72C;
  border-color: #FFC72C;
}

.btn-theme-colored .badge {
  color: #FFC72C;
  background-color: #fff;
}

/*
 * btn-transparent
 * -----------------------------------------------
*/
.btn-transparent {
  background-color: transparent;
  color: #fff;
}

.btn-transparent.btn-theme-colored {
  background-color: transparent;
}

.btn-transparent.btn-dark {
  background-color: #111111;
  border-color: #111111;
}

.btn-transparent.btn-dark:hover {
  background-color: #000000;
  border-color: #000000;
}

.btn-transparent.btn-dark.btn-theme-colored {
  background-color: #FFC72C;
  border-color: #FFC72C;
}

.btn-transparent.btn-dark.btn-theme-colored:hover {
  background-color: #FFC72C;
  border-color: #FFC72C;
}

.btn-transparent.btn-border {
  background-color: transparent;
  border-color: #eeeeee;
}

.btn-transparent.btn-border:hover {
  background-color: #eeeeee;
  color: #000;
}

.btn-transparent.btn-border.btn-theme-colored {
  background-color: transparent;
  border-color: #FEBE10;
}

.btn-transparent.btn-border.btn-theme-colored:hover {
  background-color: #FEBE10;
  color: #fff;
}

.btn-gray.btn-transparent {
  background-color: #d3d3d3;
  color: #333333;
}

.btn-gray.btn-transparent:hover {
  background-color: #ececec;
  color: #1a1a1a;
}

.btn-gray.btn-transparent.btn-theme-colored {
  background-color: #FEBE10;
  color: #fff;
}

.btn-gray.btn-transparent.btn-theme-colored:hover {
  background-color: #142343;
  color: #e6e6e6;
}

.btn-hover-theme-colored:hover {
  background-color: #FEBE10;
  border-color: #FEBE10;
  color: #fff;
}

/*
 * Shortcode: styled-icons Theme Colored
 * -----------------------------------------------
*/
.icon-theme-colored a {
  color: #FEBE10;
}

.icon-theme-colored.icon-bordered a {
  border-color: #FEBE10;
}

.icon-theme-colored.icon-bordered a:hover {
  background-color: #FEBE10;
  color: #fff;
}

.icon-theme-colored.icon-dark a {
  background-color: #FFC72C;
  color: #fff;
}

.icon-theme-colored.icon-dark a:hover {
  background-color: #FFC72C;
  color: #e6e6e6;
}

.icon-theme-colored.icon-dark.icon-bordered a {
  border-color: #FFC72C;
  color: #1F386B;
}

.icon-theme-colored.icon-dark.icon-bordered a:hover {
  background-color: #FEBE10;
  border-color: #FEBE10;
  color: #fff;
}

.icon-theme-colored.icon-gray a {
  color: #FEBE10;
}

.icon-theme-colored.icon-gray a:hover {
  color: #FEBE10;
}

.icon-theme-colored.icon-gray.icon-bordered a {
  color: #FEBE10;
}

.icon-theme-colored.icon-gray.icon-bordered a:hover {
  background-color: #eeeeee;
  border-color: #eeeeee;
  color: #FEBE10;
}

.icon-theme-colored a:hover {
  color: #FFC72C;
}

.icon-hover-theme-colored a:hover {
  background-color: #FFC72C;
  border-color: #FFC72C;
  color: #fff;
}

.styled-icons.icon-hover-theme-colored a:hover {
  background-color: #FEBE10;
  border-color: #FEBE10;
  color: #fff;
}

/* box-shadow */
.box-shadow,
.icon-box .icon.icon-border-effect::after {
  -webkit-box-shadow: #FEBE10;
  -moz-box-shadow: #FEBE10;
  box-shadow: 0 0 0 3px #FEBE10;
}

/*
 * Shortcode: Icon Boxes Theme Colored
 * -----------------------------------------------
*/
.icon-box.iconbox-theme-colored .icon {
  color: #FEBE10;
}

.icon-box.iconbox-theme-colored .icon.icon-border-effect::after {
  box-shadow: 0 0 0 3px #FEBE10;
}

.icon-box.iconbox-theme-colored .icon.icon-bordered {
  border-color: #FEBE10;
}

.icon-box.iconbox-theme-colored .icon.icon-bordered:hover {
  background-color: #FFC72C;
  color: #fff;
}

.icon-box.iconbox-theme-colored .icon.icon-gray:hover {
  background-color: #FFC72C;
  color: #fff;
}

.icon-box.iconbox-theme-colored .icon.icon-gray.icon-bordered {
  border-color: #eeeeee;
}

.icon-box.iconbox-theme-colored .icon.icon-gray.icon-bordered:hover {
  background-color: #FEBE10;
  border-color: #FEBE10;
  color: #fff;
}

.icon-box.iconbox-theme-colored .icon.icon-dark {
  background-color: #FEBE10;
  color: #fff;
}

.icon-box.iconbox-theme-colored .icon.icon-dark:hover {
  color: #fff;
}

.icon-box.iconbox-theme-colored .icon.icon-dark.icon-bordered {
  background-color: transparent;
  border-color: #FEBE10;
  color: #FEBE10;
}

.icon-box.iconbox-theme-colored .icon.icon-dark.icon-bordered:hover {
  background-color: #FEBE10;
  border-color: #FFC72C;
  color: #fff;
}

.icon-box.iconbox-theme-colored .icon.icon-white {
  background-color: #fff;
  color: #FEBE10;
}

.icon-box.iconbox-theme-colored .icon.icon-white:hover {
  background-color: #FEBE10;
  color: #fff;
}

.icon-box.iconbox-theme-colored .icon.icon-white.icon-bordered {
  background-color: transparent;
  border-color: #FEBE10;
  color: #fff;
}

.icon-box.iconbox-theme-colored .icon.icon-white.icon-bordered:hover {
  background-color: #FEBE10;
  border-color: #FFC72C;
  color: #fff;
}

.icon-box.iconbox-theme-colored.iconbox-border {
  border-color: #FEBE10;
}