@font-face{
    font-family: "enFont";
    src:url("../fonts/ElMessiri-Regular.ttf");
}
* {
    font-family:"enFont";
    font-weight:400;
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: "Montserrat", sans-serif;*/
}

p {
  /*font-family: "Nunito", sans-serif;*/
  font-size: 20px;
  line-height: 30px;
  color: #6c757d;
  /* 150% of font-size */
}
.navbar-brand:focus, .navbar-brand:hover {
    color: rgb(224 139 134)!important;
}
.r-btn {
  padding: 5px 20px;
  background-color: #ee8683 !important;
  color: #fff !important;
}
#quick-support {
    width: 85px;
    height: 85px;
    border-radius: 50px;
    position: fixed;
    bottom: 0;
    right: 0;
    color: #878787;
    background-image: url(../Images/support.png);
    transition: all 0.4s ease;
    filter: drop-shadow(1px 2px 2px #878787);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 20px;
    z-index: 9999;
}
    #quick-support:hover {
        transition-duration: 0.4s;
        color: white;
        background-color: rgb(224 139 134 / 27%);
        cursor: pointer;
    }
::selection {
  background-color: #ee8683;
  color: #fff;
  /* text-shadow: 4px 2px 2px #FFFD3A; */
}

.r-p {
  padding-top: 80px;
  padding-bottom: 80px;
}
.content-mg {
  margin: 10px 0;
}
.content-box * + * {
  margin: 20px 0;
}
.bg-sec {
  background: #f8f9fa;
}
.title-box {
  max-width: 600px;
  text-align: center;
}
.fixed-img {
    background-image: url("../Images/headerBg.gif");
    height: 100%;
    width: 100%;
    position: fixed;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.preloader:before {
  content: "";
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #000;
  transition: 1s;
  z-index:4444;
}
.preloader:after {
    content: "";
    position: fixed;
    top: 0;
    width: 100%;
    height: 50%;
    background-color: #000;
    transition: 1s;
    z-index: 4444;
}

.preloader.complete:before {
  bottom: -50%;
}
.preloader.complete:after {
  top: -50%;
}

.preloader.complete {
  visibility: hidden;
}

.circle {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 10px solid rgba(255, 255, 255, 0.1);
  border-top: 10px solid #ee8683;
  animation: animate 1.5s infinite linear;
  z-index: 99999;
}

@keyframes animate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Navigation---------------------------------------------------------------------------- */
nav .navbar-brand {
    font-size: 30px;
    color: #ee8683;
    transition: 0.5s all;
}
nav .navbar-nav li {
  margin-left: 15px;
}
    nav .navbar-nav li:hover a {
        color: #ee8683!important;
    }
nav .navbar-nav li a {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 600;
  /*font-family: "Nunito", sans-serif;*/
}
nav.r-nav {
    /*background: transparent;*/
    padding: 20px 0px;
    background: #8080805e;
    backdrop-filter: blur(4px);
    transition: 0.5s all;
}

nav.r-nav.stickyadd {
  background: #fff !important;
  padding: 15px 0;
  box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.05);
  transition: 0.5s all ease-in-out;
}
nav.stickyadd .navbar-brand {
    color: #ee8683;
    font-size: 40px;
    transition: 0.5s all;
}
nav.stickyadd .navbar-nav .nav-link {
  color: #000!important;
}
nav.stickyadd .navbar-nav li:hover .nav-link {
    color: #ee8683!important;
}
.navbar .hamburger {
  color: #fff;
}
nav.stickyadd .hamburger {
  color: #000;
}

nav *,
header * {
  animation-delay: 0.5s;
}

/* ---------- */

/* Header -----------------------------------------------------------------------*/
header {
  height: 100vh;
  width: 100%;
  /*background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/cmdgif.gif");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;*/
}
.header-content {
    height: 100px;
    width: 400px;
    /* margin: 0 auto; */
    /* padding: 32px; */
    position: absolute;
    top: 50%;
    left: 40%;
}
    .header-content .row {
        background: #80808045;
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        border: 1px solid #ffffff59;
        /* margin: 20px; */
        padding-bottom: 20px;
        padding-top: 20px;
        border-radius: 10px;
        box-shadow: 1px 1px 10px 5px #ffffff3b;
    }
.content-box {
  max-width: 700px;
  color: #fff;
}
.content-box h4 {
  font-size: 30px;
}
.content-box h1 {
  font-size: 52px;
}
.content-box a {
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 5px 25px;
}
.content-box p {
  color: #fff;
}
.content-box a:hover {
  color: #000;
  background: #fff;
  transition: 0.5s all;
}

/* About Us */

.about li a {
  color: #000;
  display: inline-block;
  height: 42px;
  width: 42px;
  font-size: 20px;
  border-radius: 50%;
  border: 2px solid #d4d4d4;
  line-height: 40px;
  transition: 0.5s all;
  text-align: center;
}

.about li a:hover {
  color: #ee8683;
}

/* Experience ---------------------------------------------------------*/
.experience .progress {
  height: 10px;
  border-radius: 20px;
  font-size: 10px;
}

.progress-color {
  background-color: #ee8683 !important;
}
.experience label {
  font-size: 20px;
  margin: 10px;
}

/* Service */

.card,
.card-header {
  background: #f8f9fa !important;
}

.card-header {
  border: none !important;
}

.services .card-header i {
  font-size: 50px;
}
.service-border {
  height: 2px;
  width: 40px;
  margin: 15px auto;
  background: #e65f78;
  transition: 0.5s all;
}
.services h5:hover + .service-border {
  width: 100px;
}

.services p {
  font-size: 16px;
}

.services .btn:hover {
  color: #000 !important;
  background: #eee !important;
}
.Certificate{
    background-color:white;
}
/* Testimony */
.testimony {
    /*content:"";*/
    background-color: white;
}

.testimony .test-item {
    max-width: 500px;
    margin: 50px auto;
}
.testimony .test-item .test-img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.testimony .test-item i {
  color: grey;
}

.test-item p.test-name {
  font-size: 11px;
}

.testimonyCreate {
    margin-bottom: -17px;
    padding-right: 32px;
    padding-top: 150px;
    color: #dee2e6;
    background: #dee2e6;
    padding-bottom: 150px;
    position: relative;
    z-index: 1;
}

    .testimonyCreate::after {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        content: "";
        background-image:url("../images/Q4aJG6.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment:fixed;
        background-position: center;
        filter: blur(3px);
        opacity: 0.8;
        z-index: -1;
    }

/* Work */
.work .card-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}
/* Contact */
.contact .r-icon {
  font-size: 50px;
  text-align: center;
}

/* footer */
footer {
  height: 200px;
  background-color: #333333;
}
footer .r-icon a {
  font-size: 20px;
  color: #848484;
  padding: 10px;
  border: 1px solid #848484;
  border-radius: 50%;
}
footer .r-icon a:hover {
  border: 1px solid #eee;
  color: #eee;
  transition: 0.5s all;
}
/* Media-------------------------------------------------------------------------------- */
@media (min-width: 200px) and (max-width: 768px) {
    .header-content {
        height: 100px;
        width: 271px;
        /* margin: 0 auto; */
        /* padding: 32px; */
        position: absolute;
        top: 50%;
        left: 15%;
    }
    #logoimg{
        width:60px;
    }
    .r-nav {
        background: #fff !important;
    }
  .r-nav .container {
    width: 85%;
  }
  nav .navbar-brand {
    font-size: 23px;
    color: #000;
  }
  .navbar .hamburger {
    color: #000;
  }
  nav .navbar-nav .nav-link {
    color: #000 !important;
  }

  .content-box h1 {
    font-size: 30px;
  }
  .content-box p {
    font-size: 16px;
  }
    header {
        /*height: 100vh;
        width: 100%;
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/cmdgif.gif");
        background-attachment: scroll;
        background-size: cover;
        background-position: left;*/
    }
}
