/**
* Template Name: SoftLand - v4.9.0
* Template URL: https://bootstrapmade.com/softland-bootstrap-app-landing-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
/*
@font-face {
    font-family: enLight;
    src: url(../fonts/Comfortaa-Light.ttf);
}
@font-face {
    font-family: enRegular;
    src: url(../fonts/Comfortaa-Regular.ttf);
}
@font-face {
    font-family: enBold;
    src: url(../fonts/Comfortaa-Bold.ttf);
} */

@font-face {
  font-family: enLight;
  src: url('../fonts/Tajawal-Regular.ttf');
}

@font-face {
  font-family: enRegular;
  src: url('../fonts/Tajawal-Medium.ttf');
}

@font-face {
  font-family: enBold;
  src: url('../fonts/Tajawal-Bold.ttf');
}

@font-face {
  font-family: Tajawal-SemiBold;
  src: url('../fonts/Tajawal-Bold.ttf');
}


@font-face {
  font-family: arBold;
  src: url('../fonts/NotoKufiArabic-Bold.ttf');
}

@font-face {
  font-family: arRegular;
  src: url('../fonts/NotoKufiArabic-Regular.ttf');
}



/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  overflow-x: hidden;
}

body {
  font-family: "arRegular", sans-serif;
  color: #636364;
  line-height: 1.5;
  font-size: 17px;
  direction: rtl;
  background-color: #e3e3e3;
}

a {
  color: #777;
  text-decoration: none;
  transition: 0.3s all ease;
}

a:hover {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
  font-family: "arBold", sans-serif;
  color: #000;
}

.container {
  z-index: 2;
  position: relative;
}

.text-black {
  color: #000 !important;
}

.text-primary {
  color: #027687 !important;
}

.border-top {
  border-top: 1px solid #f2f2f2 !important;
}

.border-bottom {
  border-bottom: 1px solid #f2f2f2 !important;
}

figure figcaption {
  margin-top: 0.5rem;
  font-style: italic;
  font-size: 0.8rem;
}

section {
  overflow: hidden;
}



.section {
  padding: 7rem 0;
}

.section-heading {
  font-family: "arBold" !important;
  font-size: 2.4rem;
  /* background: linear-gradient(-45deg, #75a221, #0286c7); */
  background: #0286c7;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ######### ABOUT SECTION ########3 */

.about-section{
  padding-top: 160px;
  padding-left: 15%;
  padding-right: 15%;
  background-color: #e3e3e3;

}


.about-section .img-fluid{
  padding: 25px;
    max-width: 230px
}

/* .about-section h2 {
  font-size: 42px;
  font-weight: 700;
} */
#about p{
  text-align: justify;
  text-justify: inter-word;
}

/* #about .about-img img{
  max-width: 250px;
} */


@media screen and (max-width: 768px) {

  .about-section{
    padding-top: 60px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .about-section .img-fluid{

    padding: 10px;
    max-width: 190px
  }

  .about-section h2 {
    margin-top: 30px;
    font-size: 28px;
  }
  .about-section p {
    text-align: center !important;
  }

  .about-text{
  text-align: center !important;
  }

}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #0286c7;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #3687c1;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* Default btn sre-tyling */
.btn {
  border: none;
  padding: 15px 25px !important;
  font-size: 18px;
  font-family: 'arBold';
}

.btn.btn-outline-white {
  border-radius: 20px;
  border: 2px solid #fff;
  background: none;
  color: #fff;
}

.btn.btn-outline-white:hover {
  background: #fff;
  color: #027687;
}

.btn.btn-primary {
  background: #027687;
  background: linear-gradient(-45deg, #1391a5, #274685);
  color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
.services-section{
  background-color: #f4f4f4  !important;
  background: linear-gradient(to right, rgb(248 248 248 / 80%) 0%, rgb(238 238 238 / 80%) 100%), url(../img/serv-bg.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;

}
/* Feature 1 */
.feature-1 .wrap-icon {
  margin: 0 auto;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.feature-1 .wrap-icon.icon-1 {
  background: linear-gradient(-45deg, #3896a0, #73a124);
}

.feature-1 .wrap-icon i {
  font-size: 60px;
  line-height: 0;
  color: #fff;
}

.feature-1 h3 {
  font-size: 20px;
color: #585b5c;
}

.feature-1 p {
  color: #817d7d;
}

.feature-1 img {
  max-width: 185px !important;
  border: 1px solid #3896a0;
  border-radius: 50%;
  padding: 15px;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
}

/* Step */
.step {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 40px;
}

.step .number {
  background: linear-gradient(-45deg, #1391a5, #274685);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  letter-spacing: 0.2rem;
  margin-bottom: 10px;
  display: block;
}

.step p:last-child {
  margin-bottom: 0px;
}

/* Review */
.review h3 {
  font-size: 20px;
}

.review p {
  line-height: 1.8;
  font-style: italic;
  color: #333333;
}

.review .stars span {
  color: #FF8803;
}

.review .stars .muted {
  color: #ccc;
}

.review .review-user img {
  width: 70px;
  margin: 0 auto;
}

/* Testimonial Carousel */
.testimonials-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #027687;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #027687;
}

/* Pricing */
.pricing {
  padding: 50px;
  background: linear-gradient(-45deg, #1391a5, #274685);
  color: #fff;
  padding-bottom: 3rem !important;
  position: relative;
  border-radius: 20px;
  color: #000000;
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
}

.pricing img {
  max-width: 150px;
}

.pricing h3 {
  color: #027687;
}

.pricing .price-cta {
  text-decoration: none;
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
  left: 0;
}

.pricing .price-cta .price {
  display: block;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 300;
}

.pricing .popularity {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2rem;
  display: block;
  margin-bottom: 20px;
}

.pricing ul {
  margin-bottom: 50px;
}

.pricing ul li {
  margin-bottom: 10px;
}

.pricing .btn-white {
  background: #f4f2f2;
  border-radius: 15px;
  min-width: 300px;
   padding: 9px 25px !important;
}

.pricing .btn-white:hover {
  color: #027687;
}

.pricing.popular {
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  color: #000000;
  background: linear-gradient(-45deg, #1391a5, #274685);
  color: #fff;
  box-shadow: none;
}

.pricing.popular .popularity {
  color: #b3b3b3;
}

.pricing.popular h3 {
  color: #fff;
  background: none;
}

.pricing.popular .btn-white {
  border: 2px solid #027687;
}

.intern-section {
  background: #3b9677;
  color: #fff;
}

.intern-section h2 {
  color: #fff;
  font-size: 2rem;

}

.intern-section .btn {
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50px;
}

.intern-section .btn:hover {
  background: #fff;
  border: 2px solid #3b9677;
  color: #3b9677;
}

/* CTA Section */
.cta-section {
  /* background: linear-gradient(to right, rgb(39, 70, 133) 0%, rgb(61, 179, 197) 100%); */
  background: #0286c7;
  background: linear-gradient(to right, rgba(0, 138, 208, 0.8) 0%, rgba(80, 159, 85, 0.8) 100%);
  color: #fff;
}

.cta-section h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .cta-section h2 {
    font-size: 2rem;
  }
  .cta-section .btn {
  padding: 15px !important;
  margin: 5px !important;
  }
}

.cta-section .btn {
  background: #000000;
  color: #fff;
  border-radius: 50px;
}

.cta-section .btn:hover {
  background: #fff;
  border: 2px solid #3c96a2;
  color: #3c96a2;
}


.cta-section .btn i {
  margin-right: 10px;
    font-size: 34px;
  line-height: 0;
}




.app .btn {
  border: 2px solid #fff;
  color: #fff;
  background: #636364;
  margin-right: 10px;
  /* border-radius: 50px; */
}

.app .btn i {
  margin-right: 10px;
  font-size: 34px;
  line-height: 0;
}

.app .btn:hover {
  background: #fff;
  border: 2px solid #3c96a2;
  color: #3c96a2;
}

/* Contact Form */
.form-control {
  height: 48px;
  border-radius: 0;
  border: 1px solid #dae0e5;
}

.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #027687;
}

.php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .error-message br+br {
  margin-top: 25px;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.php-email-form textarea {
  min-height: 160px;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Blog */
.post-entry {
  margin-bottom: 60px;
}

.post-entry .post-text .post-meta {
  text-decoration: none;
  color: #ccc;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}

.post-entry .post-text h3 {
  font-size: 20px;
  color: #000000;
}

.post-entry .post-text h3 a {
  text-decoration: none;
  color: #000000;
}

.post-entry .post-text h3 a:hover {
  text-decoration: none;
  color: #027687;
}

.post-entry .post-text .readmore {
  color: #027687;
}

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff;
}

.sidebar-box *:last-child {
  margin-bottom: 0;
}

.sidebar-box h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.categories li,
.sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted gray("300");
  list-style: none;
}

.categories li:last-child,
.sidelink li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.categories li a,
.sidelink li a {
  text-decoration: none;
  display: block;
}

.categories li a span,
.sidelink li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
}

.categories li.active a,
.sidelink li.active a {
  text-decoration: none;
  color: #000000;
  font-style: italic;
}

.comment-form-wrap {
  clear: both;
}

.comment-list {
  padding: 0;
  margin: 0;
}

.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%;
}

.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}

.comment-list li .vcard {
  width: 80px;
  float: left;
}

.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%;
}

.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
  font-size: 20px;
}

.comment-list li .comment-body .meta {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #ccc;
}

.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: #e6e6e6;
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
}

.comment-list li .comment-body .reply:hover {
  color: #000000;
  background: #e3e3e3;
}

.search-form {
  background: #f7f7f7;
  padding: 10px;
}

.search-form .form-group {
  position: relative;
}

.search-form .form-group input {
  padding-right: 50px;
}

.search-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 100px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  /* margin: 20px 35px;
  border-radius: 25px;
  background: rgba(0, 138, 208, 0.9); */
}

#header.header-scrolled {
  /* background: linear-gradient(to right, rgba(0, 138, 208, 0.8) 0%, rgba(80, 159, 85, 0.8) 100%); */
  background: rgba(2, 118, 135, 0.9);
/* #027687 */
  height: 80px;
}

#header.header-scrolled .logo img {
  max-height: 60px;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 4px 0;
  line-height: 1;
  font-weight: 500;
}
/* #header .logo{
  margin-top: 15px;
} */
#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 60px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 15px;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
    padding: 10px 0 10px 30px;
}

.navbar a,
.navbar a:focus {

  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0px 5px 0px;
  font-size: 17px;
  /* font-weight: 400; */
  color: rgba(255, 255, 255, 0.80);
  white-space: nowrap;
  transition: 0.3s;
}


.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
  /* font-weight:bold; */
  border-bottom: 1px solid #fff;
  /* border-radius: 50px; */

}

.navbar .my-btn{
  /* background-color: #fff;
  color: #027687; */
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 8px 15px;
}

.navbar .my-btn:hover,
.navbar .my-btn:focus{
  background-color: #fff;
  color: #027687;
  border-radius: 15px;
  padding: 8px 15px;
 }


.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  color: #101c36;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #027687;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(27, 49, 94, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #101c36;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #027687;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #027687;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-section {
  /* background: linear-gradient(to right, rgba(0, 138, 208, 0.8) 0%, rgba(59, 150, 162, 0.8) 100%), url(../img/hero-bg.jpg); */
  /* background: linear-gradient(to right, rgba(0, 138, 208, 0.8) 0%, rgba(52, 149, 166, 0.8) 100%), url(../img/hero-bg.jpg); */
  background: linear-gradient(to right, rgba(0, 138, 208, 0.8) 0%, rgba(80, 159, 85, 0.8) 100%), url(../img/hero-bg.jpg);
  position: relative;
  position: relative;
  clip-path: ellipse(85% 65% at 50% 33.01%);
  padding-left: 20%;
  padding-right: 20%;
}

.hero-section .wave {
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  bottom: -150px;
}

@media screen and (max-width: 992px) {
  .hero-section .wave {
    bottom: -180px;
  }

  .hero-section {
    padding-left: 2%;
    padding-right: 2%;
  }

}

.hero-section .wave svg {
  width: 100%;
}

.hero-section,
.hero-section>.container>.row {
  height: 100vh;
  min-height: 880px;
}

.hero-section.inner-page {
  height: 60vh;
  min-height: 0;
}

.hero-section.inner-page .hero-text {
  transform: translateY(-150px);
  margin-top: -120px;
}

@media screen and (max-width: 992px) {
  .hero-section.inner-page .hero-text {
    margin-top: -80px;
  }
}

.hero-section h1 {
  font-size: 3.5rem;
  color: #fff;
  font-weight: 900;
  margin-bottom: 20px;
  font-family: arBold;
}

@media screen and (max-width: 992px) {
  .hero-section h1 {
    font-size: 2rem;
    text-align: center;
    margin-top: 40px;
  }

  .btn {
    font-size: 16px;
    padding: 5px 30px !important;
  }

}



@media screen and (max-width: 992px) {
  .hero-section .hero-text-image {
    margin-top:5rem;
  }

  .hero-section p {
    font-size: 18px !important;
  }

}

.hero-section p {
  font-size: 32px;
  color: #fff;
}

.hero-section .iphone-wrap {
  position: relative;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap {
    text-align: center;
  }

}

.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1 {
  position: absolute;
  top: -20%;
  overflow: hidden;
  left: 0;
  /* box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.3); */
  /* border-radius: 30px; */
  width: 470px;
}

@media screen and (max-width: 992px) {

  .hero-section .iphone-wrap .phone-2,
  .hero-section .iphone-wrap .phone-1 {
    position: relative;
    top: 0;
    max-width: 100%;
  }
  .hero-section,
  .hero-section>.container>.row {
    min-height: 480px;
  }

}


.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1 {
  width: 450px;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-1 {
    margin-left: -150px;
  }
}

.hero-section .iphone-wrap .phone-2 {
  margin-top: 0px;
  margin-left: 0px;
  width: 450px;
}

@media screen and (max-width: 992px) {
  /* .iphone-wrap{
    display: block;
    margin-left: auto;
    margin-right: auto;
  } */
  .hero-section .iphone-wrap .phone-2 {
    width: 350px;
    /* position: absolute; */
    margin-top: 0px;
    margin-left: 0px;
    margin-left: auto;
    margin-right: auto;

  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 3rem 0 2.5rem 0;
}

.footer h3 {
  font-size: 18px;
  margin-bottom: 30px;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer a {
  color: #000;
}

.footer .copyright {
  margin-bottom: 0px;
}

.footer .copyright,
.footer .credits {
  font-size: 14px;
}

.social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f8f9fa;
  position: relative;
  text-align: center;
  transition: 0.3s background ease;
  color: #3c96a2;
  line-height: 0;
}

.social a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.social a:hover {
  color: #fff;
  background: #3c96a2;
}

.social a i {
  line-height: 0;
}



/* ############### my atsyle ################## */



/* features Section
--------------------------------*/
#features {
  padding: 40px 0;
}
#features .box {
  padding: 40px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #f4f4f4 ;
  transition: 0.4s;
  height: 100%;
  border-radius: 25px;
  min-height: 170px;
}
#features .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}
#features .box .icon {
  float: left;
}
#features .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}
#features .box .icon img {
padding-right: 15px;
  max-height: 100px;
  transition: 0.5s;
  line-height: 0;
}
#features .box .icon i:before {
  background: #008ad0;
  background: linear-gradient(45deg, #3c96a2 0%, #a3ebd5 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#features .box h4 {
  margin-left: 100px;
  /* font-weight: 700; */
  margin-bottom: 15px;
  font-size: 22px;
}
#features .box h4 a {
  color: #747474;
}
#features .box p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}
@media (max-width: 767px) {
  #features .box .box {
    margin-bottom: 20px;
  }
  #features .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }
  #features .box h4, #features .box p {
    margin-left: 0;
    text-align: center;
  }

  #services .member .pic img {
    max-width: 65% !important;
  }

  #services .member .details {
    /* background: #3c96a2; */
    border-top: 0px !important;
  }
}


@media (max-width: 767px) {
  #subscribe img {
    display: none;
  max-width: 350px;
  margin: 20px;
}
}
#subscribe .subscribe-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
#subscribe .subscribe-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
#subscribe .subscribe-form .error-message br + br {
  margin-top: 25px;
}
#subscribe .subscribe-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
#subscribe .subscribe-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
#subscribe .subscribe-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
#subscribe .subscribe-form input, #subscribe .subscribe-form textarea ,#subscribe .subscribe-form select {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}
#subscribe .subscribe-form input::focus, #subscribe .subscribe-form textarea::focus,#subscribe .subscribe-form select::focus {
  background-color: #3c96a2;
}
#subscribe .subscribe-form button[type=submit] {
  background: #3c96a2;
  border: 0;
  border-radius:50px;
  padding: 10px 40px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}
#subscribe .subscribe-form button[type=submit]:hover {
  background: #008ad0;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* Contact Section
--------------------------------*/
#contact {

  font-family: "arRegular" !important;
  /* padding: 30px 0; */
  background: #0286c7;
  background: linear-gradient(to right, rgba(0, 138, 208, 0.8) 0%, rgba(0, 138, 208, 0.8) 100%), url(../img/contactus4.jpg);
}
#contact .section-header h2 {
  font-family: "arBold" !important;
  font-size: 2rem;
  /* background: linear-gradient(-45deg, #75a221, #0286c7); */
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#contact .section-header p {
color: #fff;
}
#contact .contact-info {
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}
#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #fff;
}
#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #fff;
}
#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #fff;
}
#contact .contact-info a {
  color: #fff;
}
#contact .contact-info a:hover {
  color: #000;
}
#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}
@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}
#contact #google-map {
  height: 290px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  #contact #google-map {
    margin-top: 20px;
  }
}

footer .section-heading{
    font-size: 2.5rem;
}


footer .footer-logo img{
  max-width: 175px;
  margin: 25px;
}

.app .btn {
  border: 2px solid #fff;
  color: #fff;
  background: #636364;
  margin-right: 10px;
  /* border-radius: 50px; */
}

.app .btn i {
  margin-right: 10px;
  font-size: 34px;
  line-height: 0;
}

.app .btn:hover {
  background: #fff;
  border: 2px solid #3c96a2;
  color: #3c96a2;
}
/* ______________________________________AML  */

.hero-section .btn {
  border: none;
  padding: 15px 50px !important;
  font-size: 18px;
  font-family: 'arBold';
}

.hero-section .btn.btn-outline-white {
  border-radius: 20px;
  background: #fff !important;
  color: #027687 !important;
}

.btn.btn-outline-white:hover {
  border: 2px solid #fff !important;
  background: none !important;
  color: #fff !important;
}

.email{
    font-family: "enRegular";
}

.pro{
 border-radius: 5px;

font-family: "enRegular";
text-align: center;

font-size: 24px;
color: #646161;
}

@media screen and (max-width: 768px) {
  .pricing .btn-white {
    min-width: 250px;
  }
  .pro{
  font-size: 18px;
  }
  
.navbar a, .navbar a:focus {
    display:initial  !important;
}
}
