@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;family=Outfit:wght@100..900&amp;display=swap");

body{
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

#site-logo {
  margin-right: 20px;
}

#site-navigation-wrap .dropdown-menu {
  margin-top: 28px;
}


/*---------------------------------
	1.8 spacing
---------------------------------*/
.section-space {
  padding-top: 60px;
  padding-bottom: 60px;
	padding-left: 6%;
  padding-right: 6%;
}

.section-nospace {
  padding-top: 0px;
  padding-bottom: 0px;
	padding-left: 6%;
  padding-right: 6%;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space {
    padding-top: 60px;
    padding-bottom: 60px;
	  padding-left: 6%;
    padding-right: 6%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-space-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.section-space-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space-85 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-85 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.section-space__bottom {
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space__bottom {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space__bottom {
    padding-bottom: 60px;
  }
}

.section-space__top {
  padding-top: 60px;
	padding-left: 6%;
  padding-right: 6%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space__top {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space__top {
    padding-top: 60px;
  }
}

.section-space__bottom-100 {
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space__bottom-100 {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space__bottom-100 {
    padding-bottom: 60px;
  }
}

.section-space__bottom-457 {
  padding-bottom: 457px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space__bottom-457 {
    padding-bottom: 250px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-space__bottom-457 {
    padding-bottom: 150px;
  }
}
@media (max-width: 575px) {
  .section-space__bottom-457 {
    padding-bottom: 60px;
  }
}

.section-space__bottom-70 {
  padding-bottom: 70px;
}

.section-space-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-space-140 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space-140 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-140 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-space-bottom-140 {
  padding-bottom: 140px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-space-bottom-140 {
    padding-bottom: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space-bottom-140 {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-bottom-140 {
    padding-bottom: 60px;
  }
}

.section-space-top-140 {
  padding-top: 140px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-space-top-140 {
    padding-top: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space-top-140 {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-top-140 {
    padding-top: 60px;
  }
}
.mb-minus-20 {
  margin-bottom: -20px;
}
.mb-minus-24 {
  margin-bottom: -24px;
}
.mb-minus-30 {
  margin-bottom: -30px;
}
.mb-minus-40 {
  margin-bottom: -40px;
}
.mb-minus-50 {
  margin-bottom: -50px;
}
.mt-minus-60 {
  margin-top: -60px;
}
.mb-minus-60 {
  margin-bottom: -60px;
}
.mb-minus-70 {
  margin-bottom: -75px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-minus-120 {
  margin-bottom: -120px;
}

.mt-minus-120 {
  margin-top: -120px;
}


/*----------------------------------------*/
/*  2.3 buttons
/*----------------------------------------*/

.rr-btn__header {
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding: 10.5px 29.5px;
  background-color: #eee;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
.rr-btn__header:after {
  display: block;
  clear: both;
  content: "";
}
.rr-btn__header .btn-wrap {
  z-index: 1;
  float: left;
  overflow: hidden;
  position: relative;
  display: inline-block;
  border: none;
}
.rr-btn__header .btn-wrap .text-one, .rr-btn__header .btn-wrap .text-two {
  display: flex;
  align-items: center;
}
.rr-btn__header .btn-wrap .text-one {
  position: relative;
  display: block;
  color: var(--rr-common-white);
}
.rr-btn__header .btn-wrap .text-two {
  position: absolute;
  top: 100%;
  display: block;
  color: var(--rr-common-white);
}
.rr-btn__header:hover .text-one, .rr-btn__header:focus .text-one {
  -webkit-transform: translateY(-150%);
  -moz-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  -o-transform: translateY(-150%);
  transform: translateY(-150%);
}
.rr-btn__header:hover .text-two, .rr-btn__header:focus .text-two {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rr-btn__header-secondary {
  padding: 10.5px 28px;
  background: var(--rr-theme-secondary);
}
.rr-btn__header-space-2 {
  padding: 10.5px 34.5px;
}
.rr-btn__header-space-2 .btn-wrap .text-one, .rr-btn__header-space-2 .btn-wrap .text-two {
  font-weight: 700;
}

.rr-btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding: 16.5px 33.4px;
  background-color: var(--rr-theme-primary);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-robo);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
}
.rr-btn:after {
  display: block;
  clear: both;
  content: "";
}
.rr-btn .btn-wrap {
  z-index: 1;
  float: left;
  overflow: hidden;
  position: relative;
  display: inline-block;
  border: none;
}
.rr-btn .btn-wrap i {
  padding-left: 6px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}
.rr-btn .btn-wrap svg {
  margin-left: 6px;
}
.rr-btn .btn-wrap .text-one, .rr-btn .btn-wrap .text-two {
  display: flex;
  align-items: center;
}
.rr-btn .btn-wrap .text-one {
  position: relative;
  display: block;
  color: var(--rr-common-white);
}
.rr-btn .btn-wrap .text-two {
  position: absolute;
  top: 100%;
  display: block;
  color: var(--rr-common-white);
}
.rr-btn__transparent {
  background: transparent;
  border: 1px solid rgba(21, 24, 27, 0.1);
}
.rr-btn__transparent .btn-wrap .text-one, .rr-btn__transparent .btn-wrap .text-two {
  color: var(--rr-heading-primary);
}
.rr-btn__white {
  padding: 15.5px 32.4px;
  background: var(--rr-common-white);
}
.rr-btn__white .btn-wrap .text-one, .rr-btn__white .btn-wrap .text-two {
  color: var(--rr-heading-primary);
}
.rr-btn__white-transparent {
  background: transparent;
  padding: 15.5px 32.4px;
  border: 1px solid var(--rr-common-white);
}
.rr-btn__white-transparent .btn-wrap .text-one, .rr-btn__white-transparent .btn-wrap .text-two {
  color: var(--rr-common-white);
}
.rr-btn:hover .text-one, .rr-btn:focus .text-one {
  -webkit-transform: translateY(-150%);
  -moz-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  -o-transform: translateY(-150%);
  transform: translateY(-150%);
}
.rr-btn:hover .text-two, .rr-btn:focus .text-two {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}






.working-process__background {
  padding-top: 303px;
  padding-bottom: 80px;
  margin-top: -318px;
}
.working-process__wrapper {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media md, only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .working-process__wrapper {
    justify-content: center;
  }
}
.working-process__item {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  display: flex;
  margin-bottom: 30px;
}
.working-process__item:last-child::before {
  display: none;
}
.working-process__item::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(80%, 25%);
  background-repeat: no-repeat;
  background-image: url(https://aliceblue-wren-646533.hostingersite.com/wp-content/uploads/2026/03/shape.svg);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .working-process__item::before {
    display: none;
  }
}
.working-process__icon {
  width: 150px;
  height: 150px;
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  position: relative;
  justify-content: center;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -o-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
  border: 1px dashed rgba(8, 10, 11, 0.3);
  filter: drop-shadow(0px 0px 60px rgba(21, 24, 27, 0.1));
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .working-process__icon {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .working-process__icon {
    margin-bottom: 20px;
  }
}
.working-process__icon .number {
  font-size: 16px;
  font-weight: 800;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -o-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
  font-family: 'Outfit', sans-serif;
  background: #F4F1EE;
  border: 1px dashed rgba(8, 10, 11, 0.3);
}
.working-process__icon{
  background-color: #fff;
}
.working-process__icon:hover {
  background-color: #fff;
}
.working-process__icon:hover svg [fill="#080A0B"] {
  fill: #000;
}
.working-process__icon:hover .number {
  background: #CC7A10;
  color: #fff;
}
.working-process__text {
  max-width: 300px;
}
.working-process__text h6 {
  margin-bottom: 10px;
	font-size:20px;
	line-height:30px;
}
.working-process__text h6 a {
 color:#000;
}
.working-process__text h6 a:hover{
 color:#CC7A10;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .working-process__text {
    max-width: 100%;
  }
}

.section__subtitle {
  display: inline-flex;
  align-items: center;
  text-align: center;
  text-transform: capitalize;
  font-family: 'Outfit', sans-serif;;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #CC7A10;
}

.bold800{
font-weight:700;		
}





.about-company_thumb-1 {
	width: 370px;
  height: 386px;
  background-color: #fff;
  border: 1px dashed rgba(8, 10, 11, 0.2);
  display: block;
  position: absolute;
  top: 60px;
  left: 0;
  padding: 8px;
}
.about-company_thumb-2 {
  width: 330px;
  position: relative;
  top: -2px;
  right: -78%;
  height: 390px;
  background-color: #fff;
  border: 1px dashed rgba(8, 10, 11, 0.2);
  display: flex;
  align-items: right;
  justify-content: right;
  padding: 8px;
}


.roundedcr{
  text-align: center;
}
.roundedcr h5 {
	font-size: 20px;
  line-height: 30px;
  margin-bottom: 8px;
  text-transform: uppercase;
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 8px;
}
.roundedcr h6 {
font-size: 18px;
  line-height: 30px;
  font-weight: normal;
}

.servicesbox{padding-bottom: 10px; }

.servicesbox h2{
	font-size: 20px;
  line-height: 24px;
  padding-bottom: 0px;
  margin-bottom: 8px;
	padding-left:10px;
	padding-right:10px;
}
.servicesbox p{
	padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}

.work-process__bg {
  background-color: #FAF7F5;
}
.work-process__item {
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0px 30px 40px 0px rgba(8, 10, 11, 0.1);
}
.work-process__item::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #080A0B;
  position: absolute;
  top: 0;
  opacity: 0;
}
.work-process__item:hover::before {
  opacity: 1;
}
.work-process__item:hover .work-process__media img {
  height: 100%;
  opacity: 0.3;
}
.work-process__item:hover .work-process__icon svg [fill="#080A0B"] {
  fill: #fff;;
}
.work-process__item:hover .work-process__content h6 {
  border-color: rgba(255, 255, 255, 0.6);
}
.work-process__item:hover .work-process__content h6 {
  color: #fff;
}
.work-process__item:hover .work-process__content p {
  color: #fff;
  opacity: 0.8;
		margin-bottom:25px;
}
.work-process__item:hover .work-process__content .number {
  color: #fff;
}
.work-process__item .work-process__content a {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  border-radius: 0px 0px 0px 0px;
  padding: 13.5px 30.4px 13.5px 30.4px;
  background-color: #CC7A10;
  width: 100%;
  display: block;
}
.work-process__item:hover .work-process__content a:hover {
  color: #fff;
	background-color: #000;
}
.work-process__media img {
  top: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.work-process__content {
  padding: 34px 40px;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .work-process__content {
    padding: 30px 20px;
  }
}
.work-process__content h6 {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(9, 11, 12, 0.1);
}
.work-process__content .number {
  color: rgba(8, 10, 11, 0.1);
  justify-self: end;
}
.work-process__icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -o-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
}

.filter__space {
  padding: 0px 0;
}
.filter__container {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.filter__container .pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
}
.filter__container .pic--left {
  background-position: left center;
}

.filter__container .pic--right {
  background-position: right center;
  left: calc(50% - 2px);
  border-left: 2px solid #fff;
}

.filter__container .comparison-ctrl {
  position: absolute;
  height: 50px;
  width: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  z-index: 2;
}

.elementor-testimonial-meta{
		border-top: 1px solid #DCDCDC;
		padding-top:20px;
}

.enquiryform{
		width:100%;
		background-color:#fff;
		padding-top:35px;
		padding-bottom:35px;
		padding-left:25px;
		padding-right:25px;
		border-radius:20px;
}
.formrow{
		margin-bottom:0px;
		width:100%;
}
.formcol{
 	width:32.7%;
	display:inline-block;
}
.formcol p{
		padding-bottom:10px;
		margin-bottom:0px;
}

.freequote{}
.freequote p{margin-bottom:25px; display: grid;}
.freequote a{
		width:100%;
		background-color:#CC7A10;
		padding-top:15px;
		padding-bottom:15px;
		margin-top: 15px;
		color:#fff;
}
.freequote a:hover{
		background-color:#333;
}
#chaty-widget-0 .chaty-widget {
  right: 15px;
  left: auto;
  bottom: 75px;
}
#chaty-widget-0 .chaty-tooltip.pos-left .on-hover-text{display:none;}


.footerclass{}
.footerclass h2 {font-size:20px; line-height:25px; padding-botom:10px;}