/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 03 2026 | 06:40:38 */
html, body {
    overflow-x: hidden !important;
}

p:last-child {
	margin-bottom:0px
}

ul.sub-menu {
    overflow: hidden;
}

@media only screen and (min-width:901px) {
.slider-banner:before {
    content: "";
    width: 400px;
    height: 200%;
    position: absolute;
    background-color: #f7941db5;
    right: -170px;
    top: -50%;
    transform: rotate(25deg);
}

.slider-banner:after {
    content: "";
    width: 400px;
    height: 200%;
    position: absolute;
    background-color: #f7941db5;
    right: -220px;
    top: -50%;
    transform: rotate(25deg);
}
}

.elementor-widget-text-editor ul {
    padding-left: 20px;
}

.elementor-heading-title .title-highlight {
    color: var(--e-global-color-primary);
}

 .rotate-img img {
	animation: rotate linear 10s infinite;
}

@keyframes rotate {
  100% {transform: rotate(360deg);}
}

.about-sahara .elementor-image-box-title span {
    font-size: 34px !important;
	font-weight: 700 !important;
}

.sub-title .elementor-heading-title {
    padding-left: 50px;
}

.sub-title .elementor-heading-title:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: var(--e-global-color-primary);
    left: 0px;
    top: 10px;
    transform: rotate(45deg);
}

.sub-title .elementor-heading-title:after {
    content: "";
    width: 40px;
    height: 2px;
    border-bottom: 2px dotted var(--e-global-color-primary);
    position: absolute;
    left: 4px;
    top: 13px;
}

.exper-box .elementor-widget-container {
	animation-name: changeBg;
	animation-duration: 5s;
	animation-iteration-count: infinite;
}

@keyframes changeBg {
  0% {
    background-color: #f7941d;
  }
  50% {
    background-color: #000000;
  }
  100% {
    background-color: #f7941d;
  }
}

.style-btn {
	overflow:hidden;
	border-radius:3px;
}

.style-btn .elementor-button {
	z-index: 0;
}

.style-btn .elementor-button:before {
    content: "";
    position: absolute;
    background-color: #000000;
    width: 17px;
    height: 100%;
    top: 0px;
    left: -8px;
    z-index: 0;
    transition: 0.3s;
    border-radius: 0px 150px 150px 0px;
}

.style-btn .elementor-button:after {
    content: "";
    position: absolute;
    background-color: #000000;
    width: 17px;
    height: 100%;
    top: 0px;
    right: -8px;
    z-index: 0;
	transition:0.3s;
	border-radius: 150px 0px 0px 150px;
}

.style-btn .elementor-button:hover:before {
    width: 100%;
}

.style-btn .elementor-button:hover:after {
    width: 100%;
}

.style-btn .elementor-button .elementor-button-content-wrapper {
    z-index: 1;
    position: relative;
}

.our-services .service-box-item .elementor-widget-image {
    overflow: hidden;
    border-radius: 5px;
}

.our-services .service-box-item .elementor-widget-image .elementor-widget-container {
	background-color: var(--e-global-color-primary);
}

.our-services .service-box-item img {
    transition:0.3s;
}

.our-services .service-box-item:hover img {
    transform:scale(1.1);
	opacity:0.8;
}

.our-services .service-box-item .services-content {
    width: 90%;
    margin: -24px 5% 0px;
    background-color: #ffffff;
    padding: 15px;
    box-shadow: 0px 7px 7px #ececec;
	transition:0.3s;
	border-radius:5px;
}

.our-services .service-box-item:hover .services-content {
    background-color: #000000;
    transform:rotate(3deg);
}

.our-services .service-box-item .elementor-heading-title,
.our-services .service-box-item p {
	transition:0.3s;
}

.our-services .service-box-item:hover .elementor-heading-title,
.our-services .service-box-item:hover p {
	color:#ffffff !important;
}

.the-process .process-box ul { 
    padding-left: 20px !important;
}

.grow-timeline .timeline-list:before {
    content: "";
    width: 2px;
/*     height: calc(100% + 40px); */
	height: 100%;
    position: absolute;
    left: 42px;
/*     top: -19px; */
	top: 0px;
    border-left: 2px solid #f7941d;
}

.grow-timeline .timeline-list:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 39px;
/*     top: -24px; */
	top: -3px;
    background-color: #f7941d;
    border-radius: 14px;
}

.grow-timeline .timeline-list figure.elementor-image-box-img {
    border: 10px solid #f7941d;
    padding: 7px;
    border-radius: 40px;
    background-color: #fff;
}

.grow-timeline .timeline-list .elementor-image-box-wrapper {
    position: relative;
    z-index: 0;
}

.grow-timeline .timeline-list .elementor-image-box-content {
    border: 1px solid lightgray;
    padding: 20px 20px;
    background-color: #fff;
    border-radius: 5px;
	z-index: -1;
}

.grow-timeline .timeline-list .elementor-image-box-content:before {
    content: "";
    width: 22px;
    height: 2px;
    position: absolute;
    border-bottom: 2px solid #f7941d;
    left: 58px;
    top: 50%;
    z-index: 0;
}

.market-analysis ul li strong,
.market-analysis ul li::marker {
	color:#f7941d;
}

.project-work .project-item figure {
	overflow:hidden;
	background-color:#000000;
}

.project-work .project-item figure img {
	transition: 0.3s;
}

.project-work .project-item:hover figure img {
	transform: scale(1.25) rotate(10deg);
	opacity:0.7;
}

.top-page-title>.e-con-inner:before {
    content: "";
    width: 400px;
    height: 200%;
    position: absolute;
    background-color: #f7941db5;
    left: -280px;
    top: 9%;
    transform: rotate(-40deg);
}

.top-page-title>.e-con-inner:after {
    content: "";
    width: 400px;
    height: 200%;
    position: absolute;
    background-color: #f7941db5;
    right: -280px;
    top: -110%;
    transform: rotate(-40deg);
}


.left-field, .right-field {
    width: calc(50% - 6px);
	float: left;
}

.left-field {
    margin-right:6px;
}

.right-field {
    margin-left:6px;
}

.contact-us form label,
.service-banner form label {
    display: none;
}

.contact-us form input[type="text"], .contact-us form input[type="email"],
.contact-us form input[type="tel"], .contact-us form textarea,
.service-banner form input[type="text"], .service-banner form input[type="email"],
.service-banner form select,
.service-banner form input[type="tel"], .service-banner form textarea {
    background-color: #f8f8f8;
    border: 1px solid #d7d7d7;
}

.service-banner form input[type="text"], .service-banner form input[type="email"],
.service-banner form select, .service-banner form input[type="tel"], .service-banner form textarea {
    margin-bottom:13px;
}

.contact-us form textarea,
.service-banner form textarea {
	max-height: 100px;
}

.contact-us form .wpcf7-submit,
.service-banner form .wpcf7-submit {
    width: 150px;
    padding: 8px !important;
    border: none;
}

.contact-us form span.wpcf7-not-valid-tip,
.service-banner form span.wpcf7-not-valid-tip {
    display: none;
}

.contact-us form .wpcf7-not-valid,
.service-banner form .wpcf7-not-valid {
    border-color: #c30000 !important;
}