body {
  font-family: "Open Sans", sans-serif;
  color: #444
}

a {
  color: #009dd6;
  text-decoration: none
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Raleway, sans-serif
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #009dd6;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all .4s
}

.back-to-top i {
  font-size: 28px;
  color: #151515;
  line-height: 0
}

.back-to-top:hover {
  background: #151515
}

.back-to-top:hover i {
  color: #009dd6
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #151515
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 0px);
  left: calc(50% - 30px);
  border: 6px solid #009dd6;
  border-top-color: #151515;
  border-bottom-color: #151515;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

@media screen and (max-width:768px) {
  [data-aos-delay] {
    transition-delay: 0 !important
  }
}


#hero {
  width: 100%;
  height: 100vh;
  background: radial-gradient(circle at 20% 30%, rgba(173, 216, 230, .6) 0, transparent 50%), radial-gradient(circle at 80% 40%, rgba(135, 206, 250, .5) 0, transparent 60%), radial-gradient(circle at 50% 70%, rgba(0, 119, 190, .3) 0, transparent 55%), radial-gradient(circle at 60% 20%, rgba(25, 25, 112, .2) 0, transparent 60%), linear-gradient(to bottom, #e0f7ff 0, #b0d4f1 50%, #87cefa 75%, #4682b4 100%);
  background-blend-mode: screen;
  position: relative
}

#hero:before {
  content: "";
  background: rgba(0, 127, 200, .5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0
}

#hero .container {
  position: relative;
  padding-top: 74px;
  text-align: center
}

#hero h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
  font-family: Poppins, sans-serif
}

#hero h1 span {
  color: #009dd6
}

#hero h2 {
  color: rgba(255, 255, 255, .9);
  margin: 10px 0 0 0;
  font-size: 24px
}

@media (min-width:1024px) {
  #hero {
    background-attachment: fixed
  }
}

@media (max-width:768px) {
  #hero {
    height: auto
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px
  }

  #hero h2 {
    font-size: 20px;
    line-height: 24px
  }
}

section {
  padding: 60px 0;
  overflow: hidden
}

.section-title {
  padding-bottom: 40px
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaa;
  font-family: Poppins, sans-serif
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #ffde9e;
  margin: 4px 10px
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  color: #151515
}

.about .content h3 {
  font-weight: 700;
  font-size: 28px;
  font-family: Poppins, sans-serif
}

.about .content p:last-child {
  margin-bottom: 0
}

.cta {
  background: linear-gradient(rgba(2, 2, 2, .5), rgba(0, 0, 0, .5)), url(../img/hero-bg.webp) fixed center center;
  background-size: cover;
  padding: 60px 0
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700
}

.cta p {
  color: #fff
}

.cta .cta-btn {
  font-family: Raleway, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  transition: .5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff
}

.cta .cta-btn:hover {
  background: #009dd6;
  border-color: #009dd6;
  color: #151515
}

.portfolio .portfolio-item {
  margin-bottom: 30px
}

.portfolio .portfolio-wrap {
  transition: .3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(21, 21, 21, .6)
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(21, 21, 21, .6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out .3s;
  z-index: 2;
  opacity: 0
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out .3s
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out .3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: .3s
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #009dd6
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2)
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1
}

.portfolio-details {
  padding-top: 40px
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0 0 30px rgba(21, 21, 21, .08)
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee
}

.portfolio-details .portfolio-description {
  padding-top: 30px
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px
}

.portfolio-details .portfolio-description p {
  padding: 0
}

.contact .info {
  width: 100%;
  background: #fff
}

.contact .info i {
  font-size: 20px;
  background: #009dd6;
  color: #151515;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all .3s ease-in-out
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #151515
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #484848
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px
}

.contact .php-email-form {
  width: 100%;
  background: #fff
}

@keyframes animate-loading {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

#footer {
  background: #000;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px
}

#footer .footer-top {
  background: #151515;
  border-bottom: 1px solid #222;
  padding: 60px 0 30px 0
}

#footer .footer-top .footer-info {
  margin-bottom: 30px
}

#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase
}

#footer .footer-top .footer-info h3 span {
  color: #009dd6
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  color: #fff
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px
}

#footer .footer-top .footer-links {
  margin-bottom: 30px
}

#footer .copyright {
  text-align: center;
  padding-top: 30px
}