/*$primary-color: #f0a60e;
$secodary-color: #ff6633;*/
/*$primary-color: #f0a60e;
$secodary-color: #ff6633;*/
::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #ff6633; }

::selection {
  color: #fff;
  background: #ff6633; }

a {
  color: #ff6633; }

.btn-primary {
  background-image: -moz-linear-gradient(left, #f0a60e -50%, #ff6633 100%);
  background-image: -webkit-linear-gradient(left, #f0a60e -50%, #ff6633 100%);
  background-image: linear-gradient(to left, #f0a60e -50%, #ff6633 100%);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(240, 172, 80, 0.4);
  box-shadow: 0px 0px 20px 0px rgba(240, 172, 80, 0.4);
  background-size: auto 140%;
  border: 0px; }

.btn-primary:hover,
.btn-primary:focus {
  color: #fff; }

.btn-primary.btn-light {
  background: #fff;
  color: #ff6633; }

.btn-primary.btn-light:hover,
.btn-primary.btn-light:focus {
  color: #ff6633; }

.btn-secondary {
  background-color: #3e3e3e;
  border-color: #3e3e3e;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4); }

.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #2d3646;
  border-color: #2d3646;
  color: #fff; }

.btn-outline-primary {
  background: transparent;
  border: 2px solid #ff6633;
  color: #ff6633; }

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background: #ff6633;
  border-color: #ff6633;
  color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4); }

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  background: #ff6633;
  border-color: #ff6633;
  color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4); }

.btn-outline-secondary {
  background: transparent;
  border: 2px solid #485974;
  color: #485974; }

.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
  background: #485974;
  color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4); }

.btn-outline-primary.btn-light {
  background: transparent;
  border: 2px solid #fff;
  color: #fff; }

.btn-outline-primary.btn-light:hover,
.btn-outline-primary.btn-light:focus {
  background: #fff;
  color: #ff6633;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4); }

.menu-primary li.menu-item:hover > a,
.menu-primary li.menu-item.active > a {
  color: #ff6633; }

.menu-fixed .menu-primary li.menu-item:hover > a,
.menu-fixed .menu-primary li.menu-item.active > a {
  color: #ff6633;
  opacity: 1; }

.menu-fixed .btn-outline-primary.btn-light {
  background: transparent;
  border: 2px solid #ff6633;
  color: #ff6633; }

.menu-fixed .btn-outline-primary.btn-light:hover {
  background: #ff6633;
  border-color: #ff6633;
  color: #fff; }

.menu-fixed .btn-primary.btn-light {
  background-image: -moz-linear-gradient(top, #f0a60e 0%, #ff6633 100%);
  background-image: -webkit-linear-gradient(top, #f0a60e 0%, #ff6633 100%);
  background-image: linear-gradient(to bottom, #f0a60e 0%, #ff6633 100%);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(240, 172, 80, 0.4);
  box-shadow: 0px 0px 20px 0px rgba(240, 172, 80, 0.4);
  background-size: auto 140%;
  border: 0px;
  color: #fff; }

.menu-primary .sub-menu > li.menu-item > a:before {
  background: -moz-linear-gradient(left, #f0a60e 0%, #ff6633 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #f0a60e), color-stop(100%, #ff6633));
  background: -webkit-linear-gradient(left, #f0a60e 0%, #ff6633 100%);
  background: linear-gradient(to right, #f0a60e 0%, #ff6633 100%); }

.menu-primary .sub-menu > li.menu-item.col-title > a:after {
  background: -moz-linear-gradient(left, #f0a60e 0%, #ff6633 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #f0a60e), color-stop(100%, #ff6633));
  background: -webkit-linear-gradient(left, #f0a60e 0%, #ff6633 100%);
  background: linear-gradient(to right, #f0a60e 0%, #ff6633 100%); }

.page-header.dc-one {
  background-image: url("../../images/orange-color/bg-1.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.page-header.dc-two {
  background-image: url("../../images/orange-color/bg-3.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat; }

.page-header.dc-four {
  background-image: url("../../images/orange-color/bg-4.png");
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat; }

.page-header.dc-five {
  background-color: #ffede0;
  background-image: url("../../images/bg-5.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat; }

.page-header.dc-nine {
  background-image: url("../../images/orange-color/bg-5.png");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat; }

.search-option .search-btn a {
  background-image: -moz-linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%);
  background-image: -webkit-linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%);
  background-image: linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%); }

.heading-wrapper span {
  color: #ff6633; }

.heading-wrapper.with-separator h1:after,
.heading-wrapper.with-separator h2:after,
.heading-wrapper.with-separator h3:after {
  background: -moz-linear-gradient(left, #f0a60e 0%, #ff6633 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #f0a60e), color-stop(100%, #ff6633));
  background: -webkit-linear-gradient(left, #f0a60e 0%, #ff6633 100%);
  background: linear-gradient(to right, #f0a60e 0%, #ff6633 100%); }

.key-feature .icon {
  color: #ff6633;
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #fff), color-stop(100%, #fefbf3));
  background: -webkit-linear-gradient(-45deg, #fff 0%, #fefbf3 100%);
  background: linear-gradient(135deg, #fff 0%, #fefbf3 100%); }

#support {
  background: #fefbf3;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fefbf3), color-stop(100%, #fff));
  background: -webkit-linear-gradient(top, #fefbf3 0%, #fff 100%);
  background: linear-gradient(to bottom, #fefbf3 0%, #fff 100%); }

.light-gradient-bg {
  background: #fefbf3;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fefbf3), color-stop(100%, #fff));
  background: -webkit-linear-gradient(top, #fefbf3 0%, #fff 100%);
  background: linear-gradient(to bottom, #fefbf3 0%, #fff 100%); }

.screenshot-section:before {
  background: url("../../images/orange-color/half-circle-bg.png") no-repeat scroll bottom center;
  background-size: cover;
  content: "";
  height: 425px;
  width: 100%;
  position: absolute;
  top: 0; }

.light-bg {
  background: #fefbf3; }

.cta-section {
  background: url("../../images/orange-color/bg-2.jpg") no-repeat scroll center bottom;
  background-size: cover; }

.footer-theme-one {
  background: url("../../images/orange-color/footer-bg-1.png") no-repeat scroll center top;
  background-size: cover; }

.footer-theme-one .footer-logo:before {
  background: #f0a60e;
  background: -moz-linear-gradient(0deg, #f0a60e 0%, #ff6633 100%);
  background: -webkit-linear-gradient(0deg, #f0a60e 0%, #ff6633 100%);
  background: linear-gradient(90deg, #f0a60e 0%, #ff6633 100%); }

.footer-theme-two {
  background: -webkit-linear-gradient(-84deg, #f28e11 0%, #ff6633 100%);
  background: -moz-linear-gradient(-84deg, #f28e11 0%, #ff6633 100%);
  background: linear-gradient(-84deg, #f28e11 0%, #ff6633 100%); }

.footer-theme-dark {
  background: -webkit-linear-gradient(to right, #2e2e2e 0%, #181818 100%);
  background: -moz-linear-gradient(to right, #2e2e2e 0%, #181818 100%);
  background: linear-gradient(-84deg, #2e2e2e 0%, #181818 100%); }

.footer-theme-three {
  background: -webkit-linear-gradient(-84deg, #f28e11 0%, #ff6633 100%);
  background: -moz-linear-gradient(-84deg, #f28e11 0%, #ff6633 100%);
  background: linear-gradient(-84deg, #f28e11 0%, #ff6633 100%); }

.footer-theme-eight:before {
  background: -webkit-linear-gradient(-84deg, #f28e11 0%, #ff6633 100%);
  background: -moz-linear-gradient(-84deg, #f28e11 0%, #ff6633 100%);
  background: linear-gradient(-84deg, #f28e11 0%, #ff6633 100%); }

.pricing-plans-one .card-title {
  color: #ff6633; }

.pricing-plans-one .pricing-feature-list li::before {
  color: #ff6633; }

.pricing-plans-one .price-card.popular .card-header {
  background: url("../../images/orange-color/plan-card-header-bg.png") no-repeat scroll center bottom;
  background-size: cover;
  padding: 50px 30px 50px;
  margin-bottom: 30px; }

.pricing-plans-one .price-card.popular .card-title,
.pricing-plans-one .price-card.popular .plan-cost,
.pricing-plans-one .price-card.popular .plan-validity {
  color: #fff; }

.list-style-one li:before,
.list-style-one li:after {
  background: #ff6633; }

.features-block.theme-one .inner-box:before {
  background: #f0a60e;
  background-image: -moz-linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%);
  background-image: -webkit-linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%);
  background-image: linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%); }

.client-testimonial.theme-one blockquote:before {
  background-image: -moz-linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%);
  background-image: -webkit-linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%);
  background-image: linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%); }

.counter-block .counter-number-suffix {
  background-image: -moz-linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%);
  background-image: -webkit-linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%);
  background-image: linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent; }

.counter-block.with-icon .counter-icon {
  background-color: #ff6633;
  border-width: 0px; }

.menu-fixed .style-dark.search-option .search-btn a {
  background-image: -moz-linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%);
  background-image: -webkit-linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%);
  background-image: linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%);
  color: #fff; }

.menu-fixed .style-dark.search-option .search-btn a:before {
  border: rgba(42, 31, 188, 0.2) solid 6px; }

.screenshot-slider .slick-arrow {
  background-image: -moz-linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%);
  background-image: -webkit-linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%);
  background-image: linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(240, 172, 80, 0.4);
  box-shadow: 0px 0px 20px 0px rgba(240, 172, 80, 0.4); }

.testimonial-section.style-two:before {
  /* background: url('../../images/orange-color/bg-2.jpg') no-repeat scroll center bottom; */
  background-image: -moz-linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%);
  background-image: -webkit-linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%);
  background-image: linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%);
  background-size: cover; }

.client-testimonial.theme-two .testimonial-text::after {
  background-image: -moz-linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%);
  background-image: -webkit-linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%);
  background-image: linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%); }

.dc-two.about-section .video-wrapper:before {
  background: #f0a60e; }

.dc-two.about-section .video-player:before {
  background: url("../../images/orange-color/inner-ring.png") no-repeat center center; }

.dc-two.about-section .video-player:after {
  background: url("../../images/orange-color/outer-ring.png") no-repeat center center; }

.icon-box.theme-one .icon {
  background-image: -moz-linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%);
  background-image: -webkit-linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%);
  background-image: linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%); }

.pricing-plans-two .card-title:after {
  background: -moz-linear-gradient(left, #f0a60e 0%, #ff6633 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #f0a60e), color-stop(100%, #ff6633));
  background: -webkit-linear-gradient(left, #f0a60e 0%, #ff6633 100%);
  background: linear-gradient(to right, #f0a60e 0%, #ff6633 100%); }

.pricing-plans-two .pricing-feature-list li::before {
  color: #ff6633; }

.pricing-plans-two .plan-cost-wrapper {
  background-color: #485974; }

.pricing-plans-two .popular .plan-cost-wrapper {
  background-image: -moz-linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%);
  background-image: -webkit-linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%);
  background-image: linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%); }

.dark-bg {
  background: #ff6633; }

.features-block.theme-two .inner-box {
  background: rgba(254, 251, 243, 0.08); }

.features-block.theme-two .inner-box:hover {
  background: rgba(254, 251, 243, 0.15); }

.gradient-heading-bg:before {
  background: url("../../images/orange-color/half-circle-bg.png") no-repeat scroll bottom center;
  background-size: cover;
  content: "";
  height: 300px;
  width: 100%;
  position: absolute;
  top: 0; }

.page-header.dc-three {
  background: #f0a60e;
  background: -moz-linear-gradient(45deg, #f0a60e 0%, #ff6633 51%, #d04d03 100%);
  background: -webkit-linear-gradient(45deg, #f0a60e 0%, #ff6633 51%, #d04d03 100%);
  background: linear-gradient(45deg, #f0a60e 0%, #ff6633 51%, #d04d03 100%); }

.page-header.dc-eight {
  background: #f0a60e;
  background: -moz-linear-gradient(top, #f0a60e 0%, #ff6633 100%);
  background: -webkit-linear-gradient(top, #f0a60e 0%, #ff6633 100%);
  background: linear-gradient(to bottom, #f0a60e 0%, #ff6633 100%); }

.page-header.dc-comingsoon {
  background: #f0a60e;
  background: -moz-linear-gradient(45deg, #f0a60e 0%, #ff6633 51%, #d04d03 100%);
  background: -webkit-linear-gradient(45deg, #f0a60e 0%, #ff6633 51%, #d04d03 100%);
  background: linear-gradient(45deg, #f0a60e 0%, #ff6633 51%, #d04d03 100%); }

.icon-box.theme-two .icon {
  background: #fefbf3; }

.fact-section {
  position: relative; }

.fact-section:before {
  /* background: url('../../images/orange-color/traiangle-transparent-bg.png') no-repeat scroll bottom center; */
  background-size: auto;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-position: left bottom; }

.slick-dots li.slick-active button {
  background: #ff6633;
  border: #ff6633; }

.pricing-plans-three .plan-cost,
.pricing-plans-three .plan-validity {
  color: #ff6633; }

.pricing-plans-three .pricing-feature-list li::before {
  color: #ff6633; }

.pricing-plans-three .price-card.popular {
  background-image: -moz-linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%);
  background-image: -webkit-linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%);
  background-image: linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%);
  color: #fff; }

.pricing-plans-three .popular .plan-cost,
.pricing-plans-three .popular .plan-validity,
.pricing-plans-three .popular .card-title {
  color: #fff; }

.pricing-plans-three .popular .pricing-feature-list {
  color: #fff; }

.pricing-plans-three .popular .pricing-feature-list li::before {
  color: #fff; }

.pricing-plans-three .popular .btn-primary {
  background: #fff;
  color: #485974; }

#navigation .btn-outline-primary.btn-light {
  background-image: -moz-linear-gradient(top, #f0a60e 0%, #ff6633 100%);
  background-image: -webkit-linear-gradient(top, #f0a60e 0%, #ff6633 100%);
  background-image: linear-gradient(to bottom, #f0a60e 0%, #ff6633 100%);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(240, 172, 80, 0.4);
  box-shadow: 0px 0px 20px 0px rgba(240, 172, 80, 0.4);
  background-size: auto 140%;
  border: 0px; }

#navigation .btn-outline-primary.btn-light:hover,
#navigation .btn-outline-primary.btn-light:focus {
  background-position: bottom center;
  color: #fff; }

.menu-fixed #navigation .btn-outline-primary.btn-light {
  color: #fff; }

.inner-page-header {
  position: relative;
  /* background: url('../../images/orange-color/half-circle-bg.png') no-repeat scroll bottom center; */
  background-size: cover;
  /* background-color: #fd7f07; */
  padding: 50px 0;
  background-image: -moz-linear-gradient(right, #f0a60e 0%, #ff6633 100%);
  background-image: -webkit-linear-gradient(right, #f0a60e 0%, #ff6633 100%);
  background-image: linear-gradient(to right, #f0a60e 0%, #ff6633 100%); }

.st-team-member.theme-one .member-position {
  color: #ff6633; }

.article-block .entry-title a:hover {
  color: #ff6633; }

.post-meta a:hover {
  color: #ff6633; }

.pagination li span.current {
  background-image: -moz-linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%);
  background-image: -webkit-linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%);
  background-image: linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%); }

.news-grid.column-2 .article-details:before {
  background: -moz-linear-gradient(left, #f0a60e 0%, #ff6633 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #f0a60e), color-stop(100%, #ff6633));
  background: -webkit-linear-gradient(left, #f0a60e 0%, #ff6633 100%);
  background: linear-gradient(to right, #f0a60e 0%, #ff6633 100%); }

.filters li span::after {
  background: -moz-linear-gradient(left, #f0a60e 0%, #ff6633 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #f0a60e), color-stop(100%, #ff6633));
  background: -webkit-linear-gradient(left, #f0a60e 0%, #ff6633 100%);
  background: linear-gradient(to right, #f0a60e 0%, #ff6633 100%); }

.filters li.is-checked span {
  color: #ff6633; }

.post-meta span.entry-meta::before,
.entry-tags .label:before {
  color: #ff6633; }

.sidebar ul li::after {
  color: #ff6633; }

.sidebar a:hover {
  color: #ff6633; }

.tagcloud a:hover,
.entry-tags a:hover {
  background: #ff6633; }

.sidebar .widget-title:after {
  background: -moz-linear-gradient(left, #f0a60e 0%, #ff6633 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #f0a60e), color-stop(100%, #ff6633));
  background: -webkit-linear-gradient(left, #f0a60e 0%, #ff6633 100%);
  background: linear-gradient(to right, #f0a60e 0%, #ff6633 100%); }

blockquote::before {
  background-image: -moz-linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%);
  background-image: -webkit-linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%);
  background-image: linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%); }

.circle-background-animation:before {
  background: url("../../images/orange-color/circle-img.png") no-repeat scroll center center; }

.how-it-work-wrapper .step-number {
  background: rgba(250, 144, 40, 0.25); }

.features-block.theme-three .inner-box:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(240, 172, 80, 0.4);
  box-shadow: 0px 0px 20px 0px rgba(240, 172, 80, 0.4);
  border: 1px solid #ff6633; }

.st-tab-btn .nav-tabs .nav-item .nav-link:after,
.st-tab-btn .nav-tabs .nav-link:after {
  background: -moz-linear-gradient(left, #f0a60e 0%, #ff6633 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #f0a60e), color-stop(100%, #ff6633));
  background: -webkit-linear-gradient(left, #f0a60e 0%, #ff6633 100%);
  background: linear-gradient(to right, #f0a60e 0%, #ff6633 100%); }

.st-tab-btn .nav-tabs .nav-link:hover,
.st-tab-btn .nav-tabs .nav-item.show .nav-link,
.st-tab-btn .nav-tabs .nav-link.active {
  color: #ff6633; }

.signin-wrapper .box-header::before {
  background-image: -moz-linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%);
  background-image: -webkit-linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%);
  background-image: linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%); }

.dc-signin.theme-two {
  background: url("../../images/orange-color/bg-6.jpg") no-repeat scroll center center;
  background-size: cover; }

.dc-signin.theme-two .intro-box {
  background-image: -moz-linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%);
  background-image: -webkit-linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%);
  background-image: linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%); }

.page-header.dc-six:before {
  background-image: -moz-linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%);
  background-image: -webkit-linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%);
  background-image: linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%); }

.page-header.dc-six:after {
  background-image: url("../../images/orange-color/traiangle-transparent-bg-flip.png"); }

.enquiry-form-box .form-wrapper .form-header h4 span {
  color: #ff6633; }

.widget .widget-title h3.title {
  color: #ff6633; }

.contact-info li::before,
.footer-nav li::before {
  color: #ff6633; }

.dc-features-group > .dc-features-item .dc-features-item-hover::before {
  background-color: #ff6633; }

.page-header.dc-seven:before {
  background: #fefbf3; }

.timeline::before {
  background: -moz-linear-gradient(left, #f0a60e 0%, #ff6633 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #f0a60e), color-stop(100%, #ff6633));
  background: -webkit-linear-gradient(left, #f0a60e 0%, #ff6633 100%);
  background: linear-gradient(to right, #f0a60e 0%, #ff6633 100%); }

.timeline .step-number {
  color: #ff6633; }

.timeline .timeline-item:before {
  background: #ff6633; }

#accordion.style-2 .panel-default .panel-title a::after {
  background: #ff6633; }

.client-testimonial.theme-four .slick-arrow {
  background-image: -moz-linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%);
  background-image: -webkit-linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%);
  background-image: linear-gradient(-135deg, #f0a60e 0%, #ff6633 100%);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(240, 172, 80, 0.4);
  box-shadow: 0px 0px 20px 0px rgba(240, 172, 80, 0.4); }

/* .contact-box-wrapper .contact-details-box{
      background:$primary-color;
  } */
@media only screen and (max-width: 991px) {
  .footer-theme-one {
    background: url("../../images/orange-color/footer-bg-1-mobile.png") no-repeat scroll center top;
    background-size: cover; }

  #navigation .menu-primary li.menu-item:hover > a,
  #navigation .menu-primary li.menu-item.active > a {
    opacity: 1;
    color: #ff6633; } }

/*# sourceMappingURL=orange-color.css.map */
