.header {
  padding-top: 30px;
}
.navbar ul li a {
  font-size: 18px;
  color: #fff;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

.navbar ul li {
  padding-left: 25px;
}
.hvr-underline-reveal:before {
  background-color: #9c1846;
  transition-duration: 0.4s;
}
.header .buttons {
  padding: 8px 20px;
}
.main-button {
  color: #fff;
}
.main-button:hover {
  background-color: #6084a4;
  border: none;
}

.header .buttons button {
  margin-left: 15px;
  font-size: 18px;
  padding: 7px 30px;
  transition-duration: 0.15s;
}
.header .buttons .Support {
  border: 2px dashed #9c1846;
  transition: 0.5s;
  color: #fff;
}

.hvr-shutter-in-horizontal:before {
  background: #9c1846;
}

.header .buttons .login {
  color: #fff;
  border: none;
}
.header .buttons .login::before {
  background: #9c1846;
  box-shadow: 0 13px 27px 0 rgb(198 121 227 / 25%);
}
.header .buttons .login:hover {
  background: #6084a4;
}
.header .buttons .Support:hover {
  border: none;
  background: #6084a4;
}
.main h2 {
  color: #fff;
}
.main-section {
  background-image: url("../img/BG2.jpg");
  background-size: cover;
  margin-top: 0 !important;
  padding-top: 0;
  max-height: 100%;
  padding-bottom: 240px;
}
.main {
  margin-top: 210px;
}
.main .content h2 {
  font-family: cairo;
  font-weight: 700;
  font-size: 3rem;
  color: #ce2153;
}
.main .content button {
  padding: 7px 30px;
  font-size: 18px;
}

.ml-main-pic {
  display: none;
}
.ml-banner-image {
  position: relative;
  width: 100%;
  height: 100%;
  top: 140px;
}
.ml-banner-image img:first-child {
  left: 231px;
  top: -178px;
  z-index: 2;
  animation: fadeInAnimation ease 5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: calc(var(--animate-delay) * 2);
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.ml-banner-image img {
  position: absolute;
}

.ml-banner-image img:nth-child(2) {
  top: -129px;
  left: 191px;
  z-index: 1;
  animation: fadeInUp ease 1s;
  animation-fill-mode: backwards;
  animation-delay: var(--animate-delay);
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.ml-banner-image img:nth-child(3) {
  top: 0px;
  left: 126px;
  animation: fadeInUp ease 2s;
  animation-fill-mode: backwards;
}
.ml-banner-image img:nth-child(4) {
  top: -103px;
  right: 180px;
  z-index: 3;
  animation: fadeInDown ease 8s;
  animation-fill-mode: backwards;
}
.ml-banner-image img:nth-child(5) {
  top: -260px;
  left: 135px;
  animation: fadeInDown ease 2s;
  animation-fill-mode: backwards;
}
.ml-banner-image img:nth-child(6) {
  right: 201px;
  top: -255px;
  animation: fadeInDown ease 2s;
  animation-fill-mode: backwards;
}
.ml-banner-image img:nth-child(7) {
  bottom: -40px;
  right: 43px;
  z-index: 2;
  animation: fadeInDown ease 2s;
  animation-fill-mode: backwards;
}
.ml-banner-image img:nth-child(8) {
  right: 56px;
  bottom: 190px;
  z-index: 1;
  animation: fadeInDown ease 2s;
  animation-fill-mode: backwards;
}
.ml-banner-image img:nth-child(9) {
  left: 36px;
  top: -237px;
  z-index: 1;
  animation: fadeInDown ease 2s;
  animation-fill-mode: backwards;
}
.ml-banner-image img:nth-child(10) {
  left: 1px;
  bottom: -24px;
  z-index: 2;
  animation: fadeInDown ease 2s;
  animation-fill-mode: backwards;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
.ml-banner-image img:nth-child(11) {
  left: 12px;
  top: -125px;
  animation: fadeInUp ease 2s;
  animation-fill-mode: backwards;
}
img {
  max-width: 100%;
}

.shape-1 {
  position: absolute;
  z-index: 1;
  top: 20%;
  left: 30px;
  animation: rotate3d 4s linear infinite;
  opacity: 0.4;
  width: 200px;
}

@keyframes rotate3d {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(1turn);
  }
}
.shape-3 {
  position: absolute;
  bottom: 10%;
  z-index: 1;
  left: 25%;
  animation: animationFramesOne 15s linear infinite;
  width: 300px;
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0) rotate(0deg);
  }
}

.shape-4 {
  position: absolute;
  bottom: 15%;
  z-index: 1;
  right: 25%;
  animation: animationFramesOne 20s linear infinite;
  width: 200px;
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0) rotate(0deg);
  }
}

.shape-6 {
  position: absolute;
  top: 25%;
  z-index: 1;
  left: 25%;
  animation: animationFramesOne 20s linear infinite;
  width: 200px;
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0) rotate(0deg);
  }
}

.shape-5 {
  top: 40%;
  right: 10%;
  position: absolute;
  z-index: 1;
  width: 50px;
}

.rotateme {
  animation-name: rotateme;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotateme {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1turn);
  }
}

.shape-7 {
  right: 10%;
  position: absolute;
  top: 25%;
  z-index: 1;
  width: 60px;
}
.rotateme {
  animation-name: rotateme;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotateme {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1turn);
  }
}

.main .content p {
  visibility: hidden;
}

.partners .owl-carousel .owl-dots {
  display: none;
}

.Our-Featured {
  margin: 70px 0;
  text-align: center;
}
.sub-title {
  display: inline-block;
  color: #fff;
  background-color: #9c1846;
  margin-bottom: 18px;
  border-radius: 30px;
  padding: 5px 20px 4px;
  font-size: 18px;
}
.Our-Featured p {
  color: #6084a4;
  line-height: 1.8;
}

.bar {
  height: 5px;
  width: 90px;
  background: #ce215286;
  margin: 20px auto;
  position: relative;
  border-radius: 30px;
}
.bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #6084a4;
  animation-duration: 3.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}

@keyframes MOVE-BG {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(90px);
  }
}
.Our-Featured .our-title {
  margin-bottom: 70px;
}
.services {
  margin-bottom: 70px;
}
.services .col .icon {
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.services .col .icon img {
  width: 25%;
  margin-top: 25px;
}
.services .col .card {
  width: 100%;
  border-radius: 5px;
  height: 100%;
  background: linear-gradient(
    to right top,
    #d5fefd,
    #e0fdff,
    #effbff,
    #fbfaff,
    #fffcff
  );
}

.services .col .card:hover .icon img {
  transform: rotateY(-1turn);
  transition: 0.8s;
}
.services .col .card:hover {
  transform: translateY(-20px);
  transition: 0.6s;
  box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
}

.services .col .card h3 a {
  font-size: 20px;
  text-decoration: none;
  color: #000;
  transition: all 0.3s;
}
.services .col .card h3 a:hover {
  color: #9c1846;
}

.about-us .about-content .bar {
  margin: 25px 0;
}
.about-us .about-content {
  margin: 70px;
}

.about-us .about-content button {
  font-size: 18px;
}

.services-area {
  margin: 70px 0;
  padding: 50px 0;
  text-align: center;
  background: rgb(206, 206, 206);
  background: linear-gradient(
    90deg,
    rgba(206, 206, 206, 1) 0%,
    rgba(206, 206, 206, 1) 100%
  );
}

.services-area .card .card-img {
  margin: auto;
  padding: 25px;
}
.services-area .card .card-body {
  flex: 1 1 auto;
  padding: 0rem 1rem;
}

.services-area .card .card-img-2 {
  width: 100%;
  padding: 25px 25px 0px 25px;
}

.services-area .card {
  border: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.services-area .card .card-body h5 a {
  text-decoration: none;
  color: #000;
}

.services-area .card .card-body h5 a:hover {
  color: #ce2153;
  transition: 0.3s;
}
.services-area .card::before {
  content: "";
  position: absolute;
  left: -15px;
  bottom: -15px;
  width: 30px;
  height: 30px;
  transition: 0.6s;
  transform: rotate(45deg);
  background: #6084a4;
  visibility: hidden;
  opacity: 0;
}

.services-area .card:hover:before {
  opacity: 1;
  visibility: visible;
}
.funfacts-area {
  background-image: url("../img/map.png");
  margin-bottom: 75px;
  padding-bottom: 75px;
}
.funfacts-area .counter {
  text-align: center;
  margin-top: 75px;
}

.funfacts-area .section-title {
  max-width: 570px;
  margin: 0 auto;
  line-height: 37px;
  text-align: center;
}
.funfacts-area p {
  text-align: center;
  max-width: 570px;
  margin: 0 auto;
}

.counter .counter-item {
  font-size: 28px;
  font-weight: 800;
  text-align: center;
  color: #6084a4;
}

.counter .counter-item p {
  color: #6084a4;
  font-weight: 500;
  font-size: 20px;
}

.contact-us {
  margin-top: 75px;
  border: #effbff solid 2px;
  padding: 20px;
  max-width: 50rem;
  margin: 75px auto;
}

.contact-us button {
  padding: 10px 25px;
  margin-top: 25px;
  font-size: 20px;
}

.projects-area .section-title {
  width: 40%;
  margin-bottom: 80px;
}
.projects-area .section-title h3 {
  font-size: 35px;
  font-weight: 700;
}

.projects-area .section-title .bar {
  margin-left: 0;
}
.projects-area .owl-carousel .owl-item {
  width: 351.3px;
  margin-right: 30px;
}

.projects-area .owl-carousel .owl-item .single-ml-projects-box {
  position: relative;
  border-radius: 5px;
  margin-bottom: 30px;
  box-shadow: 0 1rem 1rem rgb(0 0 0 / 18%);
  background-color: #fff;
}
.projects-area .owl-carousel .owl-item .single-ml-projects-box .plus-icon span {
  position: absolute;
  top: 24%;
  left: 25%;
  color: #fff;
  font-size: 20px;
}

.projects-area .owl-carousel .owl-item .single-ml-projects-box .plus-icon a {
  background-color: #6084a4;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 20px;
  right: 20px;
  transform: scale(0);
  transition: all 0.4s ease-out 0s;
  overflow: hidden;
  border-radius: 50%;
}
.projects-area
  .owl-carousel
  .owl-item
  .single-ml-projects-box
  .plus-icon
  a:hover {
  background-color: #ce2153;
}

.projects-area
  .owl-carousel
  .owl-item
  .single-ml-projects-box:hover
  .plus-icon
  a {
  transform: scale(1);
}
.client-feedback {
  margin-top: 80px;
  background: rgb(206, 206, 206);
  background: linear-gradient(
    90deg,
    rgba(206, 206, 206, 1) 0%,
    rgba(206, 206, 206, 1) 100%
  );
  position: relative;
  z-index: 1;
  padding: 50px;
  margin-bottom: 80px;
}
.client-feedback .section-title {
  text-align: center;
  width: 50%;
  margin: auto;
}

.client-feedback .testimonials .single-ml-feedback-box {
  box-shadow: 0 0 25px 3px rgb(0 0 0 / 4%);
  margin-bottom: 45px;
  background-color: #fff;
  position: relative;
  padding: 60px 70px 60px 190px;
  border-radius: 5px;
}
.client-feedback .testimonials .item {
  width: 750px !important;
  margin: auto;
}
@media (max-width: 750px) {
  .client-feedback .testimonials .item {
    width: 100% !important;
  }
  .client-feedback .client-info {
    position: relative !important;
    left: 0;
    text-align: center;
    margin: 50px auto;
    width: 100%;
    margin-bottom: -55px;
  }
  .client-feedback p {
    font-size: 12px;
  }
  .client-feedback .testimonials .single-ml-feedback-box {
    padding: 60px 30px 60px 30px;
  }
}
.client-feedback .testimonials .item .single-ml-feedback-box img {
  border-radius: 5px;
  border: 2px solid #f4f5fe;
  width: 80px !important;
  height: 80px !important;
  padding: 5px;
  display: inline-block !important;
}
.client-feedback .testimonials .item .single-ml-feedback-box .client-info {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.client-feedback .testimonials .item .single-ml-feedback-box .client-info h3 {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 17px;
  font-weight: 600;
}
.client-feedback .testimonials .item .single-ml-feedback-box .client-info span {
  display: block;
  color: #6084a4;
  margin-top: 5px;
  font-size: 13px;
}
.client-feedback .testimonials .owl-dots .owl-dot span {
  background: transparent !important;
  border: solid #ce2153 2px;
}
.client-feedback .testimonials .owl-dots .owl-dot span:hover {
  background: #ce2153 !important;
}

.our-recent-story {
  margin-bottom: 50px;
}
.our-recent-story .section-title {
  text-align: center;
  width: 450px;
  margin: auto;
}
.our-recent-story .card {
  border: none;
  border-radius: 7px;
  box-shadow: 0 0 25px 3px rgb(0 0 0 / 4%);
}
.our-recent-story .card .card-body {
  background: #c9c9c9;
  padding: 20px;
}

.our-recent-story .card a {
  text-decoration: none;
  color: #000;
}

.our-recent-story .card a:hover {
  text-decoration: none;
  color: #ce2153;
  transition: 0.3s;
}

.newsletter-subscribe .free-trial-content form {
  position: relative;
  margin-top: 25px;
  margin-bottom: 10px;
}

.align-items-center {
  align-items: center !important;
}

.newsletter-subscribe .free-trial-content form input {
  display: inline-block;
  width: 50%;
  height: 50px;
  color: #fff;
  border: none;
  outline: 0;
  background-color: #0e314c;
  border-radius: 30px;
  padding-top: 3px;
  padding-left: 20px;
}

.newsletter-subscribe .free-trial-content form button {
  position: absolute;
  left: 45%;
  top: 0;
  height: 50px;
  cursor: pointer;
  border: none;
  padding: 0 30px;
  line-height: 50px;
  background-color: #ce2153;
  border-radius: 0 30px 30px 0;
  transition: 0.5s;
  color: #fff;
  font-size: 16px;
}

.newsletter-subscribe .free-trial-content form button:hover {
  background-color: #6084a4;
  color: #fff;
}

.footer-area {
  margin-top: 50px;
  padding: 25px;
}
.bg-f7fafd {
  background: #f7fafd;
}
.single-footer-widget ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.single-footer-widget ul.list li {
  padding: 5px;
}
.single-footer-widget ul.list li a {
  color: #6084a4;
  text-decoration: none;
  transition: 0.3s;
  font-size: 18px;
}
.single-footer-widget ul.list li a:hover {
  color: #ce2153;
}

.single-footer-widget .social-links ul li {
  display: inline-block;
  padding-right: 15px;
}

.single-footer-widget .social-links svg:not(:root).svg-inline--fa {
  color: #6084a4;
  transition: 0.3s;
  font-size: 28px;
  margin-top: 15px;
}
.single-footer-widget .social-links svg:not(:root).svg-inline--fa:hover {
  color: #ce2153;
}

.footer-area {
  background-image: url("../img/map.png");
  overflow: hidden;
}

.copyright-area {
  margin-top: 80px;
  border-top: 1px solid #d8ebfd;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

.page-title h3 {
  text-align: center !important;
  position: absolute;
  top: 25%;
  left: 45%;
}

.about-us .bar {
  margin: 25px auto;
}
.about-us .about-us {
  margin-top: 50px;
}
.about-us .about-us .bar {
  margin: 25px 0;
}

.about-us .main-section {
  padding-bottom: 25px !important;
}
.counter-item {
  padding-bottom: 25px;
}
.navbar-light .navbar-toggler {
  z-index: 2;
}

.about-us .client-feedback {
  z-index: 0;
  background: rgb(206, 206, 206);
  background: linear-gradient(
    90deg,
    rgba(206, 206, 206, 1) 0%,
    rgba(206, 206, 206, 1) 100%
  );
  margin-top: 0;
}
.about-us .shape-3 {
  display: none;
}
button {
  color: #fff !important;
  border: none !important;
}
button::before {
  background-color: #9c1846 !important;
}
button:hover {
  background-color: #6084a4 !important;
  border: none;
}

.contact {
  background: #f5f5f5;
  margin-top: 0 !important;
}

.contact .col-lg-4 {
  width: 30%;
  margin: 50px 15px;
  padding: 50px;
  text-align: center;
  background: #fff;
}

.contact .col-lg-4 .svg-inline--fa {
  font-size: 30px;
  margin-bottom: 10px;
  color: #9c1846;
}
.contact .form-control {
  padding: 10px;
  font-size: 14px;
  color: #0e314c;
  border: 1px solid #eee;
  border-radius: 0;
  background: #eee;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 15px;
}

.contact .width {
  width: 50% !important;
}
.partners .logos img {
  width: 70% !important;
  margin-bottom: 50px;
}
.card-title {
  margin-top: 15px;
}

.services-area .card .card-body {
  min-height: 200px;
}
.about-us .about-content {
  margin: 0 20px;
}
.contact {
  padding-bottom: 50px;
}

.projects-area .owl-carousel .owl-item .single-ml-projects-box {
  margin-right: 25px;
}
