@font-face {
  font-family: "Samsung Sharp Sans";
  src: url("../fonts/SamsungSharpSans.woff2") format("woff2"), url("../fonts/SamsungSharpSans.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Samsung Sharp Sans";
  src: url("../fonts/SamsungSharpSans-Medium.woff2") format("woff2"), url("../fonts/SamsungSharpSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Samsung Sharp Sans";
  src: url("../fonts/SamsungSharpSans-Bold.woff2") format("woff2"), url("../fonts/SamsungSharpSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT Arabic 45";
  src: url("../fonts/HelveticaNeueLTArabic-Light.woff2") format("woff2"), url("../fonts/HelveticaNeueLTArabic-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.custom-checkbox .custom-control-label {
  position: relative;
  cursor: pointer;
}
.custom-checkbox .custom-control-label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #777777;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 3px;
  top: -3px;
}
.custom-checkbox input {
  display: none;
}
.custom-checkbox input:checked + label::before {
  background: #777777;
}
.custom-checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 7px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Font Family */
/* Scss Document */
/* Box Shadow */
/* Transition */
/* Transform Rotate */
/* Width Calc */
/*  Opacity Color */
/* Background Opacity Color */
/* Border Color */
/* Animation Key Frame */
/* translate3d */
/* translate */
/* Background Image */
/* text shadow */
html,
body {
  height: 100%;
  font-family: "Instrument Sans", serif;
  font-size: 14px;
  color: #000;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.container {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.fade {
  transition: opacity 0.2s ease-in-out; /* Adjust duration and easing as desired */
}

.fade.out {
  opacity: 0; /* Fade out */
}

.fade.in {
  opacity: 1; /* Fade in */
}

::-ms-reveal {
  display: none;
}

.form-check-input:checked {
  background-color: transparent;
  border-color: #2eaba5;
}

.form-check-input:checked[type=radio] {
  background: url(../images/home/icons/radio-dot.svg) no-repeat;
  cursor: pointer;
}

.form-check-input:checked[type=checkbox] {
  background: url(../images/home/icons/check.svg) no-repeat center;
  cursor: pointer;
  color: #2eaba5;
}

a {
  color: #2eaba5;
}

.form-check-label {
  color: #6E6E6E;
  cursor: pointer;
}

.form-check-input:checked[type=radio] + .form-check-label {
  color: #000;
}

.vcenter {
  display: table;
  width: 100%;
}
.vcenter .mid {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.theme-red-text {
  color: #2eaba5;
}

.text-primary {
  color: #2eaba5 !important;
}

.status {
  padding: 4px 6px;
  border-radius: 6px;
  background: #2eaba5;
  color: #fff;
  font-size: 11px;
}

.breadcrumb-item a {
  color: #605F5F;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #605F5F;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  margin-top: 2px;
}

.rounded-5 {
  border-radius: 8px;
}

.bg-white {
  background: #fff;
}

.btn-primary-theme {
  padding: 10px 16px 10px 16px;
  border-radius: 6px;
  background: #2eaba5;
  font-size: 14px;
  border-color: #2eaba5;
  min-width: 174px;
  color: #fff;
  font-weight: 500;
}
.btn-primary-theme:hover {
  background: #2b9f99;
  border-color: #2b9f99;
  color: #fff;
}
.btn-primary-theme:focus {
  box-shadow: none;
}

.btn-outline-primary-theme {
  padding: 10px 16px 10px 16px;
  border-radius: 6px;
  font-size: 14px;
  border-color: #2eaba5;
  border: 1px solid #222;
  color: #222;
  font-weight: 500;
}
.btn-outline-primary-theme:hover {
  background: #2b9f99;
  border-color: #2b9f99;
  color: #fff;
}
.btn-outline-primary-theme:focus {
  box-shadow: none;
}

.btn-get-started {
  border-radius: 60px;
}

header {
  background: #fff;
}
header .navbar {
  background: #fff;
  padding: 30px 0 20px 0;
}
@media (max-width: 991px) {
  header .navbar {
    padding: 20px 0;
  }
}
header .logo {
  max-width: 170px;
}
@media (max-width: 991px) {
  header .logo {
    max-width: 100px;
  }
}
header nav {
  font-family: "Instrument Sans", serif;
}
@media (max-width: 991px) {
  header nav .navbar-nav {
    gap: 0 !important;
  }
}
header nav .navbar-nav .nav-item {
  font-size: 14px;
  font-weight: 400;
}
header nav .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.08px;
  color: #222;
}

footer {
  padding: 30px 0;
  background-repeat: no-repeat;
  border-top: 1px solid #d7d7d7;
  max-width: 1200px;
  margin: 0 auto;
}
footer h5 {
  color: #2eaba5;
  font-weight: 600;
}
footer img {
  max-width: 130px;
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
}
footer .footer-links ul {
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
@media (max-width: 991px) {
  footer .footer-links ul {
    flex: 50%;
  }
}
footer .footer-links ul li {
  color: #000;
  line-height: 35px;
  margin-right: 10px;
}
footer .footer-links ul li a {
  color: #676A6C;
  text-decoration: none;
  font-weight: 600;
}
footer .footer-links ul li a:hover {
  color: #2eaba5;
}
footer .copyright {
  color: #ccc;
  margin: 0;
  text-align: center;
  padding: 0 0px 20px 0;
}

.social {
  margin-top: 20px;
}
.social a {
  width: 38px;
  height: 38px;
  font-size: 16px;
  border-radius: 50%;
  border: 1px solid #2eaba5;
  line-height: 38px;
  display: inline-block;
  text-align: center;
  margin-right: 12px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #2eaba5;
}
@media (max-width: 991px) {
  .social a {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.social a:hover {
  background: white;
  color: #2eaba5;
}

.section-banner {
  padding: 180px 0 40px 0;
}
@media (max-width: 767px) {
  .section-banner {
    padding: 120px 0 20px 0;
  }
}
@media (max-width: 767px) {
  .section-banner img {
    display: none;
  }
}
.section-banner h1 {
  font-family: "Oswald", sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 64px;
  text-align: left;
  color: #000;
  margin-bottom: 20px;
}
.section-banner h1 span {
  display: inline-block;
  color: #2eaba5;
  font-weight: bold;
}
.section-banner p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  margin-bottom: 0;
  color: #605F5F;
}

.section-what-we-offer {
  padding: 120px 0;
  background: #f4f5fd;
}
@media (max-width: 767px) {
  .section-what-we-offer .mt-5 {
    margin-top: 1.5rem;
  }
}
.section-what-we-offer .title-block h6 {
  color: #2eaba5;
  font-weight: 500;
  font-size: 20px;
}
.section-what-we-offer .title-block h2 {
  font-family: "Oswald", sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 51px;
  text-align: left;
  color: #000;
}
.section-what-we-offer .title-block p {
  font-family: "Instrument Sans", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #000;
}
.section-what-we-offer .card-box {
  padding: 24px;
  border-radius: 8px;
  border: 1px solid transparent;
  background: #fff;
  min-height: 297px;
  box-shadow: -1px 2px 5px 0px rgb(220, 219, 220);
}
@media (max-width: 767px) {
  .section-what-we-offer .card-box {
    margin-bottom: 20px;
  }
}
.section-what-we-offer .card-box:hover {
  border-color: #2eaba5;
}
.section-what-we-offer .card-box .icon-box {
  padding: 15px;
  border-radius: 6px;
  width: 65px;
  height: 65px;
  background: #2eaba5;
  display: block;
}
.section-what-we-offer .card-box .icon-box.style2 {
  background-color: #007aff;
}
.section-what-we-offer .card-box .icon-box.style3 {
  background-color: #3c40a1;
}
.section-what-we-offer .card-box .card-content {
  padding-top: 30px;
  min-height: 130px;
}
.section-what-we-offer .card-box .card-content h4 {
  font-family: "Instrument Sans", serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 29.28px;
  text-align: left;
  color: #000;
}
.section-what-we-offer .card-box .card-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #333;
}
.section-what-we-offer .card-box .card-content a {
  text-decoration: none;
}
.section-what-we-offer .card-box .card-content a:hover {
  color: #2b9f99;
}

.section-outsource {
  padding: 120px 0;
  background: #dffdfc;
}
@media (max-width: 767px) {
  .section-outsource .mt-5 {
    margin-top: 1.5rem;
  }
}
.section-outsource h6 {
  color: #2eaba5;
  font-weight: 500;
  font-size: 20px;
}
.section-outsource h2 {
  font-family: "Oswald", sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 51px;
  text-align: left;
  color: #000;
}
.section-outsource p {
  font-family: "Instrument Sans", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #000;
}
.section-outsource .digital-info {
  margin-top: 20px;
  background: #fff;
  border-radius: 14px;
  padding: 20px;
}
.section-outsource .digital-info h5 {
  font-size: 46px;
  color: #2eaba5;
  font-size: 42px;
  font-family: "Oswald", sans-serif;
}
.section-outsource .digital-info p {
  color: #939597;
}

.section-testimonials {
  padding: 90px 0;
}
@media (max-width: 767px) {
  .section-testimonials {
    padding: 80px 0;
  }
}
.section-testimonials h2 {
  font-family: "Oswald", sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 51px;
  text-align: left;
  color: #000;
}
.section-testimonials .testimonial-box {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #E6E6E6;
  min-height: 290px;
  padding: 44px 24px 24px 24px;
  border-radius: 16px;
  position: relative;
}
.section-testimonials .testimonial-box .testimonial-box-content {
  padding-top: 20px;
}
.section-testimonials .testimonial-box .testimonial-box-content p {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.section-testimonials .testimonial-box .author-details {
  position: absolute;
  bottom: 20px;
}
.section-testimonials .testimonial-box .author-details .author-name {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  display: block;
}
.section-testimonials .testimonial-box .author-details .author-desigantion {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #6E6E6E;
  display: block;
}

.section-innerpage {
  padding: 200px 0 80px 0;
}

.section-inner-banner {
  padding: 140px 0 40px 0;
  background: #dffdfc;
}
@media (max-width: 767px) {
  .section-inner-banner {
    padding: 140px 0 20px 0;
  }
}
@media (max-width: 767px) {
  .section-inner-banner img {
    display: none;
  }
}
.section-inner-banner h1 {
  font-family: "Oswald", sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 64px;
  text-align: left;
  color: #000;
  margin-bottom: 20px;
}
.section-inner-banner h1 span {
  display: inline-block;
  color: #2eaba5;
  font-weight: bold;
}
.section-inner-banner p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  margin-bottom: 0;
  color: #605F5F;
}

.service-form {
  background: #f5f5f5;
}

.section-contact-us {
  padding: 60px 0 100px 0;
}
.section-contact-us hr {
  background: #d8d8d8;
  margin-top: 25px;
}
.section-contact-us h2 {
  font-size: 44px;
  font-weight: 400;
  line-height: 51px;
  text-align: left;
  font-family: "Oswald", sans-serif;
}
.section-contact-us p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #605F5F;
}
.section-contact-us h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  margin-top: 30px;
  font-family: "Oswald", sans-serif;
}
.section-contact-us .breadcrumb-item a {
  color: #605F5F;
  text-decoration: none;
}
.section-contact-us .breadcrumb-item.active {
  color: #605F5F;
}
.section-contact-us .breadcrumb-item + .breadcrumb-item::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  margin-top: 2px;
}

.contact-form {
  padding: 32px;
  gap: 32px;
  border-radius: 24px;
  border: 1px solid rgba(255, 229, 215, 0.4784313725);
}
@media (max-width: 767px) {
  .contact-form {
    padding: 0;
  }
}
.contact-form h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  text-align: left;
  margin-bottom: 30px;
  font-family: "Oswald", sans-serif;
}
.contact-form input.form-control {
  border: 1px solid #D9D9D9;
  height: 49px;
  border-radius: 6px;
  font-size: 14px;
}
.contact-form textarea.form-control {
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  font-size: 14px;
}

.register-form {
  max-width: 560px;
  margin: 0 auto;
  border: none;
}
.register-form h3 {
  text-align: center;
}
.register-form p {
  text-align: center;
}

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