/* -- ----------- whatsapp button --------------- -- */
.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
  }

  .my-float {
    margin: 4px 4px;
    font-size: 40px;
    border-radius: 80px;
  }

  /* -- ----------- whatsapp button --------------- -- */

  /*** Footer ***/
  .footer {
    background: url(../images/hero-bg.jpg) center center no-repeat;
    background-size: cover;
  }

  .footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    transition: .3s;
    background-color: transparent;
  }

  .footer .btn.btn-social:hover {
    color: var(--primary);
  }

  .footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    background-color: transparent;
    border: none;
  }

  .footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
  }

  .footer .btn.btn-link:hover {
    color: #ffffff;
    letter-spacing: 1px;
    box-shadow: none;
  }

  .footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
  }

  .footer .copyright a {
    color: var(--light);
  }

  .footer .copyright a:hover {
    color: var(--primary);
  }

  @media screen and (max-width: 768px) {
    /* ----section 1----- */
    .akhead {
      font-size: 25px;
    }
    .homeservice{
      height: 150px;
      margin-top: 300px;
    }
    .homeservice h4{
      color: #000;
      font-weight: 600;
    }
    .homeservice p{
      line-height: 40px;
      color: #000;
      font-weight: 400;
    }
    .arrowline{
      margin: 0px 250px;
    }
    .sercon{
      margin-top: -245px;
    }
    .abouthome{
      margin-top: 100px;
    }
    .akhead {
      font-size: 25px;
    }
  }

  @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,600;0,700;1,400&display=swap');
  /* ------section 1------- */

  .sec1abimg {
    height: 420px;
  }

  .sec1abh1 {
    text-align: center;
    margin-top: 80px;
    font-size: 35px;
  }

  .sec1abp {
    text-align: center;
    color: rgb(87, 87, 87);
    font-size: 16px;
  }

  .sec1wel {
    text-align: center;
    color: #FF6600;
    font-size: 28px;
  }

  @media screen and (max-width: 768px) {

    /* ----section 1----- */
    .sec1abimg {
      height: 400px;
      margin: 20px 0px;
    }

    .sec1abh1 {
      text-align: center;
      margin-top: 80px;
      font-size: 35px;
    }

    .sec1abp {
      text-align: center;
      color: rgb(87, 87, 87);
      font-size: 16px;
    }

    .sec1wel {
      text-align: center;
      color: #FF6600;
      font-size:28px ;
    }

    /* ----section 1----- */
    .akhead {
      font-size: 25px;
    }
  }

  @media screen and (max-width: 370px) {

    /* ----section 1----- */
    .sec1abimg {
      height: 300px;
      margin: 20px 0px;
    }

    .sec1abh1 {
      text-align: center;
      margin-top: 80px;
      font-size: 35px;
    }

    .sec1abp {
      text-align: center;
      color: rgb(87, 87, 87);
      font-size: 16px;
    }

    .sec1wel {
      text-align: center;
      color: #FF6600;
      font-size: 28px;
    }

    /* ----section 1----- */
  }

  /* abtweb */
  .abtweb {
    position: relative;
    height: 100%;
    min-height: 400px;
  }


  .abtweb img {
    position: absolute;
    top: 1rem;
    left: 3rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    object-fit: cover;
    border-radius: 100px;
  }

  .abtwebpic {
    margin: 5px -13px;
    border: 5px solid #f29b23;
  }

  /* our recent work */
  .akrwk {
    margin: 5px;

  }

  @media screen and (max-width: 768px) {
    /* ----section 1----- */
    .akhead {
      font-size: 25px;
    }
  }

   .cimg{
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
    }

    @media  screen and (max-width: 768px){
      .cimg{
          height: 150px;
    margin: 40px 70px;
    width: 300px;
      }
    }
    @media only screen and (min-width: 750px) and (max-width: 767px){
      .cimg{
          height: 140px;
    margin: 40px 160px;
    width: 420px;
      }
    }

    @media only screen and (min-width: 700px) and (max-width: 750px){
      .cimg{
          height: 140px;
    margin: 40px 140px;
    width: 420px;
      }
    }

    @media only screen and (min-width: 650px) and (max-width: 700px){
      .cimg{
          height: 140px;
    margin: 40px 110px;
    width: 420px;
      }
    }
    
    @media only screen and (min-width: 600px) and (max-width: 650px){
      .cimg{
          height: 120px;
    margin: 40px 110px;
    width: 380px;
      }
    }

    @media only screen and (min-width: 520px) and (max-width: 600px){
      .cimg{
          height: 150px;
    margin: 40px 100px;
    width: 350px;
      }
    }

    @media only screen and (min-width: 480px) and (max-width: 520px){
      .cimg{
          height: 100px;
    margin: 40px 100px;
    width: 280px;
      }
    }

    @media only screen and (min-width: 440px) and (max-width: 480px){
      .cimg{
          height: 100px;
    margin: 40px 80px;
    width: 280px;
      }
    }

    @media only screen and (min-width: 384px) and (max-width: 400px){
      .cimg{
          height: 100px;
    margin: 40px 50px;
    width: 280px;
      }
    }

    @media only screen and (min-width: 350px) and (max-width: 387px){
      .cimg{
          height: 100px;
    margin: 40px 40px;
    width: 280px;
      }
    }

    @media only screen and (min-width: 300px) and (max-width: 350px){
      .cimg{
          height: 100px;
    margin: 40px 30px;
    width: 280px;
      }
    }

    @media only screen and (min-width: 250px) and (max-width: 300px){
      .cimg{
          height: 100px;
    margin: 40px 50px;
    width: 200px;
      }
    }  
    
    @media only screen and (min-width: 200px) and (max-width: 250px){
      .cimg{
          height: 60px;
    margin: 40px 50px;
    width: 150px;
      }
    }  

    @media screen and (max-width: 768px) {
        /* ----section 1----- */
        .akhead {
          font-size: 25px;
        }
      }
  
          /*=========================
     Start Contact Us CSS
  ===========================*/
          .contact-us .inner {
              box-shadow: 0px 0px 10px #00000024;
              border-radius: 5px;
              overflow: hidden;
          }
  
          .contact-us .contact-us-left {
              width: 100%;
              height: 100%;
          }
  
          .contact-us .contact-us-form {
              padding: 50px 40px;
          }
  
          .contact-us .contact-us-form h2 {
              position: relative;
              font-size: 32px;
              color: #333;
              font-weight: 600;
              line-height: 27px;
              text-transform: capitalize;
              margin-bottom: 12px;
              padding-bottom: 20px;
              text-align: left;
          }
  
          .contact-us .contact-us-form h2:before {
              position: absolute;
              content: "";
              left: 0;
              bottom: 0;
              height: 2px;
              width: 50px;
              background: #4E87EF;
          }
  
          .contact-us .contact-us-form p {
              font-size: 14px;
              color: #333;
              font-weight: 400;
              text-align: left;
              margin-bottom: 50px;
          }
  
          .contact-us .form {
              margin-top: 30px;
          }
  
          .contact-us .form .form-group {
              margin-bottom: 22px;
          }
  
          .contact-us .form .form-group input {
              width: 100%;
              height: 50px;
              border: 1px solid #eee;
              text-transform: capitalize;
              padding: 0px 18px;
              color: #555;
              font-size: 14px;
              font-weight: 400;
              border-radius: 4px;
          }
  
          .contact-us .form .form-group textarea {
              width: 100%;
              height: 100px;
              border: 1px solid #eee;
              text-transform: capitalize;
              padding: 18px;
              color: #555;
              font-size: 14px;
              font-weight: 400;
              border-radius: 4px;
          }
  
          .contact-us .form .form-group.login-btn {
              margin: 0;
          }
  
          .contact-us .form button {
              border: none;
          }
  
          .contact-us .form .btn {
              display: inline-block;
              margin-right: 10px;
              color: #fff;
              line-height: 20px;
              width: 100%;
          }
  
          .contact-us .form .btn:hover {
              background: #4E87EF;
              color: #fff;
          }
  
          .contact-us .contact-us-form .checkbox {
              text-align: left;
              margin: 0;
              margin-top: 20px;
              display: inline-block;
  
          }
  
          .contact-us .contact-us-form .checkbox label {
              font-size: 14px;
              font-weight: 400;
              color: #333;
              position: relative;
              padding-left: 20px;
          }
  
          .contact-us .contact-us-form .checkbox label:hover {
              cursor: pointer;
          }
  
          .contact-us .contact-us-form .checkbox label input {
              display: none;
          }
  
          .contact-us .contact-us-form .checkbox label::before {
              position: absolute;
              content: "";
              left: 0;
              top: 5px;
              width: 15px;
              height: 15px;
              border: 1px solid #4E87EF;
              border-radius: 100%;
          }
  
          .contact-us .contact-us-form .checkbox label::after {
              position: relative;
              content: "";
              width: 7px;
              height: 7px;
              left: -16px;
              top: -15px;
              opacity: 0;
              visibility: hidden;
              transform: scale(0);
              -webkit-transition: all 0.4s ease;
              -moz-transition: all 0.4s ease;
              transition: all 0.4s ease;
              display: block;
              font-size: 9px;
              background: #4E87EF;
              border-radius: 100%;
          }
  
          .contact-us .contact-us-form .checkbox label.checked::after {
              opacity: 1;
              visibility: visible;
              transform: scale(1);
          }
  
          .contact-us .contact-info {
              margin-top: 50px;
          }
  
          .contact-us .single-info {
              background: #4E87EF;
              padding: 40px 60px;
              height: 150px;
              border-radius: 10px;
              position: relative;
              -webkit-transition: all .3s ease-out 0s;
              -moz-transition: all .3s ease-out 0s;
              -ms-transition: all .3s ease-out 0s;
              -o-transition: all .3s ease-out 0s;
              transition: all .3s ease-out 0s;
          }
  
          .contact-us .single-info:before {
              position: absolute;
              z-index: -1;
              content: '';
              bottom: -10px;
              left: 0;
              right: 0;
              margin: 0 auto;
              width: 80%;
              height: 90%;
              background: #4E87EF;
              opacity: 0;
              filter: blur(10px);
              -webkit-transition: all .3s ease-out 0s;
              -moz-transition: all .3s ease-out 0s;
              -ms-transition: all .3s ease-out 0s;
              -o-transition: all .3s ease-out 0s;
              transition: all .3s ease-out 0s;
          }
  
          .contact-us .single-info:hover:before {
              opacity: 0.8;
          }
  
          .contact-us .single-info:hover {
              transform: translateY(-5px);
          }
  
          .contact-us .single-info i {
              font-size: 42px;
              color: #fff;
              position: absolute;
              left: 40px;
          }
  
          .contact-us .single-info .content {
              margin-left: 45px;
          }
  
          .contact-us .single-info .content h3 {
              color: #fff;
              font-size: 18px;
              font-weight: 600;
  
          }
  
          .contact-us .single-info .content p {
              color: #fff;
              margin-top: 5px;
          }
  
          /* Google Map */
          .contact-us #myMap {
              height: 100%;
              width: 100%;
          }
  
          @media only screen and (min-width: 768px) and (max-width: 991px) {
              .contact-us #myMap {
                  height: 400px;
              }
  
              .contact-us .contact-us-form h2 {
                  font-size: 28px;
              }
  
              .contact-us .single-info {
                  margin: 10px 0;
              }
          }
  
          /* Mobile Screen */
          @media only screen and (max-width: 767px) {
              .contact-us #myMap {
                  height: 300px;
              }
  
              .contact-us .contact-us-form h2 {
                  font-size: 25px;
              }
  
              .contact-us .single-info {
                  margin: 10px 0;
              }
  
              .contact-us .contact-us-form {
                  padding: 30px 30px;
              }
  
              .contact-us .form .btn {
                  height: 50px;
                  line-height: 50px;
                  padding: 0;
                  padding: 0px 20px;
              }
  
              .contact-us .form {
                  margin-top: -25px;
              }
          }
  
          @media only screen and (min-width: 768px) {
              #myMap {
                  margin: 130px 0px;
              }
          }
  
          /* Mobile Screen */
          @media only screen and (max-width: 450px) {
  
              .contact-us .form .btn {
                  height: 50px;
                  line-height: 50px;
                  padding: 0;
                  padding: 0px 20px;
              }
          }
  
          /*=========================
     End Contact Us CSS
  ===========================*/


  @media screen and (max-width: 768px) {

    /* ----section 1----- */
    .akhead {
        font-size: 25px;
    }
}

.example-11 {
    width: 100%;
    min-height: 400px;
    background-image: linear-gradient(to top, rgb(0 0 0 / 80%) 0, rgb(0 0 0 / 48%) 60%, rgb(0 0 0 / 80%) 100%), url(../images/isometric-mockup-two.jpg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-animation: background-anim-example-11 10s ease-in-out infinite;
    animation: background-anim-example-11 10s ease-in-out infinite;
}

.example-11 h1 {
    color: #fff;
    text-shadow: 2px 2px 4px #000;
    text-align: center;
    font-size: 74px;
    padding: 150px 0px;
    font-weight: bold;
    text-shadow: 8px 12px 9px #000;
    margin-top: -5px;
}

@-webkit-keyframes background-anim-example-11 {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 100% 0;
    }

    100% {
        background-position: 0 0;
    }
}

@keyframes background-anim-example-11 {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 100% 0;
    }

    100% {
        background-position: 0 0;
    }
}

/* ---- video----------- */
        video {
            max-width: 100%;
            height: auto;
        }

        @media screen and (min-width: 768px) {
            video {
                width: 600px;
                height: auto;
                margin: 50px 50px;
            }
        }

/* content paragraph */

.contentp {
    color: #000;
    font-weight: 500;
}

.welp {
    visibility: hidden;
}

/*** Img Border ***/
.img-border {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.img-border::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 3rem;
    bottom: 3rem;
    border: none;
    background: url(assets/images/isometric-mockup-two.jpg);
}

.img-border img {
    position: absolute;
    top: 1rem;
    left: 3rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    object-fit: cover;
}

.aboutpic {
    margin: 5px -13px;
    border: none;
}

/*---- home our work----*/
.example-3 {
    /* width: 100%; */
    min-height: 400px;
    background-image: url("../images/homeourwork.png");
    background-size: cover;
    -webkit-animation: background-anim-example-3 20s linear infinite;
    animation: background-anim-example-3 20s linear infinite;
}

@-webkit-keyframes background-anim-example-3 {
    0% {
        background-position: 0% 0%;
    }

    50% {
        background-position: 100% 100%;
    }

    100% {
        background-position: 0% 0%;
    }
}

@keyframes background-anim-example-3 {
    0% {
        background-position: 0% 0%;
    }

    50% {
        background-position: 100% 100%;
    }

    100% {
        background-position: 0% 0%;
    }
}

/* ---3d model---- */
.example-10 {
    /* width: 100%; */
    min-height: 400px;
    background-image: url("../images/3dmodel2.png");
    background-size: cover;
    -webkit-animation: background-anim-example-10 20s linear infinite;
    animation: background-anim-example-10 20s linear infinite;
}

@-webkit-keyframes background-anim-example-10 {
    0% {
        background-position: 0% 0%;
    }

    50% {
        background-position: 100% 100%;
    }

    100% {
        background-position: 0% 0%;
    }
}

@keyframes background-anim-example-10 {
    0% {
        background-position: 0% 0%;
    }

    50% {
        background-position: 100% 100%;
    }

    100% {
        background-position: 0% 0%;
    }
}

.post-filter {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 1.5rem;
    margin-top: 2rem !important;
}

.filter-item {
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

.active-filter {
    background: #000;
    color: var(--bg-color);
    padding: 4px 10px;
    border-radius: 4px;
    color: #F29B23;
    font-weight: bolder;
    font-size: 18px;
}

.active-filter:hover {
    color: #F29B23;
    font-weight: bolder;
}

.post {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, auto));
    justify-content: center;
    gap: 1.5rem;
}

.post-box {
    background: var(--bg-color);
    box-shadow: 0 4px 14px hsl(35deg 25% 15% / 10%);
    padding: 15px;
    border-radius: 0.5rem;
}

.post-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: 0.5rem;
}

.category {
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--second-color);
    font-size: 15px;
    color: #000;
    margin: 10px 0px;
    font-weight: Bold;
}

.post-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--text-color);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-date {
    display: flex;
    font-size: 0.875rem;
    text-transform: uppercase;
    margin-top: 4px;
    font-weight: 400;
}

.post-description {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 5px 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.profile {
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    border: 2px solid var(--second-color);
}

.profile-name {
    font-size: .8rem;
    font-weight: 500;
}

/* ----video---- */
video {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
    /* ----section 1----- */
    .akhead {
      font-size: 25px;
    }
  }

/* ------- */
@media screen and (min-width:991px) {
.kap{
  text-align: left ;
}

.kah{
  text-align: left ;
}

}

@media screen and (max-width:991px) {
.akexp{
  margin: 20px 260px;
}
.kap{
  text-align: center;
}

.kah{
  text-align: center;
}
}

@media screen and (max-width:768px) {
.akexp{
  margin: 20px 170px;
}
.kap{
  text-align: center;
}

.kah{
  text-align: center;
}
}


@media screen and (max-width: 768px) {
    /* ----section 1----- */
    .akhead {
      font-size: 25px;
    }
  }

  /* card */
  .card {
    border: none;
  }

  .card-body h1 {
    text-align: center;
    color: #000000;
  }

  .card-body p {
    text-align: center;
    color: #000000;
    font-weight: 400;
  }

  @media screen and (min-width: 768px) {
    .sec5p {
      margin: 140px 0px;
    }
  }

  @media screen and (min-width: 991px) {
    .akseoimg {
      margin: 0px 10px;
    }
  }

  @media screen and (max-width: 991px) {
    .akseoimg {
      margin: 0px 40px;
    }
  }

  @media screen and (max-width: 767px) {
    .akseoimg {
      margin: 0px 180px;
    }
  }

  @media screen and (max-width: 567px) {
    .akseoimg {
      margin: 0px 160px;
    }
  }

  @media screen and (max-width: 520px) {
    .akseoimg {
      margin: 0px 130px;
    }
  }

  @media screen and (max-width: 460px) {
    .akseoimg {
      margin: 0px 130px;
    }
  }

  @media screen and (max-width: 450px) {
    .akseoimg {
      margin: 0px 100px;
    }
  }

  @media screen and (max-width: 400px) {
    .akseoimg {
      margin: 0px 100px;
    }
  }

  @media screen and (max-width: 350px) {
    .akseoimg {
      margin: 0px 70px;
    }
  }

  @media screen and (max-width: 300px) {
    .akseoimg {
      margin: 0px 50px;
    }
  }

  @media screen and (max-width: 299px) {
    .akseoimg {
      margin: 0px 50px;
    }
  }

  @media screen and (max-width: 250px) {
    .akseoimg {
      margin: 0px 20px;
    }
  }

  @media screen and (max-width: 768px) {
    /* ----section 1----- */
    .akhead {
      font-size: 25px;
    }
  }

  @media only screen and (min-width: 1180px) and (max-width: 1440px) {
    .hed3h1 {
      font-size: 75px;
    }

    .hed3p {

      margin-top: -285px;
    }
  }

  .example-7 {
    min-height: 400px;
    /*background-image: linear-gradient(to top, rgb(0 0 0 / 80%) 0, rgb(0 0 0 / 65%) 60%, rgb(0 0 0 / 80%) 100%), url(../images/services/bg.avif);*/
    background-image: linear-gradient(to top, rgb(0 0 0 / 80%) 0, rgb(0 0 0 / 65%) 60%, rgb(0 0 0 / 80%) 100%), url(../images/services/bg.avif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-animation: background-anim-example-7 10s linear infinite;
    animation: background-anim-example-7 10s linear infinite;
  }
 
  @media (min-width: 768px) {
    .example-7 {
      background-image: linear-gradient(to top, rgb(0 0 0 / 80%) 0, rgb(0 0 0 / 65%) 60%, rgb(0 0 0 / 80%) 100%), url(../images/services/bg.avif);
    }
  }



  .example-7 h1 {
    color: #fff;
    text-shadow: 2px 2px 4px #000;
    text-align: center;
    font-size: 75px;
    padding: 150px 0px;
    font-weight: bold;
    text-shadow: 5px 12px 3px #000;
    margin-top: -5px;
  }

  @-webkit-keyframes background-anim-example-7 {
    0% {
      background-size: 120% auto;
    }

    50% {
      background-size: 100% auto;
    }

    100% {
      background-size: 120% auto;
    }
  }

  @keyframes background-anim-example-7 {
    0% {
      background-size: 120% auto;
    }

    50% {
      background-size: 100% auto;
      -webkit-filter: hue-rotate(90deg);
      filter: hue-rotate(90deg);
    }

    100% {
      background-size: 120% auto;
    }
  }
  @media (max-width: 580px) {
    .example-7 h1{
      font-size: 70px;
    }        
  }
  @media (max-width: 464px) {
    .example-7 h1{
      font-size: 60px;
    }        
  }
  @media (max-width: 400px) {
    .example-7 h1{
      font-size: 55px;
    }        
  }
  @media (max-width: 350px) {
    .example-7 h1{
      font-size: 40px;
    }        
  }
  @media (max-width: 300px) {
    .example-7 h1{
      font-size: 25px;
    }        
  }
  @media only screen and (min-width: 280px) and (max-width: 299px){
    .example-7 h1{
      font-size: 40px;
    } 
  }
  @media (max-width: 280px) {
    .example-7 h1{
      font-size: 35px;
    }        
  }

  .hero-title {
    color: rgb(255, 255, 255);
    margin-left: -107px;
}

.hero-text {
    color: #ffffff;
}

.sec1h1 {
    font-size: 40px;
}

.sec1p {
    margin: 0px 30px;
    font-size: 22px;
    color: grey;
    text-align: center;
    line-height: 35px;
}

.seccol1 {
    margin: 150px 0px;
}

.bgimg {
    background: url("../images/services/orange-blob.png.webp");
    background-repeat: no-repeat;
    background-size: 450px 350px;
    background-position: center bottom;
    animation: mymove 8s infinite;
}

@keyframes mymove {
    50% {
        background-position: top;
    }
}

/* -------section 2---------- */

.sec2h5 {
    color: rgb(255, 255, 255);
    font-weight: bolder;
    font-size: 18px;
    background-color: #FF6600;
    display: inline-block;
}

.sec2h1 {
    font-size: 30px;
    font-weight: bold;
}

.sec2p {
    text-align: center;
    font-size: 18px;
    color: grey;
}


/* ---------section 3--------- */

.sec3h1 {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
}

.sec3p {
    text-align: left;
    font-size: 18px;
    color: grey;
}

.sec3img {
    border-radius: 85px;
    height: 450px;
    width: 550px;
    box-shadow: 2px 7px 8px 7px #000;
}

/* -------section 4----------- */

.sec4h1 {
    text-align: center;
    display: inline-block;
    font-weight: bolder;
    color: #000;
    font-size: 41px;
}

.sec4img {
    height: 100px;
    width: 150px;
    display: inline-block;
}

/* ------header---------- */
.header3 {
    background-image:linear-gradient(to top, rgb(0 0 0 / 80%) 0, rgb(0 0 0 / 48%) 60%, rgb(0 0 0 / 80%) 100%),url(../images/services/bg.avif);
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    height: 550px;
}
.hed3h1{
    font-size: 60px;
    text-align: center;
    margin-left: 5px;
}
.hed3p{ 
    font-size: 20px;
    text-align: center;
    color: rgb(255, 255, 255);
}

.header3 .intro-text {
    padding-top: 100px;
    padding-bottom: 50px
}

.header3 .intro-text .intro-lead-in {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 25px
}

.header3 .intro-text .intro-heading {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 25px
}

@media (min-width:768px) {
    .header3 .intro-text {
        padding-top: 300px;
        padding-bottom: 200px
    }

    .header3 .intro-text .intro-lead-in {
        font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-style: italic;
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 25px
    }

    .header3 .intro-text .intro-heading {
        font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 75px;
        line-height: 75px;
        margin-bottom: 50px
    }

    .header3.case-header .intro-text h1 {
        font-size: 90px
    }

    .header3.case-header .intro-text p {
        font-size: 39px;
        margin-top: -30px;
        letter-spacing: 7px
    }
}

/*-----------------------------------*\
  #HERO
\*-----------------------------------*/

.hero {
  padding-block-start: calc(var(--section-padding) + 70px);
  text-align: center;
}

.hero .container {
  display: grid;
  gap: 70px;
}

.hero-title { color: var(--white); }

.hero-text {
  font-size: var(--fs-5);
  color: var(--white);
  margin-block: 24px 36px;
}

.btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.hero-slider,
.hero-card { position: relative; }

.hero-card .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--white);
  color: var(--charcoal);
  font-size: 2rem;
  padding: 25px;
  border-radius: var(--radius-circle);
  transition: var(--transition-1);
  animation: pulse 2s ease infinite;
}

.hero-card .play-btn:is(:hover, :focus-visible) { color: var(--violet-blue-crayola); }

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 var(--white_a70); }
  75% { box-shadow: 0 0 0 20px transparent; }
}

.hero .slider-inner {
  border-radius: var(--radius-10);
  overflow: hidden;
}

.hero .slider-container {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  transition: var(--transition-2);
}

.hero .slider-item {
  min-width: 100%;
  width: 100%;
  border-radius: var(--radius-10);
  overflow: hidden;
}

.hero .slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--white_a70);
  color: var(--charcoal);
  font-size: 2rem;
  padding: 12px;
  border-radius: var(--radius-circle);
  transition: var(--transition-1);
}

.hero .slider-btn:is(:hover, :focus-visible) { background-color: var(--white); }

.hero .slider-btn.prev { left: 20px; }

.hero .slider-btn.next { right: 20px; }

.Innovation{
  border-top: 2px solid;
}

.Innovation h1{
  text-align: left;
  color: #0045A6;
}

.Innovation .col-md-6{
  border-right: 2px solid;
}

.img-border::before{
  background: #c9c9c9ab;
}

.img-border img{
  top: 2rem;
}

.section-heading img {
  margin: 0px 350px;
}
.blink {
  animation: blinker 1.5s linear infinite;
  color: red;
  font-family: sans-serif;
}
@keyframes blinker {
  50% {
      opacity: 0;
  }
}

/*-- marquee--*/
 .marquee-container {
      width: 100%;
      overflow: hidden;
    }

    .marquee-content {
      display: -webkit-inline-box;
      animation: marquee-animation 20s linear infinite;
    }

    @keyframes marquee-animation {
      0% {
        transform: translateX(100%);
      }
      100% {
        transform: translateX(-100%);
      }
    }

    .marquee-content img {
  max-width: 12%;
  height: auto;    
  margin-right: 2%; 
}

@media (max-width: 768px) {
 
  .marquee-content {
      display: -webkit-inline-box;
      animation: marquee-animation 10s linear infinite;
      height: 190px;
      width: 650px;
    }
}

/*-- marquee end--*/

/*service slider*/
.example-4 {
    min-height: 400px;
    /*background-image: linear-gradient(to top, rgb(0 0 0 / 80%) 0, rgb(0 0 0 / 65%) 60%, rgb(0 0 0 / 80%) 100%), url(../images/services/bg.avif);*/
    background-image: linear-gradient(to top, rgb(0 0 0 / 80%) 0, rgb(0 0 0 / 65%) 60%, rgb(0 0 0 / 80%) 100%), url(../images/servicepagebg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-animation: background-anim-example-4 10s linear infinite;
    animation: background-anim-example-4 10s linear infinite;
  }
 
  @media (min-width: 768px) {
    .example-4 {
      background-image: linear-gradient(to top, rgb(0 0 0 / 80%) 0, rgb(0 0 0 / 65%) 60%, rgb(0 0 0 / 80%) 100%), url(../images/services/bg.avif);
    }
  }



  .example-4 h1 {
    color: #fff;
    text-shadow: 2px 2px 4px #000;
    text-align: center;
    font-size: 75px;
    padding: 150px 0px;
    font-weight: bold;
    text-shadow: 5px 12px 3px #000;
    margin-top: -5px;
  }

  @-webkit-keyframes background-anim-example-4 {
    0% {
      background-size: 120% auto;
    }

    50% {
      background-size: 100% auto;
    }

    100% {
      background-size: 120% auto;
    }
  }

  @keyframes background-anim-example-4 {
    0% {
      background-size: 120% auto;
    }

    50% {
      background-size: 100% auto;
      -webkit-filter: hue-rotate(90deg);
      filter: hue-rotate(90deg);
    }

    100% {
      background-size: 120% auto;
    }
  }
  @media (max-width: 580px) {
    .example-4 h1{
      font-size: 70px;
    }        
  }
  @media (max-width: 464px) {
    .example-4 h1{
      font-size: 60px;
    }        
  }
  @media (max-width: 400px) {
    .example-4 h1{
      font-size: 55px;
    }        
  }
  @media (max-width: 350px) {
    .example-4 h1{
      font-size: 40px;
    }        
  }
  @media (max-width: 300px) {
    .example-4 h1{
      font-size: 25px;
    }        
  }
  @media only screen and (min-width: 280px) and (max-width: 299px){
    .example-4 h1{
      font-size: 40px;
    } 
  }
  @media (max-width: 280px) {
    .example-4 h1{
      font-size: 35px;
    }        
  }
  