/*-- Use For Custom Styling --*/
/* * {
  font-family: "Heebo", sans-serif;
} */

* {
  /* font-family: "Heebo", sans-serif !important; */
  /* font-family: "Open Sans", sans-serif !important; */
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 18px !important;
  /* overflow-x: hidden !important; */
  /* font-family: 'Rubik Dirt' !important;; */
}

body {
  background-color: #f6f6f6 !important;
}

table {
  font-size: 18px !important;
  border: 1px solid black !important;
  padding: 30px !important;
  margin: 30px !important;
}

tr {
  border: 1px solid black !important;
  padding: 5px 16px !important;
}

th {
  border: 1px solid black !important;
  padding: 5px 16px !important;
}

td {
  border: 1px solid black !important;
  padding: 5px 16px !important;
}

.formHide {
  display: none;
  height: 0px;
}

.mainRow {
  background-color: #03162b !important;
}

.globlaWhatsapp {
  position: fixed;
  z-index: 10000;
  bottom: 20px;
  right: 10px;
}

.infoContainer {
  background-color: #03162b !important;
  width: 100%;
  text-align: center;
  padding: 70px 0px;
  direction: rtl !important;
  margin: auto;
  height: 600px !important;
}

.logoContainer {
  width: 100%;
  margin: auto;
}
.logoWhite {
  width: 30%;
}

.mainTitle {
  font-size: 50px !important;
  color: #e7c96f;
  font-weight: bold;
}

.mainTitle1 {
  font-size: 45px !important;
  color: #e7c96f;
  font-weight: bold;
}

.mainDesc {
  font-weight: 400;
  color: white;
  font-size: 27px !important ;
  padding: 0px 90px !important;
}

.mainDesc1 {
  font-weight: 400;
  color: white !important;
  font-size: 30px !important;
  padding: 0px 70px !important;
}

.mainImageContainer img {
  height: 600px !important;
}

.formContainerMobile {
  display: none;
}

.formContainer {
  background-color: #fff !important;
  direction: rtl !important;
  padding: 10px 10px 20px 10px;
  text-align: right;
  margin-right: 0px !important;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}

.formGroupContainer {
  margin-top: 10px !important;
}
.formGroup input {
  background-color: #f6f6f6 !important;
  border: 1px solid #03162b !important;
  padding: 3px 10px !important;
  margin-left: 20px;
  border-radius: 5px;
}

.inputM {
  width: 18%;
}

.inputL {
  width: 22%;
}

.formDesc {
  font-size: 22px !important;
  font-weight: bold;
  color: #03162b;
}
.subBtn {
  background-color: #e7c96f;
  color: rgb(70, 70, 70);
  border: 1px solid #e7c96f;
  width: 140px !important;
  display: inline-block;
  height: 34px;
}

.infoBtn {
  border-radius: 50px;
  background-color: #2ac746;
  color: rgb(70, 70, 70);
  display: inline-block;
  height: 40px;
  overflow: hidden;
  padding: 7px 20px;
  margin-top: 20px;
  text-align: center;
  color: #03162b;
  cursor: pointer;
}

.btnIcon {
  padding-top: 5px;
  float: right;
}

.btnTxt {
  float: right;
  padding-right: 5px;
  font-weight: 400;
}

.aboutContainer {
  background-color: #f6f6f6 !important;
  padding: 0px 40px !important;
  direction: rtl !important;
}

.aboutTitle {
  font-size: 40px !important;
  color: #fff;
  background-color: #03162b;
  font-weight: bold;
  text-align: right;
  padding-right: 20px;
  margin-top: 0px;
}

.aboutDesc {
  font-size: 20px !important;
  color: #03162b;
  text-align: right;
  margin-top: 10px;
  padding-left: 20%;
}

.aboutDesc h1,
h2 {
  font-size: 30px !important;
  color: #fff;
  background-color: #03162b;
  padding: 5px 20px;
  font-weight: 400;
}

h4 {
  font-size: 22px !important;
  color: #03162b;
  background-color: #dadada;
  padding: 5px 20px;
  font-weight: 400;
}

.aboutImageContainer {
  height: 1100px;
  overflow: auto;
  margin-top: -18px !important;
}

.aboutImageContainer img {
  width: 80%;
}

.areasBtnsLine {
  width: 100%;
  height: 1px;
  margin: 40px 0px 10px 0px;
  background-color: #03162b;
}

.areasBtnsContainer {
  overflow: hidden;
  width: 100%;
  padding: 5px;
  margin-top: 20px;
}

.areaBtn {
  background-color: #ffffff;
  padding: 10px;
  float: right;
  margin-left: 10px;
  cursor: pointer;
  border: 1px solid #03162b;
  margin-top: 10px;
}

.areaBtn a {
  color: #03162b !important;
  text-decoration: none;
}

.breadcrumbContainer {
  padding: 20px 43px;
  direction: rtl !important;
  text-align: right;
}

.breadcrumbItem {
  background-color: #dadada;
  margin-left: 3px;
  padding: 5px;
}

.breadcrumbItemActive {
  background-color: #afafaf;
  margin-left: 3px;
  padding: 5px;
}

@media (max-width: 1000px) {
  * {
    overflow-x: hidden;
  }

  .mainContainer {
    width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
  }

  .mainRow {
    padding: 0px !important;
    margin: 0px !important;
  }

  .infoContainer {
    padding: 20px 0px !important;
    width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
  }

  .logoWhite {
    width: 80% !important;
    padding-top: 10px !important;
  }

  .mainImageContainer img {
    height: auto !important;
    width: 120%;
    margin-left: -10%;
  }

  .mainTitle {
    font-size: 40px !important;
    color: #e7c96f;
    font-weight: bold;
    line-height: 1.3;
    padding: 20px 70px !important;
  }

  .mainTitle1 {
    font-size: 30px !important;
    color: #e7c96f;
    font-weight: bold;
    line-height: 1.3;
    padding: 20px 70px !important;
  }

  .mainDesc1 {
    font-weight: 400;
    color: white !important;
    font-size: 20px !important ;
    padding: 0px 40px !important;
  }

  .mainDesc {
    font-weight: 400;
    color: white;
    font-size: 20px !important ;
    padding: 0px 40px !important;
  }

  .btns {
    margin-top: 50px !important;
  }

  .formContainer {
    display: none;
  }

  .formContainerMobile {
    display: block;
    background-color: white !important;
    direction: rtl !important;
    padding: 10px 10px 20px 10px;
    text-align: right;
    margin-right: 0px !important;
    padding-bottom: 100px;
  }

  .inputM {
    width: 90%;
    margin-top: 10px;
  }

  .inputL {
    width: 90%;
    margin-top: 10px;
  }

  .subBtn {
    width: 140px !important;
    width: 80%;
    margin-top: 20px;
    float: left;
    height: 34px;
    margin-left: 10%;
  }

  .aboutTextContainer {
    padding-top: 30px;
  }

  .aboutContainer {
    background-color: #f6f6f6 !important;
    padding: 50px 10px;
    direction: rtl !important;
  }

  .aboutTitle {
    font-size: 30px !important;
    color: #fff;
    background-color: #03162b;
    font-weight: bold;
    text-align: center;
    padding-right: 20px;
    margin-top: 0px;
    padding: 0px 50px !important;
  }

  .aboutDesc {
    font-size: 20px !important;
    color: #03162b;
    text-align: right;
    margin-top: 10px;
    padding: 5px 10px !important;
  }

  .aboutDesc h1 {
    font-size: 30px !important;
    color: #fff;
    background-color: #03162b;
    padding: 5px 20px;
    font-weight: bold;
  }

  .areasBtnsContainer {
    overflow: hidden;
    width: 100%;
    padding: 3px;
    margin-top: 10px;
  }

  .areasBtnsLine {
    width: 100%;
    height: 1px;
    margin: 10px 0px 5px 0px;
    background-color: #03162b;
  }

  .areaBtn {
    background-color: #ffffff;
    padding: 5px;
    float: right;
    margin-left: 5px;
    cursor: pointer;
    border: 1px solid #03162b;
    margin-top: 5px;
  }

  .areaBtn a {
    color: #03162b !important;
    text-decoration: none;
  }
}
