body {
  direction: ltr;
}

body.rtl {
  direction: rtl;
}

.navbar {
  direction: ltr;
  background: repeating-linear-gradient(to right, #F5F5F5 0%, rgb(0, 102, 255) 150%);
}


.portfolio-block h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #012970;
}

.portfolio-block h2 {
  color: #444444;
  margin: 15px 0 0 0;
  font-size: 26px;
}

.portfolio-block .btn-get-started {
  direction: ltr;
  margin-top: 30px;
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #012970;
  box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}

.portfolio-block .btn-get-started span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.portfolio-block .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.portfolio-block .btn-get-started:hover i {
  transform: translateX(5px);
}

.portfolio-block .portfolio-block-img {
  text-align: right;
}

.portfolio-block .photography {
  height: 100vh;
}

/*-------------- about section --------------*/
.about .content {
  background-color: #f6f9ff;
  padding: 40px;
}

.about>.container {
  margin-top: 20px;
  margin-bottom: 20px;
}

.about h3 {
  font-size: 14px;
  font-weight: 700;
  color: #4154f1;
  text-transform: uppercase;
}

.about h2 {
  font-size: 24px;
  font-weight: 700;
  color: #012970;
}

.about p {
  margin: 15px 0 30px 0;
  line-height: 24px;
}

.about .btn-read-more {
  direction: ltr;
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #012970;
  box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}

.about .btn-read-more span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.about .btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.about .btn-read-more:hover i {
  transform: translateX(5px);
}
/*-------------- End about section --------------*/

section {
  padding: 40px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #4154f1;
  text-transform: uppercase;
}

.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: #012970;
}

@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


/*-------------- Services Section --------------*/
.services .service-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  height: 100%;
  padding: 60px 30px;
  text-align: center;
  transition: 0.3s;
  border-radius: 5px;
}

.services .service-box .icon {
  font-size: 36px;
  padding: 40px 20px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  line-height: 0;
  transition: 0.3s;
}

.services .service-box h3 {
  color: #444444;
  font-weight: 700;
}

.services .service-box .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 20px;
}

.services .service-box .read-more i {
  line-height: 0;
  margin-left: 5px;
  font-size: 18px;
}

.services .service-box.blue {
  border-bottom: 3px solid #2db6fa;
}

.services .service-box.blue .icon {
  color: #2db6fa;
  background: #dbf3fe;
}

.services .service-box.blue .read-more {
  color: #2db6fa;
}

.services .service-box.blue:hover {
  background: #2db6fa;
}

.services .service-box.orange {
  border-bottom: 3px solid #f68c09;
}

.services .service-box.orange .icon {
  color: #f68c09;
  background: #fde3c4;
}

.services .service-box.orange .read-more {
  color: #f68c09;
}

.services .service-box.orange:hover {
  background: #f68c09;
}

.services .service-box.green {
  border-bottom: 3px solid #08da4e;
}

.services .service-box.green .icon {
  color: #08da4e;
  background: #cffddf;
}

.services .service-box.green .read-more {
  color: #08da4e;
}

.services .service-box.green:hover {
  background: #08da4e;
}

.services .service-box.red {
  border-bottom: 3px solid #e9222c;
}

.services .service-box.red .icon {
  color: #e9222c;
  background: #fef7f8;
}

.services .service-box.red .read-more {
  color: #e9222c;
}

.services .service-box.red:hover {
  background: #e9222c;
}

.services .service-box.purple {
  border-bottom: 3px solid #b50edf;
}

.services .service-box.purple .icon {
  color: #b50edf;
  background: #f8e4fd;
}

.services .service-box.purple .read-more {
  color: #b50edf;
}

.services .service-box.purple:hover {
  background: #b50edf;
}

.services .service-box.pink {
  border-bottom: 3px solid #f51f9c;
}

.services .service-box.pink .icon {
  color: #f51f9c;
  background: #feecf7;
}

.services .service-box.pink .read-more {
  color: #f51f9c;
}

.services .service-box.pink:hover {
  background: #f51f9c;
}

.services .service-box:hover h3,
.services .service-box:hover p,
.services .service-box:hover .read-more {
  color: #fff;
}

.services .service-box:hover .icon {
  background: #fff;
}
/*-------------- End Service Section --------------*/

/*-------------- logo style --------------*/
.logo {
  width: 45%;
}
/*-------------- End logo style --------------*/

/* Carousel Container */
.container-fluid {
  padding: 0;
}
/*-------------- End Carousel Container --------------*/

/*-------------- Portfolio Section --------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #444444;
  margin: 0 4px 8px 4px;
  transition: 0.3s;
  border-radius: 50px;
  border: 1px solid #fff;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #4154f1;
  border-color: #4154f1;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(255, 255, 255, 0.75);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: 1s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid rgba(1, 41, 112, 0.2);
  border-left: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid rgba(1, 41, 112, 0.2);
  border-right: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #012970;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  background: #012970;
  margin: 10px 2px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a i {
  font-size: 24px;
  line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: #011E38;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}
/*-------------- End Portfolio Section --------------*/

/*-------------- Translate button --------------*/
.translate-btn {
  border: #012970 1.5px solid;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  width: 42px;
  font-size: 20px;
}

.translate-btn:hover {
  background-color: #012970;
  transition: background-color 0.2s ease-in-out;
  cursor: pointer;
}
/*-------------- End Translate Button --------------*/


/*-------------- Clients section --------------*/

.clients .clients-slider .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
}

.clients .clients-slider .swiper-slide img:hover {
  opacity: 1;
}

.clients .clients-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #012970;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #012970;
}

/*-------------- End clients section --------------*/

/*-------------- Contact section --------------*/
.contact .info-box {
  color: #444444;
  background: #fafbff;
  padding: 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #012970;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

#contact{
  margin-top: 20px;
}
/*-------------- End Contact --------------*/

/*-------------- Media Queries --------------*/
@media (min-width: 1024px) {
  .portfolio-block {
    background-attachment: fixed;
  }

  .carousel-item img {
    filter: brightness(70%);
    min-height: 550px;
  }

  .carousel-inner .carousel-item {
    height: 550px;
  }

  .carousel-inner {
    margin: 80px 0 0 0;
  }

  .phone-btn-group {
    display: none;
  }

}

@media (max-width: 991px) {
  .portfolio-block {
    height: auto;
  }

  .portfolio-block .portfolio-block-img {
    text-align: center;
  }

  .portfolio-block .portfolio-block-img img {
    width: 80%;
  }

  .carousel-item img {
    filter: brightness(70%);
    min-height: 500px;
  }

  .carousel-inner .carousel-item {
    height: 500px;
  }

  .carousel-inner {
    margin: 80px 0 0 0;
  }
  .translate-btn {
    display: none;
  }
  
  .phone-translate-btn {
    border: #012970 1.5px solid;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    width: 42px;
    font-size: 20px;
    z-index: 2;
    position: fixed;
    top: 2rem;
    right: 14rem;
    margin: 0.6rem;
  }

  .logo {
    width: 70%;
  }

  .nav-item #nav-link {
    color: #000000;
  }
}


@media (max-width: 768px) {
  .portfolio-block {
    text-align: center;
  }

  .portfolio-block h1 {
    font-size: 32px;
  }

  .portfolio-block h2 {
    font-size: 24px;
  }

  .portfolio-block .hero-img img {
    width: 100%;
  }

  .carousel-inner .carousel-item img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 400px;
  }

  .carousel-inner {
    margin: 60px 0 0 0;
  }

  .translate-btn {
    display: none;
  }

  .phone-translate-btn {
    border: #012970 1.5px solid;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    width: 42px;
    font-size: 20px;
    z-index: 2;
    position: fixed;
    top: 1.4rem;
    right: 12.5rem;
    margin: 0.6rem;
  }

  .logo {
    width: 70%;
  }

  .nav-item #nav-link {
    color: #000000;
  }
}


@media (max-width: 600px) {
  .translate-btn {
    display: none;
  }

  .phone-translate-btn {
    border: #012970 1.5px solid;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    width: 42px;
    font-size: 20px;
    z-index: 2;
    position: fixed;
    top: 1.8rem;
    right: 7.5rem;
    margin: 0.4rem;
  }

  .logo{
    width: 75%;
  }
}

@media (max-width: 576px) {
  .translate-btn {
    display: none;
  }

  .phone-translate-btn {
    border: #012970 1.5px solid;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    width: 42px;
    font-size: 20px;
    z-index: 2;
    position: fixed;
    top: 1rem;
    right: 7.5rem;
    margin: 0.4rem;
  }

  .logo{
    width: 75%;
  }
}

@media (max-width: 475px) {
  .translate-btn {
    display: none;
  }

  .phone-translate-btn {
    border: #012970 1.5px solid;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    width: 42px;
    font-size: 20px;
    z-index: 2;
    position: fixed;
    top: 0.8rem;
    right: 5.5rem;
    margin: 0.4rem;
  }

}

@media (max-width: 426px) {
  .translate-btn {
    display: none;
  }

  .phone-translate-btn {
    border: #012970 1.5px solid;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    width: 42px;
    font-size: 20px;
    z-index: 2;
    position: fixed;
    top: 0.55rem;
    right: 5.5rem;
    margin: 0.4rem;
  }

}

@media (max-width: 375px) {
 
  .translate-btn {
    display: none;
  }

  .phone-translate-btn {
    border: #012970 1.5px solid;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    width: 42px;
    font-size: 20px;
    z-index: 2;
    position: fixed;
    top: 0.2rem;
    right: 4.8rem;
    margin: 0.6rem;
  }

}

@media (max-width: 320px) {
 
  .translate-btn {
    display: none;
  }

  .phone-translate-btn {
    border: #012970 1.5px solid;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    width: 42px;
    font-size: 20px;
    z-index: 2;
    position: fixed;
    top: 0;
    right: 4.8rem;
    margin: 0.6rem;
  }

  .logo{
    width: 65%;
  }

}
/*-------------- End Media Queries --------------*/