.btn-default, .btn-transparent {
  padding: 14px 31px 13px;
  font-weight: 500;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  text-align: center;
  display: inline-block;
  position: relative;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}

.btn-default:after, .btn-transparent:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 100%
}

.btn-default:before, .btn-transparent:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.btn-default {
  z-index: 0;
  letter-spacing: -0.019em;
  border-color: transparent;
  background-color: #ffcd00;
  color: #000;
}
.btn-default:hover {
  background-color: #000;
  color: #efefef
}

.link {
  position: relative;
  display: inline-block;
  background-color: transparent;
  padding: 10px 23px 10px 0;
  font-weight: 500;
  font-size: 18px;
  font-family: "poppins", sans-serif;
  text-align: center;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}

.link:before {
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  width: 0;
  height: 2px;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out
}

.link:hover:before {
  width: 100%
}

.link:hover svg {
  right: -5px
}

.link svg {
  position: relative;
  width: 24px;
  height: 24px;
  top: 6px;
  right: -5px;
  -webkit-transition: right 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent
}

ol, ul, li {
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif
}

a {
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  font-family: "Inter", sans-serif
}

a:hover {
  outline: 0;
  text-decoration: none
}

h1, h2, h3, h4, h5, h6 {
  width: 100%;
  font-family: 'Inter', sans-serif;
}
p {
  font-family: 'Tajawal', sans-serif;
}
h1, h2, h3, h4, h5, h6, p, fieldset, form, label, table, tbody, tr, th, td, figure, footer, header, menu, nav, section, audio, video, button {
  margin: 0;
  border: 0
}
body {
  overflow-x: hidden;
}
img {
  height: auto;
  width: 100%;
  max-width: 100%;
  vertical-align: top;
  border: 0
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1450px;
  position: relative
}

section, .section {
  width: 100%;
  position: relative;
  overflow: hidden
}


header:after, .container:after, .wrapper:after, .column-wrapper:after, .grid-wrapper:after, .two-third:after, .content-wrapper:after, .v-middle-wrapper:after, .col-wrapper:after {
  content: "";
  clear: both;
  display: block
}

h1 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 1.13
}

@media (min-width: 992px) {
  h1 {
    font-size: 65px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 55px !important;
  }
}

@media (min-width: 596px) and (max-width: 767px) {
  h1 {
    font-size: 40px !important;
  }
}

@media (max-width: 595px) {
  h1 {
    font-size: 40px !important;
  }
}

h2 {
  font-weight: 600;
  line-height: 1.13
}

@media (min-width: 992px) {
  h2 {
    font-size: 40px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 40px !important;
  }
}

@media (min-width: 596px) and (max-width: 767px) {
  h2 {
    font-size: 40px !important;
  }
}

@media (max-width: 595px) {
  h2 {
    font-size: 40px !important;
  }
}

h3 {
  font-weight: 600;
  line-height: 1.13
}

@media (min-width: 992px) {
  h3 {
    font-size: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 30px !important;
  }
}

@media (min-width: 596px) and (max-width: 767px) {
  h3 {
    font-size: 25px !important;
  }
}

@media (max-width: 595px) {
  h3 {
    font-size: 25px !important;
  }
}

h4 {
  font-weight: 600;
  line-height: 1.13
}

@media (min-width: 992px) {
  h4 {
    font-size: 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  h4 {
    font-size: 20px !important;
  }
}

@media (min-width: 596px) and (max-width: 767px) {
  h4 {
    font-size: 20px !important;
  }
}

@media (max-width: 595px) {
  h4 {
    font-size: 18px !important;
  }
}

p {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.41
}

@media (min-width: 596px) and (max-width: 767px) {
  p {
    font-size: 18px !important;
  }
}

@media (max-width: 595px) {
  p {
    font-size: 18px !important;
  }
}

p > a {
  color: inherit
}

span {
  font-family: "Inter", sans-serif;
  font-size: 16px
}

.bg-img {
  overflow: hidden
}

.bg-img img {
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

::-webkit-input-placeholder {
  font-weight: 400;
  color: #000;
  opacity: 1;
  font-size: 14px
}

::-moz-placeholder {
  font-weight: 400;
  color: #000;
  opacity: 1;
  font-size: 14px
}

:-ms-input-placeholder {
  font-weight: 400;
  color: #000;
  opacity: 1;
  font-size: 14px
}

:-moz-placeholder {
  font-weight: 400;
  color: #000;
  opacity: 1;
  font-size: 14px
}

body.stop-scroll {
  overflow: hidden
}

.wow {
  visibility: hidden
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 100%
}
.row.m-0 {
  margin: 0 !important;
}
.row.m-l-r-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.col-two {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.col-three {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%
}

.col-four {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.col-five {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%
}

.col-six {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6%;
  flex: 0 0 16.6%;
  max-width: 16.6%
}

.col-seven {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14.2%;
  flex: 0 0 14.2%;
  max-width: 14.2%
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

label {
  font-size: 16px;
  font-weight: normal;
  line-height: 22.4px;
  font-family: "Inter", sans-serif
}

input {
  font-size: 16px;
  font-weight: normal;
  line-height: 22.4px;
  outline: none;
  font-family: "Inter", sans-serif
}

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


@keyframes grow-and-shrink {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

@keyframes movebounce {
  0% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(20px)
  }
  to {
    transform: translateY(0)
  }
}

@keyframes movescale {
  0% {
    transform: scale(1)
  }
  50% {
    transform: scale(.8)
  }
  to {
    transform: scale(1.3)
  }
}


@media screen and (max-width: 991px) {
  .col-two {
    flex: 0 0 100%;
    max-width: 100%
  }

  .col-three {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-four {
    flex: 0 0 50%;
    max-width: 50%
  }

}

@media screen and (max-width: 595px) {
  .col-two {
    flex: 0 0 100%;
    max-width: 100%
  }

  .col-three {
    flex: 0 0 100%;
    max-width: 100%
  }

  .col-four {
    flex: 0 0 100%;
    max-width: 100%
  }

}

.map iframe {
        border: 0;
    width: 100%;
    margin-top: 70px;
}