/* this coding created by web developer/ Ahmed fawzy mohamed */
/* personal email: ahmedfawzyalhegazy2020@gmail.com */
/* whatsapp: +201094848584 */
/* website: https://orion-comp.com/ */
/* formal email: info@orion-comp.com */
/* linkedin account: https://www.linkedin.com/in/ahmed-fawzy-mohamed-48a771202 */

/* Start Global Rules */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:root {
  --white: #ffffff;
  --black: #000;
  --txtgold: #b17f4a;
  --main-transition: 0.25s;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background-color: var(--white);
}
::-webkit-scrollbar-thumb {
  background-color: var(--black);
  border-radius: 30px;
}
::-webkit-scrollbar-thumb:hover {
  /* background-color: var(--main-color-alt); */
}
@font-face {
  font-family: "DINNextLTArabic-Regular-3";
  src: url(fonts/DINNextLTArabic-Regular-3.ttf);
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Cairo", sans-serif;
  font-family: "DINNextLTArabic-Regular-3", sans-serif;
  direction: rtl;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.h3title {
  text-align: center;
  color: var(--white);
  margin-bottom: 50px;
  font-weight: bold;
}
.h4title {
  color: var(--black);
  margin-bottom: 30px;
  font-weight: bold;
}
.blacktitle {
  text-align: center;
  color: var(--black);
  margin-bottom: 30px;
}
.blacktitle h3 {
  font-weight: bold;
}
.blacktitle p {
}

.whitetitle {
  text-align: center;
  color: var(--white);
  margin-bottom: 30px;
}
.whitetitle h3 {
  font-weight: bold;
}

.fontsize-16 {
  font-size: 16px;
}
.fontsize-18 {
  font-size: 18px;
}
.fontsize-20 {
  font-size: 20px;
}
.fontsize-22 {
  font-size: 22px;
}
.fontsize-24 {
  font-size: 24px;
}
.fontsize-26 {
  font-size: 26px;
}
.fontsize-28 {
  font-size: 28px;
}
.fontsize-30 {
  font-size: 30px;
}
.fontsize-32 {
  font-size: 32px;
}
.fontsize-34 {
  font-size: 34px;
}
.fontsize-36 {
  font-size: 36px;
}

@media (max-width: 576px) {
  .whitetitle p {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  section {
    /* overflow: hidden !important; */
  }
  /* .row {
    width: 100%;
    margin: auto;
  } */
}

/* media query  */
@media (max-width: 320px) {
  .container {
    max-width: 300px !important;
  }
}
@media (min-width: 360px) {
  .container {
    max-width: 340px !important;
  }
}
@media (min-width: 410px) {
  .container {
    max-width: 390px !important;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px !important;
  }
}
@media (min-width: 769px) {
  .container {
    max-width: 720px !important;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px !important;
  }
}

/* for very lage screens */
@media (min-width: 1400px) {
  .container {
    max-width: 1320px !important;
  }
}
/* 
@media (min-width: 1600px) {
  .container {
    max-width: 1440px !important;
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1560px !important;
  }
}

@media (min-width: 2000px) {
  .container {
    max-width: 1680px !important;
  }
}

@media (min-width: 2400px) {
  .container {
    max-width: 1920px !important;
  }
}

@media (min-width: 2800px) {
  .container {
    max-width: 2100px !important;
  }
}

@media (min-width: 3200px) {
  .container {
    max-width: 2300px !important;
  }
} */
/* End @media */

/* End Global Rules */

/* Start header */
.header {
  background-color: transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999999;
}
.header .container {
  padding: 15px 10px;
}
.header .container > .row > div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: right;
  align-items: center;
}
.header .container > .row > div:nth-of-type(2) {
  justify-content: center;
}
.header .container > .row > div:last-of-type {
  justify-content: left;
}
.header .linklogo img {
  height: 70px;
}
.header .menubtn {
  border-radius: 5px;
  color: var(--white);
  /* background-color: var(--txtgold); */
  width: 35px;
  height: 35px;
  font-size: 25px;
  text-align: center;
  line-height: 35px;
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
  display: none;
}
.header ul li {
  display: inline-block;
}
.header ul li a {
  margin-left: 15px;
  padding: 5px 0px;
  color: var(--white);
  font-weight: bold;
  font-size: 16px;
  position: relative;
  font-weight: bold;
  transition: all 0.35s ease-in-out;
  /* text-shadow: 1px 1px 2px #000; */
}

.header ul li a::after {
  content: " ";
  width: 0%;
  height: 4px;
  border-radius: 4px;
  background: #44311e;
  background: linear-gradient(
    270deg,
    rgba(68, 49, 30, 1) 3%,
    rgba(178, 143, 105, 1) 100%
  );
  display: block;
  position: absolute;
  bottom: 0px;
  transition: all 0.35s ease-in-out;
}
.header ul li a:hover {
  color: var(--yellow);
}
.header ul li a:hover::after {
  width: 100%;
}
.header .btnheader {
}
.header .btnheader a {
  padding: 6px 15px;
  color: var(--white);
  /* text-shadow: 1px 1px 2px #000; */
}
.header .btnheader a span {
  margin-right: 10px;
  /* text-shadow: 1px 1px 2px #000; */
}
/* === الإضافات الجديدة === */
.menu-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: none;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: -300px; /* مختفية خارج الشاشة */
  width: 300px;
  height: 100vh;
  background-color: var(--txtgold);
  background-color: #553c24de;
  z-index: 9999;
  padding: 20px;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.3);
  transition: right 0.4s ease;
  overflow-y: auto;
  direction: rtl;
}
.mobile-menu.active {
  right: 0;
}

.mobile-menu .close-menu {
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  display: block;
  text-align: left;
  margin-bottom: 20px;
}

.mobile-menu ul li {
  margin-bottom: 15px;
}
.mobile-menu ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: block;
}

/* موبايل فقط */
@media (max-width: 769px) {
  .header .main-nav {
    display: none !important;
  } /* نخفي قوائم الديسكتوب */
  .header .menubtn {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .header .linklogo {
    position: absolute;
    top: 15px;
    right: 20px;
  }
}

@media (max-width: 769px) {
  .header ul,
  .header .btnheader {
    background-color: var(--txtgold);
    padding: 10px;
    width: 100%;
    border-radius: 10px;
  }
  .header .container > .row > div {
    justify-content: center;
  }
  .header .container > .row > div:first-of-type {
    justify-content: right;
  }
  .header ul li {
    display: block;
    text-align: center;
    padding: 5px;
    border: 1px solid #fff;
    margin-bottom: 5px;
    border-radius: 5px;
  }
  .header ul li a {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 14px;
  }
  .header .container > .row > div:last-of-type {
    justify-content: center;
    text-align: center;
  }
  .header .menubtn {
    display: block;
  }
  .header .btnheader a {
    display: block !important;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: all 0.25s ease-in-out;
  }
  .header ul {
    /* display: none; */
    margin-bottom: 10px;
  }
  .header .btnheader {
    /* display: none; */
    width: 100%;
  }
}
@media (min-width: 770px) and (max-width: 992px) {
  .header .linklogo img {
    height: 50px;
  }
  .header ul li a {
    margin-right: 0px;
  }
  .header .container > .row > div {
    padding: 0px;
  }
  .header ul li a {
    margin-left: 5px;
    font-size: 14px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .header ul li a {
    margin-right: 10px;
  }
}
/* End header */

/* Start intro */
.intro {
  background: url("../img/intro-bg.png");
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
  background-repeat: round !important;
  width: 100% !important;
  height: calc(100vb - 50px);
  position: relative;
}
.intro .container {
  padding: 50px 0px 0px 0px;
  height: 100%;
}
.intro .maincont {
  display: flex;
  align-items: center;
  height: 100%;
  text-align: center;
  justify-content: center;
  position: relative;
}
.intro .maincont > div {
}
.intro h1 {
  color: var(--white);
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 20px;
  /* text-shadow: 1px 1px 2px #000; */
}
.intro p {
  color: var(--white);
  font-size: 25px;
  margin-bottom: 30px;
  /* text-shadow: 1px 1px 2px #000; */
}
.intro .talkenbtn {
  background-color: var(--white);
  color: var(--txtgold);
  border: 1px solid var(--white);
  display: block;
  width: 200px;
  margin: auto;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  /* font-size: 18px; */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  transition: all 0.25s ease-in-out;
}
.intro .talkenbtn:hover {
  color: var(--white);
  background-color: var(--txtgold);
  transform: translateX(-50%) scale(0.9);
}
.intro .talkenbtn span {
  margin: 0px 7px;
  font-size: 20px;
}
@media (max-width: 576px) {
  .intro {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    width: 100% !important;
    height: 350px;
  }
  .intro h1 {
    font-size: 24px;
  }
  .intro p {
    font-size: 14px;
  }
  .intro .talkenbtn {
    /* bottom: 0px; */
  }
}
@media (min-width: 577px) and (max-width: 769px) {
  .intro {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    width: 100% !important;
    height: 400px;
  }
  .intro p {
    font-size: 16px;
  }
}
@media (min-width: 770px) and (max-width: 992px) {
  .intro {
    height: 400px;
  }
  .intro h1 {
    font-size: 24px;
  }
  .intro p {
    font-size: 14px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
}
@media (min-width: 1600px) and (max-width: 2400px) {
  .intro {
    height: calc(100vb + 50px);
  }
}
/* End intro */

/* Start manager */
.manager {
  background-image: linear-gradient(
    to bottom,
    #b17f4a,
    #a67547,
    #9a6b43,
    #8e6140,
    #82583c
  );
}
.manager .container {
  padding: 100px 0px;
}
.manager .vocabox {
  background-color: #f4e3d2;
  width: 80%;
  margin: auto;
  padding: 20px 40px;
  border-radius: 10px;
  position: relative;
}
.manager .vocabox > div:nth-of-type(3) {
  text-align: left;
}

.manager .vocabox > div {
}
.manager .vocabox span {
  color: var(--txtgold);
  font-size: 35px;
}
.manager .vocabox p {
  font-size: 18px;
  text-align: justify;
}
.manager .vocabox::after {
  content: " ";
  display: block;
  border-top: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #f4e3d2;
  border-left: 30px solid transparent;
  position: absolute;
  top: -59px;
  right: 50px;
}
@media (max-width: 576px) {
  .manager .vocabox {
    width: 100%;
    padding: 10px 10px;
  }
  .manager .vocabox p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media (min-width: 577px) and (max-width: 769px) {
  .manager .vocabox {
    width: 100%;
    padding: 10px 10px;
  }
  .manager .vocabox p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (min-width: 770px) and (max-width: 992px) {
  .manager .vocabox {
    width: 100%;
  }
  .manager .vocabox p {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
}
/* End manager */

/* Start about */
.about {
  background-color: #f4e3d2;
}
.about .container {
  padding: 50px 0px;
}
.about .row {
}
.about .row > div {
}
.about .row > div:last-of-type {
  text-align: center;
  position: relative;
}
.about .abouttxt > div:nth-of-type(3) {
  text-align: left;
}
.about .abouttxt span {
  color: var(--txtgold);
  font-size: 35px;
}
.about .abouttxt p {
  font-size: 18px;
  text-align: justify;
}
.about .row > div .upimg {
  width: 300px;
  margin: auto;
  position: relative;
}
.about .row > div img {
  width: 100%;
  border-radius: 0px 50px 0px 50px;
}
.about .row > div .upimg::after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border: 3px solid var(--txtgold);
  border-radius: 0px 50px 0px 50px;
  box-shadow: 6px 5px 33px #c08c54;
  transition: all 0.35s ease-in-out;
}
/* .about .row > div .upimg:hover::after {
  top: 0px;
  left: 0px;
} */
.about:hover .upimg::after {
  top: 0px !important;
  left: 0px !important;
}
.about .updownload {
}
.about .updownload .downlodbtn {
  color: var(--txtgold);
  font-size: 18px;
  position: relative;
  padding: 10px;
  z-index: 1;
}
.about .updownload .downlodbtn::after {
  content: " ";
  display: block;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: var(--white);
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
.about .updownload .downlodbtn:hover::after {
  width: 100%;
}
.about .updownload .downlodbtn span {
  margin: 0px 7px;
  font-size: 20px;
}
@media (max-width: 576px) {
  .about .abouttxt p {
    font-size: 14px;
  }
  .about .row > div:first-of-type {
    margin-bottom: 50px;
  }
}
@media (min-width: 577px) and (max-width: 769px) {
  .about .abouttxt p {
    font-size: 16px;
  }
  .about .row > div:first-of-type {
    margin-bottom: 50px;
  }
}
@media (min-width: 770px) and (max-width: 992px) {
  .about .abouttxt p {
    font-size: 14px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
}
/* End about */

/* Start request */
.request {
  background: url("../img/request-bg.png");
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
  background-repeat: round !important;
  width: 100% !important;
  height: auto;
  position: relative;
}
.request .container {
  padding: 120px 0px;
}
.request .reqcont {
  text-align: center;
}
.request .reqcont h2 {
  color: var(--white);
  margin-bottom: 30px;
  font-weight: bold;
}
/* .request .reqcont .requestbtn {
  background-color: var(--txtgold);
  border: 1px solid;
  display: inline-block;
  padding: 7px 30px;
  border-radius: 30px 0px 30px 0px;
  color: var(--black);
  transition: all 0.25s ease-in-out;
}
.request .reqcont .requestbtn:hover {
  background-color: var(--white);
} */

.request .reqcont .requestbtn {
  background-color: var(--white);
  color: var(--txtgold);
  border: 1px solid var(--white);
  display: block;
  width: fit-content;
  margin: auto;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  /* font-size: 18px; */
  transition: all 0.25s ease-in-out;
}
.request .reqcont .requestbtn:hover {
  color: var(--white);
  background-color: var(--txtgold);
  transform: scale(0.95);
}

.request .reqcont {
}
@media (max-width: 576px) {
  .request {
    background: url("../img/request-bg-mob.png");
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    width: 100% !important;
    height: 300px;
  }
}
@media (min-width: 577px) and (max-width: 769px) {
  .request {
    background: url("../img/request-bg-mob.png");
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    width: 100% !important;
    height: 300px;
  }
}
@media (min-width: 770px) and (max-width: 992px) {
}
@media (min-width: 993px) and (max-width: 1199px) {
}
@media (min-width: 1600px) and (max-width: 2400px) {
  .request {
    height: 450px;
  }
}
/* End request */

/* Start services */
.services {
  background-image: linear-gradient(
    to bottom,
    #44311e,
    #57412b,
    #6b5238,
    #806447,
    #957655,
    #957655,
    #957655,
    #957655,
    #806447,
    #6b5238,
    #57412b,
    #44311e
  );
}
.services .container {
  padding: 50px 0px;
}
.services .servtitle {
  text-align: center;
  color: var(--white);
  width: 50%;
  margin: auto;
  margin-bottom: 50px;
}
.services .servtitle h3 {
  font-weight: bold;
}
.services .servtitle p {
}
.services h4 {
  text-align: center;
  margin-bottom: 20px;
  color: var(--white);
  font-weight: bold;
}
.services .personserv {
  margin-bottom: 50px;
}
.services .servbox {
  background-color: var(--white);
  color: var(--black);
  padding: 20px 40px;
  text-align: center;
  padding: 20px 20px;
  text-align: center;
  width: 320px;
  margin: auto;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #787878;
}
.services .servbox span {
  background: #e6c7a7;
  background: linear-gradient(
    0deg,
    rgba(230, 199, 167, 1) 10%,
    rgba(244, 227, 210, 1) 100%
  );
  display: inline-block;
  padding: 7px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.services .servbox span img {
  width: 35px;
}
.services .servbox h5 {
  font-size: 18px;
}
.services .servbox p {
  font-size: 12px;
}
.services .servbox a {
  color: var(--txtgold);
  text-decoration: underline;
}
.services .owl-carousel {
  direction: ltr;
}
.services .owl-item {
  height: 100%;
}
.services .upcarbox {
  height: 100%;
}
.services .slidebox {
  text-align: center;
  padding: 10px 0px;
  height: 100%;
  display: flex;
}
.services .slidebox img {
  width: 100px;
  margin: auto;
}
.services .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 60px;
  margin-top: 0px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  /* zoom: 1; */
}
.owl-theme .owl-dots .owl-dot.active span {
  width: 30px;
  background-color: var(--txtgold);
}
.services .owl-nav button.owl-next,
.services .owl-nav button.owl-prev {
  width: 30px;
  height: 30px;
  background-color: var(--white);
  margin: 15px 5px;
  border: 1px solid var(--white);
  transition: all 0.25s ease-in-out;
}
.services .owl-nav button.owl-next {
  position: absolute;
  right: 0px;
}
.services .owl-nav button.owl-prev {
  position: absolute;
  left: 0px;
}
.services .owl-nav button.owl-next:hover,
.services .owl-nav button.owl-prev:hover {
  background-color: var(--txtgold);
}
.services .owl-nav button.owl-next span,
.services .owl-nav button.owl-prev span {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  color: var(--black);
}
.services .owl-dots {
}
@media (max-width: 576px) {
  .services .servtitle {
    width: 100%;
  }
  .services .servtitle p {
    font-size: 14px;
  }
  .services .servbox {
    width: 250px;
  }
  .services .servbox p {
    font-size: 10px;
  }
}
@media (min-width: 577px) and (max-width: 769px) {
  .services .servtitle {
    width: 100%;
  }
  .services .servtitle p {
    font-size: 14px;
  }
  .services .servbox {
    width: 250px;
  }
  .services .servbox p {
    font-size: 10px;
  }
}
@media (min-width: 770px) and (max-width: 992px) {
  .services .servtitle {
    width: 80%;
  }
  .services .servbox {
    width: 250px;
  }
  .services .servbox p {
    font-size: 11px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
}
/* End services */

/* Start steps */
.steps {
  background: url("../img/step-bg.jpg");
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
  background-repeat: round !important;
  width: 100% !important;
  height: 600px;
  position: relative;
  /* background-color: #f4e3d2; */
}
.steps .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(177, 127, 74, 0.5);
}
.steps .container {
  padding: 50px 0px;
}

.steps .row > div {
  padding-top: 100px;
}
.steps .row > div:nth-of-type(1) .stepbox,
.steps .row > div:nth-of-type(3) .stepbox {
  margin-top: -75px;
}
.steps .stepbox {
  /* background-color: var(--white); */
  color: var(--black);
  padding: 10px 10px;
  text-align: center;
  width: 300px;
  height: 100%;
  margin: auto;
  border-radius: 5px;
  /* box-shadow: 1px 1px 5px #787878; */
  transition: all 0.25s ease-in-out;
}
.steps .stepbox:hover {
  /* background-color: #f4e3d2; */
}
.steps .stepbox span {
  /* background: #fff; */
  /* background: linear-gradient(0deg, rgba(230, 199, 167, 1) 10%, rgba(244, 227, 210, 1) 100%); */
  display: inline-block;
  padding: 7px;
  border-radius: 5px;
  margin-bottom: 0px;
}
.steps .stepbox span img {
  width: 55px;
}
.steps .stepbox h5 {
  font-size: 22px;
  color: #ffcd98;
  text-shadow: 1px 1px 4px var(--black);
  font-weight: bold;
}
.steps .stepbox p {
  font-size: 16px;
  color: var(--white);
  text-shadow: 1px 1px 4px var(--black);
  text-align: justify;
}
.steps .stepbox ul li {
  text-align: right;
  width: 150px;
  margin: auto;
  font-size: 17px;
  color: var(--white);
  text-shadow: 1px 1px 4px var(--black);
}
@media (max-width: 576px) {
  .steps {
    background: url("../img/step-bg-mobile.jpg");
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    width: 100% !important;
    height: 900px;
  }
  .steps .row > div {
    padding-top: 0px;
    margin-bottom: 0px;
  }
  .steps .row > div:nth-of-type(1) .stepbox,
  .steps .row > div:nth-of-type(3) .stepbox {
    margin-top: 0px;
  }
}
@media (min-width: 577px) and (max-width: 769px) {
  .steps {
    background: url("../img/step-bg-mobile.jpg");
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    width: 100% !important;
    height: 750px;
  }
  .steps .row > div {
    padding-top: 0px;
    margin-bottom: 20px;
  }
  .steps .row > div:nth-of-type(1) .stepbox,
  .steps .row > div:nth-of-type(3) .stepbox {
    margin-top: 0px;
  }
  .steps .stepbox {
    width: 100%;
  }
}
@media (min-width: 770px) and (max-width: 992px) {
  .steps {
    background: url("../img/step-bg-mobile.jpg");
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    width: 100% !important;
    /* height: 600px; */
  }
  .steps .stepbox {
    width: 100%;
    padding: 20px 10px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
}
@media (min-width: 1600px) and (max-width: 2400px) {
  .steps {
    height: 680px;
  }
}
/* End steps */

/* Start consulform */
.consulform {
  background: url("../img/form-bg.png");
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
  background-repeat: round !important;
  width: 100% !important;
  height: auto;
  position: relative;
}
.consulform .container {
  padding: 100px 0px;
}
.consulform .upform {
}
.consulform form {
  width: 70%;
  margin: auto;
}
.consulform form > .row {
  margin-bottom: 20px;
}
.consulform form > .row > div {
}
.consulform input[type="text"],
.consulform input[type="tel"],
.consulform input[type="email"],
.consulform textarea {
  background-color: var(--white);
  padding: 12px 15px;
  border-radius: 5px;
  border: 1px solid var(--white);
  width: 100%;
  text-align: start;
  outline: none;
}
.consulform input[type="text"]::placeholder,
.consulform input[type="tel"]::placeholder,
.consulform input[type="email"]::placeholder,
.consulform textarea::placeholder {
  text-align: right;
  color: var(--black);
  font-size: 14px;
  font-weight: bold;
}
.consulform input[type="text"]:focus,
.consulform input[type="tel"]:focus,
.consulform input[type="email"]:focus,
.consulform textarea:focus,
.consulform select:focus {
  border: 1px solid var(--white);
}
.consulform select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--white);
  padding: 12px 15px;
  border-radius: 5px;
  border: 1px solid var(--white);
  width: 100%;
  text-align: start;
  color: var(--black);
  outline-color: transparent;
  border-color: transparent;
  font-weight: bold;
}
/* .consulform input[type="submit"] {
  background-color: var(--white);
  border: 1px solid;
  display: inline-block;
  padding: 7px 40px;
  border-radius: 30px 0px 30px 0px;
  color: var(--black);
  transition: all 0.25s ease-in-out;
}
.consulform input[type="submit"]:hover {
  background-color: var(--txtgold);
} */

.consulform .submitbtn {
  display: flex;
  width: 150px;
  align-items: center;
  justify-content: center;
  width: 215px;
  margin: auto;
  position: relative;
  transition: all 0.25s ease-in-out;
}
.consulform .submitbtn span {
  color: var(--txtgold);
  position: absolute;
  margin-right: 10px;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  transition: all 0.25s ease-in-out;
}
.consulform input[type="submit"] {
  background-color: var(--white);
  color: var(--txtgold);
  border: 1px solid var(--white);
  display: block;
  width: 215px;
  text-align: right;
  margin: auto;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.25s ease-in-out;
}

.consulform .submitbtn:hover input[type="submit"] {
  color: var(--white);
  background-color: var(--txtgold);
  transform: scale(0.95);
}
.consulform .submitbtn:hover span {
  color: var(--white);
}

@media (max-width: 576px) {
  .consulform form {
    width: 100%;
  }
  .consulform form > .row > div {
    padding: 0px 5px;
  }
  .consulform form > .row {
    margin-bottom: 10px;
  }
}
@media (min-width: 577px) and (max-width: 769px) {
  .consulform form {
    width: 100%;
  }
  .consulform form > .row > div {
    padding: 0px 5px;
  }
  .consulform form > .row {
    margin-bottom: 10px;
  }
}
@media (min-width: 770px) and (max-width: 992px) {
  .consulform form {
    width: 80%;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
}
@media (min-width: 1600px) and (max-width: 2400px) {
  .consulform {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-repeat: round !important;
  }
}
/* End consulform */

/* Start partners */
.partners {
  position: relative;
  padding: 50px 20px;
}
.partners {
}
.partners .owl-carousel {
  direction: ltr;
}
.partners .owl-item {
  height: 100%;
}
.partners .upcarbox {
  height: 100%;
}
.partners .slidebox {
  text-align: center;
  padding: 10px 0px;
  height: 100%;
  display: flex;
}
.partners .slidebox img {
  width: 100px;
  margin: auto;
}
.partners {
}
.partners .owl-nav {
  margin-top: 30px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  /* zoom: 1; */
}
.owl-theme .owl-dots .owl-dot.active span {
  width: 30px;
  background-color: var(--txtgold);
}
.partners .owl-nav button.owl-next,
.partners .owl-nav button.owl-prev {
  width: 30px;
  height: 30px;
  background-color: var(--txtgold);
  margin: 15px 5px;
}
.partners .owl-nav button.owl-next:hover,
.partners .owl-nav button.owl-prev:hover {
  /* background-color: var(--main-color); */
}
.partners .owl-nav button.owl-next span,
.partners .owl-nav button.owl-prev span {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  color: var (--black);
}
.partners .owl-dots {
}
@media (max-width: 576px) {
  .partners {
    padding: 40px 20px;
  }
}
@media (min-width: 577px) and (max-width: 769px) {
}
@media (min-width: 770px) and (max-width: 992px) {
}
@media (min-width: 993px) and (max-width: 1199px) {
}
/* End partners */

/* Start maghamap */
.maghamap {
}
.maghamap iframe {
  height: 400px;
  width: 100%;
}
@media (max-width: 576px) {
}
@media (min-width: 577px) and (max-width: 769px) {
}
@media (min-width: 770px) and (max-width: 992px) {
}
@media (min-width: 993px) and (max-width: 1199px) {
}
/* End maghamap */

/* Start footer */
footer {
  background: #44311e;
  background: linear-gradient(
    180deg,
    rgba(68, 49, 30, 1) 3%,
    rgba(178, 143, 105, 1) 100%
  );
}
footer > .container {
}
footer > .container > .row {
  padding: 50px 0px;
}
footer .footlogo {
  width: 250px;
  margin-bottom: 30px;
}
footer .container > .row > div {
}
footer .upsocial {
  width: 250px;
  text-align: center;
}
footer .soclink {
}
footer .socialicon {
  background: #fde5cb;
  background: linear-gradient(
    180deg,
    rgba(253, 229, 203, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  color: var(--txtgold);
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 18px;
  text-align: center;
  line-height: 35px;
  border-radius: 5px;
  margin-left: 5px;
  transition: all 0.1s ease-in-out;
}
footer .socialicon:hover {
  transform: scale(1.1);
}
footer h5 {
  color: var(--white);
  font-size: 24px;
  margin-bottom: 30px;
}
footer .dacont {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
footer .dacont > div {
  color: var(--white);
}
footer .dacont > div a {
  color: var(--white);
}
footer .copyright {
  background-color: #f4e3d2;
}
footer .copyright .container {
  padding: 20px 0px;
}
footer .copyright .row > div:last-of-type {
  /* text-align: end; */
}
footer .copyright p {
  margin-bottom: 0px;
}
footer .copyright a {
  color: var(--black);
  text-decoration: underline;
}
@media (max-width: 576px) {
  footer > .container > .row > div:first-of-type {
    margin-bottom: 50px;
    text-align: center;
  }
  footer .upsocial {
    margin: auto;
  }
  footer .copyright .container {
    text-align: center;
  }
  footer .copyright p {
    font-size: 13px;
  }
  footer .copyright .row div:first-of-type {
    margin-bottom: 20px;
  }
  footer .footlogo {
    width: 200px;
  }
  footer h5 {
    font-size: 20px;
  }
  footer .dacont > div a {
    font-size: 14px;
  }
}
@media (min-width: 577px) and (max-width: 769px) {
  footer > .container > .row > div:first-of-type {
    margin-bottom: 50px;
  }
  footer .copyright .container {
    text-align: center;
  }
  footer .copyright p {
    font-size: 15px;
  }
  footer .copyright .row div:first-of-type {
    margin-bottom: 20px;
  }
}
@media (min-width: 770px) and (max-width: 992px) {
  footer .copyright .container {
    text-align: center;
  }
  footer .copyright p {
    font-size: 13px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
}
/* End footer */

/* Start innerintro */
.innerintro {
  background: url("../img/inner-introbg.png");
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
  background-repeat: round !important;
  width: 100% !important;
  height: 400px;
  position: relative;
}
.innerintro .container {
  padding: 50px 0px 0px 0px;
  height: 100%;
}
.innerintro .maincont {
  display: flex;
  align-items: center;
  height: 100%;
  text-align: center;
  justify-content: center;
  position: relative;
}
.innerintro .maincont > div {
  width: 50%;
  margin: auto;
}
.innerintro h1 {
  color: var(--white);
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  text-shadow: 1px 1px 2px #000;
}
.innerintro p {
  color: var(--white);
  font-size: 20px;
  margin-bottom: 30px;
  text-shadow: 1px 1px 2px #000;
}
.innerintro .innerintbtn {
  background-image: linear-gradient(
    to bottom,
    #ffffff,
    #e4e4e4,
    #c9c9c9,
    #afafaf,
    #969696
  );
  display: inline-block;
  padding: 7px 30px;
  border-radius: 30px 0px 30px 0px;
  color: var(--black);
  transition: all 0.25s ease-in-out;
}
.innerintro .innerintbtn:hover {
  border-radius: 0px 30px 0px 30px;
  /* border-radius: 0px; */
}
@media (max-width: 576px) {
  .innerintro {
    background: url("../img/inner-introbg-mob.png");
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    width: 100% !important;
    height: 400px;
  }
  .innerintro .maincont > div {
    width: 100%;
    margin: auto;
  }
  .innerintro h1 {
    font-size: 22px;
  }
  .innerintro p {
    font-size: 15px;
  }
}
@media (min-width: 577px) and (max-width: 769px) {
  .innerintro {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    width: 100% !important;
    height: 400px;
  }
  .innerintro .maincont > div {
    width: 100%;
    margin: auto;
  }
}
@media (min-width: 770px) and (max-width: 992px) {
  .innerintro .maincont > div {
    width: 80%;
    margin: auto;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
}
@media (min-width: 1600px) and (max-width: 2400px) {
  .innerintro {
    height: 465px;
  }
}
/* End innerintro */

/* Start employment */
.employment {
}
.employment .container {
  padding: 50px 0px;
}
.employment .maincategbtns {
  text-align: center;
  margin-bottom: 50px;
}
.employment .maincategbtns li {
  display: inline-block;
  padding: 8px 10px;
  margin: 0px 5px;
  color: var(--txtgold);
  border-radius: 5px;
  font-size: 14px;
  width: 180px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid var(--txtgold);
  transition: all 0.25s ease-in-out;
}
.employment .maincategbtns li.selected {
  background: #b17f4a;
  background: linear-gradient(
    180deg,
    rgba(177, 127, 74, 1) 0%,
    rgba(130, 88, 60, 1) 100%
  );
  color: var(--white);
}
.employment .updatachange > div:not(:first-of-type) {
  display: none;
}
.employment form {
  width: 75%;
}
.employment form .row {
  margin-bottom: 10px;
}
.employment form input[type="text"],
.employment form input[type="tel"],
.employment form input[type="email"],
.employment form input[type="date"],
.employment form input[type="number"] {
  background-color: #f9f9f9;
  color: var(--txtgold);
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 14px;
  width: 100%;
  text-align: right;
  border: 1px solid var(--txtgold);
}
.employment form input[type="text"]::placeholder,
.employment form input[type="tel"]::placeholder,
.employment form input[type="email"]::placeholder {
  font-size: 14px;
  color: var(--txtgold);
  text-align: right;
}
.employment form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f9f9f9;
  color: var(--txtgold);
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 14px;
  width: 100%;
  border: 1px solid var(--txtgold);
}
.employment form input[type="submit"] {
  /* background-color: var(--txtgold); */
  background: #b17f4a;
  background: linear-gradient(
    180deg,
    rgba(177, 127, 74, 1) 0%,
    rgba(130, 88, 60, 1) 100%
  );
  display: inline-block;
  padding: 7px 30px;
  border-radius: 30px 0px 30px 0px;
  border: none;
  color: var(--white);
}
.employment .custom-inpfile {
  background-color: #f9f9f9;
  position: relative;
  border: 1px solid var(--txtgold);
  z-index: 1;
  width: 100%;
  height: 80px;
  border-radius: 5px;
  margin: auto;
  cursor: pointer;
}
.employment .custom-inpfile .repl-inpfile {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: right;
  padding: 10px;
  color: var(--txtgold);
  cursor: pointer;
}
.employment .custom-inpfile .repl-inpfile h5 {
  color: var(--txtgold);

  font-size: 14px;
}
.employment .custom-inpfile .repl-inpfile span {
  font-size: 16px;
  color: var(--txtgold);
}
.employment .custom-inpfile input[type="file"] {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  cursor: pointer;
}
.employment .custom-inpfile strong {
  font-size: 11px;
  font-weight: normal;
  display: block;
  margin-top: 10px;
}
.employment form label {
  font-size: 14px;
  color: var(--txtgold);
}
.employment .row > div .upimg {
  width: 250px;
  margin: auto;
  position: relative;
}
.employment .row > div .upimg::after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border: 3px solid var(--txtgold);
  border-radius: 0px 50px 0px 50px;
  box-shadow: 6px 5px 33px #c08c54;
  transition: all 0.35s ease-in-out;
}
.employment .row > div img {
  width: 100%;
  border-radius: 0px 50px 0px 50px;
}
/* .employment .row > div .upimg::after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border: 3px solid var(--txtgold);
  border-radius: 0px 50px 0px 50px;
  box-shadow: 6px 5px 33px #c08c54;
  transition: all 0.35s ease-in-out;
} */
.employment:hover .upimg::after {
  top: 0px !important;
  left: 0px !important;
}
@media (max-width: 576px) {
  .employment .maincategbtns li {
    width: 150px;
    font-size: 12px;
  }
  .employment form {
    width: 100%;
  }
  .employment .row > div .upimg {
    display: none;
  }
}
@media (min-width: 577px) and (max-width: 769px) {
  .employment .maincategbtns li {
    width: 150px;
    font-size: 12px;
  }
  .employment form {
    width: 100%;
  }
  .employment .row > div .upimg {
    display: none;
  }
}
@media (min-width: 770px) and (max-width: 992px) {
  .employment form {
    width: 90%;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .employment form {
    width: 90%;
  }
}
/* End employment */

/* Start blog */
.blog {
  background-color: #f3e3d2;
}
.blog .container {
  padding: 100px 0px;
}
.blog .row > div {
  margin-bottom: 20px;
}
.blog .blogcateg {
  background-color: var(--white);
  border-radius: 5px;
  padding: 100px 40px;
  text-align: center;
  box-shadow: 1px 1px 5px #a97c50;
  transition: all 0.25s ease-in-out;
}
.blog .blogcateg:hover {
  /* transform: translateX(-7px) translateY(7px); */
  transform: scale(0.95);
  background-color: #f3e3d2;
}
.blog .blogcateg span {
  background: #e6c7a7;
  background: linear-gradient(
    0deg,
    rgba(230, 199, 167, 1) 10%,
    rgba(244, 227, 210, 1) 100%
  );
  display: inline-block;
  padding: 7px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.blog .blogcateg img {
  width: 50px;
}
.blog .row > div a {
  color: var(--black);
}
.blog .blogcateg h5 {
  font-weight: bold;
}
@media (max-width: 576px) {
  .blog .blogcateg {
    padding: 30px 5px;
  }
  .blog .row > div {
    margin-bottom: 10px;
    padding: 0px 5px;
  }
  .blog .blogcateg h5 {
    font-size: 13px;
  }
}
@media (min-width: 577px) and (max-width: 769px) {
  .blog .blogcateg {
    padding: 30px 10px;
  }
  .blog .row > div {
    margin-bottom: 10px;
    padding: 0px 5px;
  }
}
@media (min-width: 770px) and (max-width: 992px) {
  .blog .blogcateg {
    padding: 40px 10px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
}
/* End blog */

/* Start artcategs */
.artcategs {
  background-color: #f3e3d2;
}
.artcategs .container {
  padding: 100px 0px;
}
.artcategs .row > div {
  margin-bottom: 20px;
}
.artcategs .articlesbox {
  background-color: var(--white);
  border-radius: 5px;
  padding: 70px 50px;
  text-align: center;
  height: 100%;
  box-shadow: 1px 1px 5px #a97c50;
  transition: all 0.25s ease-in-out;
}
.artcategs .articlesbox:hover {
  /* transform: translateX(-7px) translateY(7px); */
  transform: scale(0.95);
  background-color: #f3e3d2;
}
.artcategs .articlesbox > span {
  background: #e6c7a7;
  background: linear-gradient(
    0deg,
    rgba(230, 199, 167, 1) 10%,
    rgba(244, 227, 210, 1) 100%
  );
  display: inline-block;
  padding: 7px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.artcategs .articlesbox img {
  width: 35px;
}
.artcategs .articlesbox .lastupdate {
  margin-bottom: 30px;
  font-size: 12px;
  color: var(--txtgold);
}
.artcategs .articlesbox h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
.artcategs .articlesbox p {
  font-size: 14px;
  margin-bottom: 30px;
}
.artcategs .articlesbox a {
  color: var(--txtgold);
  font-size: 20px;
}
.artcategs .articlesbox a span {
  margin: 0px 20px;
}
@media (max-width: 576px) {
}
@media (min-width: 577px) and (max-width: 769px) {
  .artcategs .articlesbox {
    padding: 20px 10px;
  }
}
@media (min-width: 770px) and (max-width: 992px) {
  .artcategs .articlesbox {
    padding: 20px 10px;
  }
  .artcategs .articlesbox h3 {
    font-size: 15px;
  }
  .artcategs .articlesbox p {
    font-size: 12px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .artcategs .articlesbox {
    padding: 20px 10px;
  }
}
/* End artcategs */

/* Start article */
.article {
  background-color: #f3e3d2;
}
.article .container {
  padding: 100px 0px;
}
.article .artcontent {
  padding: 0px 100px;
}
.article .arttitle {
  text-align: center;
  width: 45%;
  margin: auto;
  margin-bottom: 50px;
}
.article .arttitle h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
}
.article .arttitle .lastupdate {
  margin-bottom: 30px;
  font-size: 12px;
  color: var(--txtgold);
}
.article .artgroup {
  margin-bottom: 50px;
}
.article .artgroup h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.article .artgroup p {
  font-size: 20px;
  text-align: justify;
}
.article .artgroup a {
  text-decoration: underline;
  color: var(--txtgold);
}
.article .artgroup ul {
}
.article .artgroup ul li {
  list-style: disc;
  list-style-position: inside;
  font-size: 20px;
}
.article .artgroup .artcileimg {
  display: block;
  margin-top: 50px;
  width: 100%;
}
.article .artgroup {
}
@media (max-width: 576px) {
  .article .artcontent {
    padding: 0px;
  }
  .article .arttitle {
    width: 100%;
  }
  .article .arttitle h2 {
    font-size: 18px;
  }
}
@media (min-width: 577px) and (max-width: 769px) {
  .article .artcontent {
    padding: 0px;
  }
  .article .arttitle {
    width: 100%;
  }
}
@media (min-width: 770px) and (max-width: 992px) {
  .article .artcontent {
    padding: 0px;
  }
  .article .arttitle {
    width: 70%;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .article .artcontent {
    padding: 0px;
  }
  .article .arttitle {
    width: 60%;
  }
}
/* End article */

/* Start bredcrumb */
.bredcrumb {
  background-color: var(--white);
}
.bredcrumb .container {
  padding: 20px 0px;
}
.bredcrumb .crumbcont {
  color: var(--black);
}
.bredcrumb a {
  color: var(--black);
  font-size: 18px;
}
.bredcrumb .crumbactive {
  color: var(--txtgold);
}
@media (max-width: 576px) {
  .bredcrumb a {
    font-size: 14px;
  }
}
/* End bredcrumb */

/* Start servicepg */
.servicepg {
  background-color: #f3e3d2;
}
.servicepg .container {
  padding: 50px 0px;
}
.servicepg .moreservbox {
  background-color: var(--white);
  color: var(--black);
  padding: 20px 40px;
  text-align: center;
  padding: 20px 20px;
  text-align: center;
  width: 80%;
  margin: auto;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #787878;
}
.servicepg .moreservbox span {
  background: #e6c7a7;
  background: linear-gradient(
    0deg,
    rgba(230, 199, 167, 1) 10%,
    rgba(244, 227, 210, 1) 100%
  );
  display: inline-block;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.servicepg .moreservbox span img {
  width: 80px;
}
.servicepg .moreservbox h5 {
  font-size: 22px;
  font-weight: bold;
}
.servicepg .moreservbox p {
  font-size: 20px;
  text-align: justify;
}
@media (max-width: 576px) {
  .servicepg .moreservbox {
    width: 100%;
  }
  .servicepg .moreservbox span {
    padding: 7px;
  }
  .servicepg .moreservbox span img {
    width: 45px;
  }
  .servicepg .moreservbox h5 {
    font-size: 20px;
  }
  .servicepg .moreservbox p {
    font-size: 18px;
  }
}
@media (min-width: 577px) and (max-width: 769px) {
  .servicepg .moreservbox {
    width: 100%;
  }
}
/* End servicepg */

/* Start  */
/* End  */

/* Start  */
/* End  */

/* Start  */
/* End  */

/* Start inquirybtn */
.inquirybtn {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  color: var(--white);
  /* background-color: #418fde; */
  background-color: #a97c50;
  position: fixed;
  bottom: 120px;
  right: 20px;
  z-index: 9999999;
  box-sizing: border-box;
  transition: transform 0.35s ease-in-out;
  animation: ripple-white 1.5s linear infinite;
}
.inquirybtn:hover {
  transform: scale(1.1);
}
@keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(104, 120, 132, 0.3),
      0 0 0 10px rgba(104, 120, 132, 0.3), 0 0 0 20px rgba(104, 120, 132, 0.3);
    box-shadow: 0 0 0 0 rgba(104, 120, 132, 0.3),
      0 0 0 10px rgba(104, 120, 132, 0.3), 0 0 0 20px rgba(104, 120, 132, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(104, 120, 132, 0.3),
      0 0 0 20px rgba(104, 120, 132, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(104, 120, 132, 0.3),
      0 0 0 20px rgba(104, 120, 132, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}
.inquirybtn span {
  font-size: 24px;
}
/* End inquirybtn */

/* Start whatsbtn */
.whatsbtn {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: var(--white);
  /* background-color: #13c248; */
  background-color: #a97c50;
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 9999999;
  transition: transform 0.35s ease-in-out;
  animation: ripple-white 1.5s linear infinite;
}
.whatsbtn:hover {
  transform: scale(1.1);
}
@keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(104, 120, 132, 0.3),
      0 0 0 10px rgba(104, 120, 132, 0.3), 0 0 0 20px rgba(104, 120, 132, 0.3);
    box-shadow: 0 0 0 0 rgba(104, 120, 132, 0.3),
      0 0 0 10px rgba(104, 120, 132, 0.3), 0 0 0 20px rgba(104, 120, 132, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(104, 120, 132, 0.3),
      0 0 0 20px rgba(104, 120, 132, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(104, 120, 132, 0.3),
      0 0 0 20px rgba(104, 120, 132, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}
.whatsbtn span {
  font-size: 24px;
}
/* End whatsbtn */

/* starting button-top */
#button-top {
  background-color: var(--txtgold);
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
  display: none;
  cursor: pointer;
  border: 1px solid #fff;
  color: var(--black);
}

/*  End button-top */

/* @media (max-width: 576px) {
}
@media (min-width: 577px) and (max-width: 769px) {
}
@media (min-width: 770px) and (max-width: 992px) {
}
@media (min-width: 993px) and (max-width: 1199px) {
} */

/* very lage screens */
/* @media (min-width: 1200px) and (max-width: 1399px) {
}

@media (min-width: 1400px) and (max-width: 1599px) {
}

@media (min-width: 1600px) and (max-width: 1799px) {
}

@media (min-width: 1800px) and (max-width: 1999px) {
}

@media (min-width: 2000px) and (max-width: 2399px) {
}

@media (min-width: 2400px) and (max-width: 2799px) {
}

@media (min-width: 2800px) and (max-width: 3199px) {
}

@media (min-width: 3200px) {
} */
/* very lage screens */
