.bg-primary {
  background-color: #f93031 !important;
}

.btn-style2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #f93031;
  color: #fff;
  border: 2px solid #f93031;
  line-height: 1;
  font-weight: 800;
  position: relative;
  outline: none;
  transition: all 0.4s ease;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px !important;
  padding: 15px 24px;
  z-index: 9;
  border-radius: 0.15rem;
  text-transform: uppercase;
  /* btn-style3 */
}

.btn-style2.white {
	background: #fff;
	color: #f93031 !important;
	border: 2px solid #fff;
	
}

.text-primary, .text-primary-hover:hover

.section-title02 .small-title {
  font-weight: 600;
  color: #09b850;
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  display: inline-block;
}

.btn-style2.white:after {
  background: #f93031;
}

.section-title02 .small-title {
  font-weight: 600;
  color: #f93031;
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  display: inline-block;
}


.section-title02 .small-title:before {
	
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #f93031;
	width: 7px;
	height: 7px;
	content: "";
  position: absolute;
	color: #f93031;

}

.bg-light {
  background-color: rgba(249, 48, 49, 0.05) !important;
}

.page-title-section ul li:last-child a {
  color: #f93031;
}
.page-title-section ul li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background-color: #f93031;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  animation: flickerAnimation 0.75s infinite;
  transition: color 0.3s;
}
	
		.section-title02 .title-sm:before {
    content: '';
    background: rgba(249, 48, 49, 0.4);
    height: 8px;
    width: 100%;
    position: absolute;
    bottom: 8px;
    z-index: -1;
    transition: transform 0.85s, opacity 0.85s, height 0.45s, bottom 0.45s, color 0.45s;
    transform: scale(1, 1) !important;
  }


.card-style02 .service-icon {
  width: 80px;
  height: 80px;
  background-color: #f93031;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.primary-overlay[data-overlay-dark]:before {
  background: #f93031;
}

.card-style02:hover .service-btn, .card-style02:active .service-btn, .card-style02:focus .service-btn {
  color: #f93031;
}

.card-style02:hover .service-btn, .card-style02:active .service-btn, .card-style02:focus .service-btn {
  color: #f93031;
}

.card-style02 .service-icon {
  width: 80px;
  height: 80px;
  background-color: #f93031;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.card-style02:hover .service-btn, .card-style02:active .service-btn, .card-style02:focus .service-btn {
  color: #f93031;
}

.card-style03 .card-body .service-content {
  box-shadow: 0 6px 30px 0 #000 12;
  background-color: #fff;
  padding-right: 1.5rem;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  margin: 0 32px;
  gap: 1.125rem;
  border-bottom: 2px solid #f93031;
  z-index: 1;
  position: relative;
  display: flex;
}

.card-style03 .card-body .service-content .service-icon {
  width: 85px;
  height: 85px;
  transition-duration: 500ms;
  margin-left: -16px;
  background-color: #f93031;
  align-items: center;
  justify-content: center;
  display: flex;
}

.card-style04 .blog-img span a:hover, .card-style04 .blog-img span a:active, .card-style04 .blog-img span a:focus {
  background-color: #f93031;
  color: #fff;
}

.card-style05:hover .card-body .service-btn {
  background-color: #f93031;
  border-radius: 0 0 10px 10px;
  transition: 0.4s;
  border: 1px solid #f93031;
}

.filtering .active {
  color: #fff;
  background: #f93031;
  border: 2px solid #f93031;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #f93031;
}

.lg-progress-bar .lg-progress {
  background-color: #f93031;
}

.portfolio-style01 .portfolio-block .portfolio-inner {
  background-color: #fff;
  padding: 1.125rem 1.5rem;
  margin: 0 30px;
  gap: 1.125rem;
  border-bottom: 2px solid #f93031;
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
}

.portfolio-style02 .content .icon a {
  display: flex;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #f93031;
  font-size: 22px;
  color: #fff;
  transition: all 700ms ease;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.pagination .active a {
  background-color: #f93031;
  color: #fff;
  cursor: default;
}
.pagination span.current {
  background-color: #f93031;
  color: #fff;
  border-color: transparent;
}


.resp-tabs-list li.resp-tab-active {
  border: 1px solid #f93031;
  border-bottom: none;
  border-color: #f93031 !important;
  margin-bottom: -1px;
  padding: 12px 14px 14px 14px;
  border-top: 4px solid #f93031;
  border-bottom: 0px #fff solid;
  border-bottom: none;
  background-color: #fff;
  color: #f93031;
}

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  background-color: #f93031 !important;
  color: #fff;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #f93031 !important;
  float: left;
  width: 70%;
  min-height: 250px;
  clear: none;
}

.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 11px !important;
  border-top: 1px solid;
  border: 1px solid #f93031 !important;
  border-left: 4px solid #f93031 !important;
  margin-bottom: 4px !important;
  border-right: 1px #fff solid !important;
}

.resp-tab-content-active {
  display: block;
  border-color: #f93031 !important;
}

h2.resp-accordion.resp-tab-active {
  border-color: #f93031 !important;
}

.tab-style01 .resp-tabs-list li.resp-tab-active {
  border-bottom: 1px solid #f93031;
}

.services-carousel-one.owl-theme .owl-nav [class*='owl-']:hover {
  background: #f93031 !important;
  transition: 0.4s;
}

.testimonials-carousel-one.owl-theme .owl-nav [class*='owl-']:hover {
  background: transparent;
  color: #f93031;
  transition: 0.4s;
}

.accordion.style01 .accordion-button {
  color: #fff;
  font-size: 18px;
  position: relative;
  display: block;
  width: 100%;
  white-space: normal;
  box-shadow: none;
  line-height: 30px;
  font-weight: 500;
  padding: 15px 55px 15px 20px;
  text-decoration: none;
  background: #f93031;
  border: 1px solid #f93031;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.portfolio-details-style01 .box-letter {
  background-color: #f93031;
  position: relative;
  z-index: 1;
  float: left;
  width: 1.5em;
  height: 1.5em;
  margin-top: 0.3em;
  margin-right: 0.5em;
  font-size: 1.75em;
  line-height: 1.55em;
  color: #14212b;
  font-weight: 800;
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
}

.portfolio-details-style01 .portfolio-tag a:hover {
  color: #fff;
  border-color: #f93031;
  background-color: #f93031;
}

.portfolio-details-style01 .portfolio-social-icons a:hover {
  background-color: #f93031;
  color: #fff;
}

.comment-reply-link {
  color: #f93031;
  background: rgba(9, 184, 80, 0.1);
  padding: 5px 18px;
  font-weight: 500;
  border-radius: 4px;
  font-size: 14px;
  margin-top: 18px;
  display: inline-block;
}
.comment-reply-link:hover, .comment-reply-link:active, .comment-reply-link:focus {
  color: #fff;
  background: #f93031;
}
a#cancel-comment-reply-link {
  color: #f93031;
  background: rgba(9, 184, 80, 0.1);
  padding: 9px 18px;
  font-weight: 500;
  border-radius: 4px;
  font-size: 14px;
  transition: 0.3s;
  float: right;
  margin: 6px 0;
  /* tags */
}
a#cancel-comment-reply-link:hover, a#cancel-comment-reply-link:active, a#cancel-comment-reply-link:focus {
  color: #fff;
  background: #f93031;
}

.tags a:hover {
  border-color: #f93031;
  background: #f93031;
  color: #fff;
}

.search-form_input {
  color: #f93031;
}
.search-frame h4 a:hover {
  color: #f93031;
}
.search-frame .search_list .match {
  color: #f93031;
}
.search-frame .search_list li:before {
  color: #f93031;
}
.search-frame .search_list li + li {
  border-top: 3px solid #f93031;
}
.search-frame .search {
  color: #f93031;
}
.about-style01 .arrow-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 20px;
  width: 50px;
  height: 50px;
  border: 2px solid #f93031;
  border-radius: 50%;
  /* about-style02 */
}

.about-style05 .left-content .exp-no {
  width: 110px;
  height: 110px;
  background-color: #f93031;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
}
.about-style05 .about-icon {
  width: 60px;
  height: 60px;
  background-color: rgba(9, 184, 80, 0.2);
  color: #f93031;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-style01 .process-block .process-icon span {
  position: absolute;
  top: 8%;
  right: 0;
  font-size: 16px;
  line-height: 35px;
  color: #fff;
  font-weight: 600;
  background: #f93031;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  transition: 0.5s;
}

.process-style02 .process-block .process-no {
  background-image: linear-gradient(to right, #f93031, #f93031);
  background-clip: text;
  -webkit-text-stroke-color: transparent;
  -webkit-text-stroke-width: 2px;
  color: #fff;
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 1px;
}

.contact-style01 .contact-icon {
  width: 80px;
  height: 80px;
  background-color: rgba(9, 184, 80, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f93031;
  font-size: 40px;
  border-radius: 50%;
  margin: 0 auto 20px;
  /* progress-style1 */
}

.progress-style1 .progress .progress-bar {
  background-color: #f93031;
}
.progress-style2 .progress {
  height: 8px;
  /*error-page*/
}
.progress-style2 .progress .progress-bar {
  background-color: #f93031;
}
.wrapper-error h1 {
  font-weight: 800;
  font-size: 214px;
  line-height: 1;
  text-align: center;
}

.next-page .image-next:after {
  background-color: #f93031;
}

.history-style01 .history-block:hover .history-content .history-no {
  color: #f93031;
}

.form-control:focus {
  border-color: #f93031;
}
.form-check-input:checked {
  border-color: #f93031;
  background-color: #f93031;
}

.wpcf7 .quform-submit-inner.white {
  background-color: #f93031;
}

.wpcf7 .rounded-pill-form .quform-submit-inner {
  border: 1px solid transparent;
  background: #f93031;
  color: #fff;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0em;
  padding: 0;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border-radius: 50px;
}
.wpcf7 .rounded-pill-form .quform-submit-inner .wpcf7-submit {
  display: inline-flex;
  background: #f93031;
  align-items: center;
  font-weight: 700;
  font-size: 14px !important;
  letter-spacing: 0.5px;
  padding: 14px 31px !important;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.wpcf7 .rounded-pill-form .quform-submit-inner:hover .wpcf7-submit, .wpcf7 .rounded-pill-form .quform-submit-inner:active .wpcf7-submit, .wpcf7 .rounded-pill-form .quform-submit-inner:focus .wpcf7-submit {
  color: #f93031 !important;
  background: #fff;
  /* newsletter */
}

.newsletter-form .quform-element .quform-input .form-control.news-box:active {
  border-color: #f93031;
}

.social-icon-style1 li a {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #f93031;
  height: 40px;
  line-height: 40px;
  width: 40px;
}
.social-icon-style1 li a:hover, .social-icon-style1 li a:active, .social-icon-style1 li a:focus {
  color: #f93031;
  background: #fff;
}

.social-icon-style2 li a:hover, .social-icon-style2 li a:active, .social-icon-style2 li a:focus {
  color: #fff;
  background: #f93031;
}

.social-icon-style3 li a:hover {
  color: #f93031;
}

.social-icon-style4 ul li a:hover {
  background: #f93031;
  border-color: #f93031;
  color: #fff;
}

.footer-style3 .footer-list li a:hover {
  color: #f93031;
}

.wp-block-search__button {
  color: #fff;
  background-color: #f93031;
  font-size: 16px;
  font-weight: 600;
  padding: 11px 10px !important;
  text-align: center;
  transition: all 0.3s;
  display: inline-block;
  position: relative;
  z-index: 1;
  border-radius: 3px;
  overflow: hidden;
  border: none;
}

.list-style01 li:before {
  content: "\e64c";
  font-family: 'themify';
  position: absolute;
  left: 0;
  top: 4px;
  color: #f93031;
}

.list-style04 li:before {
  content: '\f058';
  font-family: "Font Awesome 6 Free";
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  line-height: 35px;
  color: #f93031;
}

.scroll-top-percentage active {
	
	background-color: #f93031;
	
}

.scroll-top-percentage {
	
	background-color: #f93031;
	
}



.section-title02 .small-title {
  font-weight: 600;
  color: #f93031;
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  display: inline-block;
}

.bg-primary {
  background-color: #f93031 !important;
}

.text-primary, .text-primary-hover:hover {
  color: #f93031 !important;
}

.border-primary {
  border: 1px solid #f93031 !important;
}

.list-style05 li a:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #f93031;
  transition: 0.5s;
  content: "";
  z-index: -1;
}

.list-style06 li:hover a, .list-style06 li:hover:before {
  color: #f93031;
}

.btn-style2.white {
  background: #fff;
  color:  #f93031 !important;
  border: 2px solid #fff;
}
.btn-style2.white:after {
  background:  #f93031;
}

.btn-style1 {
  position: relative;
  overflow: hidden;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  font-weight: 700;
  display: inline-flex;
  text-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  background-color: #f93031;
  padding: 12px 27px !important;
  font-size: 14px;
  text-transform: uppercase;
}

.scroll-top-percentage active {
	
	background-color: conic-gradient(rgb(249, 48, 49) 100%, rgb(20, 33, 43) 100%);
}

.list-style01 li:before {
  content: "\e64c";
  font-family: 'themify';
  position: absolute;
  left: 0;
  top: 4px;
  color: #f93031;
}
	
.scroll-top-percentage.active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
  animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
  -webkit-transition: 0.3s;
  transition: 0.3s;
	background-color: #f93031 !important;
}

.scroll-top-percentage active {
	
		background-color: #f93031 !important;
	
}

.page-title-section ul {
  padding: 9px 15px 7px 36px;
  border: 1px solid rgba(9, 184, 80, 0.3);
  border-radius: 8px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #f93031;
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 1;
}
	.page-title-section ul li:last-child a {
  color: #f93031;
}

	.page-title-section ul {
  padding: 9px 15px 7px 36px;
  border: 1px solid rgba(249, 48, 49, 0.3);
  border-radius: 8px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #f93031;
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 1;
}

	.page-title-section ul li:last-child a {
  color: #f93031;
}

.section-title01 span {
  padding: 9px 15px 7px 36px;
  border: 1px solid rgba(9, 184, 80, 0.3);
  border-radius: 8px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #f93031;
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 1;
}
.section-title01 span:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background-color: #f93031;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  animation: flickerAnimation 0.75s infinite;
  transition: color 0.3s;
}

.section-title01 span {
  padding: 9px 15px 7px 36px;
  border: 1px solid rgba(249, 48, 49, 0.3);
  border-radius: 8px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #f93031;
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 1;
}

.btn-style3 {
  display: inline-flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  text-align: center;
  background: #f93031;
  color: #fff;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  outline: none;
  transition: all 0.4s ease;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px !important;
  padding: 14px 34px !important;
  z-index: 9;
  border-radius: 4px;
  border: 1px solid transparent;
  text-transform: uppercase;
}

.btn-style3.white {
  background: #fff;
  color: #09b850 !important;
}
.btn-style3.white:hover {
  background-color: #f93031;
  color: #fff !important;
}
.btn-style3.white-hover:hover, .btn-style3.white-hover:active, .btn-style3.white-hover:focus {
  background-color: #fff !important;
  color: #f93031;
}

.service-icon {
	background-color: #f93031 !important;
	
}

.card-style02 .service-icon {
  width: 80px;
  height: 80px;
  background-color: #f93031;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.card-style02:hover .service-btn, .card-style02:active .service-btn, .card-style02:focus .service-btn {
  color: #f93031;
}

.card-style02 .service-icon {
  width: 80px;
  height: 80px;
  background-color: #f93031;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.card-style02:hover .service-btn, .card-style02:active .service-btn, .card-style02:focus .service-btn {
  color: #f93031;
}

.card-style02 .service-icon {
  width: 80px;
  height: 80px;
  background-color: #f93031;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.card-style02:hover .service-btn, .card-style02:active .service-btn, .card-style02:focus .service-btn {
  color: #f93031;
}

.card-style03 .card-body .service-content {
  box-shadow: 0 6px 30px 0 #000 12;
  background-color: #fff;
  padding-right: 1.5rem;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  margin: 0 32px;
  gap: 1.125rem;
  border-bottom: 2px solid #f93031;
  z-index: 1;
  position: relative;
  display: flex;
}

.card-style03 .card-body .service-content .service-icon {
  width: 85px;
  height: 85px;
  transition-duration: 500ms;
  margin-left: -16px;
  background-color: #f93031;
  align-items: center;
  justify-content: center;
  display: flex;
}

.card-style04 .blog-img span a:hover, .card-style04 .blog-img span a:active, .card-style04 .blog-img span a:focus {
  background-color: #f93031;
  color: #fff;
}

.card-style05:hover .card-body .service-icon {
  background-color: #f93031;
}

.card-style05:hover .card-body .service-btn {
  background-color: f93031;
  border-radius: 0 0 10px 10px;
  transition: 0.4s;
  border: 1px solid #f93031;
}

.filtering .active {
  color: #fff;
  background: #f93031;
  border: 2px solid #f93031;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #f93031;
}
.lg-progress-bar .lg-progress {
  background-color: #f93031;
}


.card-style02 .service-icon {
  width: 80px;
  height: 80px;
  background-color: #f93031;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.card-style02:hover .service-btn, .card-style02:active .service-btn, .card-style02:focus .service-btn {
  color: #f93031;
}

.card-style03 .card-body .service-content .service-icon {
  width: 85px;
  height: 85px;
  transition-duration: 500ms;
  margin-left: -16px;
  background-color: #f93031;
  align-items: center;
  justify-content: center;
  display: flex;
}

.card-style04 .blog-img span a:hover, .card-style04 .blog-img span a:active, .card-style04 .blog-img span a:focus {
  background-color: #f93031;
  color: #fff;
}

.section-title02 .small-title {
  font-weight: 600;
  color: #f93031;
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  display: inline-block;
}

.btn-style3.white {
  background: #fff;
  color: #f93031 !important;
}

.section-title02 .small-title {
  font-weight: 600;
  color: #f93031;
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  display: inline-block;
}



a:hover{
	
	color: #f93031 !important;
	
}

.header-style2 .navbar-nav li.current > a, .header-style2 .navbar-nav li.current-menu-ancestor > a, .header-style2 .navbar-nav li.current-menu-item > a, .header-style2 .navbar-nav li.current-menu-parent > a {
	
	color: #db3636;
	
	
}


.header-style2.scrollHeader .navbar-nav li.current-menu-item > a, .header-style2.scrollHeader .navbar-nav li.current > a:hover{
	
	color:  #f93031;
	
}