.bg-grey {
  background: #F4F7FC;
}

.bg-grey {
  background: #F4F7FC;
}

.navbar {
  padding-top: 1em;
  padding-bottom: 1em;
}
.navbar .navbar-nav {
  width: 80%;
  justify-content: center;
}
@media (max-width: 575px) {
  .navbar .navbar-nav {
    width: 100%;
    text-align: start;
  }
}
.navbar .navbar-toggler {
  outline: none;
  box-shadow: none;
}
.navbar .navbar-nav a {
  color: #212529;
  border-bottom: 1px solid transparent;
}
.navbar .navbar-nav a:hover {
  color: #FB743E;
  border-bottom: 1px solid #FB743E;
  transition: all 0.3s ease-in-out;
}
.navbar .navbar-nav .active {
  color: #FB743E;
  border-bottom: 1px solid #FB743E;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .navbar .navbar-nav .active {
    border-bottom: 1px solid transparent;
  }
}
.navbar .navbar-nav .dropdown {
  cursor: pointer;
}
.navbar .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}
.navbar .navbar-nav .dropdown-menu {
  padding: 0;
  width: max-content;
  animation: slide-up 0.5s ease-out;
}
.navbar .navbar-nav .dropdown-menu li {
  padding: 10px;
}
.navbar .navbar-nav .dropdown-menu li:hover {
  background-color: #FB743E;
}
.navbar .navbar-nav .dropdown-menu li:hover a {
  color: #fff;
}
.navbar .navbar-nav .dropdown-menu a {
  color: #212529;
  width: 100%;
  text-align: start;
  text-decoration: none;
  display: block;
}
.navbar .navbar-nav .register-and-lang-wrapper {
  justify-content: end;
  display: flex;
}
.navbar .navbar-nav .register-and-lang-wrapper a.btn {
  color: #fff;
}
.navbar .navbar-nav .register-and-lang-wrapper a.btn:visited, .navbar .navbar-nav .register-and-lang-wrapper a.btn:focus {
  background-color: #fa500c;
  border-color: #FB743E;
}
.navbar .navbar-nav .register-and-lang-wrapper .lang-btn {
  color: #212529 !important;
}
.navbar .navbar-nav .register-and-lang-wrapper .lang-btn:visited, .navbar .navbar-nav .register-and-lang-wrapper .lang-btn:focus {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none;
}
@media (max-width: 576px) {
  .navbar .navbar-nav .register-and-lang-wrapper {
    justify-content: start;
    text-align: start;
    width: 100%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding-inline-start: 1em;
    padding-inline-end: 1em;
    display: block;
  }
  .navbar .navbar-nav .register-and-lang-wrapper .lang-btn {
    color: #212529;
    display: block;
    margin-top: 0.5em;
    padding-inline-start: 0;
  }
}

@keyframes slide-up {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 1% !important;
  padding-bottom: 1% !important;
}
.hero .main-banner {
  text-align: start;
}
@media (max-width: 768px) {
  .hero .main-banner {
    padding-top: 10%;
    padding-bottom: 10%;
    text-align: center;
  }
}
.hero .modal-header {
  text-align: center;
}
.hero .modal-header .modal-title {
  text-align: center;
  color: #FB743E;
  width: 100%;
}
.hero .modal-body form {
  text-align: center;
  justify-content: center;
}
.hero .modal-body form .mb-3 {
  text-align: start;
}
.hero .modal-body form .mb-3 label {
  color: #212529;
}
.hero .modal-body form .mb-3 input,
.hero .modal-body form .mb-3 select {
  border-radius: 10px;
  padding: 0.8rem 2rem;
  border: none;
  box-shadow: none;
  height: 2.7em;
  border: 1px solid #ddd;
}
.hero .modal-body .btn {
  margin-top: 1em;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  padding: 0.8rem 2rem;
  transition: all 0.2s ease-in-out;
  letter-spacing: 0.5px;
  color: #fff;
  width: 100%;
  background-color: #383E56;
  border-color: #383E56;
}
.hero .modal-body .btn:hover {
  background-color: #383E56;
}
.hero .modal-body .btn-circled {
  border-radius: 10px;
}

.features-container {
  padding-bottom: 3em !important;
}
.features-container .feature-block {
  margin-bottom: 80px;
}
.features-container .feature-block .img-icon-block {
  position: relative;
}

.services-container .service-img {
  margin-bottom: -200px;
  border: 10px solid #fff;
  z-index: 9999;
}
@media (max-width: 768px) {
  .services-container .service-img {
    margin-bottom: 0px;
  }
}
.services-container .service-content {
  padding-top: 60px;
  padding-inline-end: 15px;
  text-align: start;
}
.services-container .service-content h2 {
  margin-bottom: 20px;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .services-container .service-content {
    padding-bottom: 70px;
  }
}

.service-wrap .offset-lg-4 {
  margin-inline-start: 33.333333%;
}
@media (max-width: 768px) {
  .service-wrap .offset-lg-4 {
    margin-inline-start: 0;
  }
}
.service-wrap .service-icon {
  margin-inline-start: 20px;
  color: #fff;
  font-size: 25px;
  width: 50px;
  height: 50px;
  background: #FB743E;
  text-align: center;
  border-radius: 50%;
  padding-top: 5px;
  line-height: 1.7em;
}
.service-wrap .service-block {
  margin-bottom: 50px;
  text-align: start;
}
.service-wrap .service-inner-content {
  padding-inline-start: 10px;
}
.service-wrap .service-inner-content h4 {
  text-transform: uppercase;
}

.about-container .single-project img {
  border-radius: 10px;
}
.about-container .project-content-block {
  padding: 70px 40px;
  margin-inline-end: -120px;
  background: #F4F7FC;
  position: absolute;
  bottom: -70px;
  inset-inline-start: -120px;
  border: 15px solid #fff;
  -webkit-box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
  text-align: start;
}
@media (max-width: 768px) {
  .about-container .project-content-block {
    text-align: center;
    margin-inline-end: 0px;
    inset-inline-start: 0px;
    padding: 70px 20px;
    position: relative;
    bottom: 0px;
    margin-top: 40px;
  }
}
.about-container .project-content-block h4 {
  color: #FB743E;
}
@media (max-width: 768px) {
  .about-container .project-content-block h4 {
    font-size: 14px;
  }
}
.about-container .project-content-block p {
  margin-top: 25px;
}

.flash-container {
  padding-top: 3% !important;
  padding-bottom: 3% !important;
}
.flash-container .flash-imgs-wrapper {
  height: 20em;
  overflow: hidden;
}
.flash-container .flash-imgs-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.flash-container .flash-slide-item {
  display: none;
}
.flash-container .active {
  display: block;
}

.screens-section {
  background: url("../imgs/screens-bg.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.screens-section .media {
  align-items: center !important;
}
.screens-section .parrent h2 {
  color: #383E56;
  text-align: start;
  margin-bottom: 1.5em;
}
.screens-section .parrent .nav-tabs {
  border-bottom: 0 !important;
}
.screens-section .parrent .nav-tabs li {
  display: block;
  width: 100%;
}
.screens-section .parrent .nav-tabs li a {
  display: block;
  padding: 20px;
  width: 100%;
  text-align: start;
  background-color: #F4F7FC;
  border-radius: 5px;
  margin-bottom: 1em;
  color: #383E56;
  text-decoration: none;
  text-align: start;
}
.screens-section .parrent .nav-tabs .active {
  background-color: #383E56;
  color: #fff;
}
.screens-section .parrent .nav-tabs .active a {
  color: #fff;
}
.screens-section .tab-pane {
  padding: 20px;
}
.screens-section .tab-pane img {
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
}

.fade {
  animation: fadeIn 1s ease-in-out;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.blog-container {
  padding-top: 3% !important;
}
@media (max-width: 576px) {
  .blog-container {
    padding-top: 10% !important;
    padding-bottom: 10% !important;
  }
}
.blog-container .section-heading {
  margin-bottom: 80px;
  text-align: start;
}
@media (max-width: 576px) {
  .blog-container .section-heading {
    text-align: center;
  }
}
.blog-container .section-heading h2 {
  color: #383E56;
}
.blog-container .blog-box {
  position: relative;
}
@media (max-width: 768px) {
  .blog-container .blog-box {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .blog-container .blog-box {
    margin-bottom: 40px;
  }
}
.blog-container .blog-box .blog-img-box img {
  border-radius: 5px;
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.08);
}
.blog-container .single-blog {
  padding-top: 25px;
  position: relative;
}
.blog-container .bg-light .single-blog {
  padding: 40px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.blog-container .blog-content {
  text-align: start;
}
.blog-container .blog-content ul {
  margin-bottom: 10px;
}
.blog-container .blog-content a {
  text-decoration: none !important;
  color: #FB743E;
}
.blog-container .blog-content a h4 {
  transition: all 0.3s ease 0s;
  margin: 15px 0px;
  color: #383E56;
}
.blog-container .blog-content p {
  margin: 20px 0px;
}
.blog-container .blog-content:hover a h4 {
  color: #FB743E;
}
.blog-container .blog-content h6 span {
  display: inline-block;
  padding-left: 10px;
}
.blog-container .blog-content h6 span:after {
  display: none;
}

.mobile-section {
  background-color: #F4F7FC;
  padding-top: 3% !important;
  padding-bottom: 3% !important;
}
@media (max-width: 768px) {
  .mobile-section {
    padding-top: 5% !important;
    padding-bottom: 5% !important;
  }
}
@media (max-width: 576px) {
  .mobile-section {
    padding-top: 10% !important;
    padding-bottom: 10% !important;
  }
}
.mobile-section .row {
  align-items: center;
}
.mobile-section .text-part {
  text-align: start;
}
@media (max-width: 576px) {
  .mobile-section .text-part {
    text-align: center;
    justify-content: center;
    margin-bottom: 2em;
  }
}
.mobile-section .text-part .head {
  color: #FB743E;
}
.mobile-section .text-part .text {
  font-size: 18px;
  color: #212529;
  line-height: 1.7em;
  margin-top: 1em;
}
.mobile-section .text-part .links {
  margin-top: 1em;
}
.mobile-section .text-part .links .link {
  display: inline-block;
  text-decoration: none;
  width: 30%;
  margin-inline-end: 1em;
}
.mobile-section .text-part .links .link img {
  width: 100%;
}
.mobile-section .img-part {
  text-align: center;
  justify-content: center;
}
.mobile-section .img-part img {
  width: 70%;
  margin: auto;
}

.clients-section {
  padding-top: 5% !important;
}
@media (max-width: 576px) {
  .clients-section {
    padding-top: 10% !important;
    padding-bottom: 10% !important;
  }
}
.clients-section h2 {
  text-align: start;
  color: #383E56;
}
@media (max-width: 576px) {
  .clients-section h2 {
    text-align: center;
    width: 100%;
  }
}
.clients-section .clients {
  margin-top: 2em;
  text-align: center;
  justify-content: center;
}
.clients-section .clients .img-wrapper {
  padding: 10px;
}
.clients-section .clients .img-wrapper img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 576px) {
  .clients-section .clients .img-wrapper img {
    width: 40%;
  }
}

footer {
  padding: 1rem 0 !important;
  position: relative;
  background: url("../imgs/footer-bg.png");
  background-size: contain;
  background-position: center;
  background-position: 50% 50%;
  text-align: start;
}
footer .footer-brand {
  font-size: 30px;
  text-decoration: none;
}
footer .footer-links {
  padding-inline-end: 0;
  list-style-type: none;
}
footer .footer-overlay {
  background: #fff;
  opacity: 0.9;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
footer .footer-widget p {
  color: #212529;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 32px;
  font-size: 14px;
}
footer .footer-widget h3 {
  color: #383E56;
  margin-bottom: 15px;
}
footer .footer-links a {
  color: #212529;
  line-height: 2em;
  font-size: 14px;
  text-transform: capitalize;
  text-decoration: none;
}
footer .footer-links a:hover {
  color: #FB743E;
  transition: all 0.3s ease-in-out;
}
footer .footer-links i {
  width: 25px;
  padding-inline-end: 10px;
}
footer .footer-copy {
  color: #212529;
  font-size: 16px;
  position: relative;
  text-align: end;
}
@media (max-width: 576px) {
  footer .footer-copy {
    text-align: center;
  }
}
footer .footer-copy:before {
  position: absolute;
  content: "";
  inset-inline-start: 0px;
  top: 12px;
  width: 66%;
  height: 1px;
  background: #94959a;
}
@media (max-width: 576px) {
  footer .footer-copy:before {
    display: none;
  }
}
footer .current-year {
  color: #FB743E !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.about-hero-section {
  padding-top: 5% !important;
  padding-bottom: 5% !important;
}
.about-hero-section .container {
  padding: 2em;
  border-radius: 5px;
  background-color: #F4F7FC;
}
.about-hero-section .section-heading {
  margin-bottom: 80px;
  text-align: start;
  display: flex;
  align-items: center;
  height: 100%;
}
.about-hero-section .section-heading p {
  line-height: 1.7em;
  font-size: 18px;
}
.about-hero-section .icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-hero-section .icon-container .icon-wrapper {
  margin: auto;
}
.about-hero-section .icon-container .icon-wrapper .btn {
  line-height: 1em;
  padding: 1em;
}
.about-hero-section .icon-container .icon-wrapper .btn:focus {
  background-color: #FB743E !important;
  border-color: #FB743E !important;
}
.about-hero-section .icon-container .icon-wrapper .btn i {
  vertical-align: text-bottom;
}
.about-hero-section .modal img {
  width: 100%;
}
.about-hero-section .lead {
  font-size: 1.0625rem;
  font-weight: 300;
  text-align: start;
}

.how-container {
  padding-top: 2% !important;
  padding-bottom: 5% !important;
}
.how-container .section-heading {
  margin-bottom: 60px;
}
.how-container .section-title {
  font-size: 35px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 15px;
  color: #FB743E;
}
.how-container .process-block {
  text-align: center;
}
@media (max-width: 768px) {
  .how-container .process-block {
    margin-bottom: 3em;
  }
}
.how-container .process-block img {
  border-radius: 5px;
  margin-bottom: 30px;
}
.how-container .process-block h3 {
  margin-bottom: 15px;
  color: #FB743E;
}

.testimonials-container {
  padding-bottom: 120px;
  background: #F9FAFF;
  text-align: start;
}
.testimonials-container .section-heading {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .testimonials-container .section-heading h1 br {
    display: none;
  }
}
.testimonials-container .mb25 {
  margin-bottom: 25px;
}
.testimonials-container .test-inner {
  position: relative;
  padding: 30px;
  background: #fff;
  border-top-left-radius: 35px;
  margin-bottom: 25px;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.testimonials-container .test-inner:hover {
  -webkit-box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
}
.testimonials-container .test-inner p {
  overflow: hidden;
  height: 5em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.testimonials-container .test-inner i {
  font-size: 60px;
  opacity: 0.09;
  position: absolute;
  right: 40px;
  bottom: 20px;
  transform: rotate(180deg);
}
.testimonials-container .test-author-thumb {
  margin-bottom: 15px;
}
.testimonials-container .test-author-thumb img {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  border: 1px dotted #ddd;
  padding: 5px;
}
.testimonials-container .test-author-info {
  margin-inline-start: 20px;
  margin-top: 20px;
}

.pricing-container {
  padding-top: 3% !important;
}
.pricing-container .section-heading {
  margin-bottom: 60px;
}
.pricing-container .section-title {
  font-size: 35px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 15px;
  color: #383E56;
}
.pricing-container .price-block {
  margin: 20px 0px 30px;
  text-align: center;
}
.pricing-container .price-block h3 {
  text-align: center;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .pricing-container .price-block h3 {
    font-size: 16px;
  }
}
.pricing-container .price-block h2 {
  font-size: 50px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  text-align: center;
}
.pricing-container .price-block h2 small {
  position: absolute;
  top: 20px;
  font-size: 16px;
  right: -40px;
}
.pricing-container .price-block h2 span {
  margin-right: 1em;
  margin-left: 1em;
}
.pricing-container .price-block h6 {
  font-size: 14px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 7px;
  text-transform: capitalize;
  width: 50%;
  margin: 10px auto;
}
.pricing-container .price-features {
  margin: 30px 0px 50px;
  text-align: center;
  min-height: 40%;
  height: 70%;
}
.pricing-container .price-features li {
  font-size: 16px;
  padding: 5px 0px;
  position: relative;
}
.pricing-container .pricing-block .price-features li {
  padding-left: 0px;
}
.pricing-container .pricing-block .price-features li:before {
  display: none;
}
.pricing-container .wrapper {
  margin-top: 1em;
}
.pricing-container .pricing-box {
  border: 1px solid #eee;
  padding: 60px 20px;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  text-align: center;
  height: 100%;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .pricing-container .pricing-box {
    margin-bottom: 2em;
  }
}
.pricing-container .pricing-box h3 {
  text-align: center;
  color: #FB743E;
}
@media (max-width: 1024px) {
  .pricing-container .pricing-box h3 {
    font-size: 22px;
  }
}
.pricing-container .pricing-box .price-block h2 span {
  font-size: 12px;
  font-weight: normal;
  text-transform: capitalize;
  text-align: center;
}
.pricing-container .pricing-box:hover {
  background: #383E56;
  border-color: #383E56;
}
.pricing-container .pricing-box:hover .price-features li {
  color: #eee;
}
.pricing-container .pricing-box:hover .price-block h2 {
  color: #fff;
}
.pricing-container .pricing-box:hover h3 {
  color: #fff;
}
.pricing-container .pricing-box:hover .btn {
  background: #fff !important;
  color: #FB743E !important;
}
.pricing-container .pricing-box .btn {
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  padding: 1rem 3rem;
  border: 0.1rem solid transparent;
  transition: all 0.2s ease-in-out;
  letter-spacing: 0.5px;
  color: #FB743E;
}
.pricing-container .pricing-box .btn-circled {
  border-radius: 75px;
}
.pricing-container .pricing-box .btn-outline-dark {
  border: 1px solid #FB743E;
}
.pricing-container .pricing-box .btn-outline-dark:hover {
  background: #FB743E !important;
  color: #fff !important;
}

.blog-page-container {
  padding-top: 3% !important;
  padding-bottom: 3% !important;
}
.blog-page-container .section-heading {
  margin-bottom: 60px;
}
.blog-page-container .section-title {
  font-size: 35px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 15px;
  color: #383E56;
}
.blog-page-container .articles-wrapper .col-lg-4 {
  margin-bottom: 2em;
}
.blog-page-container .btns-wrapper .btn {
  background-color: #F4F7FC;
  box-shadow: none;
}
.blog-page-container .btns-wrapper .btn:hover {
  background-color: #FB743E;
  color: #fff;
}
.blog-page-container .btns-wrapper .active {
  background-color: #FB743E;
  color: #fff;
}
.blog-page-container .blog-article-item {
  display: none;
  animation: zoom-out 1s ease-out;
}
.blog-page-container .show {
  display: block;
  animation: zoom-in 1s ease-out;
}
@keyframes zoom-in {
  0% {
    transform: scale(0.6);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoom-out {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
.blog-page-container .blog-box {
  position: relative;
}
@media (max-width: 768px) {
  .blog-page-container .blog-box {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .blog-page-container .blog-box {
    margin-bottom: 40px;
  }
}
.blog-page-container .blog-box .blog-img-box img {
  border-radius: 5px;
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.08);
}
.blog-page-container .single-blog {
  padding-top: 25px;
  position: relative;
}
.blog-page-container .bg-light .single-blog {
  padding: 40px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.blog-page-container .blog-content {
  text-align: start;
}
.blog-page-container .blog-content ul {
  margin-bottom: 10px;
}
.blog-page-container .blog-content a {
  text-decoration: none !important;
  color: #FB743E;
}
.blog-page-container .blog-content a h4 {
  transition: all 0.3s ease 0s;
  margin: 15px 0px;
  color: #383E56;
}
.blog-page-container .blog-content p {
  margin: 20px 0px;
}
.blog-page-container .blog-content:hover a h4 {
  color: #FB743E;
}
.blog-page-container .blog-content h6 span {
  display: inline-block;
  padding-left: 10px;
}
.blog-page-container .blog-content h6 span:after {
  display: none;
}

.article-container {
  padding-top: 3% !important;
  padding-bottom: 3% !important;
}
.article-container img {
  border-radius: 10px;
}
.article-container h2 {
  margin-top: 1em;
  margin-bottom: 1em;
  color: #FB743E;
  text-align: start;
}
.article-container .article-details-info {
  text-align: start;
}
.article-container .info-block-2 {
  display: inline-block;
  margin-bottom: 40px;
  margin-inline-end: 40px;
}
.article-container .article-info {
  text-align: start;
}
.article-container .article-info ul {
  margin-top: 40px;
  text-align: start;
}
.article-container .article-info ul li {
  margin-bottom: 30px;
}
.article-container .article-lg-img img {
  width: 100%;
  height: 20em;
  object-fit: fill;
}
.article-container .article-single-info {
  text-align: start;
}
.article-container .article-single-info p {
  line-height: 1.7em;
}

.form-container {
  padding-top: 3% !important;
  padding-bottom: 4% !important;
}
.form-container .text-wrapper {
  text-align: start;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: auto;
  padding-inline-end: 3%;
}
@media (max-width: 768px) {
  .form-container .text-wrapper {
    text-align: center;
    margin-bottom: 2em;
  }
}
.form-container .text-wrapper h2 {
  margin-bottom: 0.8em;
  color: #383E56;
}
.form-container .text-wrapper p {
  line-height: 1.7em;
  font-size: 18px;
}
.form-container .form-wrapper {
  background-color: #FB743E;
  padding: 2em;
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.02);
}
@media (max-width: 576px) {
  .form-container .form-wrapper {
    padding: 1em;
  }
}
.form-container form {
  text-align: center;
  justify-content: center;
}
.form-container form .mb-3 {
  text-align: start;
}
.form-container form .mb-3 label {
  color: #fff;
}
.form-container form .mb-3 input,
.form-container form .mb-3 select {
  border-radius: 10px;
  padding: 0.8rem 2rem;
  border: none;
  box-shadow: none;
  height: 2.7em;
}
.form-container .btn {
  margin-top: 1em;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  padding: 0.8rem 2rem;
  transition: all 0.2s ease-in-out;
  letter-spacing: 0.5px;
  color: #fff;
  width: 100%;
  background-color: #383E56;
}
.form-container .btn:hover {
  background-color: #383E56;
}
.form-container .btn-circled {
  border-radius: 10px;
}

.other-programs-section .head-row {
  text-align: start;
  color: #383E56;
}
@media (max-width: 768px) {
  .other-programs-section .head-row h2 {
    width: 100%;
    text-align: center;
  }
}
.other-programs-section .programs-wrapper .program-block {
  margin-bottom: 2em;
}
.other-programs-section .programs-wrapper .program-block img {
  border-radius: 5px;
  margin-bottom: 1em;
  height: 10em;
}
.other-programs-section .programs-wrapper .program-block a {
  text-decoration: none;
}
.other-programs-section .programs-wrapper .program-block a:hover h4 {
  color: #FB743E;
}
.other-programs-section .programs-wrapper .program-block a h4 {
  color: #383E56;
}
.other-programs-section .programs-wrapper .program-block p {
  color: #212529;
  line-height: 1.7em;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.faq-page-container {
  padding-top: 3% !important;
  padding-bottom: 3% !important;
  min-height: 90vh;
  /* Add a background color to the accordion if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  /* Unicode character for "plus" sign (+) */
  /* Unicode character for "minus" sign (-) */
  /* Style the element that is used for the panel class */
}
.faq-page-container .section-heading {
  margin-bottom: 60px;
}
.faq-page-container .section-title {
  font-size: 35px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 15px;
  color: #383E56;
}
.faq-page-container p.accordion {
  background-color: #eee;
  color: #212529;
  font-size: 1.1em;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: start;
  border: none;
  outline: none;
  transition: 0.4s;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 5px;
}
.faq-page-container p.accordion.active,
.faq-page-container p.accordion:hover {
  background-color: #FB743E;
  color: #fff;
}
.faq-page-container p.accordion.active:after,
.faq-page-container p.accordion:hover:after {
  color: #fff;
}
.faq-page-container p.accordion:after {
  content: "+";
  font-size: 13px;
  color: #212529;
  margin-inline-end: 5px;
  font-size: 1.5em;
  line-height: 0.8em;
}
.faq-page-container p.accordion.active:after {
  content: "-";
  color: #fff;
}
.faq-page-container div.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: 0.4s ease-in-out;
  opacity: 0;
  margin-bottom: 10px;
}
.faq-page-container div.panel.show {
  padding: 20px;
  opacity: 1;
  max-height: 500px;
  /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
}

.static-page-container {
  padding-top: 3% !important;
  padding-bottom: 3% !important;
  min-height: 90vh;
}
.static-page-container .section-heading {
  margin-bottom: 60px;
}
.static-page-container .section-title {
  font-size: 35px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 15px;
  color: #383E56;
}
.static-page-container .text-wrapper {
  text-align: start;
  font-size: 16px;
  color: #212529;
  line-height: 1.7em;
}

.program-intro {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 1% !important;
  padding-bottom: 1% !important;
}
.program-intro .intro-banner {
  text-align: start;
}
.program-intro .intro-banner h2 {
  width: 100%;
  color: #FB743E;
}
.program-intro .intro-banner p {
  font-size: 18px;
  color: #212529;
  line-height: 1.7em;
}
@media (max-width: 768px) {
  .program-intro .intro-banner {
    padding-top: 10%;
    padding-bottom: 10%;
    text-align: center;
  }
}

.program-section-content .article-single-info {
  font-size: 18px;
}

* {
  padding: 0;
  margin: 0;
}

html {
  font-family: "Almarai", sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden !important;
}

body {
  font-family: "Almarai", sans-serif;
  direction: ltr;
}

.btn-primary {
  color: #fff;
  background-color: #FB743E;
  border-color: #FB743E;
}
.btn-primary:hover {
  background-color: #fa500c;
  border-color: #FB743E;
}

.ball {
  position: absolute;
  border-radius: 100%;
  opacity: 0.7;
}

.section {
  position: relative;
  padding: 7.125rem 0;
}

/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fafafa;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #FB743E;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #fa500c;
}

/*# sourceMappingURL=all-en.css.map */
