@font-face {
  font-family: "Actay Wide Bd";
  src: url("../fonts/ActayWide-Bold.eot");
  src:
    url("../fonts/ActayWide-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ActayWide-Bold.woff2") format("woff2"),
    url("../fonts/ActayWide-Bold.woff") format("woff"),
    url("../fonts/ActayWide-Bold.svg#ActayWide-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
:root {
  --primary-color: #1d314e;
  --secondary-color2: #3568b0;
  --secondary-color3: #2d2d2d;
  --bs-white: #fff;
  --bodyFont: "Open Sans", sans-serif;
  --headingFont: "Actay Wide Bd";
}

.relative,
body,
html {
  position: relative;
}

body,
ul {
  margin: 0;
  padding: 0;
}

html {
  max-width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-weight: normal;
  line-height: 1.6 !important;
  font-size: 15px;
  font-weight: 400;
  font-weight: normal;
  font-family: var(--bodyFont);
  color: #2d2d2d;
  background: #fff;
  position: relative;
  z-index: 0;
  padding-top: 0;
  /* overflow-y: hidden;
  overflow-x: hidden; */
  min-height: 100%;
}

html {
  height: 100%;
}

ul {
  list-style: none;
}

.btn,
button {
  display: inline-block;
  outline: 0 !important;
  box-shadow: none !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a {
  display: inline-block;
  outline: 0 !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn,
a,
a:focus,
a:hover,
button {
  text-decoration: none;
  outline-style: none;
}

.btn {
  width: auto;
  text-align: center;
  text-transform: capitalize;
  padding: 0 39px;
  font-size: 14px;
  border-radius: 0;
  display: block;
  line-height: 52px;
  height: 52px;
  font-weight: 600;
  border-color: var(--secondary-color2);
  color: var(--secondary-color2);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.btn-outline-primary:hover {
  background-color: var(--secondary-color2) !important;
  border-color: var(--secondary-color2) !important;
  color: var(--bs-white);
}

/* .btn:hover {
  background-color: var(--p) !important;
  border-color: var(--secondary-color3) !important;
  color: var(--primary-color);
} */

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-family: var(--headingFont);
}

h1 {
  font-size: 48px;
  text-transform: capitalize;
}

h2 {
  font-size: 64px;
  opacity: 0.25;
  text-transform: uppercase;
  background: linear-gradient(
    to bottom,
    rgba(29, 49, 78, 0.51) 0%,
    rgba(29, 49, 78, 0.51) 29%,
    rgba(29, 49, 78, 0.24) 49%,
    rgba(29, 49, 78, 0) 100%
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h3 {
  font-size: 40px;
  color: var(--primary-color);
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
  font-weight: 700;
}

h6 {
  font-size: 20px;
}

.p-v-75 {
  padding: 75px 0;
}

header {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  -ms-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  color: var(--primary-color);
  .logo {
    width: 166px;
    flex: 0 0 166px;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    -ms-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
  }
}
.stellarnav {
  width: auto;
  li {
    a {
      padding: 0 20px !important;
      font-weight: 600;
      color: var(--bs-white);
      &:hover {
        color: var(--primary-color);
      }
    }
  }
}

header.fixed {
  position: fixed;
  padding:5px 0;
  top: 0;
  background: rgba(211, 211, 211, 1);
  .logo {
    width: 100px;
    flex: 0 0 100px;
  }
  .btn {
    padding: 0 20px;
    font-size: 14px;
    line-height: 42px;
    height: 42px;
  }
  .stellarnav {
    li {
      a {
        color: var(--secondary-color2);
        &:hover {
          color: var(--primary-color);
        }
      }
    }
  }
}

.hero {
  min-height: 1023px;
  padding-top: 12%;
  font-size: 18px;
  color: var(--bs-white);
  overflow: hidden;
  position: relative;

  h1 {
    text-shadow: 7px 3px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
  }
  p {
    width: 84%;
  }
  .circleWrap {
    max-width: 622px;
    background: url(../images/4.png) no-repeat top left;
    height: 640px;
    background-size: 100% auto;
    /* margin-bottom: -210px; */
    position: absolute;
    width: 100%;
    bottom: -230px;
    span {
      position: absolute;
      top: 0;
      width: 137px;
      height: 137px;
      object-fit: cover;
      border: var(--secondary-color2) 1xp solid;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      &.one {
        top: 9%;
      }
      &.two {
        top: -10%;
        left: 0;
        right: 0;
        margin: auto;
      }
      &.three {
        top: 9%;
        right: 0;
      }
    }
  }
}
.btn-primary {
  background-color: var(--secondary-color2);
  border-color: var(--secondary-color2);
  color: var(--bs-white);
  font-size: 16px;
  font-weight: 600;
  &:hover {
    background-color: var(--secondary-color3);
    border-color: var(--secondary-color3);
  }
}
.about {
  position: relative;
  &:after {
    position: absolute;
    left: 0;
    top: -90px;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 62%,
      rgba(255, 255, 255, 1) 100%
    );
    content: "";
    width: 100%;
    height: 100px;
  }
  p {
    font-size: 20px;
    margin: 20px 0 0;
  }
  img {
    height: 460px;
    object-fit: cover;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
  }
}
.p-v-100 {
  padding: 100px 0;
}
header.scroll-up {
  top: -70px;
  opacity: 0;
}
.expert {
  .heads {
    p {
      font-size: 20px;
      padding: 0 8%;
    }
  }
  img {
    position: absolute;
    top: -80px;
    left: 0;
    z-index: 1;
    border-radius: 8px;
    width: 306px;
    height: 181px;
    object-fit: cover;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }
  .service-card {
    background: #fff;
    border: 1px solid #313a29;
    border-radius: 12px;
    padding: 28px 32px 28px 154px;
    height: 100%;
    transition: 0.3s ease;
    position: relative;
    max-width: 463px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
  }

  .service-card h5 {
    font-weight: 700;
    margin-bottom: 8px;
    color: #313a29;
  }

  .service-card p {
    font-size: 14px;
    color: #2d2d2d;
  }
  .box {
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
  }

  .service-item {
    margin: 100px 0;
    &:nth-child(2) .box:last-child {
      align-items: flex-start;
    }
    &:nth-child(2) .box:last-child .service-card {
      padding: 28px 144px 28px 20px;
      height: 100%;
      max-width: 463px;
    }
    &:nth-child(2) .box:last-child img {
      left: auto;
      right: 0;
    }

    &:last-child .box:first-child {
      align-items: flex-start;
    }
    &:last-child .box:first-child .service-card {
      padding: 28px 160px 28px 25px;
      height: 100%;
      max-width: 463px;
    }
    &:last-child .box:first-child img {
      left: auto;
      right: 12px;
    }

    &:last-child .box:last-child {
      align-items: flex-end;
    }
    &:last-child .box:last-child .service-card {
      padding: 28px 25px 28px 160px;
      height: 100%;
      max-width: 463px;
    }
    &:last-child .box:last-child img {
      left: 12px;
      right: auto;
    }
  }
}

.serve {
  .heads {
    p {
      font-size: 20px;
      padding: 0 6%;
    }
  }
  .target-box {
    max-width: 306px;
    width: 100%;
    margin: 0 auto;
    color: var(--bs-white);
  }
  .circle-img {
    overflow: hidden;
    padding-bottom: 30px;
    margin: 0 auto 30px;
    border: var(--bs-white) 1px solid;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
  }

  .circle-img img {
    width: 240px;
    height: 240px;
    object-fit: cover;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }

  .target-box h4 {
    font-weight: 600;
    margin-bottom: 10px;
  }

  .target-box p {
    font-size: 14px;
    margin-bottom: 0;
    padding: 0 15px;
  }
}
.clients {
  h2 {
    font-size: 64px;
    opacity: 0.25;
    text-transform: uppercase;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.51) 0%,
      rgba(255, 255, 255, 0.51) 29%,
      rgba(255, 255, 255, 0.24) 49%,
      rgba(255, 255, 255, 0) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  h3 {
    color: var(--bs-white);
  }
  .slick-track {
  }
  .slick-track > div {
    padding: 0 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    img {
      margin: 0 auto;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
    }
  }
  /* .slick-current.slick-active.slick-center img {
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
  } */
}
.mt-6 {
  margin-top: 5rem;
}

.insights {
  .heads {
    p {
      font-size: 20px;
      padding: 0 1%;
      text-transform: capitalize;
      margin: 15px 0;
    }
  }
  .side-img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 8px;
  }
  .side-img2 {
    width: 100%;
    height: 476px;
    object-fit: cover;
    border-radius: 8px;
  }

  .insight-item {
    margin-bottom: 36px;
    gap: 30px;
    align-items: center;
  }
  .insight-item:nth-child(2) {
    flex-direction: row-reverse;
    text-align: end;
  }
  .insight-item:nth-child(3) {
    margin-bottom: 24px;
  }

  .icon-box {
    width: 97px;
    flex: 0 0 97px;
    height: 97px;
    border: 1px solid #d9e2ef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .insight-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 7px;
  }

  .insight-text {
    font-size: 14px;
    color: #2d2d2d;
  }
  .btn {
    padding: 0 58px;
    font-size: 14px;
    border-radius: 0;
    display: block;
    line-height: 62px;
    height: 62px;
  }
}
.testimony {
  .heads {
    h2 {
      font-size: 28px;
    }
    p {
      font-size: 20px;
      padding: 0 1%;
      text-transform: capitalize;
      margin: 15px 0;
    }
  }
  /* Dark Green Background Strip */
  .green-strip {
    position: absolute;
    right: 0;
    top: 65%;
    transform: translateY(-50%);
    height: 120px;
    width: 100%;
    background: #2f3e2d;
    border-radius: 8px;
    z-index: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }

  /* Testimonial Card */
  .testimonial-card {
    background: #edf2f9;
    border-radius: 8px;
    padding: 78px 54px 88px;
    position: relative;
    z-index: 2;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }

  /* Quote Icon */
  .quote-icon {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    background: #2f3e2d;
    width: 65px;
    height: 70px;
    border-radius: 50px 50px 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    -webkit-border-radius: 50px 50px 50px 0;
    -moz-border-radius: 50px 50px 50px 0;
    -ms-border-radius: 50px 50px 50px 0;
    -o-border-radius: 50px 50px 50px 0;
  }

  /* Text */
  .testimonial-text {
    font-size: 20px;
    color: #2d2d2d;
    line-height: 1.8;
    margin-bottom: 20px;
  }

  /* Divider */
  .divider {
    width: 60%;
    height: 1px;
    background: #adb5bd;
    margin: 15px auto;
  }

  /* Author */
  .author-name {
    display: block;
    font-weight: 600;
    font-size: 20px;
    padding-top: 10px;
    color: #2d2d2d;
    border-top: #313a29 1px solid;
  }

  /* Logo */
  .company-logo {
    position: absolute;
    right: 14%;
    top: 53%;
    /* transform: none; */
    z-index: 9;
    width: 40%;
    /* text-align: right; */
    display: flex;
    justify-content: flex-end;
  }
  .slick-slide {
    padding: 35px 0 0;
  }
  .company-logo img {
    max-width: 160px;
  }

  /* Explore Button */
  .explore-btn {
    position: absolute;
    right: 0;
    bottom: 40px;
    z-index: 3;
  }

  /* Slick Arrows */
  .slick-prev,
  .slick-next {
    top: 60px;
  }
  .slick-next {
    right: 0px;
  }
  .slick-prev {
    left: auto;
    right: 85px;
  }

  .slick-prev,
  .slick-next {
    width: 69px;
    font-size: 18px;
    height: 41px;
    color: var(--bs-white);
    background: var(--secondary-color2);
    text-align: center;
    z-index: 9;
  }
  .slick-prev:before,
  .slick-next:before {
    color: #3d63a8;
    font-size: 24px;
  }

  /* Responsive */
  @media (max-width: 992px) {
    .green-strip {
      display: none;
    }

    .company-logo,
    .explore-btn {
      position: static;
      transform: none;
      text-align: center;
      margin-top: 20px;
    }
  }
  .sidegap {
    padding-left: 81px;
  }
}
.slick-prev:before,
.slick-next:before {
  content: "";
}

.move {
  .heads {
    p {
      font-size: 20px;
      padding: 0 5%;
      text-transform: capitalize;
      margin: 15px 0;
    }
  }
  .rotatePic {
    display: flex;
    justify-content: center;
    gap: 60px;
    li:first-child img {
      -moz-transform: rotate(-13.06deg);
      -webkit-transform: rotate(-13.06deg);
      -o-transform: rotate(-13.06deg);
      -ms-transform: rotate(-13.06deg);
      transform: rotate(-13.06deg);
    }
    li:last-child img {
      -moz-transform: rotate(13.06deg);
      -webkit-transform: rotate(13.06deg);
      -o-transform: rotate(13.06deg);
      -ms-transform: rotate(13.06deg);
      transform: rotate(13.06deg);
    }
    img {
      border-radius: 12px;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      -o-border-radius: 12px;
      height: 255px;
      width: 306px;
      object-fit: cover;
    }
  }
  .greenBg {
    padding: 56px 113px 95px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    z-index: 2;
    position: relative;
    margin-top: -46px;
    font-size: 20px;
  }
  .btnFloat {
    margin-top: -33px;
    z-index: 2;
    position: relative;
    .btn-primary {
      padding: 0 70px;
      line-height: 62px;
      height: 62px;
    }
  }
}
.about2 {
  .heads {
    p {
      font-size: 20px;
      padding: 0%;
      text-transform: capitalize;
      margin: 15px 0;
    }
  }

  img {
    max-height: 419px;
    width: 100%;
    height: 424px;
    object-fit: cover;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }
  .aboutpic {
    position: relative;
  }
  .aboutpic::before {
    position: absolute;
    height: 272px;
    width: 100%;
    max-width: 418px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border: #313a29 1px solid;
    content: "";
    right: 20%;
    bottom: -18%;
    z-index: -1;
  }
}

footer {
  background: #151713;
  .bluebg {
    background: var(--secondary-color2);
    padding: 25px 113px 25px;
    color: var(--bs-white);
    font-size: 15px;
    h6 {
      font-size: 20px;
      font-weight: 600;
    }
    a {
      font-size: 16px;
      font-weight: 600;
      &:hover {
        color: var(--secondary-color2);
      }
    }
  }
  .infos span {
    margin-right: 5px;
    font-size: 16px;
  }
  .infos a:hover {
    color: var(--secondary-color2) !important;
  }
  .slinks {
    width: 48px;
    height: 48px;
    background: var(--bs-white);
    color: var(--secondary-color3) !important;
    text-align: center;
    line-height: 48px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 18px;
    &:hover {
      color: var(--secondary-color2) !important;
    }
  }
  p {
    font-size: 16px;
  }
  .flinks {
    position: absolute;
    top: -40px;
    right: 12px;
    display: flex;
    background: var(--secondary-color2);
    padding: 19px 36px;
    gap: 40px;

    a {
      color: var(--bs-white);
      font-size: 20px;
      font-weight: 600;
      &:hover {
        color: var(--secondary-color3);
      }
    }
  }
}
