@import "bootstrap.min.css";
@import "all.min.css";
@import "animate.css";
@import "modal-video.min.css";
@import "owl.carousel.min.css";
/*@import "fonts/font-fileuploader.css";*/
@import "jquery.fileuploader.min.css";
@font-face {
  font-family: myFont;
  src: url(../fonts/tajawal/Tajawal-Regular.ttf);
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: myFont;
  src: url(../fonts/tajawal/Tajawal-Medium.ttf);
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: myFont;
  src: url(../fonts/tajawal/Tajawal-Bold.ttf);
  font-style: normal;
  font-weight: 600;
}
.black-color {
  color: #2A2A2A;
}

.gray-color {
  color: #707070;
}

*{
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  font-family: "myFont", sans-serif !important;
  color: #2A2A2A;
  direction: rtl;
  font-size: 14px;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  letter-spacing: -0.5px !important;
}
body.nav-is-sticky {
  padding-top: 81px;
}

a {
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
a:hover {
  text-decoration: none;
}

header .navbar .navbar-nav li .nav-link {
  position: relative;
}
header .navbar .navbar-nav li .nav-link:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color:red;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
header .navbar .navbar-nav li .nav-link:hover:before {
  width: 100%;
}

.loading-overly {
  position: fixed;
  top: 0;
  left: 0;
  background:red;
  color: #fff;
  width: 100%;
  height: 100%;
  z-index: 999999;
}

.sk-folding-cube {
  margin: 50vh auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#ffff;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
/*btn-4 Start*/
.btn-4 {
  overflow: hidden;
  position: relative;
}

.btn-4:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 10;
}

.btn-4 > span {
  z-index: 20;
  position: relative;
}

.btn-4:hover:after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
.btn-11 {
  position: relative;
  color: #475736;
}

.btn-11:before, .btn-11:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #7fd957;
  border-radius: 50%;
}

.btn-11:before {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn-11:after {
  right: -20px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.btn-11:hover {
  color: #2A2A2A;
}

.btn-11:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
  animation: criss-cross-left 0.8s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.btn-11:hover:after {
  -webkit-animation: criss-cross-right 0.8s both;
  animation: criss-cross-right 0.8s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes mymove {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}
header {
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.36);
}
header.fixed {
  position: fixed;
  -webkit-animation: mymove 0.5s;
  animation: mymove 0.5s;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #4b4949;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.36);
}
header.fixed .navbar {
  background-color: #4b4949;
}
header .navbar {
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  background-color: #4b4949;
}
header .navbar .navbar-toggler {
  border-color:#ffff;
  background-color: #ffff;
  cursor: pointer;
}
@media (min-width: 992px) {
  header .navbar {
    padding: 0.9rem 5rem;
  }
}
header .navbar .navbar-brand img {
  max-height: 70px;
  width: auto;
  border-radius: 10px;
  object-fit:scale-down;
}
header .navbar .navbar-nav li {
  padding: 0.5rem 0.5rem;
}
@media (min-width: 992px) {
  header .navbar .navbar-nav li {
    padding: 0.5rem 1rem;
  }
}
header .navbar .navbar-nav li:not(:last-child) {
  font-size: 15px;
}
header .navbar .navbar-nav li.active .nav-link:before {
  width: 30px;
}
header .navbar .navbar-nav li.active .nav-link:hover:before {
  width: 100%;
}
@media (max-width: 991.98px) {
  header .navbar .navbar-nav li {
    text-align: right;
  }
}
header .navbar .navbar-nav li .nav-link {
  color: #fff !important;
  padding: 0 3px 3px 0;
}
@media (max-width: 991.98px) {
  header .navbar .navbar-nav li .nav-link {
    display: inline-block;
  }
}
header .navbar .navbar-nav li .nav-link #Path_19003, header .navbar .navbar-nav li .nav-link #Path_19013, header .navbar .navbar-nav li .nav-link #Path_19007, header .navbar .navbar-nav li .nav-link #Path_19001 {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
header .navbar .navbar-nav li .nav-link:hover #Path_19003, header .navbar .navbar-nav li .nav-link:hover #Path_19013, header .navbar .navbar-nav li .nav-link:hover #Path_19007, header .navbar .navbar-nav li .nav-link:hover #Path_19001 {
  fill: red;
}
header .navbar .navbar-nav li .nav-link .nav-icon {
  display: inline-block;
  vertical-align: bottom;
}
header .navbar .navbar-nav li .nav-link #Path_19003,
header .navbar .navbar-nav li .nav-link #Path_19013,
header .navbar .navbar-nav li .nav-link #Path_19007,
header .navbar .navbar-nav li .nav-link #Path_19001{
  fill: #fff;
}
header .navbar .navbar-nav li .nav-link .nav-link-text {
  display: inline-block;
  vertical-align: middle;
  padding-left: 3px;
}

.slider-section {
  margin-top: 81px;
  background: url(../imgs/bg1.jpg) no-repeat center right;
  background-size: cover;
}
@media (min-width: 992px) {
  .slider-section {
    height: 400px;
  }
}
@media (max-width: 991.98px) {
  .slider-section {
    background-position: left;
  }
}
.slider-section h4 {
  font-size: 22px;
}
@media (max-width: 991.98px) {
  .slider-section h4 {
    font-size: 19px;
  }
}
.slider-section p {
  color: #535353;
}

.main-title h3 {
  position: relative;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .main-title h3 {
    font-size: 24px;
  }
}
.main-title h3:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: red;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.main-title.start-line h3:before {
  right: 0;
  left: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.section:hover h3:before {
  width: 100%;
}

.who-section h4 {
  font-weight: 400;
  font-size: 21px;
  color: #606060;
}
.who-section p {
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.our-message-section {
  background: url(../imgs/message-bg.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.our-message-section p {
  color: #707070;
  line-height: 26px;
  font-size: 18px;
}
.our-message-section .quotation-container {
  padding: 0 35px;
}
.our-message-section .quotation-container svg {
  width: 25px;
}
.our-message-section .quotation-container span {
  position: absolute;
}
.our-message-section .quotation-container span.before-quotation {
  top: -23px;
  right: 0;
}
.our-message-section .quotation-container span.after-quotation {
  left: 0;
  bottom: -30px;
}

.our-message-section .quotation-container span.before-quotation path,
.our-message-section .quotation-container span.after-quotation path {
  fill: #7fd957;
}

.vision-section {
  border-bottom: 2px solid #fff;
  background-color: #F9FAF9;
}
@media (min-width: 992px) {
  .vision-section .vision-row {
    margin-top: 100px;
    margin-bottom: 120px;
  }
}
.vision-section p {
  color: #707070;
  line-height: 26px;
}
.vision-section .vision-img-container {
  position: relative;
}
.vision-section .vision-img-container img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotateY(180deg);
          transform: translateY(-50%) rotateY(180deg);
  max-width: 480px;
  -webkit-transform-origin: 20% 40%;
          transform-origin: 20% 40%;
  -webkit-perspective: 0;
          perspective: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.mission-section p {
  color: #707070;
}

@media (min-width: 992px) {
  .features-section .col-lg-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.features-section .feature-container {
  margin: 0 auto 20px;
  max-width: 220px;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 25px 7px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.02);
}
.features-section .feature-container h4 {
  font-size: 17px;
  font-weight: 600;
  margin-top: 22px;
  margin-bottom: 22px;
}
.features-section .feature-container p {
  font-size: 14px;
  color: #888;
}
.features-section .feature-container .feature-img img {
  height: 45px;
  width: auto;
}

.how-use-section {
  background: url(../imgs/slider-bg.jpg) no-repeat center center;
  background-size: cover;
}

.use-card {
  max-width: 260px;
  margin: 0 auto 40px;
}
.use-card h4 {
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .use-card h4 {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
.use-card p {
  color: #888;
}

.js-modal-btn {
  margin-top: 40px;
  position: relative;
  height: 400px;
  width: 100%;
  border-radius: 27px;
  cursor: pointer;
  background: url(../imgs/vedio.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 1199.98px) {
  .js-modal-btn {
    height: 350px;
  }
}
@media (max-width: 991.98px) {
  .js-modal-btn {
    height: 270px;
  }
}
.js-modal-btn:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  z-index: 1;
}
.js-modal-btn:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.js-modal-btn:hover .play-icon svg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.js-modal-btn:hover .play-icon #Path_21247 {
  fill: #7fd957;
}
.js-modal-btn .play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.js-modal-btn .play-icon svg, .js-modal-btn .play-icon #Path_21247 {
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

.partner-section {
  border-bottom: 4px solid #fff;
  background: url(../imgs/slider-bg.jpg) no-repeat center center;
  background-size: cover;
}
.partner-section .partner-slider {
  position: relative;
}
.partner-section .partner-slider .owl-item {
  text-align: center;
}
.partner-section .partner-slider .owl-item img {
  height: 150px;
  width: auto;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .partner-section .partner-slider .owl-item img {
    max-width: 250px;
  }
}
.partner-section .partner-slider .owl-nav button {
  outline: none;
}
.partner-section .partner-slider .owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.partner-section .partner-slider .owl-prev #Path_1986, .partner-section .partner-slider .owl-prev #Ellipse_65, .partner-section .partner-slider .owl-prev svg {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.partner-section .partner-slider .owl-prev:hover #Path_1986 {
  fill: #7fd957;
}
.partner-section .partner-slider .owl-prev:hover #Ellipse_65 {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  stroke-width: 0;
  fill: #2A2A2A;
}
.partner-section .partner-slider .owl-next {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.partner-section .partner-slider .owl-next #Path_1986, .partner-section .partner-slider .owl-next #Ellipse_65, .partner-section .partner-slider .owl-next svg {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.partner-section .partner-slider .owl-next:hover #Path_1986 {
  fill: #7fd957;
}
.partner-section .partner-slider .owl-next:hover #Ellipse_65 {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  stroke-width: 0;
  fill: #2A2A2A;
}

@media (min-width: 992px) {
  .w-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20%;
  }
}

footer .top-footer {
  padding: 40px 0;
  background-color: #4b4949;
}
footer .top-footer h4 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
footer .top-footer .footer-logo img {
  max-width: 150px;
}

.contact-footer-list li:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 1199.98px) {
  .contact-footer-list li:not(:last-child) {
    margin-bottom: 5px;
  }
}
.contact-footer-list li a {
  color: #a6a6a6;
  text-decoration: none;
}
.contact-footer-list li a span:first-child {
  width: 40px;
}
.contact-footer-list li a span p {
  margin-top: 2px;
  font-size: 14px;
  margin-right: 3px;
}
.contact-footer-list li a #Path_21464, .contact-footer-list li a #Ellipse_66, .contact-footer-list li a #Path_21460, .contact-footer-list li a #Path_21462, .contact-footer-list li a p {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.contact-footer-list li a:hover p {
  color:red;
}
.contact-footer-list li a:hover #Path_21464, .contact-footer-list li a:hover #Ellipse_66, .contact-footer-list li a:hover #Path_21462, .contact-footer-list li a:hover #Path_21460 {
  fill: red;
}

.fs-14 {
  font-size: 14px;
}

.gray-link {
  color: #707070;
}
.gray-link:hover {
  color: #2A2A2A;
}

.yellow-link {
  color: #a6a6a6;
}
.yellow-link:hover {
  color:red;
}

.footer-social li:not(:last-child) {
  margin-left: 20px;
}
.footer-social li a {
  color: #a6a6a6;
  font-size: 18px;
}
.footer-social li a:hover {
  color:red;
}

.app-btn-container a {
  margin: 0 auto;
  max-width: 170px;
  height: auto;
}

.contact-outer-container {
  background-color: #f5f5f5;
  border-radius: 8px;
}
.contact-outer-container .contact_type label {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 7px;
  border: 1px solid #2A2A2A;
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
}
.contact-outer-container .contact_type label span {
  position: relative;
  z-index: 10;
}
.contact-outer-container .contact_type input[type=radio]:checked + label {
  background-color:red;
  color: #2A2A2A;
  border-color:red;
}
.contact-outer-container .contact-form-container {
  background-color: #fff;
  border-radius: 8px;
  padding: 10px 15px;
}
.contact-outer-container .contact-form-container textarea {
  resize: none;
}
.contact-outer-container .contact-form-container p.enter-message {
  color: #808080;
  border-bottom: 2px solid #E8E9EC;
}

.form-control {
  border: 1px solid #D3D3D4;
  border-radius: 5px;
}

.form-control:focus {
  border-color: rgba(255, 187, 15, 0.76);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.parsley-errors-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.parsley-errors-list li {
  color: red;
  font-size: 14px;
}

.fileuploader {
  position: relative;
  background-color: #f5f5f5;
  margin-bottom: 7px;
}

.fileuploader:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  right: 0;
  height: 30px;
  background-color: #ffffff;
  bottom: -31px;
}

@media (max-width: 991.98px) {
  .fileuploader-items .fileuploader-item .column-title div {
    font-size: 12px;
  }
}
.fileuploader-input {
  direction: ltr;
}
@media (max-width: 991.98px) {
  .fileuploader-input {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .fileuploader-input .fileuploader-input-caption {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 7px 16px;
    font-size: 15px;
    margin-left: 0 !important;
  }
  .fileuploader-input .fileuploader-input-button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 5px;
    padding: 7px 16px;
  }
}

.fileuploader-input .fileuploader-input-caption {
  margin-right: 16px;
  margin-left: 0;
  color: #707070;
  font-weight: 400;
  padding: 9px 16px;
}

.fileuploader-input .fileuploader-input-button {
  background: #2A2A2A;
  font-weight: 400;
  padding: 9px 16px;
}

.contact-btn {
  display: block;
  background-color:red;
  width: 100%;
  padding: 7px;
  color: #2A2A2A;
  margin-top: 20px;
  cursor: pointer;
  padding-top: 8px;
  border-radius: 5px;
  border: 2px solid red;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-weight: 700;
  letter-spacing: -0.1px;
}
.contact-btn:hover {
  color: #2A2A2A;
}

.copy-right {
  padding: 27px 0;
  background-color: #2A2A2A;
}
.copy-right p {
  font-size: 14px;
  color: #fff;
}

.contact-section {
  margin-top: calc(87px + 3rem) !important;
}
.contact-section img {
  max-width: 190px;
}
.contact-section h3 {
  font-size: 33px;
  margin-top: 40px;
}
.contact-section h4 {
  font-weight: 400;
}
.contact-section .come-soon {
  color: #707070;
  font-size: 22px;
}
.contact-section .come-soon-ar {
  padding: 5px 15px;
  background-color:red;
  font-size: 22px;
  border-left: 3px solid #707070;
}

.fileuploader-input .fileuploader-input-button:hover {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.fw-600 {
  font-weight: 600;
}

.slider-section {
  direction: ltr;
}
.slider-section p {
  font-size: 24px;
}
.slider-section .fw-600 {
  font-size: 32px;
}
@media (min-width: 992px) {
  .slider-section .offset-lg-2 {
    margin-left: 16.666667%;
    margin-right: 0;
  }
}

.service-section.features-section .feature-container .feature-img img {
  height: 105px;
}

.lang-img {
  max-height: 16px;
  width: auto;
  padding-bottom: 1px;
}

.pge-height {
  min-height: calc(100vh - 298px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  .offset-lg-1 {
    margin-left: 8.333333%;
    margin-right: 0;
  }
}
p.service-content {
  font-size: 15px;
  color: #707070;
  max-width: 220px;
  margin: 0 auto 20px !important;
  line-height: 22px;
}

.service-section.features-section .feature-container {
  margin-bottom: 10px;
  padding: 15px 10px;
}

.service-section.features-section .feature-container h4 {
  margin-top: 10px;
}

.not-found-section .notFound1 {
  width: 330px;
}
.not-found-section .notFound2 {
  width: 350px;
}

.btn-2 {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.contact-section.login-section h3 {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .contact-section.login-section h3 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .contact-section.login-section h3 {
    font-size: 24px;
  }
}
.contact-section.login-section h4 {
  color: #2A2A2A;
  border-bottom: 2px solid #E8E9EC;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 7px;
  font-size: 23px;
}
@media (max-width: 1199.98px) {
  .contact-section.login-section h4 {
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  .contact-section.login-section h4 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .contact-section.login-section .custom-control-label {
    padding-top: 2px;
  }
}
@media (max-width: 767.98px) {
  .contact-section.login-section .custom-control-label::before {
    right: -1.2rem;
  }
}
@media (max-width: 767.98px) {
  .contact-section.login-section .custom-control {
    padding-right: 1.2rem;
  }
}

@media (max-width: 1199.98px) {
  .contact-section h3 {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .contact-section h3 {
    font-size: 27px;
  }
}
@media (max-width: 767.98px) {
  .contact-section h3 {
    font-size: 25px;
  }
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: red;
  background-color:red;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color:red;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fs-15 {
  font-size: 15px;
}
@media (max-width: 767.98px) {
  .fs-15 {
    font-size: 13px;
  }
}

.custom-control-label {
  cursor: pointer;
}

.features-section .col-lg-3 {
  margin-bottom: 20px;
}

.features-section .feature-container {
  margin-bottom: 0;
  height: 100%;
}

.features-section.service-section .feature-container {
  height: auto;
}

#passwordSend .modal-header {
  border-bottom: 0 !important;
}
#passwordSend .modal-content {
  border-radius: 8px;
}
#passwordSend .modal-footer {
  border-top: 0;
}

#videoModal .modal-content {
  background-color: transparent;
  border: 0 !important;
}
#videoModal .modal-body {
  padding: 0;
}
#videoModal .close {
  outline: none !important;
  float: left;
  font-size: 2.5rem;
  font-weight: 300;
  color: #fff;
  text-shadow: none;
  opacity: 1;
}
@media (min-width: 576px) {
  #videoModal .modal-dialog {
    max-width: 60%;
  }
}

.whatsapp-btn {
  position: fixed;
  bottom: 40px;
  left: 5rem;
  border-radius: 12px;
  background:#7fd957;
  -webkit-box-shadow: 0px 15px 45px rgba(43, 190, 101, 0.14);
          box-shadow: 0px 15px 45px rgba(43, 190, 101, 0.14);
  color: #fff;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  padding: 10px 15px;
  z-index: 10;
}
.whatsapp-btn:hover {
  color: #fff;
}
@media (max-width: 991.98px) {
  .whatsapp-btn {
    border-radius: 50%;
    padding: 0;
    width: 45px;
    height: 45px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 10px;
    bottom: 10px;
  }
  .whatsapp-btn span {
    display: none;
  }
}

.e-bill-section {
  background: url(../imgs/white-map.jpg) repeat center center;
  background-size: contain;
  padding-top: calc(87px + 3rem) !important;
  position: relative;
  overflow: hidden;
}
.e-bill-section:before {
  position: absolute;
  width: 200vw;
  height: 200vw;
  content: "";
  display: block;
  border-radius: 50%;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #FDF7E3;
}
@media (max-width: 575.98px) {
  .e-bill-section:before {
    width: 300vw;
    height: 300vw;
  }
}
.e-bill-section .features-section .feature-container {
  max-width: 100%;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bill-container {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  text-align: center;
  padding: 0 40px;
  background: url(../imgs/gray-map.jpg) repeat center center;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .bill-container {
    padding: 25px;
  }
}
.bill-container img {
  border-radius: 16px;
  max-width: 100%;
  height: auto;
}
@media (max-width: 575.98px) {
  .bill-container img {
    max-width: 100%;
  }
}

.bill-v-container {
  -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .bill-v-container {
    border-radius: 12px;
  }
}

/*

*/

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: 0px;
}

.bootstrap-select .dropdown-toggle .filter-option {
  font-weight: 500;
}

.bootstrap-select > .dropdown-toggle {
    background-color: #fff;
    border: 1px solid #d6dae8;
    padding: 9px 16px;
    font-size: 14px;
    color: #0a0e1c !important;
    height: calc(2.25rem + 4px);
    border-radius: 4px;
    text-align: right;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: #707070  !important;
}

.bootstrap-select.select-small > .dropdown-toggle {
  padding: 10px 16px;
  height: 44px;
}

.bootstrap-select.rounded-10 > .dropdown-toggle {
  border-radius: 10px;
}

.bootstrap-select.text-gray > .dropdown-toggle.bs-placeholder {
  color: #c2c8dd !important;
}

.dropdown-toggle:hover {
  background-color: #fff !important;
  border-color: #fecb33 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu li.selected.active a:hover {
  color: #fff;
}

.bootstrap-select .dropdown-toggle::after {
  content: unset;
}

.bootstrap-select .dropdown-toggle::before  , .dropdown-toggle::after{
  border: 0;
  position: absolute;
  content: "\f078";
  font-family: 'Font Awesome 6 pro';
  font-weight: 900;
  font-size: 10px;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #212529;
  width: auto;
}

.dropdown-toggle::after{
  position: relative;
  left: auto;
  height: 0px;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  text-align: right;
  padding: 0.4rem 1.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 2px;
}

.dropdown-item:focus, .dropdown-item:hover{
      color: #3f4047 !important;
    background-color: rgba(255,194,15,0.1);
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item.selected {
    color: #3f4047 !important;
    background-color: rgba(255,194,15,0.1);
}

.select2-container--default .select2-results__option--selected,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    color: #3f4047 !important;
    background-color: rgba(255,194,15,0.1) !important;
}
.select2-results__option--selectable {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.select2-container--default .select2-results__option--selected::after{
    content: '';
    display: block;
    width: 0.3em;
    height: 0.7em;
    border-style: solid;
    border-width: 0 0.1em 0.1em 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #3f4047;
    margin: 0px 10px;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  background-color: #fff !important;
  border-color: #fecb33 !important;
  -webkit-box-shadow: 0px 2px 10.45px 0.55px #42424214;
  box-shadow: 0px 2px 10.45px 0.55px #42424214;
}


.dropdown-menu:not(.inner ) {
  border: 0;
  border-radius: 8px;
  box-shadow: 0 8px 20px 0 rgba(0,0,0,0.08)!important;
  border: 0px solid #dddddd80;
  text-align: right;
  min-width: 208px;
  -webkit-animation: animation-dropdown-menu-fade-in 0.4s ease 1, animation-dropdown-menu-move-up 0.4s ease-out 1;
  animation: animation-dropdown-menu-fade-in 0.4s ease 1, animation-dropdown-menu-move-up 0.4s ease-out 1;
  width: 100%;
  z-index: 5;
}

.dropdown-menu.dropdown-lg {
  min-width: 350px;
  max-width: 100%;
}

@-webkit-keyframes animation-dropdown-menu-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes animation-dropdown-menu-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.bootstrap-select.bg-transparent .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bg2 {
  background: url(../imgs/gray-map.jpg) no-repeat center center;
  background-size: cover;
}
.wizard {
  padding: 50px;
  border-radius: 20px;
}
.form-wizard {
  background-color: #f9faf9;
  padding: 70px 50px;
  border-radius: 5px;
  position: relative;
}
.form-section {
  display: none;
}
.form-section.current {
  display: inherit;
}
.step-head {
  margin-bottom: 40px;
}
.step-item {
  text-align: center;
  margin: 0px 30px;
}
.step-number {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 10px 30px #0000001a;
  color: #abafb3;
  font-size: 16px;
  margin-bottom: 15px;
}
.step-text {
  color: #abafb3;
  font-size: 16px;
  display: block;
}
.step-item.active .step-number {
  background-color: #2a2a2a;
  color: #fff;
  font-weight: bold;
}
.step-item.active .step-text {
  color: #2a2a2a;
  font-weight: bold;
}
.step-item.active.done .step-number {
    background-color: #fec22d;
    color: #2A2A2A;
    font-weight: bold;
}
.title-step {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: 500;
  border-bottom: 1px solid #7070701c;
}
.m-form__group label {
  font-size: 14px;
  font-weight: 600;
}
.m-form__group .form-control {
  color: #2a2a2a;
  border-color: #dddfe1;
  font-size: 14px;
  height: calc(2.25rem + 4px);
  border-radius: 0.25rem;
}
.m-form__group .form-control::placeholder {
  font-size: 14px;
}
.sa-dropdown button {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #333;
  padding: 7px 1px;
}
.btn-yellow {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  background-color: #7fd957;
  border-color: #7fd957;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(255, 194, 15, 0.19) !important;
  box-shadow: 0px 5px 10px 2px rgba(255, 194, 15, 0.19) !important;
}
.btn-pink {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  background-color: #ff326e;
  border-color: #ff326e;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(255, 50, 110, 0.19) !important;
  box-shadow: 0px 5px 10px 2px rgba(255, 50, 110, 0.19) !important;
}
.bootstrap-select.select-gray .dropdown-toggle {
  background-color: #f1f1f1 !important;
}
.bootstrap-select.rounded-0 .dropdown-toggle {
  border-radius: 0;
}
.irs--flat {
    margin-top: -10px;
}
.irs--flat .irs-handle {
    top: 22px;
    width: 24px;
    height: 24px;
    background-color: #7fd957;
    border-radius: 50%;
}

.irs-handle.single.state_hover:before {
    position: absolute;
    width: 38px;
    height: 38px;
    content: "";
    background-color: #7fd9571a;
    right: -6px;
    z-index: 1;
    border-radius: 50%;
    top: -7px;
}

.irs--flat .irs-bar {
  top: 29px;
  height:12px;
  background-color:red;
}
.irs--flat .irs-bar--single {
    border-radius: 12px 0 0 12px;
}
.irs--flat .irs-line {
  top: 29px;
  height: 6px;
  background-color: #eaeaea;
  border-radius: 4px;
}

.irs--flat .irs-handle > i:first-child,
.irs--flat .irs-min,
.irs--flat .irs-max {
  display: none;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  display: none;
  background-color: #fff;
  color: #000;
  font-size: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  content: unset;
}

div.tagsinput span.tag {
  border: 1px solid #efefef;
  -moz-border-radius: 2px;
  -webkit-border-radius: 4px;
  display: block;
  float: right;
  padding: 3px 12px;
  text-decoration: none;
  background: #efefef;
  color: #2a2a2a;
  margin-right: 5px;
  margin-bottom: 5px;
  font-family: helvetica;
  font-size: 13px;
}

div.tagsinput {
  border: 1px solid #d3d3d4;
  border-radius: 5px;
  padding: 6px 6px 0px;
  overflow-y: auto;
  height: auto !important;
  min-height: 18px !important;
}
div.tagsinput span.tag a {
  font-weight: 700;
  color: #2a2a2a;
  text-decoration: none;
  font-size: 14px;
}
@media (max-width: 991px) {
  .wizard {
    padding: 15px;
    border-radius: 20px;
  }
  .form-wizard {
    padding: 30px 15px;
  }
}
.dropdown.bootstrap-select.form-control.m-bootstrap-select {
    display: flex;
    flex-direction: column;
    height: auto;
    background-color: transparent;
}

.dropdown.bootstrap-select.form-control.m-bootstrap-select .parsley-errors-list{
    order: 2;
}
.m-form__group .form-control:focus {
    border-color: #7fd957;
}
.m-form__group.parsley-error input {
    border: 1px solid #FF326E!important;
}
.parsley-errors-list li {
    color: #FF326E;
}
.bootstrap-select .bs-ok-default:after {
    content: '';
    display: block;
    width: 0.3em;
    height: 0.7em;
    border-style: solid;
    border-width: 0 0.1em 0.1em 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #3f4047;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    top: 10px;
}

.text-RangeSlider p{
  color: #707070;
}

.font-weight-black{
  font-weight: 900;
}

.tag-select {
    background-color: #EFEFEF;
    color: #2A2A2A;
    border-radius: 4px;
    padding: 1px 15px;
    display: inline-block;
    margin-left: 9px;
}
.multiple-select .dropdown-menu .dropdown-item {
    padding-right: 50px;
}
.multiple-select .bootstrap-select .dropdown-menu li a::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    top: 11px;
    border-radius: 3px;
    border: 2px solid #fecb33 ;
    background-color: #FFF;
    top: 8px;
    right: 17px;
}
.multiple-select .bootstrap-select .dropdown-menu li.selected a::after {
  content: "\f00c";
    font-family: 'Font Awesome 5 pro';
    z-index: 1;
    position: absolute;
    background-color: #fecb33;
    width: 20px;
    height: 20px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.multiple-select .bootstrap-select .dropdown-menu li a .check-mark{
  display: none !important;
}

.cotnainer-weight .form-control{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


.cotnainer-weight  .bootstrap-select > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

@media(max-width:991px){
  .step-item {
    margin: 0px 15px;
  }
}



.m-form__group .form-control::-webkit-input-placeholder{
  color:#777777 ;
  font-size: 14px;
}
.m-form__group .form-control ::-moz-placeholder{
  color:#777777 ;
  font-size: 14px;
}
.m-form__group .form-control :-ms-input-placeholder{
  color:#777777 ;
  font-size: 14px;
}
.m-form__group .form-control ::-ms-input-placeholder{
  color:#777777 ;
  font-size: 14px;
}
.m-form__group .form-control::placeholder{
  color:#777777 !important;
  font-size: 14px;
}

.m-form__group.parsley-error .bootstrap-select > .dropdown-toggle{
  border-color: #FF326E;
}

.m-form__group .bs-searchbox .form-control{
  border-color: #dddfe1 !important;
}

button:focus{
  outline: none;
}

.m-form__group textarea.form-control {
    height: auto;
}

.parsley-errors-list{
  padding: 0;
}

.bootstrap-select .dropdown-toggle .filter-option{
  text-align: right;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-left: 34px;
    margin-right: 0;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    left: 15px;
    right: auto;
}


.m-form__group textarea.form-control {
    height: auto;
}

.btn.focus, .btn:focus,.bootstrap-select .dropdown-toggle:focus{
  box-shadow: none !important;
  border-color:#7fd957;
}

.m-form__group .bs-searchbox .form-control:focus{
  border-color:#7fd957 !important;
}


 .download-container{
   padding: 0px 10px;
 }
  .download-container .download-img{
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto 20px;
  }
  .download-container .download-img img{
    max-height: 120px;
  }
 .bg-1{
   background-color: rgba(43, 190, 101 , .2);
 }
 .bg-2{
   background-color: rgba(254, 194, 45  , .2)
 }
 .bg-3{
   background-color: rgba(26, 123, 255 , .2);
 }
  .download-container h4{
    font-size: 18px;
    margin-bottom: 15px;
  }

 @media(min-width:992px){
   .download-container h4{
     margin-bottom: 30px;
   }
   .download-container .download-img{
     margin-bottom: 40px;
   }
   .download-container h4{
     font-size: 18px;
     margin-bottom: 30px;
     min-height: 43px;
    }
  }


  .clear-selected {
    position: absolute;
    right: 40px;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
}

 header .navbar .navbar-nav li .nav-link:hover #Path_19008{
  stroke: #7fd957;
 }


 .previous-step-form {
  position: absolute;
  top: 20px;
  right: 30px;
  background-color: transparent;
  border: 0;
  font-size: 30px;
  cursor: pointer;
  line-height: 20px;
  z-index: 1;
}

.previous-step-form .fa-long-arrow-left:before {
  content: "\f178";
}



@media(max-width:991px){
  .previous-step-form {
    top: 8px;
    right: 6px;
    font-size: 22px;
  }
}

/*  */
.step-item.active .step-number {
  background-color: #7fd957;
  color: #fff;
  font-weight: bold;
}

.step-item.active.current .step-number,
.step-item.active.done.current .step-number {
  background-color: #2a2a2a;
  color: #fff;
  font-weight: bold;
}

.form-navigation.style {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.previous {
  background-color: #6e757d;
  border: 2px solid #6e757d;
  color: #FFF;
  padding: 7px;
  margin-top: 20px;
  cursor: pointer;
  padding-top: 8px;
  border-radius: 5px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-weight: 700;
}

.form-navigation.style .previous {
  padding: 8px 25px 7px;
}

.form-navigation.style .contact-btn {
  width: auto;
  margin-right: auto;
  padding: 8px 25px 7px;
}

/*  */

.input-phone .parsley-errors-list {
  position: absolute;
}

.input-phone .form-control {
  direction: ltr;
}

.clear-selected{
  right: auto;
  left:40px;
}

.w-bg-title{
    font-size: 40px !important;
}

.dropdown.bootstrap-select + button {
  display: none;
}
