* {
  transition: all 0.5s ease-in-out;
}
html,
body {
  font-size: 16px;
  overflow-x: hidden;
}
button,
a {
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

/* Fonts */
@font-face {
  src: url(../fonts/impact.ttf);
  font-family: "impact";
}
.impact-font {
  font-family: "impact";
}
@font-face {
  src: url(../fonts/Ubuntu-Bold.ttf);
  font-family: "ubuntu-bold";
}
.ubuntu-font-bold {
  font-family: "ubuntu-regular";
}
@font-face {
  src: url(../fonts/Ubuntu-Regular.ttf);
  font-family: "ubuntu-regular";
}
.ubuntu-font-regular {
  font-family: "ubuntu-regular";
}
@font-face {
  src: url(../fonts/Ubuntu-Light.ttf);
  font-family: "ubuntu-light";
}
.ubuntu-font-light {
  font-family: "ubuntu-light";
}

/* Fonts Style */
.heading {
  font-size: 3rem;
  font-family: "impact";
  text-align: center;
}
.sub-heading1 {
  font-size: 2rem;
  font-family: "impact";
}
.sub-heading2 {
  font-size: 2rem;
  font-family: "ubuntu-bold";
}

@media (max-width: 991.98px) {
  .heading {
    font-size: 2.5rem;
  }
  .sub-heading1 {
    font-size: 1.5rem;
  }
  .sub-heading2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 768.98px) {
  .heading {
    font-size: 2.2rem;
  }
}

/* Colors */
.text-white {
  color: #fff;
}
.text-blue {
  color: #01175e;
}
.text-gray {
  color: #878d8e;
}
.text-wood {
  color: rgba(66, 34, 24, 0.85);
}
.text-black {
  color: #000;
}
.text-yellow {
  color: #e89400;
}

/* Buttons */
.btn-white {
  font-family: "ubuntu-light";
  color: #fff;
  font-size: 1rem;
  border: 1px solid #fff;
  text-align: center;
  background: transparent;
  padding: 0.3rem 3rem;
}
.btn-white:hover {
  background: #fff;
  color: #01175e;
}

/* Navigation Bar */
nav {
  background: transparent;
  padding: 2rem 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.logo {
  width: 21rem;
}
.btn-align {
  text-align: right;
}
.nav-btn {
  margin: 0 2%;
}
.onscroll {
  background: #01175e;
  box-shadow: 1px 0 5px #bbb;
  padding: 1.5rem 0 1rem;
}

@media (max-width: 991.98px) {
  .btn-align {
    text-align: center;
  }
  .text-center-md {
    text-align: center;
  }
  .mt-md-2 {
    margin-top: 1rem;
  }
}
@media (max-width: 768.98px) {
  .logo {
    width: 15rem;
  }
  .btn-white {
    padding: 0.3rem 2rem;
    font-size: 0.8rem;
  }
}

/* Header */
header {
  background: url(../images/header-bg.png) no-repeat center fixed;
  background-size: cover;
  position: relative;
  padding-top: 3rem;
}
.main-logo {
  width: 30rem;
  display: block;
  margin: 3rem auto;
}
.full-height {
  height: 94vh;
}
@keyframes scrollDown {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(0px);
  }
  to {
    transform: translateY(4px);
  }
}
.static-icon {
  position: absolute;
  bottom: 2rem;
  z-index: 4;
  width: 3rem;
}
.mail-icon {
  right: 5rem;
  animation: scrollDown 1s linear 0.5s infinite;
}
.whatsapp-icon {
  right: 1rem;
  animation: scrollDown 1s linear infinite;
}
.main-heading {
  width: 900px;
  margin: auto;
}
@media (max-width: 991.98px) {
  .main-logo {
    width: 21rem;
    display: block;
    margin: 3rem auto;
  }
  .main-heading {
    width: 100%;
  }
  .mail-icon {
    display: none;
  }
  @keyframes changeOpacity {
    from {
      opacity: 0.4;
    }
    to {
      opacity: 1;
    }
  }
  .whatsapp-icon {
    position: fixed;
    z-index: 10;
    animation: changeOpacity 1s linear alternate infinite;
  }
}
@media (max-width: 768.98px) {
  .full-height {
    height: 86vh;
  }
  .main-logo {
    width: 18rem;
  }
  .main-heading {
    width: 100%;
    font-size: 1.655rem;
  }
}

@keyframes ShineAnimation {
  from {
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(
      top left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 45%,
      rgba(255, 255, 255, 0.5) 48%,
      rgba(255, 255, 255, 0.8) 50%,
      rgba(255, 255, 255, 0.5) 52%,
      rgba(255, 255, 255, 0) 57%,
      rgba(255, 255, 255, 0) 100%
    );
    background-position: -250px -250px;
    background-size: 600px 600px;
  }
  to {
    background-repeat: no-repeat;
    background-position: 250px 250px;
  }
}
.shine-me {
  width: 100%;
  animation-name: ShineAnimation;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

/* Best Services */
.services {
  padding: 6rem 0 4rem;
  position: relative;
  background: rgba(6, 26, 90, 0.85);
  background: linear-gradient(
    to bottom,
    rgba(6, 26, 90, 0.9),
    rgba(6, 26, 90, 0.95)
  );
}
@media (max-width: 768.98px) {
  .services {
    padding: 2rem 0 0rem;
  }
}
/*  */
.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px;
}
.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}
.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}
.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}
.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}
.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}
.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}
@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
/*  */
.service {
  position: relative;
  z-index: 1;
  padding: 1.5rem 0;
  cursor: pointer;
}
.service:hover {
  z-index: 5;
  transform: translateY(-20px);
  box-shadow: 0 40px 40px rgba(0, 0, 0, 0.16);
}
.service:hover .see-more {
  display: inline;
}
.service-icon {
  display: block;
  width: 7rem;
  margin: auto;
}
.services p {
  font-size: 1.02rem;
  padding: 0 5%;
}
@media (min-width: 992px) {
  .mt-lg {
    margin-top: 6rem;
  }
}
@media (max-width: 576.98px) {
  .service-icon {
    width: 5.5rem;
  }
  .sub-heading2 {
    font-size: 1.625rem;
  }
  .services p {
    font-size: 0.9rem;
  }
}

/* Web Design */
.webdesign {
  padding: 6rem 0 3rem;
  background: url(../images/Web-design-bg.png) no-repeat center fixed;
  background-size: cover;
}
@media (max-width: 768.98px) {
  .webdesign {
    padding: 3rem 0 2rem;
  }
}
@media (max-width: 380.98px) {
  .padding-xs {
    font-size: 2rem;
  }
}
.webdesigndetails {
  font-size: 1.0625rem;
}
.webdesign-ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.webdesign-ul li {
  position: relative;
  padding-left: 18px;
}
@keyframes changeColor {
  from {
    background: transparent;
  }
  to {
    background: #fff;
  }
}
.webdesign-ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 8px;
  left: 0;
  animation: changeColor 1.5s linear alternate infinite;
}
.content_container {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.5);
}
.review-slider-left-side {
  padding: 30px;
}
.web-review-img {
  display: block;
  border-radius: 30px;
  position: relative;
  z-index: 5 !important;
}
@media (min-width: 991px) {
  .web-review-img {
    width: 300px;
    margin-left: -60px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
  }
  .custom-indicators {
    position: absolute;
    right: -85px;
    top: 50%;
    bottom: unset;
    left: unset;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    transform: rotate(90deg);
  }
}
@media (max-width: 991.98px) {
  .content_container {
    border-radius: 0;
  }
  .web-review-img {
    width: 300px;
    z-index: 5;
    margin: auto;
    margin-top: 20px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
  }
  .custom-indicators {
    bottom: -20px;
  }
}
@media (max-width: 380px) {
  .web-review-img {
    width: 100%;
  }
}
.review-slider-hr {
  border-top: 2px solid #000;
  display: block;
  width: 30%;
  margin-top: 2rem;
  float: left;
}
@media (max-width: 991.98px) {
  .review-slider-hr {
    clear: both;
    margin: 1rem auto;
    margin-left: 35%;
  }
}
.review-slider-left-side p {
  clear: both;
  font-size: 0.9rem;
}
.review-slider-left-side a {
  background: #01175e;
  color: #fff;
  border: 2px solid #fff;
  box-shadow: 1px 1px 1px #01175e, -1px -1px 1px #01175e;
  border-radius: 40px;
  font-size: 1rem;
  padding: 4px 2rem;
}
.review-slider-left-side a:hover {
  border-color: #01175e;
}
.no-padding {
  padding: 0;
}
.custom-indicators li {
  background-color: #aaa;
  opacity: 1;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: -1.5px;
}
.custom-indicators .active {
  background-color: #01175e;
  width: 10px;
  height: 5px;
  border-radius: 0;
  top: 0;
}

/* Sales Funnel */
.salefunnel {
  padding: 6rem 0;
  position: relative;
  background: rgba(6, 26, 90, 0.65);
}
@media (max-width: 768.98px) {
  .salefunnel {
    padding: 3rem 0;
  }
}
.salefunnel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/Web-design-bg.png) no-repeat center fixed;
  background-size: cover;
  z-index: -1;
}
.salefunnel p,
.salefunnel a {
  font-size: 1rem;
}
.salefunnel a {
  font-size: 1rem;
  padding: 0.3rem 0;
  margin-top: 5rem;
  display: block;
  width: 17.125rem;
  background: #fff;
  color: #01175e;
  border: 2px solid #01175e;
  box-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff;
  border-radius: 40px;
}
.salefunnel a:hover {
  border: 2px solid #fff;
}
.salefunnel img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (max-width: 576.98px) {
  .salefunnel a {
    width: 12rem;
  }
}

/* Search Engine Optimization */
.seo {
  padding: 6rem 0;
  position: relative;
  background: url(../images/yellow-seo-area.png) no-repeat center fixed;
  background-size: cover;
}
@media (max-width: 768.98px) {
  .seo {
    padding: 3rem 0;
  }
}
.seo p {
  font-size: 1rem;
}
.seo .check-out {
  font-size: 1rem;
  background: #01175e;
  color: #fff;
  border: 2px solid rgba(232, 148, 0, 1);
  box-shadow: 1px 1px 1px #01175e, -1px -1px 1px #01175e;
  border-radius: 40px;
  padding: 0.3rem 0;
  margin-top: 5rem;
  display: block;
  width: 17.125rem;
}
.seo .check-out:hover {
  border: 2px solid #01175e;
}

/* Our Team */
.our-team {
  padding: 6rem 0;
  position: relative;
  background: url(../images/Our-team-Bg-min.png) no-repeat center fixed;
  background-size: cover;
}
@media (max-width: 768.98px) {
  .our-team {
    padding: 3rem 0;
  }
}
.our-team h2 {
  color: rgba(255, 255, 255, 0.85);
}
.card-img-top {
  display: block;
  margin: 1rem auto;
  width: 80%;
  border-radius: 50%;
}
.card {
  background-color: rgba(255, 255, 255, 0.85);
}
.card:hover {
  transform: translateY(-20px);
  box-shadow: 0 40px 40px rgba(0, 0, 0, 0.16);
  z-index: 5;
}
.card-title {
  font-size: 2.5625rem;
  font-family: "impact";
}

/* Contact */
.contact {
  padding: 1rem 0 3rem;
  background: #edf1f2;
}
@media (max-width: 768.98px) {
  .contact {
    padding: 0.1rem 0 0;
  }
}
.contact h2 {
  color: rgba(0, 0, 0, 0.7);
}
.contact-left-side {
  background: #01175e;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  padding: 3rem 1.2rem;
}
.contact-logo {
  display: block;
  margin: 2rem auto;
  width: 80%;
}
.contact p {
  font-size: 1.4375rem;
}
.social-icons {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .social-icons {
    margin-top: 5rem;
  }
}
@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.social-icons a {
  color: #fff;
  font-size: 1.8rem;
  margin: 2%;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 8px;
  width: 3rem;
  height: 3rem;
}
.social-icons a:hover {
  animation: rotate360 0.5s linear;
}
.contact-right-side {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  padding: 40px;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #ddd;
}
.custom-file-control,
.form-control {
  padding: 0.4375rem;
  font-size: 1rem;
  color: #707272;
  background-color: #edf1f2;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.bmd-label-floating {
  left: 5px;
  color: #707272;
}
.submit-btn {
  display: block;
  margin: auto;
  width: 80%;
  background: #01175e;
  border: 2px solid #fff;
  box-shadow: 1px 1px 1px #01175e, -1px -1px 1px #01175e;
  color: #fff;
  padding: 6px 0;
}
.submit-btn:hover {
  border: 2px solid #01175e;
}
.checkbox label {
  color: #707272;
}
.checkbox label input[type="checkbox"]:checked + .checkbox-decorator .check,
label.checkbox-inline
  input[type="checkbox"]:checked
  + .checkbox-decorator
  .check {
  color: #01175e;
  border-color: #01175e;
}
.checkbox
  label
  input[type="checkbox"]:checked
  + .checkbox-decorator
  .check:before,
label.checkbox-inline
  input[type="checkbox"]:checked
  + .checkbox-decorator
  .check:before {
  color: #01175e;
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 32px 0 20px,
    -5px 5px 0 10px, 20px -12px 0 11px;
  animation: b 0.3s forwards;
}

/* Footer */
footer {
  background: #01175e;
  padding: 1rem 0;
  color: #fff;
  font-size: 1.7rem;
}
footer a {
  font-size: 1.3rem;
}

/* ***Cookies Banner*** */
.cookies-banner {
  position: fixed;
  width: 100%;
  top: 0;
  background: #01175e;
  padding: 10px 0;
  z-index: 10000;
}
.cookies-banner p {
  color: #fff;
  font-size: 0.8rem;
}
.cookies-accept-btn {
  border-radius: 40px;
  background: #fff;
  color: #01175e;
  border: 2px solid #01175e;
  box-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff;
  font-size: 0.8rem;
  padding: 5px 20px;
}
.see-more {
  border-radius: 40px;
  background: #fff;
  color: #01175e;
  border: 2px solid #01175e;
  box-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff;
  font-size: 0.8rem;
  padding: 5px 35px;
  display: none;
}
.cookies-accept-btn:hover,
.see-more:hover {
  border: 2px solid #fff;
}
