*,
* button:focus {
  outline: 0;
}

.mainColor {
  color: var(--mainColor) !important;
}

.mainBack {
  background-color: var(--mainColor) !important;
  border-color: var(--mainColor) !important;
}

html::-webkit-scrollbar {
  height: 20px;
  width: 10px;
  background: #f1f1f1;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

html::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

body {
  font-family: 'El Messiri', sans-serif;
  text-decoration: none;
  font-size: 0.9em;
  overflow-x: hidden;
  position: relative;
  font-weight: 400;
  direction: rtl;
}

h1,
h2,
h3 {
  font-weight: 900;
  margin: 0;
  line-height: 1.6;
}

h4,
h5,
h6 {
  font-weight: 700;
}

body a:hover {
  text-decoration: none;
}

body a:focus {
  outline: 0;
}

body ul {
  list-style-type: none;
  margin: 0;
}

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-appearance: none;
}

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  outline: 0;
}

.form-control,
.form-select {
  min-height: 50px;
  background-color: #fff;
  border: 0;
  padding: 5px 15px;
  width: 100%;
  border-radius: 5px;
}

.form-control:focus,
.form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control.brdr,
.form-select.brdr {
  border: 1px solid #9993;
  border-radius: 7px;
}

/* ==================== global style ============================== */
a,
span,
img {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #999;
}

ul {
  padding: 0;
}

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

p {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.card {
  border: 0;
  padding: 30px;
  border-radius: 10px;
}

.text,
.text * {
  font-size: 15px;
  line-height: 1.8;
  color: #777;
}

small.text {
  font-size: 12px;
}

.bg_gray {
  background-color: #fffef2;
}

.section_padding {
  padding: 80px 0;
}

.section-head {
  margin-bottom: 40px;
  position: relative;
  z-index: 5;
}

.section-head h5 {
  color: var(--mainColor);
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 3px;
  position: relative;
  display: inline-block;
  padding: 0 50px;
  margin-bottom: 15px;
  font-style: italic;
}

.section-head h5:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 5px;
  width: 30px;
  height: 1px;
  background-color: var(--mainColor);
}

.section-head h5::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 5px;
  width: 30px;
  height: 1px;
  background-color: var(--mainColor);
}

.section-head h3 {
  font-size: 45px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #222;
}

.section-head p {
  margin: 15px auto 30px auto;
  width: 50%;
}

.section-head.side h5 {
  padding-right: 0;
}

.section-head.side h5::after {
  display: none;
}

.section-head.light h5 {
  color: #fff;
}

.section-head.light h5::before, .section-head.light h5::after {
  background-color: #fff;
}

.section-head.light h3 {
  color: #fff;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.swiper-pagination-bullet-active {
  background-color: var(--mainColor);
  width: 20px;
  border-radius: 5px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: var(--mainColor);
  font-size: 25px;
  font-weight: bold;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 5%;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 5%;
  left: auto;
}

.butn {
  border: 1px solid var(--mainColor);
  padding: 12px 40px;
  text-align: center;
  background-color: var(--mainColor);
  font-size: 14px;
  border-radius: 50px;
}

.butn span {
  color: #fff;
}

.butn:hover {
  background-color: transparent;
}

.butn:hover span {
  color: var(--mainColor);
}

.butn.butn_line {
  background: transparent;
}

.butn.butn_line span {
  color: var(--mainColor);
}

.butn.butn_line:hover {
  background-color: var(--mainColor);
}

.butn.butn_line:hover span {
  color: #fff;
}

.butn.butn_light {
  background: #f0f0f0;
  border: 0;
}

.butn.butn_light span {
  color: #000;
}

.butn.butn_light:hover {
  background-color: var(--mainColor);
}

.butn.butn_light:hover span {
  color: #fff;
}

.dropdown-toggle::after {
  position: relative;
  top: 5px;
  opacity: 0.5;
}

.dropdown-menu {
  min-width: 170px;
  padding: 10px 0;
  border-radius: 15px;
  border: 0;
  -webkit-box-shadow: 0 0 20px #0001;
          box-shadow: 0 0 20px #0001;
  top: calc(100% + 10px);
}

.dropdown-menu .dropdown-item {
  padding: 6px 20px;
  font-size: 13px;
}

.form-check-input:checked {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
}

.form-check-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* --------------- navbar --------------- */
.navbar {
  background: transparent;
  padding: 15px;
}

.navbar .navbar-brand img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.navbar .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  font-size: 15px;
  margin: 0 10px;
  text-transform: capitalize;
}

.navbar .navbar-nav .nav-item .nav-link.active, .navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--mainColor);
}

/* --------------- header --------------- */
header {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 100px 0 80px;
}

header::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50px;
  width: 300px;
  height: 300px;
  border: 50px solid var(--mainColor);
  opacity: 0.1;
  border-radius: 100px;
}

header .head_img {
  position: absolute;
  left: 0;
  bottom: 0;
}

header .info h5 {
  color: var(--mainColor);
  margin-bottom: 15px;
}

header .info h1 {
  font-size: calc(3vw + 20px);
}

header .info p {
  margin-top: 10px;
  font-size: 20px;
  color: #666;
  line-height: 2;
}

/* --------------- services --------------- */
.services {
  position: relative;
}

.services::before {
  position: absolute;
  content: "";
  right: 30px;
  top: 30px;
  width: 300px;
  height: 100%;
  /*background-image: url(../img/logo_ptr.png);*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  opacity: 0.02;
}

.services .content .items {
  position: relative;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-top: 24px;
  display: block;
}

.services .content .items:after {
  position: absolute;
  content: "";
  width: 115px;
  height: 115px;
  background: var(--mainColor);
  bottom: -70px;
  left: -60px;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.services .content .items:before {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  background: var(--mainColor);
  bottom: -100px;
  left: 15px;
  border-radius: 50%;
  z-index: 2;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  -webkit-animation: slide-top 1s ease-in-out infinite alternate both;
  animation: slide-top 1s ease-in-out infinite alternate both;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.services .content .items .icons {
  position: relative;
  z-index: 5;
  width: 70px;
  height: 70px;
  padding: 15px;
  border-radius: 50%;
  background-color: #fcfae3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.services .content .items .icons img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.services .content .items .inf {
  position: relative;
  z-index: 5;
  min-height: 100px;
}

.services .content .items .inf h5 {
  color: #333;
  margin: 15px 0;
  font-size: 20px;
  font-weight: 500;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.services .content .items .inf p {
  color: #777;
  line-height: 2;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.services .content .items:hover:after {
  width: 200%;
  height: 200%;
  bottom: -15px;
}

.services .content .items:hover::before {
  bottom: 0;
}

.services .content .items:hover .inf h5,
.services .content .items:hover .inf p {
  color: #fff;
}

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

/* --------------- projects --------------- */
.download-btn {
  border: 1px solid #fff;
  padding: 15px;
  color: #fff;
  border-radius: 50px;
  margin: 5px;
  position: relative;
  overflow: hidden;
}

.download-btn:hover {
  color: #000;
}

.download-btn span {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.download-btn i {
  margin-right: 20px;
  color: var(--mainColor);
  font-size: 21px;
}

.download-btn::before {
  position: absolute;
  content: "";
  left: 0;
  top: -1px;
  bottom: 0;
  width: 50px;
  background: #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.download-btn:hover::before {
  width: 100%;
}

.download .download-btn:last-of-type i {
  margin-left: 20px;
  margin-right: 0;
}

.download .download-btn:last-of-type::before {
  left: unset;
  right: 0;
}

.download .download-btn:last-of-type::before {
  left: 0;
  right: unset;
}

.download-btn::before {
  left: unset;
  right: 0;
}

.download .download-btn:last-of-type i {
  margin-left: 0;
  margin-right: 20px;
}

.download-btn i {
  margin-right: 0;
  margin-left: 20px;
}

/* -------------------- download-sec ------------------------- */
.download-sec {
  background-color: var(--mainColor);
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}

.download-sec .info h2 {
  color: #fff;
  font-size: 50px;
  margin-bottom: 20px;
}

.download-sec .info p {
  color: #fff;
  line-height: 2.2;
  font-size: 14px;
  margin-bottom: 30px;
}

/* --------------- screens --------------- */
.screens .swiper-slide {
  height: 550px;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #fcfae3;
}

.screens .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* --------------- projects --------------- */
/* --------------- projects --------------- */
/* ------------ footer style ------------- */

/* ------------ start general style ------------- */
.contactus-form .form-control{
	border: 1px solid #d7c60d;
}

.contactus-form textarea.form-control{
	height:unset;
}
/* ------------ end general style ------------- */

/* -------------------- responsive style ------------------------- */
@media screen and (max-width: 991px) {
  header {
    padding-bottom: 0;
  }
  header .head_img {
    position: relative;
    margin-top: 30px;
  }
  .navbar-collapse {
    background-color: #fcfae3;
    margin-top: 20px;
  }
}

/************start complete register************************/
.inner_header {
  height: 300px;
  overflow: hidden;
}

.inner_header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.form_content {
  background-color: #fff;
  margin-top: -50px;
  position: relative;
  z-index: 10;
  border-radius: 30px 30px 0 0;
}

.form_content .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #9995;
}

.form_content .form-group .icon {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.form_content .form-group .form-control {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

.form_content .form_btn {
  width: 100%;
  padding: 20px 40px;
  text-align: center;
  background-color: #fcf804;
  color: #000;
  font-weight: bold;
  border-radius: 10px;
  
  border-color: #fff;
}

.form_content .upload_box {
  position: relative;
  padding: 15px;
  border: 1px solid #9993;
  border-radius: 15px;
}

.form_content .upload_box .imageWrapper {
  width: 100px;
  height: 90px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}

.form_content .upload_box .imageWrapper .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.form_content .upload_box .file-upload {
  position: relative;
  border: 0;
  background: transparent;
  text-decoration: underline;
  cursor: pointer;
}

.form_content .upload_box .file-upload .file-input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

[type=email], [type=number], [type=tel], [type=url] {
  direction: rtl;
}

.form-check-input:checked {
  background-color: #fcf804;
  border-color: #fcf804;
}

.section_padding {
  padding: 80px 0;
}

/*start custom code*/
/*.inner_header{
    margin-top: 230px;
}*/

.update-profile-page form input[type="radio"]{
    height:1em !important;
}

.custom-border{
    border-right: 3px solid #fcf804;
}

.register-page .show_hide_password {
  position: relative;
}
.register-page .show_hide_password .show_pass {
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
  color: #888;
}
/*end custom code*/
/************end complete register************************/

.home-about-details,
.home-about-details *{
    margin-top: 10px;
    font-size: 20px !important;
    color: #666;
    line-height: 2;
    margin: 0;
}

/* ======== */
/* ======= */
/*# sourceMappingURL=styles.css.map */