* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border: none;
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none !important;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #3b3b3b;
}

p {
  margin: 0;
  color: #3b3b3b;
}

h4,
h5,
h6 {
  line-height: 1.7;
}

input,
textarea,
a,
button {
  outline: none !important;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

a {
  color: #1EB0EC;
}

a:hover {
  color: #1EB0EC;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.font-semi-bold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

body {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  background-color: #ffffff;
  font-family: 'Cairo', sans-serif;
  color: #3b3b3b;
  direction: rtl;
  text-align: right;
  overflow-x: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: 'Cairo', sans-serif;
}

.form-group {
  margin-bottom: 25px;
}

.form-control {
  height: 45px;
  background-color: #F9F9F9;
  border: 1px solid #dddddd;
  border-radius: 10px;
  box-shadow: none;
  padding: .375rem 1.4rem;
  font-size: 14px;
  color: #283946;
}

.form-control.form-sm {
  height: 50px;
}

textarea.form-control {
  height: auto;
}

.form-control:focus {
  box-shadow: none;
  background-color: #fff;
  border-color: #1EB0EC;
}

.main-wrapper {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

.bg-primary {
  background-color: #1EB0EC !important;
}

.text-primary {
  color: #1EB0EC !important;
}

.border-primary {
  border-color: #1EB0EC !important;
}

button {
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.main-content {
  padding: 60px 0px;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: none;
}

::placeholder {
  color: #b3b3b3 !important;
  font-size: 14px !important;
}

::-moz-placeholder {
  color: #b3b3b3 !important;
  font-size: 14px !important;
}

::-ms-placeholder {
  color: #b3b3b3 !important;
  font-size: 14px !important;
}

::-o-placeholder {
  color: #b3b3b3 !important;
  font-size: 14px !important;
}

::-webkit-placeholder {
  color: #b3b3b3 !important;
  font-size: 14px !important;
}

.icon{
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn {
  padding: 15px 26px 15px 50px;
  font-size: 18px;
  border-radius: 10px;
  border: 0px;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.btn.btn-lg {
  padding: .75rem 3.5rem;
}

.btn.btn-sm {
  padding: 12px 20px 12px 50px;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(110.02deg, #1EB0EC 12.95%, #0F9DD7 85.8%);
}

.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
}

.btn-outline-primary {
  border: 3px solid #1EB0EC;
  color: #1EB0EC;
}

.btn-danger {
  background: radial-gradient(87.65% 556.01% at 93.27% 9.43%, #ED4D26 0%, #FF5B33 100%);
  color: #FFF;
}

.btn-danger:hover,
.btn-danger :focus {
  background-color: #d14522;
  color: #FFF;
}

.btn-block {
  width: 100%;
  display: block;
}

.m-checkbox {
  position: relative;
  padding-right: 35px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #636363;
}

/* Hide the browser's default checkbox */
.m-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.m-checkbox .checkmark {
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  border: 1px solid #dddddd;
  background-color: #F9F9F9;
  right: 0px;
  top: 50%;
  display: block;
  transform: translateY(-50%);
}

/* Create the checkmark/indicator (hidden when not checked) */
.m-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.m-checkbox input:checked~.checkmark:after {
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-checkbox .checkmark:after {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  font-size: 12px;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #1EB0EC;
}

.m-radio {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #212E44;
  /* Create a custom radio */
  /* Create the checkmark/indicator (hidden when not checked) */
}

.m-radio .checkmark {
  position: absolute;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background-color: #fff;
  left: 0px;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #BBBBBB;
}

.m-radio .checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

/* Hide the browser's default radio */
.m-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Show the checkmark when checked */
.m-radio input:checked~.checkmark:after {
  opacity: 1;
}

.m-radio .checkmark:after {
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  font-size: 12px;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 22px;
  height: 22px;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #64BD11;
}

a {
  text-decoration: none;
}

label {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 7px;
}

.main-header .content-header {
  padding: 44px 0px 90px;
}

.main-header .content-header.bg-header {
  background: url(../images/bg-header.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-header .image img {
  max-height: 167px;
}

.app {
  min-height: 100vh;
  position: relative;
}

.bg-app::before {
  position: absolute;
  content: "";
  background: url(../images/bg-app.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 357px;
  width: 100%;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-position: center;
}

.bg-app-2::before{
  position: absolute;
  content: "";
  background: url(../images/bg-app-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 257px;
  width: 100%;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-position: center;
}

.bg-app-3::before{
  position: absolute;
  content: "";
  background: url(../images/bg-app-3.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  width: 100%;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-position: center;
}

.section-content {
  padding: 20px 0px;
}

.input-icon {
  position: relative;
}

.input-icon .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.bg--gradient {
  background: linear-gradient(110.02deg, #1EB0EC 12.95%, #0F9DD7 85.8%);
}

.rounded-40 {
  border-radius: 40px !important;
}

.rounded-30 {
  border-radius: 30px !important;
}

.rounded-25 {
  border-radius: 25px !important;
}

.rounded-20 {
  border-radius: 20px !important;
}

.rounded-15 {
  border-radius: 15px !important;
}

.rounded-10 {
  border-radius: 10px !important;
}

.font-10 {
  font-size: 10px !important;
}

.widget__item-web {
  background: linear-gradient(110.02deg, #1EB0EC 12.95%, #0F9DD7 85.8%);
  border-radius: 10px;
  padding: 25px 15px 0px;
  position: relative;
  margin-bottom: 80px;
}

.widget__item-web:last-of-type {
  margin-bottom: 30px;
}

.widget__item-web .widget__item-remove {
  width: 30px;
  height: 30px;
  left: -1px;
  top: -14px;
  background: #FA4545;
  border: 3.5554px solid #FFFFFF;
  position: absolute;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.widget__item-web .widget__item-icon {
  position: absolute;
  top: -18px;
  right: -15px;
  width: 48px;
  height: 48px;
  background-color: #109ed8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.widget__item-web .widget__item-action {
  transform: translateY(25px);
}

.widget__item-web .widget__item-action .btn {
  width: 90px;
  border: 3px solid #FFFFFF;
  position: relative;
  z-index: 1;
  height: 40px;
  padding: 8px;
  margin: auto;
}

.widget__item-web .widget__item-action .btn::before {
  position: absolute;
  content: "";
  background: url(../images/icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 41px;
  height: 23px;
  z-index: -1;
  top: -26px;
  right: 50%;
  transform: translateX(50%);
}

.widget__item-note {
  position: relative;
  margin-bottom: 40px;
}

.widget__item-note .widget__item-text {
  background: #F9F9F9;
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  padding: 15px 25px 50px;
  font-weight: 600;
  line-height: 26px;
}

.widget__item-note .widget__item-remove {
  width: 30px;
  height: 30px;
  left: -10px;
  top: -14px;
  background: #FA4545;
  border: 3.5554px solid #FFFFFF;
  position: absolute;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.widget__item-note .widget__item-action {
  margin-top: -17px;
}

.widget__item-note .widget__item-action .btn {
  height: 50px;
  width: 115px;
  padding: 2px;
  border: 3px solid #FFF;
  position: relative;
  z-index: 1;
  background: radial-gradient(87.65% 556.01% at 93.27% 9.43%, #ED4D26 0%, #FF5B33 100%);
}

.widget__item-note .widget__item-action .btn::before {
  position: absolute;
  content: "";
  background: url(../images/icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 41px;
  height: 23px;
  z-index: -1;
  top: -26px;
  right: 50%;
  transform: translateX(50%);
}

@media (min-width: 1025px) {
  .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #1EB0EC;
    z-index: 111;
  }
}

@media(max-width:1024px){
  .overlay {
    display: none;
  }
}

.main-footer {
  background-color: #000000;
  padding: 20px 0px;
}

.content-about{
  width: 92%!important;
  height: 63%;
  position: absolute;
  top: 30%;
  right: 4%;
}
.content-about img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.content-about-2{
  background: url(../images/image-about.png);
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.content-about-2 p:first-of-type{
  padding-top: 20%;
  font-size: 12px;
  padding:20% 5% 5%;
}.content-about-2 p{
  color: #fff;
}
/*# sourceMappingURL=main.css.map */