/* Base CSS */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@100..900&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0 solid
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #07171D;
  font-family: "Noto Sans Arabic", sans-serif;
}

body {
  color: #07171D;
  font-family: "Noto Sans Arabic", sans-serif;
}

.selector-for-some-widget {
  box-sizing: content-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  font-family: "Noto Sans Arabic", sans-serif;
}

ul {
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none
}

a,
button,
input,
textarea {
  outline: none !important;
}

p {
  font-family: "Noto Sans Arabic", sans-serif;
}

.section-padding {
  padding: 80px 0;
}



/* ----------------------------------------- HEADER AREA START ------------------------ */

.main__menu ul li {
  display: inline-block;
  margin-left: 50px;
  position: relative;
}

.header__logo img {
  height: 52px;
}

.main__menu ul li a {
  color: #010101;
  font-style: normal;
  display: inline-block;
  padding: 0;
  transition: .3s all;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  text-align: left;
  padding-bottom: 5px;
  position: relative;
}

.social__ico__blk {
  display: flex;
  gap: 8px;
  margin-left: 30px;
}

.header__btn a {
  color: #FFF;
  font-style: normal;
  border-radius: 100px;
  background: #BB3800;
  display: flex;
  height: 42px;
  width: 150px;
  align-items: center;
  justify-content: center;
  border: 1px solid #BB3800;
  transition: .3s all;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}

.main__area {
  background: #F9F7F3;
}

.header__btn a:hover {
  background: #fff;
  color: #BB3800;
}

.header__inner__blk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 50px 0;
}

.header__right__blk {
  display: flex;
  align-items: center;
}

.mega__menu {
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 22px 30px;
  display: flex;
  width: 582px;
  gap: 10px;
  transition: .3s all;
  position: absolute;
  top: 130%;
  visibility: hidden;
  opacity: 0;
  left: 0;
  z-index: 333;
}

.mega__menu__left {
  width: 225px;
  flex: 0 0 auto;
}

.mega__menu__left h4 {
  color: #000;
  font-family: League Spartan;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.main__menu .main__menu__link a {
  padding: 0;
  color: #000;
  font-family: League Spartan;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: block;
  margin-top: 3px;
  transition: .3s all;
}

.mega_menu_right p {
  color: #000;
  font-family: League Spartan;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

.header__right__blk ul li:hover>a {
  color: #BB3800;
}

.main__menu ul li:hover .mega__menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.main__menu .main__menu__link a:hover {
  color: #3170B0;
}

/* ----------------------------------------- HEADER AREA END ------------------------ */


/* ----------------------------------------- HERO AREA START ------------------------ */

.hero__title h1 {
  font-size: 53px;
  font-weight: 800;
  line-height: 87px;
  text-align: right;
  margin-bottom: 44px;
  color: #010101;
}

.hero__title p {
  font-size: 36px;
  font-weight: 400;
  line-height: 54px;
  text-align: right;
  color: #010101;
  margin: 0;
  max-width: 684px;
}

.common__btn {
  display: flex;
  justify-content: flex-end;
}

.hero__title {
  max-width: 690px;
  margin-left: auto;
  margin-bottom: 68px;
}

.hero__area {
  padding-top: 110px;
  padding-bottom: 270px;
}

.mobile__menu .header__right__blk .main__menu ul li a::before {
  display: none;
}

/* ----------------------------------------- HERO AREA END ------------------------ */


/* ----------------------------------------- TESTIMONIAL AREA START ------------------------ */

.common__content h3 {
  font-size: 52px;
  font-weight: 600;
  line-height: 78px;
  text-align: center;
  margin-bottom: 40px;
  color: #010101;
}

.common__content p {
  font-size: 35px;
  font-weight: 300;
  line-height: 54px;
  text-align: center;
  color: #626262;
  margin: 0;
}

.common__content {
  margin-bottom: 125px;
}

.testimonial__area {
  background: #FFFFFF;
  padding: 200px 0;
}

.test__content h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 48px;
  text-align: right;
  margin-bottom: 15px;
  color: #010101;
}

.test__content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-align: right;
  margin: 0;
  color: #626262;
}

.test__content {
  margin-top: 50px;
  min-height: 175px;
}

.test__item__ico img {
  height: 100px;
}

.test__item__ico {
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #F5F5E7;
}

.test__ico__blk {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mid__test__ico__blk {
  border-right: 1px solid #D1D1D1A3;
  border-left: 1px solid #D1D1D1A3;
}

.sec__test__item {
  background: #F1F1F5;
}

.thir__test__item {
  background: #F8EBE6;
}

/* ----------------------------------------- TESTIMONIAL AREA END ------------------------ */


/* ----------------------------------------- CUSTOMER AREA START ------------------------ */

.customer__title h1 {
  font-size: 52px;
  margin-bottom: 30px;
  line-height: 75px;
}

.customer__title p {
  font-size: 24px;
  line-height: 35px;
}

.customer__area {
  padding-top: 170px;
  padding-bottom: 120px;
}

/* ----------------------------------------- CUSTOMER AREA END ------------------------ */


/* ----------------------------------------- SERVICE AREA START ------------------------ */

.service__text h4 {
  font-size: 31px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  color: #fff;
  margin-bottom: 55px;
}

.service__text a {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #fff;
  display: flex;
  align-items: center;
  background: #BB3800;
  border-radius: 100px;
  padding: 5px;
  width: 320px;
  height: 62px;
  justify-content: center;
  position: relative;
}

.service__text a span {
	position: absolute;
	left: 5px;
	flex: 0 0 auto;
}

.service__text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.service__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.single__service__step {
  max-width: 380px;
  margin: 0 auto;
}

.service__text img {
  height: 53px;
}

.main__menu ul li a:before {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  width: 0;
  transition: .3s all;
  content: '';
  background: #BB3800;
  border-radius: 10px;
}

.main__menu ul li a:hover::before {
  width: 29px;
}

.main__menu ul li.active a:before {
  width: 29px;
}

.main__menu ul li.active a {
  color: #BB3800;
}

.service__area {
  position: relative;
  min-height: 675px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



.service__area:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 330px;
  width: 1px;
  background: #FFFFFF;
  content: '';
}


/* ----------------------------------------- SERVICE AREA END ------------------------ */


/* ----------------------------------------- DESIGNER AREA START ------------------------ */
.designer__area {
  padding: 125px 0;
  background: #fff;
}

.design__content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 33.64px;
  text-align: center;
  margin: 0;
}

.design__content {
  max-width: 1045px;
  margin: 0 auto;
  margin-top: 35px;
}

.design__content a {
  color: #BB3800;
  text-decoration: underline;
}

.design__content a:hover {
  text-decoration: none;
}

/* ----------------------------------------- DESIGNER AREA END ------------------------ */


/* ----------------------------------------- SLIADER AREA START ------------------------ */
.slider__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  padding: 115px 0;
}

/* ----------------------------------------- SLIADER AREA END ------------------------ */


/* ----------------------------------------- CONTACT AREA START ------------------------ */
.contact__arae {
  padding-top: 200px;
  padding-bottom: 130px;
  background: #fff;
}

.common__btn a {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background: #BB3800;
  border-radius: 100px;
  width: 354px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #BB3800;
  transition: .3s all;
  margin-left: auto;
}

.common__btn a:hover {
  background: transparent;
  color: #BB3800;
}

.contact__items {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.contact__items span {
  width: 55px;
  height: 55px;
  display: flex;
  background: #BB3800;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.contact__items img {
  height: 22px;
}

.contact__items a {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  color: #010101;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: .3s all;
  justify-content: flex-end;
}

.contact__title h4 {
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  text-align: left;
  margin: 0;
  color: #010101;
}

.contact__title {
  margin-bottom: 52px;
}

.contact__address {
  margin-top: 42px;
  display: flex;
  justify-content: flex-end;
}

.contact__address a {
  font-size: 20px;
  font-weight: 400;
  line-height: 33.64px;
  text-align: left;
  color: #626262;
}

.contact__address a:hover {
  color: #BB3800;
  text-decoration: underline;
}

.contact__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.contact__logo img {
  max-width: 280px;
}

.contact__r__text h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  text-align: right;
  margin: 0;
  color: #010101;
}

.contact__items a:hover {
  color: #BB3800;
}

/* ----------------------------------------- CONTACT AREA END ------------------------ */


/* ----------------------------------------- FOOTER AREA START ------------------------ */
.footer__area {
  padding: 62px 0;
}

.footer__copyright span {
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #010101;
}

/* ----------------------------------------- FOOTER AREA END ------------------------ */













/* ----------------------------------------- MOBILE MENU AREA START ------------------------ */

.mobile__menu .mega__menu {
  position: unset;
  width: 100%;
  flex-direction: column;
  top: 0 !important;
  visibility: visible;
  opacity: 1;
  gap: 20px;
  padding: 15px;
}

.mobile__menu .header__right__blk {
  flex-direction: column;
  align-items: flex-start;
}

.mobile__menu .header__right__blk .main__menu ul li {
  margin: 0;
  display: block;
  padding: 6px 0;
}

.mobile__menu .header__right__blk .main__menu ul li a {
  display: inline-flex;
  padding: 6px 0;
  border-bottom: 1px solid #000;
  width: 100%;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

.mobile__menu .header__right__blk .main__menu {
  width: 100%;
}

.mobile__menu .header__btn {
  margin: 20px 0;
  width: 100%;
}

.mobile__menu .social__ico__blk {
  margin-left: 0;
  justify-content: center;
  width: 100%;
}

.mobile__menu {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999;
  background: #fff;
  width: 330px;
  padding: 15px;
  padding-top: 50px;
  transition: .3s all;
  left: -100%;
}

.mobile__menu .header__btn a {
  width: 100%;
}

.close__menu {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #000;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.mobile__menu .header__right__blk .main__menu .main__menu__link a {
  border: 0;
  padding: 0;
  font-size: 14px;
  margin: 0;
}

.mobile__menu .mega_menu_right p {
  font-size: 15px;
}

.none__desk {
  display: none;
}

.open__menu {
  font-size: 22px;
  cursor: pointer;
  line-height: 1;
}

.overlay {
  position: fixed;
  left: -100%;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 555;
  transition: .5s all;
  opacity: 0.7;
}

.desk__none {
  display: none;
}

/* ----------------------------------------- MOBILE MENU AREA END ------------------------ */





.service__area .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -70px;
}

.service__area .owl-dots .owl-dot {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #5D6063;
  margin: 0 3px;
}

.service__area .owl-dots .owl-dot.active {
  background: #D9D9D9;
}

.slider_inner_wrapper a {
  display: flex;
  align-items: center;
  height: 96px;
}