@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

body {
  font-size: 15px;
  font-weight: 400;
  font-family: 'Quicksand', sans-serif;
  color: #444;
  line-height: 1.6;
}
h2 {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  color: #000;
}
p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
a {
  display: inline-block;
  transition: all 0.5s;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
button {
  margin: 0;
  padding: 0;
  outline: 0;
}
button:focus {
  outline: 0;
  border: 0;
}
b, strong {
  font-weight: 500;
}
h1,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #252525;
}
h3 {
  font-size: 22px;
}

/*kk start*/
.blog-article h2 {
    font-size: 22px;
}
.blog-article ul li, .blog-article ol li {
    color: #000;
}
#enquiryModal .modal-body {
  padding: 30px 40px;
}
/* Modern form field styling */
.modern-input-section {
  border-radius: 0.5rem;
  border: 1px solid #78bbff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.modern-input-section:focus {
  border-color: #4b4ecc;
  box-shadow: 0 0 0 0.2rem rgba(75, 78, 204, 0.25);
}

/* Modal enhancements */
.modal-content {
  animation: fadeInUp 0.3s ease-in-out;
}

@keyframes fadeInUp {
  from {
    transform: translateY(20px);
    opacity: 0;
}
to {
    transform: translateY(0);
    opacity: 1;
}
}

#enquiryModal .btn-primary {
  background-color: #4b4ecc;
  border: none;
  font-weight: 600;
}

#enquiryModal .btn-primary:hover {
  background-color: #3a3fbf;
}
.policy-content-area ul li, .policy-content-area ol li {
  font-size: 16px;
    font-weight: 500;
    color: #000;
}
.socialdiv {
    position: fixed;
    right: 20px;
    bottom: 40px;
    z-index: 9999;
}
.socialdiv ul li {
    list-style: none;
    margin-bottom: 5px;
}
@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.socialdiv ul li a {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  color: #fff;
  font-weight: 600;
  background: #2fd14e;
  border-radius: 30px;
  padding: 6px 15px;
  display: inline-block;

  animation: zoomInOut 2s ease-in-out infinite;
}

.socialdiv ul li img {
  margin-right: 5px;
  width: 25px;
}
.banner-video-container video {
    height: 360px;
    object-fit: cover;
    object-position: center;
}
.main-services-bg-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.heading2 p, .about-section-main .about-section-main-info p {
  text-align: justify;
}
.list-item-style-two p, .about-us-main .heading2 .about-boxarea p {
  text-align: left!important;
}
.navbar.navbar-style-one.no-background .attr-right .attr-nav li.button a::after {
      background-color: white;
    }

    .navbar.navbar-style-one.no-background .attr-right .attr-nav li.button a:hover {
      color: red;
    }

    .attr-nav li.button a:hover::after {
      -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
      transform: translateY(-45%) skew(25deg) scale(1.2);
    }

    .attr-nav li .call {
      display: flex;
      justify-content: right;
    }

    .attr-nav li .call p {
      margin-bottom: 0px;
      line-height: 1;
      font-size: 13px;
    }

    .attr-nav li .call p strong {
      font-weight: 600;
      color: blue;
    }

    .navbar.navbar.no-background .attr-right .attr-nav li .call p strong {
      color: white;
    }

    .attr-nav li .call h5 {
      margin: 0;
      font-weight: 600;
      font-size: 20px;
      letter-spacing: 0.6px;
    }

    .attr-nav li .call h5 a {
      font-family: 'Syne', sans-serif;
      color: #222;
      font-size: 16px;
      padding: 0 !important;
      display: inline-block;
      text-transform: lowercase;
    }

    .attr-nav li .call img {
      width: 32px;
      display: inline-block;
      font-size: 40px;
      margin-right: 15px;
      position: relative;
      color: var(--color-primary);
    }
.attr-nav li .call img {
  filter: brightness(0) saturate(100%) invert(41%) sepia(98%) saturate(747%) hue-rotate(190deg) brightness(95%) contrast(92%);
}
.about-section-main {
  transition: all 2s ease;
    /*background: #eff6fe;*/
    padding-top: 70px;
}
.about-section-main-info .thumb img {
    max-width: 100%;
    /*margin-left: -40%;*/
    border-radius: 10px;
}

.shape-light-bottom {
    position: relative;
    z-index: 1;
}

/*.shape-light-bottom::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 110px;
    width: 100%;
    background: white;
    z-index: -1;
}*/

.about-section-main-info .thumb {
    position: relative;
    z-index: 1;
    padding-top: 30px;
}

.about-section-main-info .experience {
    position: absolute;
    left: 45%;
    transform: translateX(-50%);
    top: 0;
    height: 250px;
    width: 250px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 1;
    border: 15px solid #eff6fe;
    background: white;
}

.about-section-main-info .experience h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.about-section-main-info .experience h2 strong {
    font-family: 'boxicons';
    display: block;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #252525;
}

.about-section-main-info .experience::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 50%;
    z-index: -1;
}

.about-section-main-info {
    position: relative;
}

.about-section-main-info .fixed-text {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 150%;
}

.about-section-main-info .fixed-text h2 {
    color: #000;
    margin: 0;
    font-size: 150px;
    font-weight: 600;
    line-height: 1;
}

.about-section-main-info .countdouwn {
    text-align: center;
    display: inline-block;
    margin-left: 50px;
    border-left: 1px solid #c6c6c6;
    padding-left: 50px;
}

.about-section-main-info .countdouwn:first-child {
    margin: 0;
    padding: 0;
    border: none;
}

.about-section-main-info .countdouwn .counter {
    color: #ed0a7d;
    font-family: 'boxicons';
}

.about-section-main-info .countdouwn .medium {
    font-size: 20px;
}

.about-section-main-info .company-autor {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.about-section-main-info .company-autor .right-info img {
    height: 75px;
}

.about-section-main-info .company-autor .left-info {
    display: flex;
    align-items: center;
}

.about-section-main-info .company-autor .left-info img {
    height: 80px;
    border-radius: 50%;
    margin-right: 15px;
}

.about-section-main-info .company-autor .left-info h4 {
    margin: 0;
    font-weight: 600;
    margin-bottom: 2px;
}

.about-section-main-info .shape-right-bottom-actual {
    position: absolute;
    right: 0;
    bottom: 150px;
    max-width: 30%;
}

.about-section-main-info .countdouwn .counter {
    position: relative;
}

.about-section-main-info .countdouwn .counter {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 58px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 5px;
}

.about-section-main-info .countdouwn .medium {
    font-weight: 600;
    color: #000;
}

.about-section-main-info .text-center .countdouwn .counter {
    justify-content: center;
    align-items: center;
}


.about-section-main-info .text-center .countdouwn {
    text-align: center;
}


/* About Style Two */
.about-style-two-area .shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.about-style-two-area {
  position: relative;
  z-index: 1;
}

.about-style-two-thumb {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 2fr 1.1fr;
  grid-column-gap: 30px;
  align-items: end;
  padding-top: 50px;
}

.about-style-two-thumb img {
  border-radius: 10px;
}

.certification {
  margin: 0;
  background: linear-gradient(to left, #f1fffe 13%, #fff 70%);
  font-size: 40px;
  position: absolute;
  left: 40%;
  top: 0;
  right: 0;
  padding: 30px;
  font-weight: 600;
  color: white;
  clip-path: polygon(    45% 1.33975%,    46.5798% 0.60307%,    48.26352% 0.15192%,    50% 0%,    51.73648% 0.15192%,    53.4202% 0.60307%,    55% 1.33975%,    89.64102% 21.33975%,    91.06889% 22.33956%,    92.30146% 23.57212%,    93.30127% 25%,    94.03794% 26.5798%,    94.48909% 28.26352%,    94.64102% 30%,    94.64102% 70%,    94.48909% 71.73648%,    94.03794% 73.4202%,    93.30127% 75%,    92.30146% 76.42788%,    91.06889% 77.66044%,    89.64102% 78.66025%,    55% 98.66025%,    53.4202% 99.39693%,    51.73648% 99.84808%,    50% 100%,    48.26352% 99.84808%,    46.5798% 99.39693%,    45% 98.66025%,    10.35898% 78.66025%,    8.93111% 77.66044%,    7.69854% 76.42788%,    6.69873% 75%,    5.96206% 73.4202%,    5.51091% 71.73648%,    5.35898% 70%,    5.35898% 30%,    5.51091% 28.26352%,    5.96206% 26.5798%,    6.69873% 25%,    7.69854% 23.57212%,    8.93111% 22.33956%,    10.35898% 21.33975%  );
  height: 230px;
  width: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.certification img {
  width: 80px;
  margin-bottom: 20px;
}

.certification h4 {
  font-size: 18px;
  margin: 0;
  color: #000;
  font-weight: 600;
}

.about-style-two-thumb h2 strong {
  display: block;
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
}

.about-style-two-info h2 {
  font-weight: 600;
  margin-bottom: 35px;
}

.about-style-two-info ul li {
  float: left;
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid  #dddddd;
  display: flex;
}

.about-style-two-info ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}

.about-style-two-info ul li .counter {
  font-size: 30px;
  font-weight: 700;
}

.about-style-two-info ul li i {
  display: inline-block;
  font-size: 60px;
  line-height: 1;
  margin-right: 20px;
  color: blue;
}

.about-style-two-info ul li i::before {
  line-height: inherit;
}

.about-style-two-info ul li span.medium {
  color: var(--color-paragraph);
}

.about-style-two-info ul {
  margin-top: 40px;
}

.list-item-style-two {
  display: flex;
  margin-top: 35px;
  position: relative;
  z-index: 1;
}

.list-item-style-two .number {
  display: inline-block;
  font-size: 25px;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  min-width: 35px;
  background: #fff;
  color: #ed0a7d;
  font-weight: 600;
  border-radius: 50%;
  margin-right: 25px;
  border: 1px solid;
}

.list-item-style-two p {
  margin: 0;
}

.list-item-style-two::after {
  position: absolute;
  left: 25px;
  bottom: -21px;
  content: "";
  height: 60%;
  width: 1px;
  border-left: 1px dashed #8f8e8e;
  z-index: -1;
}

.list-item-style-two:last-child::after {
  display: none;
}

.list-item-style-two h4 {
  font-size: 20px;
  font-family: 'Syne', sans-serif;
  font-weight: 600;
}

.bg-lightblue {
  /*background: linear-gradient(to top, #e5f5ff 44%, #fff 70%);*/
}
.mb-30 {
  margin-bottom: 30px;
}

/* About Style Three */

.about-style-three .thumb img {
  max-width: 140%;
  margin-left: -40%;
  border-radius: 10px;
}

.shape-light-bottom {
  position: relative;
  z-index: 1;
}

/*.shape-light-bottom::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 110px;
  width: 100%;
  background: white;
  z-index: -1;
}*/

.course-two__item {
  height: 100%;
  transition: all .3s ease;
  position: relative;
  background-color: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  /*margin: 0 0 36px;*/
}

.course-two__item:hover .course-two__title a {
  background-size: 0% 1px, 100% 1px;
}

.course-two__item:hover .course-two__thumb svg {
  fill: #ed0a7d;
}

.course-two__thumb {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
}

.course-two__item:hover {
  transform: translateY(-5px);
}

.course-two__thumb img {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 416 276" fill="none" xmlns="http://www.w3.org/2000/svg"><ellipse cx="208" cy="-2" rx="279" ry="278" fill="black"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 416 276" fill="none" xmlns="http://www.w3.org/2000/svg"><ellipse cx="208" cy="-2" rx="279" ry="278" fill="black"/></svg>');
  mask-repeat: repeat;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 100%;
}

.course-two__thumb svg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  margin: auto;
  fill: #4b4ecc;
  transition: 500ms ease;
  z-index: -1;
  width: calc(100% - 63px);
}

.course-two__like {
  position: absolute;
  left: 20px;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--eduact-secondary);
  color: #fff;
  font-size: 20px;
}

.course-two__like:hover {
  background-color: var(--eduact-base);
  color: #fff;
}

.course-two__content {
  text-align: center;
  position: relative;
  padding: 42px 25px 30px;
}

.course-two__content:hover a.round-btn {
  background-color: black;
  color: white;
}
.course-two__time {
  height: 24px;
  background-color: var(--eduact-black);
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  padding: 0 10.5px;
  margin: 0 0 14px;
}

.course-two__ratings {
  display: flex;
  align-items: center;
  font-size: 14px;
  letter-spacing: 1px;
  color: var(--eduact-secondary);
  margin: 0 0 8px;
}

.course-two__ratings__reviews {
  font-size: 14px;
  color: var(--eduact-black);
  margin-left: 5px;
  letter-spacing: 0;
}

.course-two__title {
  font-size: 22px;
  line-height: 29px;
  margin: 0;
}

.course-two__title a {
      font-size: 17px;
    color: #000;
    font-weight: 600;
    line-height: 23px;
}

.devider-service {
    display: inline-block;
    width: 30px;
    height: 2px;
    position: relative;
    z-index: 1;
    left: 10px;
    background: #ed0a7d;
    margin-bottom: 10px;
}
.devider-service::before {
    position: absolute;
    left: -15px;
    top: 0px;
    content: "";
    height: 2px;
    width: 10px;
    background: #ed0a7d;
}

.course-two__bottom {
  position: relative;
  background-color: #f6f6f6;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: 14px 19px 15px 19px;
}

.course-two__author {
  position: relative;
  padding: 0 0 0 54px;
}
.services-main-section {
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  /*background: linear-gradient(0deg, #cce5ffbd 30%, #fff7f7e3 50%), url(../kk-images/others/projects-bg.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
}
.site-button-link {
    color: #000;
    margin-top: 20px;
    display: inline-block;
    font-weight: 600;
    position: relative;
    padding-left: 0;
    font-size: 14px;
    z-index: 1;
    text-transform: uppercase;
}
.site-button-link:before {
    content: '';
    left: 0px;
    bottom: 0px;
    height: 5px;
    background-color: #ed0a7d;
    width: 80%;
    position: absolute;
    z-index: -1;
    -webkit-border-radius: 0px 50% 15px 0px;
    border-radius: 0px 50% 15px 0px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
a.round-btn {
  color: #000;
    display: inline-block;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 40px;
    background: #e3edf7;
    border-radius: 50%;
}

.project-bg {
  /*background: linear-gradient(0deg, #fff8d0 50%, #fff6beb0 80%), url(../kk-images/others/projects-bg.jpg);*/
  background: linear-gradient(0deg, #daeefecc 30%, #daeefec4 50%), url(../kk-images/others/project-bg-bastract.webp);
  background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.project-shape-devider {
    overflow: hidden;
    position: relative;
}
.project-shape-devider::before {
    content: '';
    font-family: 'shape divider from ShapeDividers.com';
    position: absolute;
    z-index: 3;
    pointer-events: none;
    background-repeat: no-repeat;
    bottom: -0.1vw;
    left: -0.1vw;
    right: -0.1vw;
    top: -0.1vw;
    background-size: 100% 61px;
    background-position: 50% 0%;
    background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 773.74 154.98"><g fill="%23ffffff"><path d="M0 0h773.74L386.87 77.5Z"/><path d="m0 0 386.87 154.98L773.74 0Z" opacity=".66"/></g></svg>');
}
.kksisters-offer-wrapper {
  /*border-top-left-radius: 100px;
  border-top-right-radius: 100px;*/
  transition: all 0.3s ease;
  /*background: linear-gradient(0deg, #fff 50%, #d4ebfe 100%);*/
  background: linear-gradient(0deg, #ffeeeed6 30%, #ffeeeed6 50%), url(../kk-images/others/projects-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.kksisters-offer-wrapper:hover .kksisters-offer-img {
  transform: scale(1.1);
}
.about-section-main{
  transition: all 0.3s ease;
}
.about-section-main:hover .about-section-main-info .thumb img {
  transform: scale(1.1);
  transition: all 0.3s ease;
}
.kksisters-offer-content-sec {
  margin-bottom: 30px;
}

.kksisters-offer-img {
  width: 400px;
  margin: auto;
  /*outline: 2px solid #ed0a7d;*/
    outline-offset: 5px;
    border: 10px solid #fff;
    transition: all 0.3s ease;
}

 .kksisters-offer-content h2 {
        font-size: 32px;
        font-weight: 700;
        color: #0d0d0d;
    }

    .kksisters-offer-content h3 {
        font-size: 20px;
        font-weight: 700;
        font-style: italic;
        color: #000;
        margin-top: 10px;
    }

    .kksisters-offer-content h5 {
        font-size: 16px;
        margin: 15px 0;
        line-height: 1.6;
    }

    .kksisters-offer-content .offer-highlights {
      border-left: 4px solid #3e84e9;
      background: #fff;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 10px;
        list-style: none;
        margin-top: 15px;
    }

    .kksisters-offer-content .offer-highlights li {
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 10px;
        display: flex;
        /*align-items: center;*/
    }
    .kksisters-offer-content .offer-highlights li:last-child {
      margin-bottom: 0;
    }

    .kksisters-offer-content .offer-highlights i {
        color: #28a745;
        margin-right: 8px;
        font-size: 25px;
        margin-top: 4px;
    }


     .technology-map {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        z-index: 1;
    }
    
    .technology-map h2 {
        font-family: auto;
        font-size: 250px;
        font-weight: 600;
        display: inline-block;
        line-height: 0.8;
        position: relative;
        margin-top: -10px;
        margin-bottom: 20px;
    }
    
    .technology-map h2 span {
        position: absolute;
        font-size: 40px;
        color: var(--color-primary);
    }
    
    .technology-map h4 {
        margin: 0;
        font-weight: 600;
        font-size: 36px;
    }
    
    .mask-text {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-size: cover;
        background-position: center;
        margin: 0;
        line-height: 1;
        text-transform: capitalize;
    }
    
    .technology-items ul {
        padding: 0;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-row-gap: 0;
        position: relative;
        z-index: 1;
        overflow: hidden;
        text-align: center;
        border: 1px solid #e7e7e7;
        border-radius: 10px;
    }
    
    .technology-items ul img {
        width: 90px;
        text-align: center;
        margin: auto;
    }
    
    .technology-items ul li::after {
        position: absolute;
        right: -2px;
        top: 0;
        content: "";
        height: 100%;
        width: 1px;
        background: #e7e7e7;
    }
    
    .technology-items ul li::before {
        position: absolute;
        bottom: -2px;
        left: 0;
        content: "";
        width: 100%;
        height: 1px;
        background: #e7e7e7;
    }
    
    .technology-items ul li {
        transition: all .3s ease;
        position: relative;
        padding: 45px 30px;
        display: flex;
        align-items: center;
    }

    .technology-items ul li:hover {
        background: #d8edfe;
    }
    
    /* Partner Style Two */
    .technology-heading {
        position: relative;
        z-index: 1;
    }
    
    .technology-heading::after {
        position: absolute;
        right: 0;
        top: -200px;
        content: "";
        height: 500px;
        width: 30px;
        background: var(--white);
        transform: skewX(-10deg);
    }
    
    .technology-heading::before {
        position: absolute;
        right: 5px;
        top: -200px;
        content: "";
        height: 500px;
        width: 400%;
        background: var(--dark);
        z-index: -1;
        transform: skewX(-10deg);
    }
    
    .technology-heading h3 {
        margin: 0;
        font-weight: 600;
        line-height: 1.3;
    }
    
    .technology-heading h3 strong {
        font-size: 36px;
        font-weight: 600;
        color: var(--color-secondary);
        text-decoration: underline;
    }
    
    .technology-shape {
        position: absolute;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 50%;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: -1;
        background-position: right bottom;
    }
    
    .technology-style-two-area {
        position: relative;
        z-index: 1;
    }

    .about-us-main {
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

    .about-us-main .images-area {
        position: relative;
        z-index: 1;
        margin-bottom: 30px;
    }

    .about-us-main .images-area .img1 img {
        object-fit: cover;
        object-position: top;
        width: 370px;
        height: 430px;
        border-radius: 8px;
    }

    .about-us-main .images-area .img2 {
        position: relative;
        z-index: 1;
        right: 60px;
        text-align: end;
        margin-top: -370px;
    }

    .about-us-main .images-area .img2 img {
      object-fit: contain;
        width: 270px;
        height: 420px;
        border-radius: 8px;
        padding: 8px;
    }

    .about-us-main .heading2 .about-boxarea {
        background: #f4f4f9;
        padding: 20px;
        border-radius: 8px;
        transition: all 0.4s;
        margin-top: 20px;
        position: relative;
    }

    .about-us-main .heading2 .about-boxarea:hover {
        transform: translateY(-5px);
    }

    .about-us-main .heading2 .about-boxarea:hover .icons {
        transform: rotateY(-180deg);
        color: white;
        background: #4b4ecc;
    }
    .about-us-main .heading2 .about-boxarea:hover .icons i {
      color: white;
    }

    .about-us-main .heading2 .about-boxarea:hover .icons img {
        filter: brightness(0) invert(1);
    }

    .about-us-main .heading2 .about-boxarea .icons {
      display: flex;
      align-items: center;
      justify-content: center;
        height: 80px;
        width: 80px;
        text-align: center;
        line-height: 80px;
        border-radius: 50%;
        transition: all 0.4s;
        background: #fff;
        position: absolute;
    }

    .about-us-main .heading2 .about-boxarea .icons i {
      color: #ed0a7d;
      font-size: 35px;
    }

    .about-us-main .heading2 .about-boxarea .icons:hover i {
      color: white;
    }

    .about-us-main .heading2 .about-boxarea .content {
        padding-left: 100px;
    }

    .about-us-main .heading2 .about-boxarea .content h3 {
        color: #000;
        font-size: 18px;
    }

    .about-us-main .heading2 .about-boxarea .content p {
        margin-bottom: 0;
        font-size: 14px;
    }
    .project-main-clmn-sec {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 15px;
    }
    .banner-four-content .banner-btn {
      display: flex;
      align-items: center;
    }
    .form-label{
      color: #000;
    }

    .contact-details-sec-main {
    background: aliceblue;
}
.contact-details-sec {
    /*border: 1px solid #eee;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;*/
    border-radius: 10px;
    padding: 15px;
        /*border-bottom: 2px solid #ed0a7d;*/
    /* min-height: 250px; */
}
.contact-details-sec {
    height: 100%;
    background: radial-gradient(circle at top, aliceblue 50px, transparent 35px), linear-gradient(90deg, #fff -13%, #ffffff 24%);
}
.contact-details-sec-icon-img {
    height: 72px;
    width: 100px;
    margin: -38px auto 0;
}
.contact-details-sec-icon-img span {
    background: #fff;
    font-size: 30px;
    padding: 8px 13px;
    color: #ed0a7d;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    border: 3px solid #4b4ecc;
    border-radius: 10px;
}
.contact-details-sec-contain a {
    color: #000;
}
.contact-us-one {
    margin-top: 20px;
    position: relative;
}

.contact-us-one .form-control {
    box-shadow: none;
    border-radius: 0;
    border:0px;
    border-bottom: 1px solid #000;
    background: none;
    padding-left: 0px;
}

.contact-us-one .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #23252d;
    font-size: 14px;
    font-weight:600;
}

.contact-us-one .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #23252d;
    font-size: 14px;
    font-weight:600;
}

.contact-us-one .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #23252d;
    font-size: 14px;
    font-weight:600;
}

.contact-us-one .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #23252d;
    font-size: 14px;
    font-weight:600;
}
.contact-us-one .form-group {
    margin-bottom: 25px;
}


.contact-us-info .icon-content p {
    word-break: normal;
}
.contact-us-info {
    margin-left: -50px;
    margin-top: 40px;
}
.contact-us-block-shadow {
    box-shadow: 0 10px 30px 0 rgba(50, 50, 50, .16);
}
.contact-us-info img {
    height: 420px;
    object-fit: cover;
    width: 100%;
    position: relative;
    z-index: 1;
    border: 20px solid #fff;
}
/* Base Card Styling */
.our-vmv .section-card {
  height: 100%;
    z-index: 1;
    position: relative;
    border: none;
    border-top-left-radius: 20px;
    padding: 30px 15px 60px 15px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect */
.our-vmv .section-card:hover {
    transform: translateY(-10px);
}

/* Green Card - lighter background */
.our-vmv .green-card {
    background: linear-gradient(17deg, #eaf5ff 79%, #ffffff 70%);
    border-bottom: 2px solid #bfe3ff;
    --icon-bg: #4b9cd3;
}

/* Teal Card - lighter background */
.our-vmv .teal-card {
    background: linear-gradient(17deg, #fff1e0 79%, #ffffff 70%);
    border-bottom: 2px solid #d5ccff;
    --icon-bg: #7e6bcf;
}

/* Blue Card - lighter background */
.our-vmv .blue-card {
    background: linear-gradient(17deg, #faffdf 79%, #ffffff 70%);
    border-bottom: 2px solid #ffd580;
    --icon-bg: #d6b200;
}


/* Number Circle */
.our-vmv .section-number {
    outline: 5px solid #fff;
    font-size: 1.75rem;
    font-weight: bold;
    color: #fff;
    background: var(--icon-bg);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    transition: background 0.3s ease;
}

/* On Hover */
.our-vmv .section-card:hover .section-number {
    background: #333;
}

/* Icon Circle */
.our-vmv .icon-circle {
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    background: var(--icon-bg);
    border: 4px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

/* On Hover */
.our-vmv .section-card:hover .icon-circle {
    transform: translateX(-50%) scale(1.1);
}

/* Optional: Icon inside */
.our-vmv .icon-circle i {
    font-size: 20px;
    color: #fff;
}

.our-blog-clmn i, .blog-article-title ul li i {
  color: rgb(62 132 233)!important;
}

.career-section {
      background: linear-gradient(120deg, #132573c4 70%, #daeefe00 70%), 
                  url(../kk-images/others/about-us-new.webp) center center / cover no-repeat;
      color: #fff;
      border-radius: 10px;
      padding: 40px 30px;
      overflow: hidden;
    }

    .career-section h4 {
      line-height: 35px;
        color: #fff;
      font-weight: 700;
      font-size: 1.5rem;
      margin-bottom: 20px;
    }

    .career-section .highlight {
      color: #eb9936;
      font-weight: 700;
    }

    .btn-cta {
      background-color: #fff;
      color: #000;
      border: none;
      font-weight: 600;
      padding: 10px 20px;
      border-radius: 30px;
      transition: background 0.3s ease;
    }

    .btn-cta i {
        color: #ed0a7d;
    }

    .btn-cta:hover {
      background-color: #fff;
      color: #000;
    }

.career-section div {
  width: 75%;
}
/*kk end*/

/*custom css start*/
  .project-tab-scroll-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  background: #fff;
  border-radius: 50px;
  padding: 15px 45px 0px 45px;
  margin-bottom: 20px;
}
#courseTabsContent img {
  border: 6px solid #fff;
}

.tab-scroll-container {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
  flex: 1;
}

.tab-scroll-container::-webkit-scrollbar {
  display: none;
}

.custom-tabs {
  display: flex;
  flex-wrap: nowrap !important;
  gap: 10px;
}

.project-pill-nav-item {
  flex: 0 0 auto;
}

.project-pill-nav-item .nav-link {
  white-space: nowrap;
  padding: 10px 16px;
}

.project-scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#tabScrollPrev {
  left: 15px;
}

#tabScrollNext {
  right: 15px;
}
.hero-banner-item {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.hero-banner-item .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero-banner-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*    background-color: rgba(0, 0, 0, 0.4);*/
    z-index: 0;
}

.hero-banner-item .d-table {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.hero-banner-item .d-table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.hero-banner-item .banner-item-content {
    color: #fff;
    z-index: 2;
    position: relative;
}
        
        /*.banner-slider .owl-nav {
          position: absolute;
          top: 50%;
          width: 100%;
          transform: translateY(-50%);
          display: flex;
          justify-content: space-between;
          z-index: 10;
          pointer-events: none;
        }
        
        .banner-slider .owl-nav button.owl-prev,
        .banner-slider .owl-nav button.owl-next {
          background: #fff;
          color: #000;
          font-size: 25px; 
          width: 40px;
          height: 60px;
          border: none;
          border-radius: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          cursor: pointer;
          pointer-events: all;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          transition: background 0.3s ease, color 0.3s ease;
        }
        
        .banner-slider .owl-nav button.owl-prev {
          position: absolute;
          left: 0;
        }
        
        .banner-slider .owl-nav button.owl-next {
          position: absolute;
          right: 0;
        }
        
        .banner-slider .owl-nav button.owl-prev:hover,
        .banner-slider .owl-nav button.owl-next:hover {
          background: #000;
          color: #fff;
        }*/
.mobile-video-home {
  display: none;
}
.desktop-video-home {
  display: block;
}
.side-line-center {
  font-weight: 500;
  color: #000;
  font-style: italic;
  margin-bottom: 10px;
}
.side-line-left-1 {
  font-weight: 500;
  color: #ed0a7d;
  /*font-style: italic;*/
  margin-bottom: 10px;
}
.side-line-left {
  position: relative;
  padding-left: 70px;
  font-weight: 500;
  color: #fff;
  /*font-style: italic;*/
  margin-bottom: 10px;
}
.side-line-left:before {
  content: "";
  height: 2px;
  width: 50px;
  position: absolute;
  left: 0;
  bottom: 8px;
  background: #ed0a7d;
}
.side-line-left:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 50px;
  background: #ed0a7d;
  left: 10px;
  bottom: 12px;
}
.text-primary-color {
  font-style: italic;
  color: #000;
}

#switch {
  display: none;
}
.logo-one {
  width: 90px;
  /*transform: rotate(19deg);*/
}

.button-56 {
  align-items: center;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 8px;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: inline-flex; /* Changed to inline-flex for proper icon alignment */
  font-weight: 600;
  font-size: 18px;
  height: 48px;
  justify-content: center;
  line-height: 24px;
  max-width: 100%;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin: auto;
  gap: 8px; /* Add spacing between text and icon */
  transition: all 0.3s ease;
}

.button-56 i {
  color: #000;
  font-size: 20px;
  transition: transform 0.3s ease;
}

.button-56:after {
  background-color: #ffffff40;
  border-radius: 8px;
  content: "";
  display: block;
  height: 45px;
  left: 0;
  width: 100%;
  position: absolute;
  top: -2px;
  transform: translate(8px, 8px);
  transition: transform 0.2s ease-out;
  z-index: -1;
}

.button-56:hover:after {
  transform: translate(0, 0);
}

.button-56:hover i {
  transform: translateX(6px);
}

.button-56:active {
  background-color: #ffdeda;
  outline: 0;
}

.button-56:hover {
  outline: 0;
}

.about-content-grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}


/*57*/
.button-57 {
  align-items: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 8px;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: inline-flex; /* Changed to inline-flex for proper icon alignment */
  font-weight: 600;
  font-size: 18px;
  height: 48px;
  justify-content: center;
  line-height: 24px;
  max-width: 100%;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin: auto;
  gap: 8px; /* Add spacing between text and icon */
  transition: all 0.8s ease;
  text-transform: capitalize;
}

.button-57 i {
  color: #0d6efd;
  font-size: 20px;
  transition: transform 0.3s ease;
}

.button-57:after {
  background-color: #cfd0ff;
  border-radius: 8px;
  content: "";
  display: block;
  height: 45px;
  left: 0;
  width: 100%;
  position: absolute;
  top: -2px;
  transform: translate(8px, 8px);
  transition: transform 0.2s ease-out;
  z-index: -1;
}

.button-57:hover:after {
  transform: translate(0, 0);
}

.button-57:hover i {
  transform: translateX(6px);
}

.button-57:active {
  background-color: #ffdeda;
  outline: 0;
}

.button-57:hover {
  outline: 0;
}

.custom-tabs li {
  margin: 5px 5px;
}

.custom-tabs .nav-link {
      border-radius: 30px;
      font-size: 1rem;
      font-weight: bold;
      color: #000;
      padding: 8px 12px;
      display: flex;
      align-items: center;
      gap: 10px;
      transition: none;
      background: aliceblue;
    }
    
    .custom-tabs .nav-link i {
      font-size: 1.2rem;
    }
    
    .custom-tabs .nav-link:hover {
      background: linear-gradient(to top, #ff76bb, #d30068);
      color: #fff;
    }
    
    .custom-tabs .nav-link.active {
      background: linear-gradient(to top, #ff76bb, #d30068);
      color: #fff;
/*      box-shadow: 0px 4px 10px rgba(0, 123, 255, 0.3);*/
    }

    .services-grid {
          display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    }
    
    .pill-nav-item button {
      background: #fff;
    }
                .services-drone-section {
        background: linear-gradient(0deg, #00000 64%, #ffffff 93%), url(../image/drone-flying-green-landscape.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        z-index: 1;
        position: relative;
    }
    
    .services-drone-section .qrest-section-title {
        padding: 0 80px;
    }
    
    .service-drone-single-item {
        position: relative;
        text-align: center;
        padding: 15px 15px;
        overflow: hidden;
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
        transition: all 0.3s ease-in-out;
        z-index: 111;
/*        margin: 5px 0;*/
        border-radius: 5px;
    }
    
    .service-drone-single-item .shape-top {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(253 104 1);
        opacity: 0.188;
        clip-path: polygon(100% 0, 100% 0%, 27% 18%, 0 0%, 0 0);
        z-index: 111;
        transition: all 0.3s ease-in-out;
    }
    
    .service-drone-single-item .images-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-in-out;
    }
    
    .service-drone-single-item .images-bg::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: rgb(0 0 0);
        opacity: 0;
        visibility: hidden;
    }
    
    .service-drone-single-item .images-bg img {
        width: 100%;
        object-fit: cover;
    }
    
    .service-drone-single-item .icon {
        width: 60px;
        height: 60px;
        border-radius: 100px;
        background: #000; /* Replace $theme-primary-color-s2 */
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease-in-out;
        margin: 0 auto;
        border: 5px solid #fff;
        position: relative;
        z-index: 1111;
    }
    
    .service-drone-single-item .icon i {
        font-size: 25px;
        color: #fff;
    }
    
    .service-drone-single-item .text h2 {
        margin: 5px 0;
    }
    
    .service-drone-single-item .text h2 a {
        font-size: 17px;
        font-weight: 600;
        text-align: center;
        transition: all 0.3s ease-in-out;
        text-decoration: none;
    }
    
    .service-drone-single-item .text h2 a::before {
        display: none;
    }
    
    .service-drone-single-item .text p {
        font-size: 16px;
        font-weight: 400;
        transition: all 0.3s ease-in-out;
    }
    
    .service-drone-single-item .text a {
        position: relative;
        font-size: 17px;
        color: #000;
        padding-left: 15px;
        font-weight: 500;
        transition: all 0.3s ease-in-out;
        text-decoration: none;
    }
    
    .service-drone-single-item .text a::before {
        position: absolute;
        left: 0;
        top: 50%;
        content: "";
        width: 7px;
        height: 7px;
        background: #1c4a63;
        transform: translateY(-50%);
        transition: all 0.3s ease-in-out;
    }
    
    .service-drone-single-item:hover {
        background-color: transparent;
    }
    
    .service-drone-single-item:hover .shape-top {
        background-color: rgb(46 49 146);
        opacity: 1;
    }
    
    .service-drone-single-item:hover .images-bg {
        opacity: 1;
        visibility: visible;
    }
    
    .service-drone-single-item:hover .images-bg::before {
        visibility: visible;
        opacity: 0.40;
    }
    
    .service-drone-single-item:hover .icon {
        background: rgb(253 104 1);
    }
    
    .service-drone-single-item:hover .icon i {
        color: #fff;
    }
    
    .service-drone-single-item:hover .text h2 a,
    .service-drone-single-item:hover .text p,
    .service-drone-single-item:hover .text a {
        color: #fff;
    }
    
    .service-drone-single-item:hover .text a::before {
        background: #fff;
    }

.client-logo-grid {
  display: grid;
  grid-template-columns: repeat(10, 1fr); /* Shorter way to write 1fr 11 times */
  gap: 10px;
  place-items: center; /* Aligns both horizontally and vertically */
  background: #f7f7f7;
  padding: 20px;
}


.client-logo-grid-item {
  border: 1px solid #f1f1f1;
  overflow: hidden;
}

.client-logo-grid-item img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: block;
  width: 100%;
  height: auto;
}

.client-logo-grid-item:hover img {
  transform: scale(1.1);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}


.case-study-area {
  background: linear-gradient(180deg, #f6f6f6ba 0%, #ffffffc9 31%), url(../image/bg-project-img.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  backdrop-filter: blur(12px);
}

.ellipsis-after-one {
  display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}



.case-study-area {
  position: relative;
  overflow: hidden;
}

.background-video-wrapper {
 /* position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  overflow: hidden;*/
}

.project-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, #ffffff 42%, #0000007a 66%);
  z-index: 1;
}

.background-video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.background-video-content-wrapper {
  position: relative;
  z-index: 1;
  color: white; /* optional, based on design */
}

.bg-gray-sec-fifty {
  background-image: 
    linear-gradient(to left, rgb(255 255 255 / 0%) 70%, rgb(1 73 147 / 84%) 40%),
    url(../image/project-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

/*.bg-gray-sec-fifty .section-content img {
  background: #fff;
  height: 400px;
  width: 100%;
  margin: auto;
  object-fit: cover;
  border: 5px solid #fff;
  position: relative;
  margin-bottom: 35px;
  animation: pulse-animation 2s infinite;
}*/

/*@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px #ffc221;
  }
  100% {
    box-shadow: 0 0 0 30px rgba(255, 194, 33, 0);
  }
}*/

.home-exp-count {
    background-color: #fafffeed;
    backdrop-filter: blur(9px);
    position: relative;
    z-index: 1;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 10px
/*    border: 20px solid #fff;*/
}


.sx-icon-box-wraper:hover h2 {
  color: #ed0a7d;
}


.sx-icon-box-wraper {
  padding: 30px;
/*  margin: 10px 0;*/
    position: relative;
}

/*left right part css*/

.sx-left-part,
.sx-right-part {
  width: auto;
}

/*.sx-left-part {
padding:40px 15px 40px 15px;
}*/
.sx-right-part {
  padding:80px 15px 50px 15px;
  max-width:555px;
}

.align-items-center {
  display: flex;
  align-items: center;
}
.our-blog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.our-blog-grid-01 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.counter-blocks-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

.counter-blocks .st-count-number{
  position: relative;
  display: inline-block;
  padding: 20px 0px 11px 10px;
  font-size: 40px;
  z-index: 1;
  color: #000;
}
.counter-blocks .st-count-number:after{
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 27px;
  height: 100%;
  border: 4px solid #efefef;
  z-index: -1;
}

.footer-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
}

.footer-social-icon:hover {
  background: skyblue;
  color: #fff;
}

/* Default colors */
.footer-social-icon i.bxl-facebook {
  color: #1877F2; /* Facebook Blue – remains the same (official) */
}

.footer-social-icon i.bxl-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #E1306C; /* Fallback for non-gradient support */
}

.footer-social-icon i.bxl-linkedin-square,
.footer-social-icon i.bxl-linkedin {
  color: #0A66C2; /* Upgraded LinkedIn Blue (more vibrant) */
}

.footer-social-icon i.bxl-telegram {
  color: #229ED9; /* Slightly lighter and cleaner Telegram Blue */
}

.footer-social-icon i.bxl-youtube {
  color: #FF0000; /* YouTube Red */
}
.footer-li {
  list-style: none;
}

.bg-sets-h-square {
  background-image: linear-gradient(180deg, #00000075 0%, #00000075 31%), url(../image/drone-flying-green-landscape.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.list-angle-right {
              margin-top: 20px;
            }
            .list-angle-right li {
          padding: 2px 0;
          position: relative;
        }
        
        .list-angle-right li:before {
          font-family: "FontAwesome";
          position: absolute;
          left: 0;
          top: 3px;
          display: block;
          font-size: 15px;
          color: #000;
        }
        
        .sets-h-square-clmn h5 {
              font-size: 17px;
            margin-top: 30px;
        }
        
        .anchor-line a {
          color: #000;
          text-decoration: none;
          background-image: linear-gradient(#023b91, #023b91);
          background-position: 0% 100%;
          background-repeat: no-repeat;
          background-size: 0% 2px;
          transition: background-size .3s;
          padding-bottom: 3px;
          font-weight: 500;
        }
        
        .anchor-line a:hover,
        .anchor-line a:focus {
          background-size: 100% 2px;
        }
            .bitsat-program-grid {
            display: grid
        ;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            gap: 20px;
        }
        .sets-h-square-item {
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
            background: radial-gradient(circle at top, #eff7ff 75px, transparent 35px), linear-gradient(90deg, #fff -13%, #ffffff 24%);
            padding: 14px 13px 13px 20px;
            text-align: center;
            transition: .4s;
            border-radius: 5px;
        }
        .sets-h-square-icon {
            font-size: 50px;
            line-height: 50px;
            margin-bottom: 8px;
            color: #0071dc;
            transition: .4s;
        }
        .sets-h-square-item:hover .sets-h-square-icon {
            -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
        }

        .expertise-in-every-frame-img .slider-content .sub-title {
  position: relative;
  padding-left: 60px;
}
.expertise-in-every-frame-img .slider-content .sub-title::before {
  position: absolute;
  content: "";
  top: 50%;
  bottom: 0;
  width: 45px;
  height: 7px;
  background: #ff6666;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.expertise-in-every-frame-img .slider-content .btn-wrapper .btn {
  position: relative;
  border: none;
}
.expertise-in-every-frame-img .slider-content .btn-wrapper .btn::after {
  position: absolute;
  content: "";
  top: 50%;
  bottom: 0;
  width: 45px;
  height: 7px;
  background: #ffd100;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -30px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.expertise-in-every-frame-img .slider-content .btn-wrapper .btn:hover::after {
  right: -45px;
}
.expertise-in-every-frame-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.expertise-in-every-frame-img .image-box {
  width: 300px;
  height: 300px;
  position: relative;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 10px solid #fff;
  overflow: hidden;
}
.expertise-in-every-frame-img .image-box:hover img {
  -webkit-transform: scale(1.6) rotate(-45deg);
  transform: scale(1.6) rotate(-45deg);
}
.expertise-in-every-frame-img .image-box img {
  -webkit-transform: scale(1.42) rotate(-45deg);
  transform: scale(1.42) rotate(-45deg);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.expertise-in-every-frame-img .image-box.image-one {
  margin-right: -100px;
  z-index: 1;
}
.expertise-in-every-frame-img .image-box.image-two {
  width: 250px;
  height: 250px;
  border: 10px solid #287dd8;
  border-left-color: transparent !important;
  border-bottom-color: transparent !important;
}

.bg-about-img-sec-bg {
    background-image: -webkit-linear-gradient(0deg, #f6fffef0 64%, #ffffff 0%, #9bfe0000 63%), url(../image/bg-project-drone.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.our-vmv {
    background: linear-gradient(to right, #fff 30%, transparent 70%);
}

.our-vm {
  background: -webkit-linear-gradient(0deg, #ffffffeb 64%, #ffffff 0%, #ffffffeb 63%), url(../image/testimonials-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;

}

.vmv-div {
  padding: 20px 0 20px 20px;
}

/* Sidebar Styling */
.subcourse-side-bar {
/*  padding: 25px;*/
  background: #fff;
  border-radius: 10px;
}

/* Title Styling */
.subcourse-widget-title {
  color: #222;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 2px solid #222;
  margin-bottom: 15px;
}

/* Quick Links List */
.subcourse-quick-links {
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 5px;
  overflow: hidden;
}

/* Quick Links Items */
.subcourse-quick-links li {
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
  background: #fff;
  transition: all 0.3s ease-in-out;
}

/* Last Item Border Removal */
.subcourse-quick-links li:last-child {
  border-bottom: none;
}

/* Links Styling */
.subcourse-quick-links a {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease;
}

/* Hover Effects */
.subcourse-quick-links li:hover {
  background: aliceblue;
}

.subcourse-quick-links li:hover a {
  color: #000;
}


 .get-in-touch-feature-box {
        background: aliceblue;
        border-radius: 12px;
        display: flex;
        align-items: center;
        padding: 15px;
        margin-bottom: 15px;
        transition: all 0.3s ease-in-out;
    }
    .get-in-touch-feature-box div:nth-child(1) {
        width: 20%;
    }
    .get-in-touch-feature-box-active {
        background: #caeaff;
    }
    .get-in-touch-feature-box:hover {
        background: #caeaff;
    }
    .additional-info-events-feature-icon i {
        background: #0071dc;
        color: white;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        margin-right: 15px;
    }
    .feature-content h5 {
        margin-bottom: 0px;
    }
    .craft-image {
        text-align: center;
    }
    .additional-info-events-craft-image img {
        max-width: 100%;
        border-radius: 20px;
        border-top-left-radius: 80px;
        border-top-right-radius: 80px;
    }
    .additional-info-events p {
        font-size: 16px;
        color: #666;
        margin-bottom: 20px;
    }
    .additional-info-events-craft-image-03 img {
        outline: 1px solid #ffc221;
        outline-offset: 20px;
        height: 260px;
        width: 280px;
        object-fit: cover;
        display: flex;
        border-radius: 20rem 20rem 0 0;
        margin: auto;
        object-fit: cover;
    }
    .contact-us-get-clmn {
        display: flex;
        align-items: center;
        gap: 15px;
        border-bottom: 2px solid #ffc221;
        margin: 10px 0;
        background: #ffffff;
        border-radius: 12px;
        padding: 20px;
        text-align: left;
        transition: all 0.3s ease-in-out;
        position: relative;
        overflow: hidden;
    }
    .contact-us-get-clmn i {
        flex-shrink: 0;
        color: #0071dc;
    }
    .contact-us-get-clmn h4 {
        font-size: 20px;
        margin-bottom: 10px;
        position: relative;
    }
    .contact-us-get-clmn p {
        font-size: 16px;
        margin: 0;
    }
    .contact-us-get-clmn::before {
        content: "";
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(173, 216, 230, 0.3) 0%, rgba(255, 255, 255, 0) 70%);
        transform: rotate(45deg);
        transition: all 0.5s ease-in-out;
    }
    .contact-us-get-clmn:hover::before {
        top: -30%;
        left: -30%;
    }
    .contact-us-get-clmn:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
        border-color: #9ecbff;
    }
    .get-in-touch-bg {
        text-align: center;
        padding: 60px 0 150px 0;
        background: #023b91;
    }
    .our-main-office {
        background: linear-gradient(-17deg, #bfbeff 20%, #bce5ff 50%, #ffffff 50%);
        padding: 0px 40px 40px 40px;
        border-radius: 0px;
    }
    .bg-white-cform {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        border-radius: 20px;
        background-color: #fff;
        padding: 20px;
    }
    .h-profile-bg {
        background: aliceblue;
    }
    .nice-select:after {
        visibility: hidden;
    }
    .get-in-touch-form-div .form-modal-sec {
        display: flex;
        align-items: center;
    }
    .get-in-touch-bg {
        text-align: center;
        padding: 60px 0 150px 0;
        background: #023b91;
    }
    .get-in-touch-bg h1, .get-in-touch-bg p {
        color: #fff;
    }
    .get-in-touch-form {
        margin: -110px auto 0 30px;
    }
    .get-in-touch-form-div {
        outline: 15px solid #ffffff73;
        border-radius: 20px;
        padding: 15px;
        background-color: #fff;
        margin-bottom: 50px;
    }
    .scroll-container input, .scroll-container textarea {
        box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    font-weight: 500;
    border: 1px solid #b0d9ff;
    color: #222;
    background-color: #fff;
    border-radius: 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
    }
    .scroll-container .form-control:focus {
        box-shadow: unset;
    }

.communication-videos-clmn {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 2px solid #3e84e9;
    margin: 10px 0;
    background: #fffbfb;
    border-radius: 12px;
    padding: 20px;
    text-align: left;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}
.communication-videos-clmn i {
    flex-shrink: 0;
    color: #ed0a7d;
}
.communication-videos-clmn h4 {
    font-size: 20px;
    margin-bottom: 10px;
    position: relative;
}
.communication-videos-clmn p {
    font-size: 16px;
    margin: 0;
}
/*.communication-videos-clmn::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(173, 216, 230, 0.3) 0%, rgba(255, 255, 255, 0) 70%);
    transform: rotate(45deg);
    transition: all 0.5s ease-in-out;
}*/
.communication-videos-clmn:hover::before {
    top: -30%;
    left: -30%;
}
.communication-videos-clmn:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    border-color: #9ecbff;
}

.sub-service-row-info h3 {
  font-weight: 700;
  margin-top: 30px;
}

.upskilling-made-easy-box-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 30px;
}
.upskilling-made-easy-box {
    text-align: center;
    position: relative;
    height: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 12px;
    padding: 15px 15px 0px 15px; 
    margin-bottom: 20px;
}
.upskilling-made-easy-box .upskilling-made-easy-icon-circle {
    background-color: #e4f2ff;
    width: 45px;
    height: 45px;
    margin: auto;
    border-radius: 50%;
    position: relative;
    left: 25px;
    margin-bottom: 20px;
}
.upskilling-made-easy-box .upskilling-made-easy-icon i {
    margin-bottom: 20px;
    font-size: 40px;
    color: #ed0a7d;
}
.upskilling-made-easy-box .upskilling-made-easy-icon {
    position: absolute;
    top: 35px;
    left: 38%;
}
.upskilling-made-easy-box h5 {
  margin-top: 25px;
    font-size: 17px;
}
.upskilling-made-easy-box p {
    text-align: center;
}

.subcourse.training-solutions {
  margin-top: 40px;
    text-align: center;
}
.training-solutions-header {
    margin-bottom: 20px;
}
.training-solutions-header h2 {
    margin-bottom: 0;
    font-size: 22px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}
.training-solutions-header h2::before,
.training-solutions-header h2::after {
    content: "";
    display: block;
    height: 2px;
    background: black;
    width: 60px;
    position: absolute;
    top: 50%;
}
.training-solutions-header h2::before {
    left: -80px;
}
.training-solutions-header h2::after {
    right: -80px;
}
.training-solutions-header p {
    margin: 0;
    text-align: center!important;
}
.training-solutions-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.training-solutions-grid-2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.training-solutions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.training-solutions-item {
    padding: 20px;
    position: relative;
    height: 280px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.training-solutions-item .training-solutions-item-img-div {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  height: 207px;
}

.training-solutions-item .training-solutions-item-img-div img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease; /* Add transition on img */
}

.training-solutions-item .training-solutions-item-img-div:hover img {
  transform: scale(1.2);
}


.training-solutions-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 58%, rgb(0 0 0 / 69%) 87%);
    z-index: 1;
}
.training-solutions-item h3 {
    z-index: 2;
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    width: 80%;
    text-transform: capitalize;
}
.blog-article p {
  text-align: justify;
}
.gallery-learning-path-tb-festivals {
  cursor: pointer;
}

.project-detail-left-img {
    background: -webkit-linear-gradient(-35deg, transparent 70%, #ff9966 50%);
    padding: 10px;
}

.job-sidebar-sec-fixed {
    position: sticky;
    top: 120px;
    z-index: 100;
    background-color: #fff;
}

.ellipsis-after-two {
  display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}

.sub-services-main-sec p, .sub-projects-main-sec p, .about-main-sec p, .home-main-sec p, .services-main-sec p {
  text-align: justify;
}
.services-grid .services-grid-clmn p, .our-blog-grid .our-blog-clmn p, .sets-h-square-item p, .upskilling-made-easy-box p, .training-solutions-item p {
        text-align: center;
}

.communication-videos-clmn p {
  text-align: left;
}

.vmv-div p {
  text-align: left;
}

.banner-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  pointer-events: none; /* allows clicks to pass through if needed */
}

.banner-slider .owl-nav button {
  background-color: transparent;
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  pointer-events: all; /* allow button clicks */
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  font-size: 25px;
  color: white;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #000;
}
.bg-why-sisters {
  background: linear-gradient(0deg, #daeefecc 30%, #daeefec4 50%);
}

/*custom css end*/

.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}
img {
  max-width: 100%;
}
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-80 {
  padding-top: 80px;
}
.ptb-70 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-45 {
  padding-top: 45px;
}
.pt-20 {
  padding-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.ml-25 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.margin-auto {
  margin: 0 auto;
}
.border-radius-50 {
  border-radius: 50px;
}
.border-radius-5 {
  border-radius: 5px;
}
.box-shadow {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.section-title {
  margin-bottom: 30px;
}
.section-title span {
  margin-bottom: 8px;
  font-weight: 600;
  display: block;
}
.section-title h2 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 0;
  line-height: 1.2;
  color: #252525;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
.section-title h2::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 15px;
    background-color: #ffc2212e;
}
.section-title p {
  text-align: justify;
  font-size: 16px;
  padding-top: 10px;
  margin-bottom: 0;
  max-width: 530px;
  color: #000;
}
.sp-color1 {
  color: #ed0a7d;
}
.sp-color2 {
  color: #4b4ecc;
  font-weight: 600;
}
.default-btn {
  display: inline-block;
  padding: 9px 32px;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.default-btn i {
  font-size: 20px;
  position: relative;
  top: 4px;
  display: none;
}
.default-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  left: -36%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}
.default-btn:hover {
  color: #fff !important;
}
.default-btn:hover:before {
  height: 100%;
  width: 135%;
  background-color: #4b4ecc;
}
.btn-bg-one {
  background-color: #ed0a7d;
}
.btn-bg-two {
  font-weight: 600;
  background: linear-gradient(to top, #ff76bb, #d30068);
}
.top-header {
  padding: 7px 0 10px;
}
.top-header-bg {
  background-color: #070b3b;
}
.top-left-side .top-header-text {
  display: inline-block;
  position: relative;
  margin-left: 30px;
}
.top-left-side .top-header-text::before {
  content: "";
  position: absolute;
  left: -20px;
  width: 1px;
  height: 22px;
  background-color: #fff;
  top: 1px;
}
.top-left-side .top-header-text p {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
}
.top-left-side .top-header-text p b {
  color: #ed0a7d;
  font-weight: 500;
  margin-right: 5px;
}
.top-head-left {
  float: left;
}
.top-head-left .top-contact {
  position: relative;
  display: inline-block;
}
.top-head-left .top-contact:hover i {
  background-color: #000;
  color: #fff;
}
.top-head-left .top-contact:hover h3 a {
  color: #ed0a7d;
}
.top-head-left .top-contact h3 {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 500;
}
.top-head-left .top-contact h3 a {
  color: #fff;
  margin-bottom: 0;
  text-decoration: none;
}
.top-head-left .top-contact h3 a:hover {
  color: #ed0a7d;
}
.top-header-right {
  float: right;
}
.top-header-right .top-header-social {
  display: inline-block;
}
.top-header-right .top-header-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-header-right .top-header-social ul li {
  display: inline-block;
  top: 1px;
  position: relative;
}
.top-header-right .top-header-social ul li a {
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  background-color: transparent;
  color: #fff;
  border-radius: 50px;
  font-size: 18px;
}
.top-header-right .top-header-social ul li a:hover {
  color: #ed0a7d;
}
.top-header-right .language-list {
  top: -6px;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  margin-left: -20px;
  z-index: 9999;
}
.top-header-right .language-list .language-list-item {
  height: 0;
  padding: 0 15px;
  border: none;
  color: #fff;
  background-color: transparent;
  font-weight: 500;
  font-size: 14px;
  border-radius: 5px 0 0 5px;
  padding-left: 30px;
  padding-right: 30px;
}
.top-header-right .language-list .language-list-item:focus {
  box-shadow: none;
  outline: none;
}
.top-header-right .language-list .nice-select {
  height: 0;
  width: 125px;
  line-height: 0;
  font-size: 15px;
  margin-bottom: 0;
  border-radius: 0;
  background-color: transparent;
  color: #fff;
  border-radius: 5px 0 0 5px;
  z-index: 9999;
  text-align: right !important;
}
.top-header-right .language-list .nice-select .list {
  background-color: #fff;
  box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 20px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.top-header-right .language-list .nice-select .list .option {
  transition: 0.6s;
  color: #252525;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
  width: 180px;
  border-bottom: 1px solid #e1e1e1;
}
.top-header-right .language-list .nice-select .list .option:hover {
  background-color: transparent !important;
  color: #000;
}
.top-header-right .language-list .nice-select .list .option .selected {
  background-color: transparent !important;
  font-weight: 500;
  color: #000 !important;
}
.top-header-right .language-list .nice-select::after {
  content: "\ea29";
  height: 8px;
  width: 8px;
  border: none;
  top: 0;
  margin-bottom: 0;
  right: 10px;
  background-color: transparent;
  font-family: boxicons !important;
  color: #fff;
  font-size: 18px;
  transform-origin: none;
  transform: none;
  margin-top: 0;
}
.main-nav {
  background-color: #fff;
  top: 0;
  position: inherit;
  left: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
.main-nav .navbar {
  padding: 0;
/*  padding-right: 0;*/
}
.main-nav .navbar .navbar-brand .logo-two {
  display: none;
}
.main-nav nav .navbar-nav .nav-item:hover a,
.main-nav nav .navbar-nav .nav-item .active {
  color: #ed0a7d !important;
}
.main-nav nav .navbar-nav .nav-item:hover a::before,
.main-nav nav .navbar-nav .nav-item .active::before {
  opacity: 1;
  width: 100%;
}
.main-nav nav .navbar-nav .nav-item:hover a i,
.main-nav nav .navbar-nav .nav-item .active i {
  color: #000;
}
.main-nav nav .navbar-nav .nav-item a {
  font-family: 'Syne', sans-serif;
  text-transform: capitalize;
  color: #000;
  font-weight: 600;
  margin-left: 13px;
  margin-right: 13px;
  position: relative;
}
.main-nav nav .navbar-nav .nav-item a span {
  font-size: 10px;
  color: red;
  margin-left: 2px;
  top: -7px;
  position: relative;
}
.main-nav nav .navbar-nav .nav-item a::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0;
  transition: 0.7s;
}
.main-nav nav .navbar-nav .nav-item a i {
  line-height: 0;
  position: relative;
  top: 3px;
  font-size: 18px;
  color: #444;
}
.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a :focus {
  color: #ed0a7d !important;
}
.main-nav nav .navbar-nav .nav-item a:hover::before,
.main-nav nav .navbar-nav .nav-item a :focus::before {
  opacity: 1;
  width: 100%;
}
.main-nav nav .navbar-nav .nav-item a:hover i,
.main-nav nav .navbar-nav .nav-item a :focus i {
  color: #000;
}
.main-nav nav .navbar-nav .nav-item a.active {
  color: #ed0a7d !important;
}
.main-nav nav .navbar-nav .nav-item a.active::before {
  opacity: 1;
  width: 100%;
}
.main-nav nav .navbar-nav .nav-item a.active i {
  color: #000;
}
.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu {
  transform: scale(1);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  z-index: 5;
  border: none;
  padding: 0;
  border-radius: 0;
  background-color: #fff !important;
  transform: scale(0);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px solid #e1e1e1;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
  border-bottom: none;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: capitalize;
  color: #252525 !important;
  position: relative;
  z-index: 1;
  transition: 0.7s;
  font-weight: 600;
  padding: 10px 25px;
  font-size: 15px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
  float: right;
  top: 12px;
  position: relative;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #fff;
  transition: 0.9s;
  z-index: -1;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  border-radius: 0;
  color: #ed0a7d !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active i {
  color: #fff;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active::before {
  width: 100%;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active {
  color: #000 !important;
  border-radius: 0;
  /*padding-left: 35px;*/
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover i,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus i,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active i {
  color: #fff;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus::before,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active::before {
  width: 100%;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active {
  color: #fff !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active::before {
  width: 100%;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active i {
  color: #fff;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
  margin-top: 18px !important;
  position: absolute;
  transform: scaleX(0);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  transform: scaleX(1);
}
.main-nav .nav-side.nav-side {
  position: relative;
}
.main-nav .nav-side .nav-side-item:first-child{
  /*border-left: 1px solid;*/
    padding-left: 20px;
}
.main-nav .nav-side .nav-side-item {
  margin-right: 20px;
  display: inline-block;
}
.main-nav .nav-side .nav-side-item:last-child {
  margin-right: 0;
}
.main-nav .nav-side .nav-side-item .search-box {
  position: relative;
  top: 7px;
}
.main-nav .nav-side .nav-side-item .search-box i {
  cursor: pointer;
  font-size: 24px;
  color: #4b4ecc;
  position: relative;
  display: inline-block;
  top: 0;
}
.main-nav .nav-side .nav-side-item .search-box:hover i {
  color: #000;
}
.main-nav .nav-side .nav-side-item .search-side-widget .search-side-form {
  position: relative;
  top: -10px;
}
.main-nav
  .nav-side
  .nav-side-item
  .search-side-widget
  .search-side-form
  .form-control {
  height: 45px;
  background-color: #f8f8f8;
  padding: 10px 20px;
  width: 100%;
  border-radius: 50px;
  border: none;
}
.main-nav
  .nav-side
  .nav-side-item
  .search-side-widget
  .search-side-form
  .form-control:focus {
  box-shadow: none;
  outline: 0;
}
.main-nav
  .nav-side
  .nav-side-item
  .search-side-widget
  .search-side-form
  button {
  position: absolute;
  top: 3px;
  right: 3px;
  height: 40px;
  width: 40px;
  background-color: #ed0a7d;
  transition: all 0.5s;
  border: none;
  outline: none;
  border-radius: 50px;
}
.main-nav
  .nav-side
  .nav-side-item
  .search-side-widget
  .search-side-form
  button
  i {
  color: #fff;
  position: relative;
  top: 1.9px;
}
.main-nav
  .nav-side
  .nav-side-item
  .search-side-widget
  .search-side-form
  button:hover {
  background-color: #000;
}
.main-nav .nav-side .nav-side-item .get-btn {
  display: inline-block;
  position: relative;
  top: 5px;
}
.main-nav .nav-side .nav-side-item .get-btn .default-btn {
  padding: 9px 25px;
}
.nav-side-mt {
  margin-top: 6px;
}
.side-nav-responsive {
  display: none;
}
.side-nav-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 999;
  position: absolute;
  right: 60px;
  top: 20px;
}
.side-nav-responsive .dot-menu .circle-inner {
  display: flex;
  align-items: center;
  height: 30px;
}
.side-nav-responsive .dot-menu .circle-inner .in-circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  transition: 0.7s;
  background-color: #000;
}
.side-nav-responsive .dot-menu:hover .circle-inner .circle {
  background-color: #ed0a7d;
}
.side-nav-responsive .container-max {
  position: relative;
  display: flex;
}
.side-nav-responsive .container-max .container {
  position: absolute;
  top: 70px;
  right: 0;
  max-width: 220px;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.7s;
  transform: scaleX(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}
.side-nav-responsive .container-max .container.active {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
}
.side-nav-responsive .side-nav-inner {
  padding: 12px 10px 10px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
  background-color: #fff;
}
.side-nav-responsive .side-nav-inner .side-nav {
  background-color: #000;
  padding: 10px;
}
.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .search-box {
  position: relative;
  display: inline-block;
  top: -10px;
  margin-right: 5px;
}
.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .search-box i {
  cursor: pointer;
  font-size: 24px;
  color: #fff;
  position: relative;
  display: inline-block;
  top: 5px;
}
.side-nav-responsive
  .side-nav-inner
  .side-nav
  .side-nav-item
  .search-box:hover
  i {
  color: #000;
}
.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .get-btn {
  display: inline-block;
  position: relative;
  top: 5px;
}
.side-nav-responsive
  .side-nav-inner
  .side-nav
  .side-nav-item
  .get-btn
  .default-btn {
  padding: 7px 15px;
  background-color: #fff;
  color: #252525;
}
.sticky-nav {
  top: 0;
  position: fixed;
  transition: 0.7s;
  width: 100% !important;
  z-index: 999;
}
.sticky-nav .main-nav {
  top: 0;
  border: none;
  position: fixed;
  z-index: 999;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.search-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.search-overlay .search-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translateX(100%);
}
.search-overlay .search-layer:nth-child(1) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out 0s;
}
.search-overlay .search-layer:nth-child(2) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out 0.3s;
}
.search-overlay .search-layer:nth-child(3) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.9s ease-in-out 0.6s;
}
.search-overlay .search-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 50px;
  z-index: 2;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  transition: all 0.9s ease-in-out 1.5s;
  opacity: 0;
  visibility: hidden;
}
.search-overlay .search-close .search-close-line {
  width: 100%;
  height: 3px;
  float: left;
  margin-bottom: 5px;
  background-color: #fff;
  transition: all 500ms ease;
}
.search-overlay .search-close .search-close-line:nth-child(1) {
  transform: rotate(45deg);
}
.search-overlay .search-close .search-close-line:nth-child(2) {
  margin-top: -7px;
  transform: rotate(-45deg);
}
.search-overlay .search-close:hover .search-close-line {
  background: #000;
  transform: rotate(180deg);
}
.search-overlay .search-form {
  transition: all 0.9s ease-in-out 1.4s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  max-width: 500px;
  width: 500px;
  padding: 0 15px;
}
.search-overlay .search-form form {
  position: relative;
}
.search-overlay .search-form form .input-search {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 30px;
  color: #252525;
  padding: 3px 0 0 25px;
}
.search-overlay .search-form form .input-search::-moz-placeholder {
  -moz-transition: 0.7s;
  transition: 0.7s;
  letter-spacing: 0.5px;
  color: #252525;
}
.search-overlay .search-form form .input-search::placeholder {
  transition: 0.7s;
  letter-spacing: 0.5px;
  color: #252525;
}
.search-overlay .search-form form .input-search:focus {
  border: none;
  outline: none;
}
.search-overlay .search-form form .input-search:focus::-moz-placeholder {
  color: transparent;
}
.search-overlay .search-form form .input-search:focus::placeholder {
  color: transparent;
}
.search-overlay .search-form form button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 50px;
  color: #fff;
  height: 50px;
  border-radius: 50%;
  background-color: #000;
  transition: 0.7s;
  border: none;
  font-size: 20px;
  line-height: 55px;
}
.search-overlay .search-form form button:hover {
  background-color: #ed0a7d;
  color: #fff;
}
.search-overlay .search-form form:hover {
  border: none;
  outline: none;
}
.search-overlay.search-overlay-active.search-overlay {
  opacity: 1;
  visibility: visible;
}
.search-overlay.search-overlay-active.search-overlay .search-layer {
  transform: translateX(0);
}
.search-overlay.search-overlay-active.search-overlay .search-close {
  opacity: 1;
  visibility: visible;
}
.search-overlay.search-overlay-active.search-overlay .search-form {
  opacity: 1;
  visibility: visible;
}
.banner-slider-area {
  position: relative;
}
.banner-slider-area .owl-dots {
  margin-top: 0 !important;
  position: absolute;
  display: grid;
  right: 7%;
  top: 50%;
  transform: translateY(-50%);
  margin-bottom: 10px;
}
.banner-slider-area .owl-dots .owl-dot span {
  background-color: rgba(251, 251, 251, 0.2470588235) !important;
  transition: 0.7s;
  margin: 7px;
  width: 40px !important;
  height: 40px !important;
  border: 10px solid rgba(251, 251, 251, 0.2470588235);
}
.banner-slider-area .owl-dots .owl-dot.active span {
  background-color: #fff !important;
  width: 40px !important;
  height: 40px !important;
  border: 13px solid #ed0a7d;
}
.banner-slider-area .owl-dots .owl-dot:hover span {
  background-color: #fff !important;
  width: 40px !important;
  height: 40px !important;
  border: 13px solid #ed0a7d;
}
.banner-item {
	/*height: 470px;*/
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
/*.banner-item::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #ffffff00 20%, #000000e6 50%);
  opacity: 0.6;
}*/
.banner-item-content {
  padding-top: 150px;
  padding-bottom: 50px;
}
.banner-item-content span {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  padding: 10px 25px;
  background-color: #fff;
  border-radius: 50px;
  display: inline-block;
}
.banner-item-content h1 {
  text-shadow: 2px 2px #000;
  margin-top: 0px;
  font-size: 60px;
  color: #fff;
  font-weight: 700;
/*  max-width: 780px;*/
}
.banner-item-content p {
  font-size: 22px;
  text-shadow: 2px 2px #000;
  color: #fff;
  font-weight: 400;
/*  max-width: 660px;*/
  margin-bottom: 20px;
}
.item-bg1 {
  /*background-image: url(https://drone-media.ancorathemes.com/wp-content/uploads/2024/04/231_3-1-copyright.jpg);*/
  
  background-size: cover;
  background-repeat: no-repeat;
}
/*.item-bg2 {
  background-image: url(https://skyward.themerex.net/wp-content/uploads/2023/06/147_3-1-copyright.jpg);
  background-position: top;
}
.item-bg3 {
  background-image: url(https://drone-media.ancorathemes.com/wp-content/uploads/2024/04/231_3-1-copyright.jpg);
  background-position: top;
}*/
.banner-area {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/home-two.jpg);
}
.banner-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to right,
    rgba(37, 37, 37, 0.7490196078),
    rgba(37, 37, 37, 0)
  );
}
.banner-item-ptb {
  padding-top: 140px;
  padding-bottom: 160px;
}
.banner-item-ptb h1 {
  margin-top: 0;
}
.banner-area-two {
  position: relative;
  z-index: 1;
  background-color: #f8f8f8;
}
.banner-area-two::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/home-three/home-three-bg.png);
}
.banner-content {
  position: relative;
  margin-top: -50px;
}
.banner-content h1 {
  font-size: 60px;
  color: #252525;
  font-weight: 600;
  max-width: 680px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.banner-content p {
  font-size: 17px;
  color: #252525;
  font-weight: 500;
  max-width: 500px;
  margin-bottom: 35px;
}
.banner-img {
  position: relative;
  padding-top: 70px;
}
.banner-img .banner-img-shape {
  position: absolute;
  bottom: 100px;
  right: 0;
  animation: moveBounce 9s linear infinite;
}
.banner-sub-item {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  padding: 15px 10px 15px 160px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.banner-sub-item img {
  position: absolute;
  top: 10px;
  left: 10px;
  max-width: 125px;
  border-radius: 15px 0 0 15px;
}
.banner-sub-item .content {
  padding-bottom: 10px;
}
.banner-sub-item .content h3 {
  font-size: 45px;
  color: #ed0a7d;
  font-weight: 700;
  margin-bottom: 0;
}
.banner-sub-item .content span {
  color: #252525;
  font-size: 18px;
  font-weight: 600;
}
.banner-sub-slider {
  position: relative;
  margin-top: -80px;
  padding-bottom: 50px;
}
.banner-four-area {
  background: linear-gradient(to left, #006095e8 50%, #006eab 104%), url(../kk-images/others/banner-texture.jpg);
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner-four-content {
  max-width: 620px;
  margin-right: auto;
  margin-right: -50px;
  position: relative;
  z-index: 2;
}
.banner-four-content span {
    font-size: 14px;
    font-weight: 500;
    color: #ffe200;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 15px;
}
.banner-four-content h1 {
  font-family: 'Syne', sans-serif;
  font-size: 45px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
.banner-four-content p {
  font-size: 17px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 30px;
}
.banner-four-content .banner-btn .default-btn {
  display: inline-block;
      text-transform: uppercase;
  font-weight: 600;
}
.banner-four-content .banner-btn .play-btn {
  padding-left: 65px;
  position: relative;
  z-index: 1;
  top: -3px;
}
.banner-four-content .banner-btn .play-btn i {
  position: absolute;
  top: -3px;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  background-color: #fff;
  color: #ed0a7d;
  border-radius: 50px;
  transition: 0.7s;
}
.banner-four-content .banner-btn .play-btn i::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0.5px solid #fff;
  border-radius: 50px;
  animation: ripple 2s infinite ease-in-out;
}
.banner-four-content .banner-btn .play-btn h3 {
  margin-bottom: 5px;
  font-size: 16px;
  color: #fff;
  transition: 0.7s;
}
.banner-four-content .banner-btn .play-btn span {
  font-size: 14px;
  color: #fff;
  transition: 0.7s;
  margin-bottom: 0;
}
.banner-four-content .banner-btn .play-btn:hover i {
  background-color: #ed0a7d;
  color: #fff;
}
.banner-four-content .banner-btn .play-btn:hover i::after {
  border-color: #ed0a7d;
}
.banner-four-content .banner-btn .play-btn:hover h3 {
  color: #fff;
}
.banner-four-content .banner-btn .play-btn:hover span {
  color: #ed0a7d;
}
.banner-four-img {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.banner-five-area {
  background-color: #d5e5f4;
  position: relative;
  padding: 50px 0;
}
.banner-five-content {
  max-width: 560px;
  margin-left: auto;
}
.banner-five-content span {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 15px;
}
.banner-five-content h1 {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}
.banner-five-content h1 b {
  font-weight: 600;
  color: #000;
}
.banner-five-content p {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 30px;
}
.banner-five-img {
  animation: moveBounce 9s infinite ease-in-out;
}
.banner-bottom-area {
  position: relative;
  margin-top: -75px;
}
.banner-bottom-card {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 30px 20px 30px 135px;
  border-radius: 15px;
  margin-bottom: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  border-bottom: 3px solid #000;
  transition: 0.5s;
}
.banner-bottom-card i {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 40px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #252525;
  background-color: #e5f3ff;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
}
.banner-bottom-card h3 {
  color: #252525;
  margin-bottom: 10px;
  transition: 0.5s;
}
.banner-bottom-card p {
  margin-bottom: 0;
  font-weight: 500;
}
.banner-bottom-card:hover {
  transform: translateY(-10px);
}
.banner-bottom-card:hover h3 {
  color: #ed0a7d;
}
.banner-seven-slide.owl-theme .owl-nav {
  margin-top: 0;
}
.banner-seven-slide.owl-theme .owl-nav [class*="owl-"] {
  font-size: 40px;
  color: #252525;
  background-color: #fff;
  width: 50px;
  height: 50px;
  line-height: 58px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 160px;
  top: 52%;
  transform: translateY(-50%);
  transition: all ease 0.5s;
}
.banner-seven-slide.owl-theme .owl-nav [class*="owl-"] span {
  position: relative;
  top: -9px;
}
.banner-seven-slide.owl-theme .owl-nav [class*="owl-"].owl-next {
  top: 45%;
  left: 160px;
  right: auto;
}
.banner-seven-slide.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: #070b3b;
  color: #fff;
}
.banner-six.banner-eight {
  background-image: none;
}
.banner-six.banner-eight .background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -2;
}
.inner-banner {
  position: relative;
  z-index: 1;
      background: linear-gradient(180deg, #000000a1 0%, #000000a1 31%), url(../image/service-bg-01.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
/*    background-attachment: fixed;*/
}
.inner-banner .inner-title {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
.inner-banner .inner-title h2 {
      text-shadow: 2px 2px #000;
  font-size: 45px;
  color: #fff;
  font-weight: 600;
  position: relative;
}
.inner-banner .inner-title ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.inner-banner .inner-title ul li {
      text-shadow: 2px 2px #000;
  font-size: 18px;
  color: #fff;
  display: inline-block;
}
.inner-banner .inner-title ul li i {
  color: #fff;
  position: relative;
  top: 3px;
  margin: 0 3px;
}
.inner-banner .inner-title ul li a {
  color: #fff;
}
.inner-banner .inner-title ul li a:hover {
  color: #ed0a7d;
}
.inner-banner .inner-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
.about-content .about-content-card {
  border-bottom: 2px solid #000;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  border-radius: 10px;
  text-align: center;
  padding: 20px 10px;
      background: radial-gradient(circle at top, aliceblue 75px, transparent 35px), linear-gradient(90deg, #fff -13%, #ffffff 24%);
  margin-top: 0px;
}
.about-content .about-content-card i {
  font-size: 40px;
  color: #000;
  line-height: 1;
}
.about-content .about-content-card h3 {
  margin-top: 15px;
  margin-bottom: 12px;
}
.about-content .about-content-card p {
  text-align: center;
  margin-bottom: 0;
}
.about-content .about-list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
.about-content .about-list li {
  display: block;
  color: #252525;
  margin-bottom: 10px;
  font-weight: 500;
  transition: 0.7s;
  padding-left: 35px;
  position: relative;
  transition: 0.5s;
  font-size: 15px;
}
.about-content .about-list li:hover {
  color: #000;
}
.about-content .about-list li:hover i {
  color: #ed0a7d;
}
.about-content .about-list li:last-child {
  margin-bottom: 0;
}
.about-content .about-list li i {
  font-size: 26px;
  color: #000;
  position: absolute;
  left: 0;
  top: -2px;
  margin-right: 5px;
  transition: 0.5s;
}
.about-content .about-content-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.about-img {
  position: relative;
}
.about-img::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 30%;
  height: 40%;
  background-color: transparent;
  border: 3px solid #ed0a7d;
  bottom: -10px;
  right: -40px;
  border-radius: 35px;
}
.about-img img {
  border-radius: 15px;
}
.about-img .sub-content {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  background-color: #fff;
  border-radius: 15px;
  padding: 15px 10px 23px 160px;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.about-img .sub-content img {
  position: absolute;
  top: 10px;
  left: 10px;
  max-width: 123px;
  border-radius: 15px 0 0 15px;
}
.about-img .sub-content h3 {
  font-size: 45px;
  color: #ed0a7d;
  font-weight: 700;
  margin-bottom: 0;
}
.about-img .sub-content span {
  color: #252525;
  font-size: 18px;
  font-weight: 600;
}
.about-play {
  position: relative;
  border-radius: 30px;
}
.about-play img {
  border-radius: 30px;
}
.about-play .about-play-content {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  max-width: 470px;
  background-color: rgba(37, 37, 37, 0.2196078431);
  border-bottom-left-radius: 30px;
  border-top-right-radius: 70%;
  padding: 100px 40px 70px 25px;
}
.about-play .about-play-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 30px;
  width: 91.7%;
  height: 90.1%;
  background-color: #ffffffa6;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 70%;
}
.about-play .about-play-content span {
  color: #000;
}
.about-play .about-play-content h2 {
  color: #000;
  font-size: 30px;
  max-width: 300px;
  margin-bottom: 0;
}
.about-play .about-play-content .play-on-area {
  position: absolute;
  z-index: 1;
  bottom: 175px;
  left: 200px;
}
.about-play .about-play-content .play-on-area .play-on {
  width: 80px;
  height: 80px;
  color: #fff;
  background-color: #000;
  text-align: center;
  font-size: 55px;
  border-radius: 50px;
  display: inline-block;
}
.about-play .about-play-content .play-on-area .play-on i {
  padding-left: 3px;
}
.about-play .about-play-content .play-on-area .play-on:hover {
  color: #fff;
  background-color: #ed0a7d;
}
.about-bg {
  background-color: #070b3b;
}
.about-img-2 {
  margin-bottom: 30px;
}
.about-img-2 img {
  border-radius: 15px;
}
.about-content-2 {
  margin-bottom: 30px;
}
.about-content-2 .section-title h2 {
  color: #fff;
}
.about-content-2 .section-title p {
  color: #fff;
}
.about-content-2 .about-card {
  margin-top: 15px;
}
.about-content-2 .about-card .content {
  padding-top: 20px;
  position: relative;
  padding-left: 70px;
  margin-bottom: 40px;
}
.about-content-2 .about-card .content i {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 55px;
  color: #000;
  line-height: 1;
}
.about-content-2 .about-card .content h3 {
  margin-bottom: 10px;
  color: #fff;
}
.about-content-2 .about-card p {
  margin-top: 25px;
  margin-bottom: 0;
  color: #fff;
}
.about-bg2 {
  background-color: #f8f8f8;
}
.about-img-4 {
  max-width: 750px;
  margin-left: auto;
  margin-bottom: 30px;
}
.about-content-3 {
  max-width: 560px;
  margin-right: auto;
  margin-bottom: 30px;
}
.about-content-3 .section-title {
  margin-bottom: 20px;
}
.about-content-3 h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.all-skill-bar {
  margin-right: 30px;
  margin-bottom: 30px;
}
.skill-bar {
  margin-bottom: 20px;
}
.skill-bar .progress-title-holder {
  position: relative;
  margin-bottom: 15px;
}
.skill-bar .progress-title {
  font-size: 16px;
  font-weight: 600;
  color: #252525;
}
.skill-bar .progress-number-wrapper {
  width: 100%;
  z-index: 10;
  font-size: 11px;
  line-height: 24px;
  height: 24px;
  letter-spacing: 0;
  font-weight: 500;
  font-style: normal;
  text-transform: none;
  color: #fbede9;
}
.skill-bar .progress-number-mark {
  margin-bottom: 4px;
  border-radius: 3px;
  color: #fff;
  padding: 0 8px;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 600;
  width: 45px;
  height: 26px;
  text-align: center;
  line-height: 28px;
  background: #070b3b;
}
.skill-bar .progress-content-outter {
  height: 10px;
  background-color: #bddfff;
  border-radius: 5px;
}
.skill-bar .progress-content {
  height: 10px;
  background-color: #000;
  width: 0%;
  border-radius: 5px;
}
.security-area .section-title h2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.security-card {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  border-bottom: 3px solid #000;
}
.security-card i {
  font-size: 45px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #252525;
  background-color: #e5f3ff;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  margin-bottom: 12px;
  transition: 0.5s;
}
.security-card h3 {
  margin-bottom: 10px;
}
.security-card h3 a {
  color: #252525;
  transition: 0.5s;
  display: block;
}
.security-card p {
  margin-bottom: 0;
}
.security-card:hover i {
  background-color: #000;
  color: #fff;
}
.security-card:hover h3 a {
  color: #000;
}
.services-area {
  background-color: #070b3b;
  position: relative;
}
.services-area .section-title h2 {
  max-width: 500px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}
.services-area .section-title p {
  color: #fff;
  max-width: 760px;
}
.services-card {
  padding: 30px 20px 25px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.services-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 90px;
  height: 90px;
  background-color: #000;
  border-radius: 272px 0 0 0;
  opacity: 0.1;
  transition: 0.7s;
}
.services-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 75px;
  height: 75px;
  background-color: #000;
  border-radius: 170px 0 0 0;
  opacity: 0.1;
  transition: 0.7s;
}
.services-card i {
  color: #000;
  font-size: 60px;
  line-height: 1;
  transition: 0.7s;
}
.services-card h3 {
  margin-top: 20px;
  margin-bottom: 12px;
  transition: 0.7s;
}
.services-card h3 a {
  display: block;
  color: #252525;
  transition: 0.7s;
}
.services-card p {
  margin-bottom: 12px;
  transition: 0.7s;
}
.services-card .learn-btn {
  color: #252525;
  font-size: 14px;
  font-weight: 600;
  transition: 0.7s;
}
.services-card .learn-btn i {
  font-size: 20px;
  position: relative;
  top: 5px;
  color: #252525;
  transition: 0.7s;
}
.services-card .learn-btn:hover {
  color: #fff;
}
.services-card .learn-btn:hover i {
  color: #fff;
}
.services-card:hover::before {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  opacity: 1;
}
.services-card:hover i {
  color: #fff;
}
.services-card:hover h3 a {
  color: #fff;
}
.services-card:hover p {
  color: #fff;
}
.services-card:hover .learn-btn {
  color: #fff;
}
.services-card:hover .learn-btn i {
  color: #fff;
}
.services-card-color-bg {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  padding: 40px 30px 35px;
  border-radius: 15px;
}
.services-left {
  margin-bottom: 30px;
}
.services-left .section-title {
  margin-bottom: 20px;
}
.services-left .section-title p {
  padding-top: 17px;
}
.services-style-bg {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}
.service-shape {
  position: absolute;
  top: 0;
  right: 0;
}
.service-shape img {
  max-width: 400px;
}
.services-area-two {
  background-color: #070b3b;
  position: relative;
  z-index: 1;
}
.services-area-two::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/services/services-bg.png);
}
.services-area-two .section-title h2 {
  max-width: 500px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}
.services-item {
  position: relative;
  margin-bottom: 80px;
  transition: 0.7s;
}
.services-item:hover {
  transform: translateY(-5px);
}
.services-item:hover .content h3 a {
  color: #ed0a7d;
}
.services-item a {
  display: block;
}
.services-item a img {
  border-radius: 5px;
}
.services-item .content {
  position: absolute;
  left: 0;
  right: 0;
  width: 82%;
  bottom: -80px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 20px 20px 20px 100px;
  margin-bottom: 30px;
}
.services-item .content i {
  font-size: 60px;
  position: absolute;
  top: 17px;
  left: 20px;
  line-height: 1;
  color: #000;
}
.services-item .content span {
  color: #000;
}
.services-item .content h3 {
  font-size: 20px;
  margin-top: 3px;
  margin-bottom: 0;
}
.services-item .content h3 a {
  color: #252525;
}
.services-area-three {
  background-color: #f8f8f8;
}
.services-area-three .section-title h2 {
  max-width: 390px;
  color: #252525;
  margin-left: auto;
  margin-right: auto;
}
.services-widget-area .section-title h2 {
  color: #252525;
}
.services-style-area .section-title h2 {
  max-width: 390px;
  color: #252525;
  margin-left: auto;
  margin-right: auto;
}
.services-style-area .section-title p {
  max-width: 600px;
}
.service-article .service-article-img {
  margin-bottom: 25px;
}
.service-article .service-article-img img {
  border-radius: 15px;
}
.service-article .service-article-content h2 {
  font-size: 26px;
  margin-bottom: 15px;
}
.service-article .service-article-content p {
  margin-bottom: 20px;
}
.service-article .service-article-content .service-article-list {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
}
.service-article .service-article-content .service-article-list li {
  display: block;
  color: #252525;
  margin-bottom: 10px;
  font-weight: 600;
  transition: 0.7s;
  padding-left: 35px;
  position: relative;
  transition: 0.5s;
}
.service-article .service-article-content .service-article-list li:hover {
  color: #000;
}
.service-article .service-article-content .service-article-list li:hover i {
  color: #ed0a7d;
}
.service-article .service-article-content .service-article-list li:last-child {
  margin-bottom: 0;
}
.service-article .service-article-content .service-article-list li i {
  font-size: 26px;
  color: #000;
  position: absolute;
  left: 0;
  top: -2px;
  margin-right: 5px;
  transition: 0.5s;
}
.service-article .service-article-another h2 {
  font-size: 26px;
  margin-bottom: 15px;
}
.service-article .service-article-another p {
  margin-bottom: 20px;
}
.service-article .service-article-another .service-article-another-img {
  margin-bottom: 25px;
  margin-top: 10px;
}
.service-article .service-article-another .service-article-another-img img {
  border-radius: 15px;
}
.service-article .service-work-process h2 {
  font-size: 26px;
  margin-bottom: 15px;
}
.service-article .service-work-process p {
  margin-bottom: 30px;
}
.service-article .work-process-card p {
  margin-bottom: 0;
}
.work-process-area .section-title h2 {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.work-process-left {
  background-color: #070b3b;
  padding: 148px 50px;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.work-process-left::before {
  content: "";
  position: absolute;
  z-index: -1;
  opacity: 0.2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/shape/bg-shape.png);
}
.work-process-left .section-title {
  margin-bottom: 30px;
}
.work-process-left .section-title h2 {
  color: #fff;
}
.work-process-left .default-btn {
  margin: 0 auto;
}
.work-process-card {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.work-process-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 70px;
  height: 55px;
  background-color: #000;
  border-radius: 0 0 0 270px;
  opacity: 0.1;
  transition: 0.7s;
}
.work-process-card i {
  font-size: 60px;
  color: #000;
  line-height: 1.2;
}
.work-process-card h3 {
  margin-top: 15px;
  margin-bottom: 10px;
}
.work-process-card p {
  margin-bottom: 0;
}
.work-process-card .number {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  position: absolute;
  top: 5px;
  right: 15px;
}
.work-process-area-two {
  position: relative;
}
.work-shape {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.work-process-card-two {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 35px 23px;
  margin-bottom: 30px;
}
.work-process-card-two .number-title {
  font-size: 30px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.work-process-card-two h3 {
  margin-bottom: 15px;
}
.work-process-card-two p {
  margin-bottom: 0;
}
.work-process-right {
  background-color: #070b3b;
  padding: 138px 50px;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.work-process-right::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/shape/bg-shape2.png);
}
.work-process-right .section-title {
  margin-bottom: 30px;
}
.work-process-right .section-title h2 {
  color: #fff;
}
.work-process-right .default-btn {
  margin: 0 auto;
}
.work-process-card-three {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 35px 23px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.work-process-card-three::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 85px;
  height: 75px;
  background-color: #000;
  border-radius: 0 0 0 100%;
  opacity: 0.1;
  transition: 0.7s;
}
.work-process-card-three .number-title {
  font-size: 30px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.work-process-card-three h3 {
  margin-bottom: 15px;
}
.work-process-card-three p {
  margin-bottom: 0;
}
.work-process-card-three i {
  font-size: 30px;
  color: #000;
  position: absolute;
  top: 7px;
  right: 15px;
}
.choose-area {
  background-color: #070b3b;
}
.choose-content {
  margin-bottom: 30px;
}
.choose-content .section-title h2 {
  max-width: 470px;
  color: #fff;
}
.choose-content .section-title p {
  color: #fff;
}
.choose-content .choose-content-card {
  margin-top: 15px;
}
.choose-content .choose-content-card .content {
  padding-top: 20px;
  position: relative;
  padding-left: 75px;
}
.choose-content .choose-content-card .content i {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 60px;
  color: #000;
  line-height: 1;
}
.choose-content .choose-content-card .content h3 {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #fff;
}
.choose-content .choose-content-card p {
  margin-top: 5px;
  margin-bottom: 0;
  color: #fff;
}
.choose-img {
  margin-bottom: 30px;
}
.choose-img img {
  border-radius: 15px;
}
.choose-content-two .section-title {
  margin-bottom: 25px;
}
.choose-content-two .section-title p {
  padding-top: 15px;
}
.choose-content-two .choose-content-card {
  position: relative;
  padding-left: 100px;
  margin-bottom: 25px;
}
.choose-content-two .choose-content-card i {
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  font-size: 35px;
  color: #fff;
  background-color: #000;
  border-radius: 3px;
}
.choose-content-two .choose-content-card h3 {
  margin-bottom: 15px;
}
.choose-content-two .choose-content-card p {
  margin-bottom: 0;
  max-width: 315px;
}
.choose-img-two {
  position: relative;
  z-index: 1;
  padding-right: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.choose-img-two::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 90%;
  height: 100%;
  background-color: #000;
}
.build-area {
  position: relative;
  z-index: 1;
}
.build-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background-color: #000;
}

.build-area .default-btn {
  background-color: #fff;
  color: #000;
}
.build-content .section-title span {
  color: #fff;
}
.build-content .section-title h2 {
  color: #fff;
}
.build-content.build-content-on-color .section-title span {
  color: #252525;
}
.build-content.build-content-on-color .section-title h2 {
  color: #252525;
}
.build-btn-area {
  float: right;
}
.build-play-img {
  position: relative;
  border-radius: 30px;
  margin-bottom: 30px;
}
.build-play-img img {
  border-radius: 30px;
}
.build-play-img .play-area-content {
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: -1px;
  max-width: 470px;
  background-color: rgba(37, 37, 37, 0.2196078431);
  border-bottom-left-radius: 30px;
  border-top-right-radius: 70%;
  padding: 40px 80px 110px 40px;
}
.build-play-img .play-area-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 30px;
  right: 30px;
  width: 92.7%;
  height: 92.1%;
  background-color: #000;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 70%;
}
.build-play-img .play-area-content span {
  color: #fff;
}
.build-play-img .play-area-content h2 {
  color: #fff;
  font-size: 35px;
  max-width: 300px;
  margin-bottom: 0;
}
.play-area {
  position: absolute;
  z-index: 1;
  bottom: 220px;
  left: 260px;
}
.play-area .play-on {
  width: 80px;
  height: 80px;
  color: #000;
  background-color: #fff;
  text-align: center;
  font-size: 45px;
  line-height: 85px;
  border-radius: 50px;
  display: inline-block;
}
.play-area .play-on i {
  position: relative;
  left: 4px;
  top: 1px;
}
.play-area .play-on:hover {
  color: #fff;
  background-color: #ed0a7d;
}
.build-item {
  position: relative;
  margin-bottom: 80px;
}
.build-item a {
  display: block;
}
.build-item a img {
  border-radius: 5px;
}
.build-item .content {
  position: absolute;
  left: 0;
  right: 0;
  width: 90%;
  bottom: -80px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 30px;
}
.build-item .content h3 {
  margin-bottom: 5px;
}
.build-item .content h3 a {
  color: #252525;
  transition: 0.5s;
}
.build-item .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.build-item .content ul li {
  display: inline-block;
  margin-right: 15px;
  color: #444;
  font-weight: 500;
  position: relative;
  font-size: 14px;
}
.build-item .content ul li a {
  color: #444;
}
.build-item .content ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  right: -10px;
  width: 2px;
  height: 15px;
  background-color: #444;
  transform: skew(-20deg);
}
.build-item .content ul li:last-child {
  margin-left: 0;
}
.build-item .content ul li:last-child::before {
  display: none;
}
.build-item .content ul li:hover a {
  color: #000;
}
.build-item .content .more-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  color: #000;
  text-align: center;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 5px;
  background-color: #e6f1fc;
  transition: 0.5s;
}
.build-item:hover .content h3 a {
  color: #ed0a7d;
}
.build-item:hover .more-btn {
  background-color: #000;
  color: #fff;
}
.build-text {
  margin-bottom: 20px;
  margin-top: 30px;
}
.build-text p {
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
}
.build-text.build-on-text p {
  color: #252525;
}
.play-btn-area {
  position: relative;
  z-index: 1;
  padding-top: 170px;
  padding-bottom: 170px;
  text-align: center;
  margin-bottom: 30px;
}
.play-btn-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/build/build-play-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 15px;
}
.play-btn-area .build-play {
  font-size: 35px;
  color: #fff;
  width: 100px;
  height: 100px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5294117647);
  border-radius: 50%;
  line-height: 105px;
  text-align: center;
  position: relative;
  transition: 0.7s;
  animation: pulse 3s ease-out infinite;
}
.play-btn-area .build-play i {
  position: relative;
  top: 1px;
  left: 3px;
}
.play-btn-area .build-play::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  left: 0;
  right: 0;
  top: 15px;
  margin: 0 auto;
  z-index: -1;
  background-color: #000;
  border-radius: 50%;
}
.play-btn-area .build-play:hover {
  border-radius: 0;
  transform: scale(1);
}
.play-btn-area .build-play:hover::before {
  border-radius: 0;
  animation: none;
}
.build-area-two {
  background-color: #f8f8f8;
}
.talk-area {
  background-image: url(../images/talk-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.talk-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #070b3b;
  opacity: 0.8;
}
.talk-content .section-title {
  margin-bottom: 30px;
}
.talk-content .section-title h2 {
  color: #fff;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}
.talk-area-two {
  background-image: url(../images/talk-bg2.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}
.talk-area-two::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
}
.call-us-area {
  background-color: #070b3b;
  position: relative;
  z-index: 1;
}
.call-us-area::before {
  content: "";
  position: absolute;
  opacity: 0.1;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/call-us/call-shap1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.call-us-img {
  text-align: center;
  position: relative;
  z-index: 1;
}
.call-shape .shape1 {
  position: absolute;
  top: 30px;
  left: 30px;
}
.call-shape .shape2 {
  position: absolute;
  top: 30px;
  right: -35px;
}
.call-contact {
  padding: 50px 0;
}
.call-contact h3 {
  font-size: 22px;
  color: #ed0a7d;
  margin-bottom: 5px;
}
.call-contact .call-btn {
  font-size: 35px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 600;
}
.call-contact .call-btn:hover {
  color: #ed0a7d;
}
.call-contact p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 25px;
}
.counter-area {
  position: relative;
}
.counter-area .section-title h2 {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.counter-area .section-title p {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
.counter-content {
  margin-bottom: 30px;
  text-align: center;
}
.counter-content h1 {
  font-size: 170px;
  color: #252525;
  margin-bottom: 0;
  line-height: 1;
}
.counter-content h1 span {
  color: #000;
  line-height: 1;
  position: relative;
  top: -6px;
}
.counter-content h3 {
  margin-bottom: 13px;
}
.counter-content p {
  max-width: 355px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.counter-another-content {
  margin-bottom: 25px;
  padding-left: 90px;
  position: relative;
}
.counter-another-content img {
  width: 60px;
  position: absolute;
  line-height: 1;
  font-size: 60px;
  top: 3px;
  left: 0;
  color: #000;
}
.counter-another-content h3 {
  color: #252525;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 8px;
}
.counter-another-content span {
  font-size: 17px;
  color: #444;
  margin-bottom: 0;
  font-weight: 600;
}
.counter-shape {
  display: none;
}
.counter-shape .shape1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.counter-shape .shape1 img {
  max-width: 200px;
}
.counter-shape .shape2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.counter-shape .shape2 img {
  max-width: 200px;
}
.case-study-area .section-title h2 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.case-study-item {
  position: relative;
  margin-bottom: 80px;
}
.case-study-item a {
  font-size: 18px;
/*  display: block;*/
}
.case-study-item a img {
  border-radius: 5px;
}
.case-study-item .content {
  position: absolute;
  left: 0;
  right: 0;
  width: 90%;
  bottom: -80px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 0px;
}
.case-study-item .content h3 {
  margin-bottom: 5px;
}
.case-study-item .content h3 a {
  color: #252525;
}
.case-study-item .content h3:hover a {
  color: #000;
}
.case-study-item .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.case-study-item .content ul li {
  display: inline-block;
  margin-right: 15px;
  color: #444;
  font-weight: 500;
  position: relative;
}
.case-study-item .content ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  right: -10px;
  width: 2px;
  height: 15px;
  background-color: #444;
  transform: skew(-20deg);
}
.case-study-item .content ul li a {
  color: #444;
}
.case-study-item .content ul li:last-child {
  margin-left: 0;
}
.case-study-item .content ul li:last-child::before {
  display: none;
}
.case-study-item .content ul li:hover a {
  color: #000;
}
.case-study-item .content .more-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 45px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 5px;
  background-color: #000;
  transition: 0.5s;
}
.case-study-item .content .more-btn:hover {
  background-color: #ed0a7d;
  color: #fff;
}
.case-study-item:hover .content h3 a {
  color: #000;
}
.case-study-item:hover .content .more-btn {
  background-color: #000;
  color: #fff;
}
.case-article .case-article-img {
  margin-bottom: 25px;
}
.case-article .case-article-img img {
  border-radius: 15px;
}
.case-article .case-article-content h2 {
  font-size: 26px;
  margin-bottom: 15px;
}
.case-article .case-article-content p {
  margin-bottom: 20px;
}
.case-article .case-article-content .case-article-list {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
}
.case-article .case-article-content .case-article-list li {
  display: block;
  color: #252525;
  margin-bottom: 10px;
  font-weight: 600;
  transition: 0.7s;
  padding-left: 35px;
  position: relative;
  transition: 0.5s;
}
.case-article .case-article-content .case-article-list li:hover {
  color: #000;
}
.case-article .case-article-content .case-article-list li:hover i {
  color: #ed0a7d;
}
.case-article .case-article-content .case-article-list li:last-child {
  margin-bottom: 0;
}
.case-article .case-article-content .case-article-list li i {
  font-size: 26px;
  color: #000;
  position: absolute;
  left: 0;
  top: 2px;
  margin-right: 5px;
  transition: 0.5s;
}
.case-article .case-article-content .case-article-list.case-article-ls li i {
  top: -1px;
}
.case-article .case-article-another h2 {
  font-size: 26px;
  margin-bottom: 15px;
}
.case-article .case-article-another p {
  margin-bottom: 20px;
}
.case-article .case-article-another .case-article-another-img {
  margin-bottom: 25px;
  margin-top: 10px;
}
.case-article .case-article-another .case-article-another-img img {
  border-radius: 15px;
}
.case-article .case-work-process h2 {
  font-size: 26px;
  margin-bottom: 15px;
}
.case-article .case-work-process p {
  margin-bottom: 30px;
}
.case-play-btn {
  position: relative;
  z-index: 1;
  padding-top: 170px;
  padding-bottom: 170px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.case-play-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/build/build-play-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 15px;
}
.case-play-btn .case-play {
  font-size: 40px;
  color: #000;
  width: 80px;
  height: 80px;
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  line-height: 85px;
  text-align: center;
  position: relative;
  transition: 0.7s;
  animation: pulse 3s ease-out infinite;
}
.case-play-btn .case-play i {
  position: relative;
  top: 1px;
  left: 3px;
}
.case-play-btn .case-play:hover {
  border-radius: 0;
  transform: scale(1);
}
.case-play-btn .case-play:hover::before {
  border-radius: 0;
  animation: none;
}
.case-study-area-two {
  position: relative;
  z-index: 1;
}
.case-study-area-two::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60%;
  background-color: #070b3b;
}
.case-study-area-two .section-title h2 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
 .team-card .gallery-item {
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
}

.team-card .gallery-item:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.team-card {
  overflow: hidden;
  height: 165px;
  position: relative;
}
.team-card img:hover {
  transition: all 3s ease;
  transform: scale(1.2);
}
.team-card:hover .social-link {
  opacity: 1;
}
.team-card:hover .social-link li a {
  transform: scaleY(1);
}
.team-card:hover .content {
  border-radius: 0;
}
.team-card .social-link {
  position: absolute;
  top: 17%;
  right: 30px;
  padding: 0;
  list-style: none;
  opacity: 0;
}
.team-card .social-link li {
  display: block;
  margin-bottom: 10px;
}
.team-card .social-link li a {
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  background-color: #000;
  transform: scaleY(0);
}
.team-card .social-link li:hover a {
  background-color: #fff;
  color: #000;
}
.team-card .content {
      display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 10px 25px;
    /* border-top-left-radius: 100px; */
    text-align: center;
    transition: 0.9s;
}
.team-card .content i {
  font-size: 19px;
  color: #000;
}
.team-card .content h6 {
  margin-bottom: 0;
  color: #000;
}
.team-card .content span {
  color: #fff;
}
.technology-area {
  position: relative;
  z-index: 1;
  background-image: url(../images/technology-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.technology-area .section-title h2 {
  color: #fff;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}
.technology-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #070b3b;
  opacity: 0.8;
}
.technology-card {
  padding: 30px;
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 30px;
}
.technology-card i {
  font-size: 50px;
  line-height: 1;
  color: #fff;
}
.technology-card h3 {
  color: #fff;
  margin-bottom: 0;
  margin-top: 15px;
  font-weight: 500;
}
.technology-area-two {
  background-color: #f8f8f8;
}
.technology-area-two .section-title h2 {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}
.technology-card-color {
  border-color: #000;
}
.technology-card-color i {
  color: #000;
}
.technology-card-color h3 {
  color: #252525;
}
.technology-area-three {
  position: relative;
  z-index: 1;
  background-color: #070b3b;
}
.technology-area-three .section-title {
  margin-bottom: 30px;
}
.technology-area-three .section-title h2 {
  color: #fff;
  max-width: 540px;
}
.technology-area-three .section-title p {
  color: #fff;
  margin-bottom: 20px;
  padding-top: 17px;
}
.technology-area-three::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/shape/bg-shape3.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.4;
}
.technology-card-color2 i {
  color: #000;
}
.technology-area-four {
  background-color: #f8f8f8;
}
.technology-area-four .section-title {
  margin-bottom: 30px;
}
.technology-area-four .section-title p {
  padding-top: 18px;
}
.technology-item {
  padding: 17px 17px 15px;
  border: 1px solid #000;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 30px;
}
.technology-item i {
  font-size: 35px;
  line-height: 1;
  color: #000;
}
.technology-item h3 {
  color: #070b3b;
  margin-bottom: 0;
  margin-top: 17px;
  font-weight: 500;
  font-size: 18px;
}
.technology-play-area {
  padding: 200px 0;
  text-align: center;
  background-image: url(../images/technology-img2.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  margin-bottom: 30px;
  margin-left: 20px;
}
.technology-play-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #070b3b;
  opacity: 0.5;
  border-radius: 10px;
}
.technology-play-area .play-btn i {
  position: relative;
  z-index: 1;
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 40px;
  text-align: center;
  background-color: #fff;
  color: #ed0a7d;
  border-radius: 50px;
  transition: 0.7s;
}
.technology-play-area .play-btn i::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0.5px solid #fff;
  border-radius: 50px;
  animation: ripple 2s infinite ease-in-out;
}
.technology-play-area .play-btn:hover i {
  background-color: #ed0a7d;
  color: #fff;
}
.technology-play-area .play-btn:hover i::after {
  border-color: #ed0a7d;
}
.brand-area {
  position: relative;
}
.brand-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/brand-logo/brand-bg.png);
}
.brand-area-two {
  position: relative;
  background-color: #000;
}
.brand-area-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/brand-logo/brand-bg.png);
}
.brand-item img {
  width: unset !important;
  text-align: center;
  margin: 0 auto;
}
.brand-item .brand-logo-two {
  display: none !important;
}
.clients-area {
  position: relative;
  z-index: 1;
  background-color: #15163b;
}
.clients-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
/*  background-color: aliceblue;*/
  background-image: linear-gradient(180deg, #f5f9fdeb 13%, #ddeeffeb 57%), url(../kk-images/others/project-bg-01.jpg);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.clients-area .section-title h2 {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}
.clients-area .owl-nav {
  margin-top: 0;
}
.clients-area .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -7%;
  font-size: 25px !important;
  transition: 0.7s;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  line-height: 47px !important;
  background-color: transparent !important;
  color: #000 !important;
  border: 1px solid #000 !important;
}
.clients-area .owl-nav .owl-prev:hover {
  color: #fff !important;
  background-color: #000 !important;
}
.clients-area .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -7%;
  color: #444 !important;
  font-size: 25px !important;
  transition: 0.7s;
  width: 45px;
  height: 45px;
  line-height: 47px !important;
  border-radius: 50px;
  background-color: transparent !important;
  color: #000 !important;
  border: 1px solid #000 !important;
}
.clients-area .owl-nav .owl-next:hover {
  color: #fff !important;
  background-color: #000 !important;
}
.clients-area-two {
  background-color: #fff;
}
.clients-area-two .section-title h2 {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  color: #252525;
}
.clients-content {
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  padding: 30px 40px 25px;
  margin-bottom: 30px;
  border-radius: 10px;
}
.clients-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  width: 95%;
  height: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 0.5;
  border-radius: 10px;
}
.clients-content .content {
  padding-left: 110px;
  position: relative;
  margin-bottom: 30px;
}
.clients-content .content img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: unset !important;
  width: 85px !important;
  height: 85px !important;
}
.clients-content .content i {
  position: absolute;
  bottom: -10px;
  left: 60px;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #ed0a7d;
  color: #fff;
  text-align: center;
}
.clients-content .content h3 {
  padding-top: 20px;
  margin-bottom: 0;
}
.clients-content .content span {
  margin-bottom: 0;
}
.clients-content p {
  margin-bottom: 0;
}
.client-circle .client-circle-1 {
  position: absolute;
  top: 10%;
  left: 0;
}
.client-circle .client-circle-2 {
  position: absolute;
  top: 40%;
  left: 3%;
}
.client-circle .client-circle-3 {
  position: absolute;
  top: 75%;
  left: 0%;
}
.client-circle .client-circle-4 {
  position: absolute;
  top: 10%;
  right: 20%;
}
.client-circle .client-circle-5 {
  position: absolute;
  top: 25%;
  right: 5%;
}
.client-circle .client-circle-6 {
  position: absolute;
  top: 70%;
  right: 0;
}
.client-circle .client-circle-7 {
  position: absolute;
  bottom: 5%;
  right: 35%;
}
.circle {
  width: 40px;
  height: 40px;
  background-color: #000;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  border: 13px solid #f6fbff;
}
.clients-content-color {
  background-color: #070b3b;
}
.clients-content-color::before {
  background-color: #070b3b;
}
.clients-content-color .content h3 {
  color: #fff;
}
.clients-content-color .content span {
  color: #fff;
}
.clients-content-color p {
  color: #fff;
}
.clients-area-three {
  background-color: #f4f4ff;
  position: relative;
  z-index: 1;
}
.clients-area-three::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-image: url(../images/shape/bg-shape5.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.7;
}
.clients-area-three .owl-nav {
  margin-top: 0;
  line-height: 0;
}
.clients-area-three .owl-nav .owl-prev {
  position: absolute;
  bottom: 90px;
  left: 575px;
  font-size: 25px !important;
  transition: 0.7s;
  width: 40px;
  height: 40px;
  line-height: 42px !important;
  border-radius: 50px;
  background-color: transparent !important;
  color: #000 !important;
  border: 1px solid #000 !important;
}
.clients-area-three .owl-nav .owl-prev:hover {
  color: #fff !important;
  background-color: #000 !important;
}
.clients-area-three .owl-nav .owl-next {
  position: absolute;
  bottom: 90px;
  left: 620px;
  color: #444 !important;
  font-size: 24px !important;
  transition: 0.7s;
  width: 40px;
  height: 40px;
  line-height: 42px !important;
  border-radius: 50px;
  background-color: transparent !important;
  color: #000 !important;
  border: 1px solid #000 !important;
}
.clients-area-three .owl-nav .owl-next:hover {
  color: #fff !important;
  background-color: #000 !important;
}
.clients-slider-img {
  position: relative;
  z-index: 1;
  text-align: center;
}
.clients-slider-img img {
  width: unset !important;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.clients-slider-img .clients-slider-circle {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: -35px;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 90%;
  height: 90%;
  animation: border-transform 15s infinite ease-in-out;
  background-image: linear-gradient(#000, #070b3b);
}
.clients-slider-content {
  margin-bottom: 90px;
}
.clients-slider-content i {
  border-radius: 50px;
  width: 80px;
  height: 80px;
  line-height: 82px;
  font-size: 40px;
  background-color: #000;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.clients-slider-content i::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0.5px solid #000;
  border-radius: 50px;
  animation: ripple 2s infinite ease-in-out;
}
.clients-slider-content p {
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 500;
}
.clients-slider-content h3 {
  margin-bottom: 7px;
  color: #000;
}
.clients-slider-content span {
  margin-bottom: 0;
  font-weight: 500;
}
.owl-item.active .clients-slider-item .clients-slider-img {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.7s;
}
.owl-item.active .clients-slider-item .clients-slider-content i {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 1.1s;
}
.owl-item.active .clients-slider-item .clients-slider-content p {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 1.5s;
}
.owl-item.active .clients-slider-item .clients-slider-content h3 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 1.7s;
}
.owl-item.active .clients-slider-item .clients-slider-content span {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 1.9s;
}
.blog-card {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  border-radius: 5px;
  transition: 0.9s;
  border: 1px solid #f1f1f1;
}
.blog-card .blog-img {
  position: relative;
}
.blog-card .blog-img img {
  border-radius: 5px;
}
.blog-card .blog-img .blog-tag {
  background-color: #ed0a7d;
  padding: 15px 12px;
  position: absolute;
  bottom: -20px;
  right: 30px;
  border-radius: 5px;
  text-align: center;
}
.blog-card .blog-img .blog-tag h3 {
  font-size: 17px;
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 500;
}
.blog-card .blog-img .blog-tag span {
  color: #fff;
  line-height: 1;
  font-weight: 500;
}
.blog-card .content {
  /*background: radial-gradient(circle at bottom left, #f6f6f6 91px, transparent -3px), linear-gradient(96deg, #fff 59%, #ffffff 74%);*/
  padding: 25px 30px;
}
.blog-card .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-card .content ul li {
  display: inline-block;
  font-size: 15px;
  margin-right: 20px;
}
.blog-card .content ul li a {
  color: #444;
}
.blog-card .content ul li a i {
  font-size: 20px;
  color: #000;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.blog-card .content ul li a:last-child {
  margin-right: 0;
}
.blog-card .content ul li a:hover {
  color: #ed0a7d;
}
.blog-card .content ul li a:hover i {
  color: #000;
}
.blog-card .content h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
}
.blog-card .content h3 a {
  font-size: 18px;
  color: #252525;
}
.blog-card .content p {
  margin-bottom: 8px;
}
.blog-card .content .read-btn {
  color: #000;
  font-size: 15px;
  font-weight: 600;
}
.blog-card .content .read-btn i {
  font-size: 20px;
  position: relative;
  top: 5px;
}
.blog-card .content .read-btn:hover {
  color: #252525;
  letter-spacing: 0.25px;
}
.blog-card:hover {
  transform: translateY(-10px);
}
.blog-card:hover .content h3 a {
  color: #ed0a7d;
}
.blog-item {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  border-radius: 5px;
  transition: 0.9s;
}
.blog-item .blog-img {
  position: relative;
}
.blog-item .blog-img img {
  border-radius: 5px;
}
.blog-item .blog-img .blog-tag {
  background-color: #000;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 20px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  transition: 0.7s;
  color: #fff;
}
.blog-item .blog-img .blog-tag:hover {
  background-color: #fff;
  color: #000;
}
.blog-item .blog-img2 {
  position: relative;
}
.blog-item .blog-img2 img {
  border-radius: 5px;
  padding: 20px;
  background-color: #e6f1fc;
}
.blog-item .blog-img2 .blog-tag {
  background-color: #000;
  padding: 10px 14px 8px;
  position: absolute;
  top: 30px;
  right: 30px;
  text-align: center;
}
.blog-item .blog-img2 .blog-tag h3 {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  margin-bottom: 2px;
  font-weight: 600;
}
.blog-item .blog-img2 .blog-tag span {
  color: #fff;
  line-height: 1;
  font-weight: 400;
  font-size: 15px;
}
.blog-item .blog-img3 {
  position: relative;
}
.blog-item .blog-img3 img {
  border-radius: 5px;
}
.blog-item .blog-img3 .blog-tag {
  background-color: #000;
  padding: 10px 14px 8px;
  position: absolute;
  top: 30px;
  right: 30px;
  text-align: center;
}
.blog-item .blog-img3 .blog-tag h3 {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  margin-bottom: 2px;
  font-weight: 600;
}
.blog-item .blog-img3 .blog-tag span {
  color: #fff;
  line-height: 1;
  font-weight: 400;
  font-size: 15px;
}
.blog-item .content {
  padding: 25px 21px;
}
.blog-item .content ul {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}
.blog-item .content ul li {
  display: inline-block;
  font-size: 15px;
  margin-right: 20px;
  color: #444;
  font-weight: 500;
}
.blog-item .content ul li i {
  font-size: 18px;
  color: #000;
  margin-right: 5px;
  position: relative;
  top: 3px;
  transition: 0.7s;
}
.blog-item .content ul li a {
  color: #444;
}
.blog-item .content ul li a i {
  font-size: 20px;
  color: #000;
  margin-right: 5px;
  position: relative;
  font-size: 18px;
  transition: 0.7s;
}
.blog-item .content ul li a:last-child {
  margin-right: 0;
}
.blog-item .content ul li a:hover {
  color: #000;
}
.blog-item .content ul li a:hover i {
  color: #ed0a7d;
}
.blog-item .content h3 {
  margin-bottom: 10px;
  font-size: 22px;
}
.blog-item .content h3 a {
  color: #252525;
}
.blog-item .content p {
  margin-bottom: 8px;
}
.blog-item .content .read-btn {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
.blog-item .content .read-btn i {
  font-size: 20px;
  position: relative;
  top: 5px;
}
.blog-item .content .read-btn:hover {
  color: #252525;
  letter-spacing: 0.25px;
}
.blog-item:hover {
  transform: translateY(-10px);
}
.blog-item:hover .content h3 a {
  color: #000;
}
.blog-article {
  margin-bottom: 30px;
}
.blog-article .blog-article-img {
  margin-bottom: 30px;
  position: relative;
}
.blog-article .blog-article-img img {
  border-radius: 15px;
}
.blog-article .blog-article-img .blog-article-tag {
  background-color: #ed0a7d;
  padding: 15px 12px;
  position: absolute;
  bottom: -20px;
  right: 30px;
  border-radius: 3px;
  text-align: center;
}
.blog-article .blog-article-img .blog-article-tag h3 {
  font-size: 17px;
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 500;
}
.blog-article .blog-article-img .blog-article-tag span {
  font-size: 17px;
  color: #fff;
  line-height: 1;
  font-weight: 500;
}
.blog-article .blog-article-title {
  margin-bottom: 20px;
}
.blog-article .blog-article-title ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-article .blog-article-title ul li {
  display: inline-block;
  font-size: 15px;
  color: #252525;
  margin-right: 30px;
  position: relative;
  font-weight: 500;
}
.blog-article .blog-article-title ul li:last-child {
  margin-right: 0;
}
.blog-article .blog-article-title ul li i {
  font-size: 18px;
  margin-right: 10px;
  position: relative;
  top: 3px;
  color: #000;
}
.blog-article .blog-article-title h2 {
  font-family: 'Quicksand', sans-serif;
  margin-top: 15px;
  font-size: 26px;
  max-width: 650px;
  margin-bottom: 0;
  color: #252525;
}
.blog-article .article-content {
  padding-bottom: 10px;
}
.blog-article .article-content p {
  margin-bottom: 20px;
}
.blog-article .article-content .blockquote {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-top: 30px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  padding: 20px 30px 20px 50px;
  margin-left: 35px;
}
.blog-article .article-content .blockquote p {
  font-size: 15px;
  color: #444;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.blog-article .article-content .blockquote span {
  font-size: 15px;
  color: #252525;
  font-weight: 600;
}
.blog-article .article-content .blockquote i {
  font-size: 35px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #fff;
  background-image: linear-gradient(to right, #070f60, #000);
  text-align: center;
  border-radius: 50px;
  position: absolute;
  top: 24%;
  left: -35px;
}
.blog-article .blog-article-share {
  padding: 10px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
}
.blog-article .blog-article-share .blog-tag ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-article .blog-article-share .blog-tag ul li {
  display: inline-block;
  padding: 5px 3px;
  transition: 0.7s;
  color: #252525;
  font-weight: 400;
  margin-right: 5px;
}
.blog-article .blog-article-share .blog-tag ul li:last-child {
  margin-right: 0;
}
.blog-article .blog-article-share .blog-tag ul li i {
  color: #000;
  font-size: 18px;
  position: relative;
  top: 3px;
}
.blog-article .blog-article-share .blog-tag ul li a {
  color: #fff;
  background-color: #000;
  padding: 5px 12px;
  border-radius: 10px;
  font-size: 14px;
}
.blog-article .blog-article-share .blog-tag ul li:hover a {
  background-color: #ed0a7d;
}
.blog-article .blog-article-share .social-icon {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
.blog-article .blog-article-share .social-icon li {
  display: inline-block;
  margin-right: 5px;
}
.blog-article .blog-article-share .social-icon li a {
  border-radius: 0;
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  color: #000;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.blog-article .blog-article-share .social-icon li a:hover {
  background-color: #000;
  color: #fff;
}
.blog-article .comments-wrap {
  margin-bottom: 30px;
}
.blog-article .comments-wrap .comment-title .title {
  font-size: 24px;
  margin-bottom: 0;
  color: #252525;
}
.blog-article .comments-wrap .comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-article .comments-wrap .comment-list li {
  position: relative;
  padding: 30px;
  padding-left: 75px;
  border-bottom: 1px solid #e1e1e1;
}
.blog-article .comments-wrap .comment-list li:last-child {
  margin-bottom: 0;
}
.blog-article .comments-wrap .comment-list li img {
  position: absolute;
  top: 30px;
  left: 0;
  border-radius: 50%;
}
.blog-article .comments-wrap .comment-list li h3 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  color: #252525;
}
.blog-article .comments-wrap .comment-list li span {
  font-size: 15px;
  color: #252525;
}
.blog-article .comments-wrap .comment-list li p {
  margin-top: 10px;
  margin-bottom: 0;
}
.blog-article .comments-wrap .comment-list li a {
  color: #000;
  font-weight: 600;
  position: absolute;
  top: 30px;
  right: 0;
}
.blog-article .comments-wrap .comment-list li a:hover {
  color: #ed0a7d;
}
.blog-article .comments-form {
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog-article .comments-form .title {
  font-size: 24px;
  margin-bottom: 20px;
  color: #252525;
}
.blog-article .comments-form .contact-form {
  box-shadow: none;
  padding: 0;
  background-color: #fff;
}
.blog-article .comments-form .default-btn {
  width: unset;
}
.search-widget {
  margin-bottom: 30px;
  background-color: #fff;
}
.search-widget .search-form {
  position: relative;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
}
.search-widget .search-form .form-control {
  height: 50px;
  border: none;
  background-color: #fff;
  padding: 10px 20px;
  width: 100%;
  color: #252525;
  border-radius: 5px;
}
.search-widget .search-form .form-control:focus {
  box-shadow: none;
  outline: 0;
}
.search-widget .search-form button {
  position: absolute;
  top: 3px;
  right: 3px;
  height: 45px;
  width: 45px;
  transition: all 0.5s;
  border: none;
  outline: none;
  background-color: #000;
  line-height: 57px;
  border-radius: 5px;
}
.search-widget .search-form button i {
  color: #fff;
  font-size: 24px;
}
.search-widget .search-form button:hover {
  background-color: #252525;
}
.side-bar-area {
  margin-left: 15px;
}
.side-bar-widget {
  background-color: #fff;
}
.side-bar-widget .title {
  font-size: 20px;
  color: #252525;
  padding: 0;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  background-color: transparent;
  width: 100%;
}
.side-bar-widget .side-bar-categories {
  margin-bottom: 15px;
}
.side-bar-widget .side-bar-categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.side-bar-widget .side-bar-categories ul li {
  position: relative;
  font-size: 15px;
  font-weight: 500;
}
.side-bar-widget .side-bar-categories ul li .line-circle {
  position: absolute;
  top: 10px;
  left: 0;
  width: 13px;
  height: 13px;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 50px;
}
.side-bar-widget .side-bar-categories ul li .line-circle::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  margin: 0 auto;
  width: 9px;
  height: 9px;
  background-color: #000;
  border-radius: 50px;
}
.side-bar-widget .side-bar-categories ul li:last-child {
  border-bottom: none;
}
.side-bar-widget .side-bar-categories ul li a {
  display: inline-block;
  color: #444;
  font-weight: 400;
  padding: 5px 0 5px 25px;
  font-weight: 600;
  position: relative;
  width: 100%;
}
.side-bar-widget .side-bar-categories ul li a span {
  right: 30px;
  position: absolute;
  top: 10px;
  color: #444;
}
.side-bar-widget .side-bar-categories ul li a:hover {
  color: #000;
}
.side-bar-widget .side-bar-categories ul li a:hover span {
  color: #000;
}
.side-bar-widget .widget-popular-post {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}
.side-bar-widget .widget-popular-post .item {
  overflow: hidden;
  margin-bottom: 13px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e2e2e2;
}
.side-bar-widget .widget-popular-post .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.side-bar-widget .widget-popular-post .item .thumb {
  float: left;
  overflow: hidden;
  position: relative;
  margin-right: 15px;
}
.side-bar-widget .widget-popular-post .item .thumb .full-image img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  position: relative;
  background-color: #070b3b;
}
.side-bar-widget .widget-popular-post .item .thumb .full-image.bg1 {
  background-image: url(../images/blog/blog-details.jpg);
}
.side-bar-widget .widget-popular-post .item .thumb .full-image.bg2 {
  background-image: url(../images/blog/blog-img2.jpg);
}
.side-bar-widget .widget-popular-post .item .thumb .full-image.bg3 {
  background-image: url(../images/blog/blog-img3.jpg);
}
.side-bar-widget .widget-popular-post .item .thumb .full-image.bg4 {
  background-image: url(../images/blog/blog-img1.jpg);
}
.side-bar-widget .widget-popular-post .item .info {
  overflow: hidden;
  padding: 0;
}
.side-bar-widget .widget-popular-post .item .info .title-text {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 500;
  max-width: 210px;
}
.side-bar-widget .widget-popular-post .item .info .title-text a {
  /*display: inline-block;*/
  color: #000;
  margin-bottom: 5px;
}
.side-bar-widget .widget-popular-post .item .info .title-text a:hover {
  color: #000;
}
.side-bar-widget .widget-popular-post .item .info p {
  font-size: 15px;
  margin-bottom: 0;
  max-width: 180px;
  color: #000;
}
.side-bar-widget .side-bar-widget-tag {
  list-style: none;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}
.side-bar-widget .side-bar-widget-tag li {
  display: inline-block;
  margin: 5px;
  color: #fff;
}
.side-bar-widget .side-bar-widget-tag li a {
  color: #fff;
  padding: 7px 15px;
  background-color: #000;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  transition: 0.7s;
}
.side-bar-widget .side-bar-widget-tag li:hover a {
  color: #fff;
  background-color: #ed0a7d;
}
.side-bar-widget .blog-gallery {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 10px;
  margin-bottom: 25px;
}
.side-bar-widget .blog-gallery li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}
.side-bar-widget .blog-gallery li a {
  display: block;
  position: relative;
}
.side-bar-widget .blog-gallery li a img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.side-bar-widget .blog-gallery li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  border-radius: 15px;
}
.side-bar-widget .blog-gallery li a::after {
  content: "\ee93";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translate(0, -50%);
  text-align: center;
  background-color: transparent;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  font-size: 35px;
  font-family: boxicons;
  color: #fff;
}
.side-bar-widget .blog-gallery li a:hover::before {
  opacity: 0.5;
  visibility: visible;
}
.side-bar-widget .blog-gallery li a:hover::after {
  opacity: 1;
  visibility: visible;
}
.blog-style-card {
  margin-bottom: 30px;
}
.blog-style-card .blog-style-img {
  position: relative;
}
.blog-style-card .blog-style-img img {
  border-radius: 15px;
}
.blog-style-card .blog-style-img .blog-style-tag {
  background-color: #ed0a7d;
  padding: 15px 12px;
  position: absolute;
  bottom: -20px;
  right: 30px;
  border-radius: 3px;
  text-align: center;
}
.blog-style-card .blog-style-img .blog-style-tag h3 {
  font-size: 17px;
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 500;
}
.blog-style-card .blog-style-img .blog-style-tag span {
  font-size: 17px;
  color: #fff;
  line-height: 1;
  font-weight: 500;
}
.blog-style-card .content {
  padding: 30px 0 0;
}
.blog-style-card .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-style-card .content ul li {
  display: inline-block;
  font-size: 15px;
  color: #252525;
  margin-right: 30px;
  position: relative;
  font-weight: 500;
}
.blog-style-card .content ul li:last-child {
  margin-right: 0;
}
.blog-style-card .content ul li i {
  font-size: 18px;
  margin-right: 10px;
  position: relative;
  top: 3px;
  color: #000;
}
.blog-style-card .content h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.blog-style-card .content h3 a {
  color: #252525;
  display: block;
}
.blog-style-card .content p {
  margin-bottom: 15px;
}
.blog-style-card .content .default-btn {
  padding: 8px 16px;
  font-size: 14px;
}
.blog-style-card:hover .content h3 a {
  color: #000;
}
.faq-area .section-title p {
  max-width: 560px;
}
.faq-content {
  margin-bottom: 30px;
}
.faq-content .section-title {
  margin-bottom: 30px;
}
.faq-content .section-title h2 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
}
.faq-content .section-title p {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
.faq-content .faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.faq-content .faq-accordion .accordion .accordion-item {
  display: block;
  margin-bottom: 15px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
}
.faq-content .faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-content .faq-accordion .accordion .accordion-title {
  padding: 15px 60px 15px 20px;
  color: #252525;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 600;
}
.faq-content .faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 15px;
  top: 14px;
  font-size: 25px;
  transition: 0.5s;
  font-size: 24px;
  width: 30px;
  height: 30px;
  color: #ed0a7d;
  text-align: center;
  line-height: 30px;
  background-color: transparent;
  border-radius: 50px;
  border: 1px solid #ed0a7d;
}
.faq-content .faq-accordion .accordion .accordion-title.active i::before {
  content: "\eb8b";
}
.faq-content
  .faq-accordion
  .accordion
  .accordion-title.active
  i
  .accordion-content
  p {
  margin-top: -5px;
}
.faq-content .faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: 0;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
}
.faq-content .faq-accordion .accordion .accordion-content p {
  margin-top: -6px;
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 3px;
}
.faq-content .faq-accordion .accordion .accordion-content.show {
  display: block;
}
.user-img {
  margin-bottom: 30px;
}
.user-form .contact-form {
  max-width: 640px;
}
.user-form .contact-form .agree-label .forget {
  position: absolute;
  right: 0;
}
.user-form .contact-form .default-btn {
  width: unset;
}
.user-form .contact-form .account-desc {
  margin-top: 15px;
  font-weight: 600;
  margin-bottom: 0;
}
.user-form .contact-form .account-desc a {
  color: #000;
}
.user-form .contact-form .account-desc a:hover {
  color: #ed0a7d;
}
.pagination-area {
  margin-top: 10px;
  margin-bottom: 30px;
}
.pagination-area .page-numbers {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 18px;
  border-radius: 5px;
}
.pagination-area .page-numbers:hover {
  background-color: #000;
  color: #fff;
}
.pagination-area .page-numbers i {
  position: relative;
  font-size: 25px;
  top: 5px;
}
.pagination-area .page-numbers.current {
  background-color: #000;
  color: #fff;
}
.terms-conditions-img {
  margin-bottom: 30px;
}
.single-content {
  margin-bottom: 30px;
}
.single-content h3 {
  font-size: 24px;
  color: #252525;
  margin-bottom: 15px;
}
.single-content p {
  margin-bottom: 15px;
}
.contact-form {
  max-width: 800px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.contact-form h2 {
  color: #252525;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
}
.contact-form .form-group {
  margin-bottom: 20px;
  position: relative;
}
.contact-form .form-group label {
  color: #252525;
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: 500;
}
.contact-form .form-group label span {
  color: #000;
}
.contact-form .form-group.checkbox-option {
  position: relative;
}
.contact-form .form-group.checkbox-option #chb2 {
  position: absolute;
  top: 6px;
  left: 0;
}
.contact-form .form-group.checkbox-option p {
  padding-left: 25px;
  font-size: 15px;
}
.contact-form .form-group.checkbox-option p a {
  color: #000;
}
.contact-form .form-group.checkbox-option p a:hover {
  color: #ed0a7d;
}
.contact-form .form-group .form-control {
  height: 50px;
  color: #252525;
  border: 1px solid #000;
  background-color: #fff;
  font-size: 15px;
  padding: 10px 20px;
  width: 100%;
  border-radius: 0;
  font-weight: 500;
}
.contact-form .form-group .form-control:focus {
  outline: none;
  border-color: #252525;
  box-shadow: none;
}
.contact-form .form-group textarea.form-control {
  height: auto;
}
.contact-form .agree-label {
  margin-bottom: 15px;
  position: relative;
}
.contact-form .agree-label #chb1 {
  position: absolute;
  top: 5px;
  left: 0;
}
.contact-form .agree-label label {
  font-weight: 500;
  color: #252525;
  margin-left: 25px;
}
.contact-form .agree-label label a {
  color: #000;
}
.contact-form .agree-label label a:hover {
  color: #ed0a7d;
}
.contact-form .with-errors {
  float: left;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
  color: red;
  font-weight: 400;
  display: block;
}
.contact-form .text-danger {
  font-size: 18px;
  margin-top: 15px;
}
.contact-form .default-btn {
  border: 0;
  outline: none;
}
.contact-form .form-group .form-control::-webkit-input-placeholder,
.contact-form .form-group .form-control:-ms-input-placeholder,
.contact-form .form-group .form-control::-ms-input-placeholder,
.contact-form .form-group .form-control::placeholder {
  color: #444;
}
.contact-card {
  text-align: center;
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  padding: 30px 20px;
  border-radius: 15px;
}
.contact-card i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  font-size: 24px;
  color: #000;
  border-radius: 50px;
  border: 1px solid #e2e2e2;
  margin-bottom: 10px;
}
.contact-card h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #252525;
}
.contact-card span {
  color: #444;
  font-weight: 500;
  font-size: 17px;
  display: block;
}
.contact-card span a {
  color: #444;
  display: block;
}
.contact-card span a:hover {
  color: #000;
}
.contact-info {
  margin-bottom: 30px;
  background-color: #070b3b;
  padding: 52px 35px 22px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
.contact-info::before {
  content: "";
  position: absolute;
  opacity: 0.1;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/call-us/call-shap1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.contact-info span {
  color: #ed0a7d;
  display: block;
  margin-bottom: 5px;
}
.contact-info h2 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 15px;
}
.contact-info p {
  color: #fff;
  margin-bottom: 20px;
}
.contact-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-info ul li {
  display: block;
  margin-bottom: 30px;
  padding-left: 60px;
  position: relative;
}
.contact-info ul li .content i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  font-size: 20px;
  color: #000;
  border-radius: 50px;
  border: 1px solid #e2e2e2;
  margin-bottom: 10px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.contact-info ul li .content h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
  display: block;
}
.contact-info ul li .content a {
  color: #fff;
  display: block;
  font-weight: 400;
  font-size: 15px;
}
.contact-info ul li .content a:hover {
  color: #000;
}
.contact-info ul li .content span {
  color: #fff;
  font-weight: 400;
  display: block;
  font-size: 15px;
}
.error-area {
  height: 100%;
  padding-top: 50px;
  padding-bottom: 70px;
}
.error-area .error-content {
  text-align: center;
  position: relative;
}
.error-area .error-content img {
  max-width: 100%;
}
.error-area .error-content h3 {
  margin-bottom: 20px;
  position: relative;
  color: #252525;
  font-size: 35px;
}
.error-area .error-content p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  color: #444;
}
.coming-soon-area {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-color: #fff;
}
.coming-soon-area .coming-soon-content {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  padding: 50px 30px;
  background-color: #f8f8f8;
  border: 3px solid #000;
}
.coming-soon-area .coming-soon-content h1 {
  margin-bottom: 0;
  color: #252525;
  font-size: 50px;
}
.coming-soon-area .coming-soon-content p {
  font-size: 16px;
  max-width: 600px;
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  color: #444;
}
.coming-soon-area .coming-soon-content #timer {
  margin-top: 40px;
}
.coming-soon-area .coming-soon-content #timer div {
  display: inline-block;
  color: #252525;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 10px;
  font-size: 35px;
  font-weight: 700;
  background-color: #fff;
  border-radius: 5px;
}
.coming-soon-area .coming-soon-content #timer div span {
  display: block;
  text-transform: capitalize;
  margin-top: -15px;
  font-size: 16px;
  font-weight: 400;
  color: #252525;
}
.coming-soon-area .coming-soon-content #timer div:last-child {
  margin-right: 0;
}
.coming-soon-area .coming-soon-content #timer div:last-child::before {
  display: none;
}
.coming-soon-area .coming-soon-content #timer div:first-child {
  margin-left: 0;
}
.coming-soon-area .coming-soon-content #timer div::before {
  content: "";
  position: absolute;
  right: -50px;
  top: -10px;
  font-size: 70px;
  color: #fff;
}
.coming-soon-area .coming-soon-content .newsletter-form {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  background-color: #fff;
  padding-left: 15px;
  color: #fff;
  outline: 0;
  transition: 0.5s;
  border-radius: 0;
  border: 1px solid #ccc;
  color: #5d5d5d;
}
.coming-soon-area
  .coming-soon-content
  .newsletter-form
  .input-newsletter:focus {
  border-color: #252525;
}
.coming-soon-area .coming-soon-content .newsletter-form .default-btn {
  border: 0;
  outline: 0;
  border-radius: 0 !important;
}
.coming-soon-area .coming-soon-content .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  padding: 0 30px;
  text-transform: uppercase;
  outline: 0;
  color: #fff;
  transition: 0.5s;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
}
.coming-soon-area .coming-soon-content .newsletter-form button::after {
  border-radius: 0;
}
.coming-soon-area .coming-soon-content .newsletter-form button::before {
  border-radius: 0;
}
.coming-soon-area .coming-soon-content .newsletter-form button:hover {
  color: #fff;
  background-color: #190f3c;
}
.coming-soon-area .coming-soon-content ul {
  list-style: none;
  margin-top: 30px;
  padding: 0;
}
.coming-soon-area .coming-soon-content ul li {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 50px;
  font-size: 18px;
  background-color: #000;
  color: #fff;
  border-radius: 50px;
  margin-right: 10px;
}
.coming-soon-area .coming-soon-content ul li a {
  color: #fff;
}
.coming-soon-area .coming-soon-content ul li:hover {
  background-color: #252525;
}
.coming-soon-area #validator-newsletter {
  text-align: left;
  color: #dc3545 !important;
}
.map-area iframe {
  display: block;
  width: 100%;
  height: 400px;
}
.footer-bg {
  padding-top: 70px;
  background: #111;
  background: linear-gradient(to left, #0000008a 50%, #11111100 104%), url(../kk-images/others/97647.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.footer-widget {
  margin-bottom: 30px;
}
.footer-widget .footer-logo {
  margin-bottom: 20px;
  position: relative;
  top: -5px;
}
.footer-logo img {
  /*transform: rotate(19deg);*/
  width: 90px;
}
.footer-widget h3 {
  font-family: 'Syne', sans-serif;
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 30px;
  color: #fff;
  line-height: 1.2;
}
.footer-widget p {
  margin-bottom: 20px;
  color: #E5E5E5;
  max-width: 300px;
}
.footer-widget a {
  color: #E5E5E5;
}
.footer-widget .footer-call-content {
  background-color: #fff;
  padding: 20px 80px 20px 20px;
  border-radius: 15px;
  position: relative;
  max-width: 345px;
}
.footer-widget .footer-call-content:hover i {
  background-color: #000;
  color: #fff;
}
.footer-widget .footer-call-content h3 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 5px;
  color: #252525;
}
.footer-widget .footer-call-content span a {
  color: #252525;
  font-weight: 600;
}
.footer-widget .footer-call-content span a:hover {
  color: #000;
}
.footer-widget .footer-call-content i {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  font-size: 35px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  background-color: #e5f3ff;
  color: #000;
  border-radius: 50px;
  transition: 0.7s;
}
.footer-widget .footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-widget .footer-list li {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}
.footer-widget .footer-list li:last-child {
  margin-bottom: 0;
}
.footer-widget .footer-list li a {
  color: #E5E5E5;
  font-weight: 400;
}
.footer-widget .footer-list li a i {
  font-size: 18px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.footer-widget .footer-list li a:hover {
  color: #ed0a7d;
}
.footer-widget .footer-blog {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-widget .footer-blog li {
  display: block;
  margin-bottom: 20px;
  padding-left: 90px;
  position: relative;
}
.footer-widget .footer-blog li:hover h3 a {
  color: #ed0a7d;
}
.footer-widget .footer-blog li:last-child {
  margin-bottom: 0;
}
.footer-widget .footer-blog li a {
  display: block;
}
.footer-widget .footer-blog li a img {
  position: absolute;
  top: 0;
  left: 0;
  height: 70px;
  width: 70px;
  object-fit: cover;
}
.footer-widget .footer-blog li h3 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
  max-width: 200px;
}
.footer-widget .footer-blog li h3 a {
  color: #fff;
  line-height: 1.4;
}
.footer-widget .footer-blog li h3 a:hover {
  color: #ed0a7d;
}
.footer-widget .footer-blog li span {
  font-size: 14px;
  color: #fff;
}
.footer-widget .newsletter-area .newsletter-form {
  position: relative;
  max-width: 270px;
  border-radius: 5px;
}
.footer-widget .newsletter-area .newsletter-form .form-control {
  background-color: #fff;
  height: 50px;
  line-height: 50px;
  margin: 0;
  border-radius: 5px;
  border: 0;
  padding: 0 45px 0 15px;
  max-width: 100%;
  color: #252525;
  font-weight: 400;
}
.footer-widget .newsletter-area .newsletter-form .form-control:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.footer-widget .newsletter-area .newsletter-form .subscribe-btn {
  position: absolute;
  top: 3px;
  right: 3px;
  background-color: #000;
  color: #fff;
  height: 45px;
  line-height: 50px;
  width: 45px;
  border: 0;
  border-radius: 5px;
  font-size: 20px;
  transition: 0.5s;
}
.footer-widget .newsletter-area .newsletter-form .subscribe-btn:hover {
  background: #252525;
  color: #fff;
}
.footer-widget .newsletter-area .newsletter-form .validation-danger {
  font-size: 18px;
  margin-top: 5px;
  color: red;
}
.copy-right-area a {
  color: white;
}
.copy-right-area {
  display: flex;
  justify-content: space-between;
  /*background: #2a2c2c;*/
  padding: 15px 0;
  border-top: 1px solid #f5f5f5;
}
.copy-right-text {
  text-align: center;
}
.copy-right-text p {
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}
.copy-right-text p a {
  color: #ed0a7d;
  border-bottom: 1px solid #ed0a7d;
}
.copy-right-text p a:hover {
  color: #000;
  border-color: #000;
}
.go-top {
  position: fixed;
  top: 60%;
  right: 3%;
  opacity: 0;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  background: #000;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 48px;
  z-index: 100;
  transition: 0.5s;
}
.go-top i {
  transition: 0.5s;
}
.go-top:hover {
  background-color: #ed0a7d;
}
.go-top.active {
  display: none;
  top: 95%;
  transform: translateY(-95%);
  opacity: 1;
  visibility: visible;
}
.buy-now-btn {
  right: 20px;
  z-index: 99;
  top: 50%;
  position: fixed;
  transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #fff;
  background-color: #82b440;
  padding: 10px 20px 10px 42px;
  box-shadow: 0 1px 20px 1px #82b440;
  font-size: 15px;
  font-weight: 600;
}
.buy-now-btn img {
  top: 50%;
  left: 20px;
  width: 15px;
  position: absolute;
  transform: translateY(-50%);
}
.buy-now-btn:hover {
  color: #fff;
  background-color: #94be5d;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #070b3b;
}
.spinner {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #fff;
  margin: 100px auto;
  animation: rotate-in 1.2s infinite ease-in-out;
}
.top-header-right .top-header-social-bg ul li {
  margin-right: 5px;
}
.top-header-right .top-header-social-bg ul li:last-child {
  margin-right: 0;
}
.top-header-right .top-header-social-bg ul li a {
  width: 30px;
  height: 30px;
  line-height: 34px;
  text-align: center;
  background-color: #fff;
  color: #000;
  transition: 0.7s;
}
.top-header-right .top-header-social-bg ul li a:hover {
  background-color: #000;
  color: #fff;
}
.banner-six {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../kk-images/others/banner-image-hero.webp);
  overflow: hidden;
}
/*.banner-six::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgb(0 0 0 / 0%), #000000);
}*/
.banner-six-content {
  padding-top: 70px;
  padding-bottom: 120px;
  max-width: 600px;
  margin-right: auto;
}
.banner-six-content h1 {
  font-family: 'Syne', sans-serif;
  font-size: 45px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.banner-six-content p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  max-width: 660px;
  margin-bottom: 35px;
}
.banner-six-shape {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.banner-six-shape img {
  height: 620px;
}
.work-process-rightside {
  margin-bottom: 25px;
}
.work-process-rightside .section-title {
  margin-bottom: 20px;
}
.about-img-5 {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 30px;
}
.about-img-5::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: -45px;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 110%;
  height: 70%;
  animation: border-transform 15s infinite ease-in-out;
  background-image: linear-gradient(#000, #070b3b);
}
.services-card-color-bg2 {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  padding: 15px 15px 20px;
  border-radius: 15px;
  background-color: #fff;
}
.technology-area-five {
  position: relative;
  z-index: 1;
  background-color: #15163b;
}
.technology-area-five::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-image: url(../images/clients-img/client-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.technology-area-five .section-title h2 {
  color: #fff;
  max-width: 550px;
  margin: 0 auto;
}
.team-item {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 40px;
}
.team-item .content {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 90%;
  margin: 0 auto;
  right: 0;
  background-color: #000;
  padding: 20px 25px;
  text-align: center;
  transition: 0.9s;
}
.team-item .content h3 {
  margin-bottom: 0;
  color: #fff;
}
.team-item .content span {
  color: #fff;
}
.team-item .content .social-link {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  list-style: none;
  width: 5px;
  background-color: #ed0a7d;
  transition: 0.7s;
}
.team-item .content .social-link li {
  display: block;
  margin-bottom: 0;
}
.team-item .content .social-link li a {
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  transform: translateX(-40px);
  opacity: 0;
  transition: 0.7s;
}
.team-item .content .social-link li:hover a {
  background-color: #fff;
  color: #000;
}
.team-item:hover .content .social-link {
  width: 40px;
}
.team-item:hover .content .social-link li a {
  transform: translateX(0px);
  opacity: 1;
}
.case-study-item2 {
  position: relative;
  background-color: #fff;
  padding: 25px 25px 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
.case-study-item2 .icon-services {
  color: #000;
  font-size: 55px;
  margin-bottom: 15px;
  display: block;
  line-height: normal;
}
.case-study-item2 h3 {
  margin-bottom: 17px;
}
.case-study-item2 h3 a {
  color: #252525;
}
.case-study-item2 h3:hover a {
  color: #000;
}
.case-study-item2 p {
  margin-bottom: 0;
}
.case-study-item2 .more-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45px;
  height: 45px;
  line-height: 50px;
  font-size: 20px;
  color: #000;
  text-align: center;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 5px;
  background-color: #e6f1fc;
  transition: 0.5s;
}
.case-study-item2 .more-btn:hover {
  background-color: #000;
  color: #fff;
}
.case-study-item2:hover .content h3 a {
  color: #000;
}
.case-study-item2:hover .content .more-btn {
  background-color: #000;
  color: #fff;
}
.top-header-right {
  float: right;
}
.footer-widget .social-link ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-widget .social-link ul li {
  display: inline-block;
  top: 1px;
  position: relative;
  margin-right: 5px;
}
.footer-widget .social-link ul li:last-child {
  margin-right: 0;
}
.footer-widget .social-link ul li a {
  width: 35px;
  height: 35px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  color: #000;
  transition: 0.7s;
  font-size: 18px;
}
.footer-widget .social-link ul li a:hover {
  background-color: #000;
  color: #fff;
}
.footer-widget .footer-contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-widget .footer-contact-list li {
  display: block;
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
}
.footer-widget .footer-contact-list li i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  color: #ed0a7d;
  line-height: normal;
}
.footer-widget .footer-contact-list li .content a {
  color: #fff;
  transition: 0.7s;
}
.footer-widget .footer-contact-list li .content a:hover {
  color: #ed0a7d;
}
.footer-bg2 {
  background-color: aliceblue;
  position: relative;
  z-index: 1;
}
.footer-bg2::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-image: url(../images/shape/bg-shape5.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.1;
}
@keyframes rotate-in {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@keyframes moveBounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.3);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes border-transform {
  0%,
  100% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  14% {
    border-radius: 50% 20% 50% 30%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }

 
}