@-webkit-keyframes move-top-bottom {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}
@keyframes move-top-bottom {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes kenburns-top-right {
  0% {
    transform: scale(1) translate(0, 0);
    transform-origin: 84% 16%;
  }
  100% {
    transform: scale(1.25) translate(20px, -15px);
    transform-origin: right top;
  }
}
@keyframes kenburns-top-right {
  0% {
    transform: scale(1) translate(0, 0);
    transform-origin: 84% 16%;
  }
  100% {
    transform: scale(1.25) translate(20px, -15px);
    transform-origin: right top;
  }
}
.special-heading {
  margin-bottom: 20px;
  padding: 0px 0 15px 0px;
  text-align: center;
  font-size: 90px;
  font-weight: 800;
  letter-spacing: -5px;
  color: #e6e7e9;
}
@media (max-width: 767.98px) {
  .special-heading {
    font-size: 75px;
  }
}
.special-heading + p {
  text-align: center;
  display: block;
  margin-top: -55px;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #797979;
}

* {
  box-sizing: border-box;
  padding: 0%;
  margin: 0%;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Work Sans", sans-serif;
}

ul {
  list-style: none;
  padding: 0%;
  margin: 0%;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #000;
}

/* start scrollbar */
::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background-color: rgba(246, 246, 246, 0.9647058824);
  box-shadow: 0 0 2px #ddd inset;
}

::-webkit-scrollbar-thumb {
  background-color: #0ec2af;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #10cab7;
}

/* end scrollbar */
.up-btn {
  position: fixed;
  bottom: 16px;
  right: -50px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #10cab7;
  z-index: 999;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.4s;
}
.up-btn.show {
  right: 16px;
}
.up-btn::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0%;
  height: 100%;
  z-index: -1;
  background-color: #0db7a6;
  transition: 0.4s;
}
.up-btn:hover::before {
  width: 100%;
}
.up-btn:hover i, .up-btn:hover svg {
  animation: top-and-down 2s ease 0s infinite alternate-reverse both;
}
.up-btn i,
.up-btn svg {
  font-size: 17px;
}

.x-y-hidden {
  overflow-x: hidden;
  overflow-y: hidden;
}

/* start header */
header {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  padding: 15px;
  z-index: 1111;
  transition: 0.4s;
}
header .logo {
  border-style: none;
  width: 70px;
  height: 30px;
}
header .links-menu {
  position: relative;
}
header .links-menu .icon {
  cursor: pointer;
  width: 30px;
  display: flex;
  flex-flow: wrap row-reverse;
}
header .links-menu .icon span {
  background-color: #24484f;
  margin-bottom: 5px;
  height: 2.5px;
  width: 100%;
}
header .links-menu .icon span:nth-child(2) {
  width: 65%;
  transition: 0.5s all ease;
}
header .links-menu .nav-list {
  list-style: none;
  cursor: pointer;
  position: absolute;
  right: 0%;
  top: 70px;
  width: 200px;
  visibility: hidden;
  opacity: 0;
  z-index: -1111111;
  transition: opacity, top 0.3s ease;
  background-color: #f6f6f6;
}
header .links-menu .nav-list::before {
  content: "";
  position: absolute;
  right: 0%;
  bottom: 100%;
  border-width: 15px;
  border-style: solid;
  border-color: transparent transparent #f6f6f6 transparent;
}
header .links-menu .nav-list .nav-item .nav-link {
  display: block;
  padding: 13px 15px;
  text-decoration: none;
  transition: 1s;
  color: #333;
}
header .links-menu .nav-list .nav-item .nav-link:hover {
  padding-left: 30px;
}
header .links-menu .nav-list .nav-item:not(:last-child) .nav-link {
  border-bottom: solid 1px #ddd;
}
header .links-menu.open .icon span:nth-child(2) {
  width: 100%;
}
header .links-menu.open .nav-list {
  top: 40px;
  visibility: visible;
  opacity: 1;
  z-index: 11111;
}
header.active {
  background-color: #fff;
  padding: 6px;
  box-shadow: 0px 10px 19px 0 rgba(125, 125, 125, 0.1019607843);
}

/* end header */
/* start footer */
footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  background-color: #2c4755;
  color: #fff;
}

footer span {
  padding: 0px 5px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #10cab7;
}

/* end footer */
.landing-swiper {
  width: 100%;
  height: 100%;
}
.landing-swiper .swiper-slide {
  overflow: hidden;
  position: relative;
}
.landing-swiper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 1;
}
.landing-swiper .swiper-slide.slide-one::before {
  background-image: linear-gradient(to left bottom, #101010, #383838, #636363, #939393, #c5c5c5);
}
.landing-swiper .swiper-slide.slide-two::before {
  background-image: linear-gradient(to left bottom, #d164a4, #9e61a1, #6f5b91, #4a5177, #344357);
}
.landing-swiper .swiper-slide.slide-three::before {
  background-image: linear-gradient(to right top, #4a4e57, #60636d, #777983, #8f909a, #a7a8b2);
}
.landing-swiper .swiper-slide .intro-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.landing-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation: kenburns-top-right 18s infinite ease-out alternate both;
          animation: kenburns-top-right 18s infinite ease-out alternate both;
}
.landing-swiper .swiper-button-next:after,
.landing-swiper .swiper-button-prev:after {
  color: #ebeaea;
  font-size: 30px !important;
}
.landing-swiper .swiper-pagination-bullet-active {
  background-color: #ebeaea !important;
}

/* start landing */
.landing-page {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing-page .intro-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-transform: capitalize;
  color: #10cab7;
}
.landing-page .intro-text h1 {
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 600;
}
.landing-page .intro-text p {
  font-size: 1rem;
  color: #fff;
  line-height: 25px;
  font-weight: 400;
}

/* end landing */
/* start section features */
.features {
  padding-bottom: 95px;
  background-color: #f6f6f6;
}
.features .feat {
  padding: 20px;
  text-align: center;
}
.features .feat i,
.features .feat svg {
  margin-bottom: 20px;
  color: #10cab7;
  font-size: 50px;
  -webkit-animation: move-top-bottom 1.2s ease 2s 10 alternate both;
          animation: move-top-bottom 1.2s ease 2s 10 alternate both;
}
.features .feat h3 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
  color: #333;
}
.features .feat p {
  line-height: 1.5;
  font-size: 15px;
  color: #888;
}

/* end section features */
/* start services */
.services .services-content .srv {
  display: flex;
}
.services .services-content .srv i,
.services .services-content .srv svg {
  flex-basis: 50px;
  color: #10cab7;
  -webkit-animation: move-top-bottom 1.2s ease 5s 5 alternate both;
          animation: move-top-bottom 1.2s ease 5s 5 alternate both;
}
.services .services-content .srv .text {
  flex: 1;
}
.services .services-content .srv .text h3 {
  margin-bottom: 7px;
  color: #333;
  font-size: 21px;
}
.services .services-content .srv p {
  line-height: 1.3;
  letter-spacing: 0px;
  font-weight: 400;
  color: #999;
  font-size: 15px;
}
@media (max-width: 767.98px) {
  .services .services-content .srv {
    flex-direction: column;
    text-align: center;
  }
  .services .services-content .srv i,
.services .services-content .srv svg {
    margin-bottom: 16px;
    align-items: center;
    text-align: center;
    padding-right: 16px;
    -webkit-animation: move-top-bottom 1.2s ease 10 alternate both;
            animation: move-top-bottom 1.2s ease 10 alternate both;
  }
  .services .services-content .srv p {
    padding: 0 10px;
  }
}
.services .services-content .image {
  text-align: center;
  position: relative;
}
.services .services-content .image::before {
  content: "";
  position: absolute;
  right: 0%;
  top: -50px;
  width: 100px;
  height: calc(100% + 95px);
  z-index: -1;
  background-color: #2c4755;
}
.services .services-content .image img {
  width: 100%;
}

@media (max-width: 991.98px) {
  .image-column {
    display: none;
  }
}
/* end services */
/* start portfolio */
.portfolio {
  background-color: #f6f6f6;
}
.portfolio .portfolio-content .port {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #fff;
}
.portfolio .portfolio-content .port .image {
  overflow: hidden;
}
.portfolio .portfolio-content .port .image img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.portfolio .portfolio-content .port .image:hover img {
  transform: scale(1.2) rotate(5deg);
  opacity: 0.8;
}
.portfolio .portfolio-content .port .text {
  margin: 20px;
}
.portfolio .portfolio-content .port .text h3 {
  margin-bottom: 15px;
  font-size: 20px;
  color: #333;
}
.portfolio .portfolio-content .port .text p {
  margin-bottom: 0%;
  color: #777;
  font-size: 14px;
}

/* end portfolio */
/* start about */
.about .about-content {
  margin-top: 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about .about-content .image {
  position: relative;
  width: 250px;
  height: 375px;
}
.about .about-content .image::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -10%;
  z-index: -2;
  width: 40%;
  height: calc(100% + 80px);
  background-color: #f6f6f6;
}
.about .about-content .image ::after {
  content: "";
  position: absolute;
  top: -40px;
  right: -52%;
  width: 40%;
  z-index: -4;
  height: 80%;
  border-left: 70px solid #10cab7;
  border-bottom: 70px solid #10cab7;
}
.about .about-content .image img {
  max-width: 100%;
  height: 100%;
}
.about .about-content .text {
  flex-basis: calc(100% - 500px);
}
.about .about-content .text p:first-child {
  margin-bottom: 50px;
  line-height: 1.7;
  font-weight: 700;
}
.about .about-content .text p:last-child {
  margin-top: 50px;
  line-height: 1.7;
  font-weight: 400;
  color: #777;
}
.about .about-content .text hr {
  width: 50%;
  display: inline-block;
  border-color: #10cab7;
}
@media (max-width: 991.98px) {
  .about .about-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .about .about-content .image {
    margin-bottom: 50px;
  }
  .about .about-content .image::before {
    display: none;
  }
  .about .about-content .image::after {
    display: none;
  }
}

/* end about */
.contact {
  background-color: #f6f6f6;
}
.contact .contact-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 50px;
}
.contact .contact-content .con-one {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.contact .contact-content .con-one:first-of-type p {
  margin-bottom: 25px;
  font-weight: 800;
  letter-spacing: -2px;
  font-size: 35px;
  color: #10cab7;
}
.contact .contact-content .con-one .link {
  display: block;
  text-decoration: none;
  font-size: 35px;
  font-weight: 800;
  color: #10cab7;
}
.contact .contact-content .con-two {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.contact .contact-content .con-two i,
.contact .contact-content .con-two svg {
  padding: 4px;
  color: #2c4755;
  transition: all 0.4s linear;
}
.contact .contact-content .con-two i:hover,
.contact .contact-content .con-two svg:hover {
  color: #10cab7;
}
.contact .contact-content .con-two:last-of-type p {
  padding-right: 7px;
}
@media (min-width: 220px) and (max-width: 499px) {
  .contact .contact-content {
    text-align: center;
  }
  .contact .contact-content .con-one:first-of-type p,
.contact .contact-content .con-one .link {
    font-size: 23px;
  }
  .contact .contact-content .con-two:last-of-type p {
    display: inline-block;
    padding-right: 6px;
  }
}/*# sourceMappingURL=main.css.map */