* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Noto Naskh Arabic', serif;
}

body {
 }

/*<!--Start Nav Bar-->*/
.navbar {
  height: 0.1%;
  margin-bottom: 4%;
}

.navbar-nav .active {
  border-bottom: #cd5958 3px solid !important;
}
.navbar img {
  width: 128px;
  height: 64px;
  margin: 0 auto;
}

.navbar-nav .nav-link {
  font-size: 14x;
  color: #3a3a3a !important;
}

.navbar-nav .nav-link a {
  margin-left: 1%;
}

.navbar-nav .nav-link:hover {
  border-bottom: #cd5958 3px solid;
}

.nav-item {
  text-align: center;
}
.navbar-brand {
  color: #3a3a3a;
}

.dropdown-menu a {
  text-align: center;
}

@media (max-width: 768px) {
  .navbar img {
    width: auto;
    height: 64px;
    margin: 0 auto;
  }

  .navbar-brand   span{
    margin: 0 auto;
    font-size: small;
    padding: 0%;
  }

  .navbar-toggler{
    float: left;
    margin: auto;
  }
}
/*<!--End Nav Bar-->*/

/*Start Intro  Styling*/

.intro-section  .carousel-item {
  background-size: cover;
  background-position: center;
}

@media (max-width: 768px) {
  .intro-section  #main-slider .carousel-item h2 {
    font-size: 1.1rem;
    text-align: center;
    position: absolute;
    left: 20%;
    top: 25%;
    max-width: 100%;
  }
  .intro-section #main-slider .carousel-item h6 {
    font-size: 0.9rem;
    text-align: center;
    position: absolute;
    left: 10%;
    top: 45%;
    max-width: 100%;
  }

  .intro-section  #main-slider .carousel-item button {
    font-size: 0.5rem;
    text-align: center;
    left: auto;
    max-width: 100%;
    position: absolute;
    left: 40%;
    top: 65%;
  }

  .intro-section .carousel-item img {

    height: 40vh;
  }
  
}

.intro-section {
  margin-top: -5%;
}

.intro-section  .overlay {
  background: white; /* fallback for old browsers */
  background: linear-gradient(black, black); /* The least supported option. */
  opacity: 1;
}

.carousel-item img {
  object-fit: cover;
  width: auto;
  opacity: 0.3;
  height: 65vh;
}

.kenburns-top {
  -webkit-animation: kenburns-tops 3s ease-out both;
  animation: kenburns-tops 3s ease-out both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-9-18 21:30:29
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation kenburns-top
 * ----------------------------------------
 */
@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
    -moz-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
    transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
    -moz-transform: scale(1.25) translateY(-15px);
    -ms-transform: scale(1.25) translateY(-15px);
    -o-transform: scale(1.25) translateY(-15px);
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
    -moz-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
    transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}

.carousel-inner .carousel-item h2 {
  position: absolute;
  left: 25%;
  top: 30%;
  color: white;
  font-size: 2rem;
  font-weight: 900;
}

.carousel-inner .carousel-item h6 {
  position: absolute;
  left: 25%;
  top: 40%;
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
}

.carousel-item button {
  position: absolute;
  color: white;
  left: 45%;
  top: 55%;
  transform: translate(-00%, -40%);
  background-color: #c13330;
  font-size: 1.2rem;
  font-weight: bolder;
  border: none;
  width: fit-content;
  -webkit-transform: translate(-00%, -40%);
  -moz-transform: translate(-00%, -40%);
  -ms-transform: translate(-00%, -40%);
  -o-transform: translate(-00%, -40%);
  border-radius: 10%;
}

.carousel-item i {
  color: white;
}
.carousel-item p {
  color: black !important;
}

.carousel-item p span {
  color: white;
}
.tracking-in-expand-fwd-bottom {
  -webkit-animation: tracking-in-expand-fwd-bottom 3s
    cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-expand-fwd-bottom 3s
    cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

.tracking-in-expand-fwd-bottom-long {
  -webkit-animation: tracking-in-expand-fwd-bottom 5s
    cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-expand-fwd-bottom 5s
    cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-9-19 5:52:59
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-expand-fwd-bottom
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand-fwd-bottom {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px) translateY(500px);
    transform: translateZ(-700px) translateY(500px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@keyframes tracking-in-expand-fwd-bottom {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px) translateY(500px);
    transform: translateZ(-700px) translateY(500px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

.bounce-bottom {
  -webkit-animation: bounce-bottom 10s both;
  animation: bounce-bottom 10s both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-9-19 5:57:58
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bounce-bottom
 * ----------------------------------------
 */
@-webkit-keyframes bounce-bottom {
  0% {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-bottom {
  0% {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -moz-transform: translateY(12px);
    -ms-transform: translateY(12px);
    -o-transform: translateY(12px);
  }
  82% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}

/*End Intro Styling*/

/*<!--Start About Section -->*/
.about-section {
  text-align: right;
  background-color: #f1ede7;
}
.about-section h3 {
  color: black;
  font-weight: bold;
  margin-top: 5%;
}

.about-section p {
  color: gray;
  font-weight: bold;
}

.list-unstyled li {
  padding-top: 5px;
  padding-bottom: 5px;
  list-style: square;
}

.about-section img:hover {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
  -webkit-animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.intro-header,
img {
  margin-top: 5%;
}

.intro-img img {
  float: left;
  height: 50%;
  width: 50%;
 }
.intro-header h2 {
  margin-top: 1%;
}
.intro-header p {
  font-size: large;
}

.intro-section h2 {
  font-weight: bold;
  color: black;
  font-size: 1.2rem;
}

.intro-section p {
  font-weight: bold;
  color: #08526d;
  font-size: 1.5rem;
}

.intro-img .overlay-intro-img {
  position: absolute;
  top: 30%;
  left: 40%;
}
@media (max-width: 768px) {

  .intro-header h2 {
    font-size: 1rem;
  }

  .intro-header p{
    font-size:small;
  }

  .intro-section {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .intro-header li {
    font-size: small;
  }
}
/*<!--End About Section -->*/

/*<!--Starts Service Section -->*/

.services-section {
  text-align: center;
  background-color: white;
  margin-top: 4%;
  margin-bottom: 4%;
}

.services-section .card-deck .card-body {
  font-size: medium;
  text-align: center;
  margin-right: 0%;
  padding-right: 0%;
  
}

.services-section .card-body p{
  font-size: medium;
  text-align: center;


}

.services-section .card img {
  height: 64px;
  width: 64px;
  border-radius: 15px;
  border: none;
  -webkit-box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.20);
  box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.1);
  margin: auto auto;
  margin-top: 4%;
}

.services-section .service-header h2 {
  color: black;
  font-size: large;  
  text-align: center;

   
}

.services-section .service-header p {
  color: gray;
  font-weight: bold;  
  text-align: center;

 }

.more-service-btn {
  margin: 1%;
}
.services-section .card-deck .card {
  border: none !important;
  border-radius: 20px;
  border: none;
  -webkit-box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.20);
  box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
 
}

@media (max-width: 768px){
  .services-section .service-header h2 {
    font-size: medium;
    text-align: center;
    
  }

  .services-section .service-header h2 {
    font-size: medium;
    text-align: center;

  }
  .services-section .service-header p {
    color: gray;
    font-weight: bold;
    text-align: center;
  }

  .services-section .card-deck .card-body h5 {
    font-size: small;

    
  }

  .services-section .card img {
    height: 32px;
    width: 32px;
margin-top: 3%;
  }
  
  
  .services-section .card-body p{
    font-size: small;
  
  }
  
}


/*<!--End Serivce Section -->*/

/*<!--Start Team Section -->*/

.team-section {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.team-section .team-header  h2,p{
  margin-right: 0;
  font-size: large;

}

.team-section h5 {
  font-size: medium;
}
.team-section p {
  color: gray;
  font-size: medium;
  font-weight: bold;
}

.team-section .card {
  border: none;
  font-size: medium;
  border-radius: 20px;
  border: none;
  -webkit-box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.20);
  box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.1);

}

.team-section .card img {
  height: 256px;
  width: auto;
  border-radius: 28px;
  border: none;
  -webkit-box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.20);
  box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.1);
 
}
.team-section .card h4 {
  font-weight: bold;
  color: black;
  font-size: medium;
}

.team-section .card p {
  color: gray;
  font-size: medium;

}

@media (max-width: 768px) {

  .team-header {
    font-size: small;    text-align: center;

  }

  .team-section .card {
    width: 100%;
    margin: 0;
    padding: 0%;    text-align: center;

  }
  .team-section p {
    color: gray;
    font-size: small;
    font-weight: bold;
    text-align: center;
  }

  .team-section .card img {
    text-align: center;
    height: 96px;
    width: 96px;
    margin: auto;
  }
  .team-section .card-deck .card-body{
    text-align: center;
padding-right: 0%;
    font-size: small;

  }

  .team-section  .card-deck .card-body p {
    text-align: center;
    color: gray;
    font-size: small;

  }
}

/*<!--End Team Section -->*/

/*<!--Start consultation appointment Section -->*/
.consultation-appintment {
  background-image: url("../../photo/2019/05/10/13/28/contact-us-4193523_960_720.jpg");
  height: max-content;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  color: rgba(29, 0, 0, 0.671);
}

.consultation-appintment h4 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1%;
}

.consultation-appintment p {
  font-size: 1.5rem;
  margin-bottom: 1%;
}
.consultation-appintment button {
  background-color: white;
  font-size: 1.4rem;
  color: gray;
  margin: 5%;
  border-radius: 25%;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  -o-border-radius: ;
  float: right;
}

@media (max-width: 768px) {
  .consultation-appintment h4 {
    font-size: 1.1rem;
    font-weight: bold;
  }

  .consultation-appintment p {
    font-size: 1rem;
  }
  .consultation-appintment button {
    background-color: white;
    font-size: 1rem;
    color: gray;
    margin: 5%;
  }
}

/*<!--End consultation appointment Section -->*/

/* Start testimonails-section*/
.testimonails-section {
   margin-top: 3%;
  margin-bottom: 3%;
}

.testimonails-section .carousel-inner .card{
  border: none;
  background: none;
}
.testimonails-section .carousel-inner  img {
height: 256px;
width: 256px;
border-radius: 50%;
margin: 0 auto;
opacity: 1;
}


@media (max-width: 768px) {
  .testimonails-section .carousel-inner  img {
    height: 96px;
    width: 96px;
    }

    .testimonails-section .carousel-inner  .card-text {
      margin-top: 5%;
      margin-bottom: 5%;
    
    }


}

.testimonails-section .carousel-caption {

}

.slide-in-bottom {
  -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-9-19 8:9:3
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/* End testimonails-section*/

/*<!--Start Footer Section -->*/

.footer-section {
  background-image: url('../../photo/2015/02/01/18/27/hammer-620011_960_720.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
 }
.footer-section img {
  width: 128px;
  height: auto;
}

.footer-section p {
  font-weight: bolder;
  color:lightgrey;
  text-align: right;
}

.footer-section li {
  list-style: none;
  text-decoration: none;
  text-align: right;
}
.footer-section li a {
  color: white;
  text-decoration: none;
  font-weight: bolder;
  font-size: large;
}

.footer-news {
  margin: auto;
}

.footer-services {
  margin-top: auto;
}

@media (max-width: 768px) {

  .footer-section li p {
    text-decoration: none;
    font-weight: bold;
    font-size: small;
  }
  .footer-section li a {
    text-decoration: none;
    font-weight: bold;
    font-size: small;
  }
}
footer {
  margin-top: 2%;
  text-align: center;
}

footer .site-info  img {
  height: 72px;
}


/*<!--End Footer Section -->*/

/*<!--Start Contact US Section -->*/
.contact {
  background-color: #f9f9fa;
  height: 100%;
  margin-bottom: 15px;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}

.contact .section-title h2 {
  text-align: center;
  color: black;
  font-size: 2rem;
}

.contact .section-title p {
  text-align: center;
  color: #08526d;
  font-size: 1.4rem;
  font-weight: bold;
}
.info {
  text-align: center;
}

.info h4 {
  color: #2696be;
  font-size: 1.1rem;
  font-weight: bold;
}
.info ul {
  list-style: none;
}

.info i {
  padding: 10px 10px;
  color: blue;
  font-size: 1.1rem;
}

.contact a:hover {
  background-color: #2696be;
  border: white 3px solid;
  text-decoration: none;
}

/*<!--End Contact us  Section -->*/