/* 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: #000000;
  --green: #0c5c5c;
  --red: #ed2727;
  --txtcolor: #222222;
  --main-transition: 0.25s;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background-color: var(--white);
}
::-webkit-scrollbar-thumb {
  background-color: var(--green);
}
::-webkit-scrollbar-thumb:hover {
  background-color: var(--green);
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
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;
}
/* start special classes */
.sptitle {
  color: var(--green);
  background: rgba(12, 92, 92, 0.13);
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
  width: fit-content;
}
.h3 {
  color: var(--green);
  margin-bottom: 15px;
}
.p {
  color: var(--txtcolor);
  line-height: 2;
  font-size: 17px;
}
/* start buttons */
.btnsgroup {
  margin-top: 30px;
}
.btnsgroup a {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 5px;
  width: 190px;
  text-align: center;
  transition: var(--main-transition);
}
.btnsgroup a span {
  margin-right: 10px;
}
.grbtn {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 5px;
  width: 190px;
  text-align: center;
  background-color: var(--green);
  color: var(--white);
  border: 1px solid var(--green);
  margin-right: 10px;
}
.grbtn:hover {
  background-color: var(--white);
  color: var(--green);
  border: 1px solid var(--green);
}
.whbtn {
  background-color: var(--white);
  color: var(--green);
  border: 1px solid var(--green);
}
.whbtn:hover {
  background-color: var(--green);
  color: var(--white);
  border: 1px solid var(--green);
}
/* End buttons */
.spgreen {
  color: var(--green);
  font-weight: 600;
}

@media (max-width: 576px) {
  .p {
    line-height: 1.8;
    font-size: 14px;
  }
  .btnsgroup a {
    padding: 7px 7px;
    width: 175px;
  }
}
@media (min-width: 577px) and (max-width: 769px) {
}
@media (min-width: 770px) and (max-width: 992px) {
  .p {
    line-height: 1.8;
    font-size: 13px;
  }
  .h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .btnsgroup {
    margin-top: 10px;
  }
  .btnsgroup a {
    padding: 7px 5px;
    width: 155px;
    font-size: 14px;
  }
  .sptitle {
    font-size: 14px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .p {
    font-size: 14px;
  }
  .btnsgroup a {
    padding: 7px 7px;
    width: 175px;
  }
}
/* End special classes */
/* 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;
  }
}
/* End @media */

/* End Global Rules */

/* Start header */
.header {
  background-color: var(--green);
}
.header .container {
  padding: 15px 10px;
}
.header .container > .row > div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: left;
  align-items: center;
}
.header .container > .row > div:nth-of-type(2) {
  justify-content: right;
}
.header .linklogo img {
  height: 60px;
}
.header .menubtn {
  border-radius: 5px;
  color: var(--white);
  background-color: var(--black);
  width: 40px;
  height: 40px;
  font-size: 25px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  right: 20px;
  cursor: pointer;
  display: none;
}
.header .container > .row > div > ul > li {
  display: inline-block;
}
.header .container > .row > div > ul > li a {
  margin-right: 15px;
  padding: 5px 8px;
  color: var(--white);
  font-size: 16px;
  position: relative;
  transition: all 0.25s ease-in-out;
}
.header .dropdown-menu {
  background-color: var(--green);
}
.header .dropdown-menu li {
}
.header .dropdown-menu li:hover,
.header .dropdown-menu a:hover {
  background-color: var(--black);
}
@media (max-width: 769px) {
  .header .container > .row > div {
    justify-content: center;
  }
  .header .container > .row > div:first-of-type {
    justify-content: left;
  }
  .header .linklogo img {
    height: 50px;
  }
  .header .container > .row > div > ul > li {
    display: block;
    text-align: center;
    padding: 7px;
  }
  .header .container > .row > div > ul > li a {
    margin-right: 0px;
  }
  .header .container > .row > div:last-of-type {
    justify-content: center;
    text-align: center;
  }
  .header .menubtn {
    display: block;
  }
  .header .container > .row > div > ul {
    display: none;
  }
  .header .btnheader {
    display: none;
    border-top: 1px solid #ddd;
  }
}
@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: 0px;
    font-size: 14px;
    padding: 5px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .header ul li a {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 14px;
    padding: 5px 8px;
  }
}
/* End header */

/* Start normaltxtimg */
.normaltxtimg .container {
  padding: 25px 0px 25px 0px;
}
.intro .container {
  padding: 100px 0px 25px 0px;
}
.normaltxtimg .row > div.dflex {
  display: flex;
}
.normaltxtimg .txtalignment {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.normaltxtimg .row > div > img {
  width: 100%;
}
@media (max-width: 576px) {
  .intro .container {
    padding: 50px 0px 25px 0px;
  }
  .normaltxtimg .row > div:first-of-type {
    margin-bottom: 50px;
  }
}
@media (min-width: 577px) and (max-width: 769px) {
  .intro .container {
    padding: 50px 0px 25px 0px;
  }
  .normaltxtimg .row > div:first-of-type {
    margin-bottom: 50px;
  }
}
/* End normaltxtimg */

/* Start bestvid */
.bestvid .container {
  padding: 25px 0px 25px 0px;
}
.bestvid .upvideo video {
  height: 600px;
  display: block;
  margin-right: auto;
  margin-left: 0;
}
.bestvid .upbest {
  background: url("../img/best-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: 600px;
  position: relative;
  border-radius: 10px;
}
.bestvid .upbest > .row {
  height: 100%;
}
.bestvid .upbest > .row > div {
  position: relative;
}
.bestvid .upbest > .row > div:nth-of-type(2) {
  display: flex;
  padding: 0px 30px;
}
.bestvid .upbest > .row > div > img {
  position: absolute;
  bottom: 0px;
  border-radius: 150px 150px 0px 0px;
}
.bestvid .txtalignment {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.upchecklist {
}
.upchecklist > div {
  padding: 0px 5px;
}
.upchecklist > div > div {
  font-size: 14px;
  color: var(--green);
  margin-bottom: 5px;
}
.upchecklist span {
  color: var(--green);
  margin-right: 5px;
}
@media (max-width: 576px) {
  .bestvid .upvideo video {
    height: auto;
    width: 100% !important;
  }
  .bestvid .upbest {
    background: url("../img/best-mobile-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: 800px;
    position: relative;
    border-radius: 10px;
  }
  .bestvid .container > .row > div:first-of-type {
    margin-bottom: 30px;
  }
  .bestvid .upbest > .row > div:nth-of-type(2) {
    padding: 0px 20px;
  }
  .bestvid .upbest > .row > div > img {
    display: none;
  }
}
@media (min-width: 577px) and (max-width: 769px) {
  .bestvid .upvideo video {
    height: auto;
    width: 100% !important;
  }
  .bestvid .upbest {
    background: url("../img/best-mobile-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: 830px;
    position: relative;
    border-radius: 10px;
  }
  .bestvid .container > .row > div:first-of-type {
    margin-bottom: 30px;
  }
  .bestvid .upbest > .row > div:nth-of-type(2) {
    padding: 0px 20px;
  }
  .bestvid .upbest > .row > div > img {
    display: none;
  }
}
@media (min-width: 770px) and (max-width: 992px) {
  .bestvid .upvideo video {
    height: auto;
    width: 100% !important;
  }
  .bestvid .upbest {
    background: url("../img/best-mobile-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: 100%;
    position: relative;
    border-radius: 10px;
  }
  .bestvid .upbest > .row > div:nth-of-type(2) {
    padding: 0px 20px;
  }
  .bestvid .container > .row > div {
    padding: 0px 5px;
  }
  .bestvid .upbest > .row > div > img {
    width: 220px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .bestvid .upbest {
    height: 100%;
  }
  .bestvid .upbest > .row > div > img {
    width: 225px;
  }
  .bestvid .upvideo video {
    height: 100%;
  }
}
/* End bestvid */

/* Start offersgroup */
.offersgroup {
  background-color: var(--green);
}
.offersgroup .container {
  padding: 50px 0px;
}
.offersgroup .offerbox {
  padding: 15px;
  background-color: var(--white);
  border-radius: 10px;
}
.offersgroup .offerbox img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 10px;
}
.offersgroup .offerdata {
  text-align: center;
}
.offersgroup .offerdata h5 {
  color: var(--green);
  margin-bottom: 10px;
  font-weight: bold;
}
.offersgroup .offerdata span {
  display: block;
  color: var(--red);
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
}
@media (max-width: 576px) {
  .offersgroup .row > div {
    margin-bottom: 20px;
  }
}
@media (min-width: 577px) and (max-width: 769px) {
  .offersgroup .row > div {
    margin-bottom: 20px;
  }
}
@media (min-width: 770px) and (max-width: 992px) {
  .offersgroup .row > div {
    padding: 0px 5px;
  }
}
/* End offersgroup */

/* Start mainbefaft */
.mainbefaft .container {
  padding: 50px 0px;
}
.mainbefaft img {
  width: 100%;
}
/* End mainbefaft */

/* Start feedback */
.feedback .container {
  padding: 50px 0px;
}
.feedback h2 {
  color: var(--green);
  text-align: center;
  margin-bottom: 30px;
}
.feedback .googfeedback {
  background-color: var(--white);
  box-shadow: 1px 1px 1px #ddd, -1px -1px 1px #ddd;
  height: 100%;
  padding: 20px 0px;
  border-radius: 10px;
}
.feedback .googtaredata {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.feedback .googtaredata > div {
  padding: 10px;
}
.feedback .googtaredata img {
  border-radius: 50%;
  width: 50px;
}
.feedback .googtaredata h6 {
  margin-bottom: 3px;
  font-weight: bold;
  font-size: 16px;
}
.feedback .googfeedback .totstars {
  padding: 10px;
}
.feedback .googfeedback .totstars span {
  color: #f0b000;
}
.feedback .googfeedback .googsp {
  color: #636363;
  font-size: 14px;
  display: inline-block;
  padding: 10px;
}
.feedback .googfeedback .pwgoog {
  padding: 0px 10px;
}
.feedback .feedslider .owl-nav,
.feedback .feedslider .owl-dots {
  display: none;
}
.feedback .slidebox {
  background-color: #eaf6f6;
  border-radius: 10px 10px 10px 20px;
}
.feedback .upstarts {
  padding: 13px;
}
.feedback .upstarts span {
  color: #f0b000;
}
.feedback .slidebox > p {
  font-size: 14px;
  padding: 13px;
}
.feedback .ratedata {
  display: flex;
  justify-content: flex-start;
}
.feedback .ratedata > div:nth-of-type(1) {
  background-color: var(--white);
  padding: 10px;
  border-radius: 0px 20px;
}
.feedback .ratedata > div:nth-of-type(2) {
  padding: 10px;
}
.feedback .ratedata img {
  border-radius: 50%;
  width: 50px;
}
.feedback .ratedata h6 {
  margin-bottom: 3px;
  font-weight: bold;
}
.feedback .ratedata span {
  font-size: 14px;
}
@media (max-width: 576px) {
  .feedback .row > div {
    margin-bottom: 20px;
  }
}
/* End feedback */

/* Start getknow */
.getknow {
  background: url("../img/get-bg.png");
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-repeat: round !important;
  width: 100% !important;
  height: 100%;
  padding: 50px 0px;
  position: relative;
  border-radius: 15px;
}
.getknow .row {
  width: 100%;
  margin: auto;
}
.getknow .row > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 50px;
}
.getknow h4 {
  color: var(--white);
  margin-bottom: 20px;
}
.getknow p {
  color: var(--white);
  line-height: 2;
  margin-bottom: 0px;
}
.getknow img {
  width: 300px;
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .getknow {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    width: 100% !important;
    height: 500px;
  }
  .getknow .row > div {
    padding: 0px 20px;
  }
  .getknow img {
    width: 200px;
    display: block;
    margin-bottom: 10px;
  }
  .getknow p {
    font-size: 15px;
  }
}
@media (min-width: 577px) and (max-width: 769px) {
  .getknow {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    width: 100% !important;
    height: 500px;
  }
  .getknow .row > div {
    padding: 0px 20px;
  }
  .getknow img {
    width: 200px;
    display: block;
    margin-bottom: 10px;
  }
  .getknow p {
    font-size: 15px;
  }
}

@media (min-width: 770px) and (max-width: 992px) {
  .getknow {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    width: 100% !important;
    height: 100%;
  }
  .getknow img {
    width: 200px;
  }
  .getknow p {
    font-size: 14px;
  }
  .getknow .row > div {
    padding: 0px 25px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .getknow {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    width: 100% !important;
    height: 100%;
  }
  .getknow img {
    width: 250px;
    margin-bottom: 15px;
  }
}
/* End getknow */

/* Start bemap */
.bemap .container {
  padding: 25px 0px;
  border-radius: 15px;
}
.bemap iframe {
  width: 100%;
  height: 400px;
  border-radius: 15px;
}
/* End bemap */

/* Start footer */
footer {
  background-color: var(--green);
}
footer .footlogos {
  padding: 40px 0px;
  /* border-bottom: 1px solid #6a856da1; */
}
footer .footlogos .slidebox {
  text-align: center;
  padding: 10px 10px;
}
footer .footlogos .slidebox img {
  height: 40px;
  width: auto;
  margin: auto;
}
footer .footlogos .owl-nav,
footer .footlogos .owl-dots {
  display: none;
}
footer .mainfooter {
  padding: 40px 0px;
  color: var(--white);
}
footer .mainfooter h5 {
  margin-bottom: 20px;
}
footer .mainfooter .upfootlogo {
}
footer .mainfooter .upfootlogo img {
  margin-bottom: 10px;
  width: 125px;
}
footer .mainfooter .upfootlogo p {
  font-size: 13px;
  color: #a0c5c5;
}
footer .mainfooter .uplinks a {
  display: block;
  color: var(--white);
  color: #a0c5c5;
  margin-bottom: 15px;
  transition: var(--main-transition);
}
footer .mainfooter .uplinks a:hover {
  color: var(--white);
  transform: scale(1.05);
}
footer .mainfooter .upcontact div {
  margin-bottom: 15px;
  color: #a0c5c5;
}
footer .mainfooter .upcontact span {
  margin-right: 7px;
  color: var(--white);
}
footer .copyright {
  padding: 20px 0px;
  border-top: 1px solid #6a856da1;
}
footer .copyright p {
  margin-bottom: 0px;
  text-align: center;
  color: var(--white);
}
footer .copyright a {
  color: var(--white);
  text-decoration: underline;
}
@media (max-width: 576px) {
  footer .footlogos .slidebox img {
    height: 25px;
  }
}
@media (min-width: 577px) and (max-width: 769px) {
  footer .footlogos .slidebox img {
    height: 25px;
  }
}
@media (min-width: 770px) and (max-width: 992px) {
  footer .mainfooter .row > div {
    padding: 0px 3px;
  }
  footer .mainfooter .upfootlogo img {
    margin-bottom: 5px;
    width: 100px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  footer .footlogos .slidebox img {
    height: 30px;
  }
}
/* End footer */

/* Start  */
/* End  */

/* starting button-top */
#button-top {
  background-color: var(--green);
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: none;
  cursor: pointer;
  border: 1px solid #fff;
  color: var(--white);
}

/*  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)*/
