@import url(https://fonts.googleapis.com/css2?family=Changa:wght@400;600&family=Montserrat:wght@400;600&display=swap);
:root {
  --main_color: #255762;
  --second_color: #f07f3c;
  --ar_font: "Changa", sans-serif;
  --en_font: "Montserrat", sans-serif;
}
*,
:focus {
  outline: 0 !important;
  scroll-behavior: smooth;
  direction: rtl;
}
::-moz-selection {
  background-color: var(--second_color) !important;
  color: #fff !important;
}
::selection {
  background-color: var(--second_color) !important;
  color: #fff !important;
}
::-webkit-scrollbar {
  background-color: var(--main_color);
  width: 5px;
}
::-webkit-scrollbar-track {
  background-color: var(--main_color);
}
::-webkit-scrollbar-thumb {
  background-color: var(--second_color);
}
body {
  font-family: var(--ar_font);
  overflow: hidden;
  background-color: #fff;
  font-weight: 400;
  text-align: start;
  padding-top: 85px;
  width: 100%;
}
li,
ul {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
a:focus,
a:hover {
  cursor: pointer;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.page_content {
  z-index: 998;
  position: relative;
}
section {
  padding: 100px 0;
  position: relative;
  display: block;
  width: 100%;
}
section.section_color {
  background-color: #fcfcfc;
}
.link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin-top: 15px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
  padding: 0 30px;
  background-color: var(--second_color);
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.link i {
  vertical-align: middle;
  margin-inline-start: 5px;
  height: 40px;
  line-height: 40px;
}
.link span {
  position: relative;
  z-index: 999;
}
.link:hover {
  background-color: var(--main_color);
  color: #fff;
}
.icon_link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 14px;
  padding: 0;
  background-color: var(--second_color);
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  opacity: 0.9;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.icon_link i,
.icon_link::before {
  z-index: 999;
  position: relative;
}
.icon_link:hover {
  color: #fff;
  opacity: 1;
}
.list {
  margin: 15px 0;
}
.list li {
  display: block;
  line-height: 30px;
  margin-bottom: 10px;
  padding-inline-start: 20px;
  font-size: 16px;
}
.list li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 12px;
  background-color: var(--main_color);
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-color: var(--main_color);
  padding: 10px 0;
  z-index: 9998;
}
header .col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  height: 65px;
  display: inline-block;
  margin: 0;
}
.text {
  margin-bottom: 25px;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  flex-direction: column;
}
.text h3 {
  color: var(--main_color);
  margin: 0 0 25px;
  font-size: 22px;
  font-weight: 600;
}
.text p {
  font-size: 18px;
  line-height: 35px;
  word-spacing: 1px;
  margin-bottom: 25px;
}
.head.en {
  font-family: var(--en_font);
  font-weight: 600;
  text-transform: uppercase;
  color: var(--second_color);
  margin: 0 0 25px;
}
form {
  margin-bottom: 25px;
  padding: 25px;
  background-color: #fff;
}
.form-group {
  margin: 20px 0 0;
}
label {
  display: block;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 5px;
}
.form-control {
  border-radius: 3px;
  height: 50px;
  line-height: 50px;
  color: var(--main_color);
  border: 1px solid #e7e7e7 !important;
  outline: 0 !important;
  padding: 0 15px;
  font-size: 14px;
}
.form-control:focus,
.form-control:hover {
  border: 1px solid #e7e7e7 !important;
  outline: 0 !important;
  box-shadow: none;
}
footer {
  background-color: var(--main_color);
  padding: 35px 0 25px;
  color: #fff;
  text-align: center;
  position: relative;
}
.up_btn {
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 999;
  opacity: 1;
}
@media all and (max-width: 1199px) {
  .text h3 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .text p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
  }
}
@media all and (max-width: 991px) {
  section {
    padding: 30px 0 !important;
  }
  .text h3 {
    margin-top: 15px;
  }
  .text p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
  }
}
@media all and (max-width: 576px) {
  .text .head.en {
    font-size: 20px;
  }
  .text p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  footer {
    font-size: 13px;
  }
  .link {
    padding: 0 20px;
  }
}
html[dir="ltr"] * {
  direction: ltr;
}
html[dir="ltr"] body {
  font-family: var(--en_font);
}
html[dir="ltr"] .list li {
  padding-inline-start: 20px;
}
html[dir="ltr"] .list li::before {
  left: 0;
  right: auto;
}
html[dir="ltr"] .link i {
  transform: rotateY(180deg);
}
html[dir="ltr"] .text h3 {
  font-size: 24px;
}

html[dir="ltr"] [data-aos="fade-right"] {
  transform: translate3d(20px, 0, 0);
}
html[dir="ltr"] [data-aos="fade-left"] {
  transform: translate3d(-20px, 0, 0);
}
.loading {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: var(--main_color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading img:nth-child(1) {
  width: 270px;
}
.thanks{
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  background-color: var(--main_color);
  padding: 15px 0;
  overflow: hidden;
}
.thanks i{
  display: block;
  font-size: 60px;
  color: var(--main_color);
  margin-bottom: 25px;
  background-color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  line-height: 100px;
  margin: auto auto 15px;
}

.thanks h2{
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
  line-height: 44px;
  color: #fff;
}

.thanks p{
  font-size: 16px;
  color: #f1f1f1;
}

.thanks img{
  width: 260px;
}
html[dir="ltr"] .thanks h2{
    letter-spacing: 2px;
    font-size: 20px;
}
html[dir="ltr"] .thanks p{
    letter-spacing: 1px;
    font-size: 14px;
  text-transform:capitalize;
}