*{
    margin: 0;
    padding: 0;
}
/* scroll-to-top-button */
 #button {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #button:hover {
    cursor: pointer;
    background-color: #333;
  }
  #button:active {
    background-color: #555;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }
  @media (min-width: 500px) {
    .content {
      width: 43%;
    }
    #button {
      margin: 30px;
    }
  } 
  
  /* scroll-to-top */
  
  
/* body{
    font-family: "Teko", sans-serif;

} */

/* hero section start */
.h2{
    font-family: "Teko", sans-serif;
}
.hero{
    position: relative;

}
.navbar1 {
    position: absolute;
    top: 3%;
    width: 100%;
    z-index: 1;
    
    /* padding: 25px; */
}
 .bg-light {
    background-color: #f8f9fa00 ;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .55); 
    color: #fff ; 
    }

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(235, 175, 12, 0.9) ;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem ;
    padding-left: 2.5rem ; 
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255, 157, 0, 0.816) ; 
}
/* .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    margin-left: 550px;
} */
/* .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem ;
    padding-left: 2.5rem ; 
} */
/* .navbar-expand-lg .navbar-collapse {
    display: flex ;
    flex-basis: auto;
    font-size: 18px;
    
}
.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem; */ 
    /* margin-right: 160px !important; */
    /* font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem ;
    padding-left: 2.5rem ; 
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(253 253 253 / 90%) ;
}
.navbar-light .navbar-nav .nav-link {
 color: rgba(0, 0, 0, .55); 
 color: #fff ; 
 }
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255, 157, 0, 0.816) ; 

/* herotext */


.herotext h1 , h6 , h2 {
    font-family: "Teko", sans-serif;
    color: #fff;

}
.herotext h6 {
    font-size: 22px;
    font-weight: 400;
    font-family: "Teko", sans-serif;
    color:#e8a128;
}
.herotext h2 {
    font-weight: 400;
    font-size: 110px;
    letter-spacing: 6px;
    margin-top: -37px;
    font-family: "Teko", sans-serif;
}

.herotext h1 {
        font-weight: 400;
        font-size: 130px;
        letter-spacing: 11px;
        margin-top: -10px;
        line-height: 1;
        font-family: "Teko", sans-serif;
    color: #fff;
}

.carousel-item{
    height:900px;
}


/* button--------1-----start--- */
.btn-hero1 {
    display: inline-block;
    position: relative;
    overflow: hidden; /* Ensures background animation stays within bounds */
    /* padding: 15px 30px 15px 30px ; */
    border-radius: 0px;
    background-color: #f1a82a;
  }
  .btn-hero1 a {
    display: inline-block;
    padding: 10px 15px;
    color: #000; /* Text color */
    text-decoration: none;
    position: relative;
    z-index: 1;
    transition: color 0.5s ease; /* Smooth text color transition */
    font-size: 16px;
  }
  .btn-hero1 a:hover {
    color: #000; /* Text color change on hover */
  }
  .btn-hero1:hover{
      border:1px solid #fff;
  }

  .btn-hero1::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255); /* Hover background color */
    z-index: 0;
    transition: left 0.5s ease; /* Smooth transition for the background */
  }
  .btn-hero1:hover::before {
    left: 0; /* Moves the background to the visible area */
  }

/* button--------1--end------ */

/* button--------2---start---------- */
.btn-hero2{
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 13px;
    border-radius: 0px;
    background-color: #f1a82a;
    margin-top: 16px;
  }
  .btn-hero2 a {
    display: inline-block;
    /* padding: 15px; */
    color: #000; /* Text color */
    text-decoration: none;
    position: relative;
    z-index: 1;
    transition: color 0.5s ease; /* Smooth text color transition */
    font-size: 15px;
  }
  .btn-hero2:hover a{
    color: #fff; /* Text color change on hover */
  }

  .btn-hero2::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color:#000; /* Hover background color */
    z-index: 0;
    transition: left 0.5s ease; /* Smooth transition for the background */
  }
  .btn-hero2:hover::before {
    left: 0; /* Moves the background to the visible area */
  }
  .btn-hero2:hover{
    border:1px solid #000;
}

/* button-----------2------end */
/* button-3 */
.btn-hero3{
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 16px 26px;
    border-radius: 0px;
    background-color: #0a0a0a;
    margin-top: 0px;
  }
  .btn-hero3 a {
    display: inline-block;
    /* padding: 15px; */
    color: #f1a82a; /* Text color */
    text-decoration: none;
    position: relative;
    z-index: 1;
    transition: color 0.5s ease; /* Smooth text color transition */
    font-size: 15px;
  }
  .btn-hero3:hover a{
    color: #060606; /* Text color change on hover */
  }

  .btn-hero3::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color:#f1a82a; /* Hover background color */
    z-index: 0;
    transition: left 0.5s ease; /* Smooth transition for the background */
  }
  .btn-hero3:hover::before {
    left: 0; /* Moves the background to the visible area */
  }
  .btn-hero3:hover{
    border:1px solid #000;
}
/* button-3 */

.btn-hero  {
    background-color: #f1a82a !important;
    border-radius: 0px !important;
    padding: 15px 30px 15px 30px ;
    
    
}
.btn-hero a {
    text-decoration: none;
    color: #0f0b03;
    font-size: 14px;
    
}

/* button---------2-------------end */
.herotext {
    position:absolute;
    top:30%;
    left:17%;
    z-index: 2;

}
/* top card -----------start-----------*/
.topcard {
    padding-top:150px;
    padding-bottom: 150px;
    background-image: url('../images/dotbackground.png');
    background-repeat: no-repeat;
    background-size: cover;
}
/*.card1 {
    background-color: rgb(154, 156, 155);

    
}*/
.bstext h2 {
    color: #000;
    font-size: 27px;
    margin-left: -54px;
    font-family: "Teko", sans-serif;
}
.card1 {
    background-color: #fff;
    box-shadow: 3px 2px 18px #ccc;
    padding: 50px 20px;
    position: relative;
  overflow: hidden;
  transition: transform 0.7s ease, background 0.5s ease;
    
    
}
.card1:hover{
    transform: translateY(-10px);    
    
}
.card1::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/background-shape-1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.7s ease;
  z-index: -1;
}


.card1:hover::before {
  transform: translateY(-100%);
}
.card1:hover h2{
    color: #fff;
}
.card1:hover p{
    color: #ccc;
}
.bsicon i .fa-chart-line{
    font-size: 35px;
}
.bsicon i .fa-thumbs-up{
    font-size: 35px;
}
.bsicon i .fa-rocket{
    font-size: 35px;
}
.bsicon{
    width: 64px;
    background-color: #ffaa17;
    padding: 10px;
    text-align: center;
}

.bscard {
    position: relative;
}
.sideimg {
        position: absolute;
        top: 141%;
        left: 59%;
        
        
    
}
/* about  ---------------start------------*/
.aboutbody {
    padding-bottom: 150px;
}
.aboutimg1{
    position: relative;
}
.aboutiner {
    display: block;
    
    position: absolute;
    top: 48%;
    left: -11%;
}
.inericon{
    display: block;
    
    position: absolute;
    top:41%;
    left:35%
}
.aboutiner span{
    width: 100%;
}
.aboutiner span img{
    width: 100%;
}

.expbox {
    position: absolute;
    width: 45%;
    
    background-color: #fff;
    top:70%;
    left:33%;
/*    box-shadow: 3px 2px 18px #cdcdcd;*/
    align-items: center;

}

.exp{
    padding: 20px;
    border: 1px solid #ffaa17;
    margin: 12px;
}
.expyear{
    display: flex;
    
    
}

.exptxt1 h3{
    font-family: "Teko", sans-serif;
    font-size: 48px;
    font-weight: 400;
    margin-left: 30px;
    
}
.exptxt2 h6{
    color: #717070;
}
.expcon{
    
    width: 26%;
}
.expcon span{
    display:block;
}
.expcon span img{
    width: 100%;
}
.embox {
    position: absolute;
    width: 7%;
    height: 8%;
    background-color: #e8a128;
    top: 101%;
    left: 43%;
}
.ittxt{
    position: absolute;
    top:-5%;
    left: -10%;
}
.ittxt h1 {
    color: #000;
    font-size: 72px;
     font-family: "Teko", sans-serif;
     font-weight: 600;

}
.circleimg {
    position: absolute;
    top: -12%;
    left: -18%;
}
.circleimg span {
  display: block;
  animation: rotateCircle 40s linear infinite; /* Adjust speed */
}

/*image animation------start-----------*/
@keyframes rotateCircle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*image animation------end---------*/

/* image flip--------start-------------- */

.abconimg {
    width: 50%;
  }
  
  .abconimg span {
    display: block;
    transition: transform 0.6s;
    transform-style: preserve-3d;
  }
  
  .abconimg:hover span {
    transform: rotateY(180deg); /* Flips the image horizontally */
  }
  
  .abconimg span img {
    width: 100%;
  }
  /* image flip -----------end---------------*/

.abcontxt h2{
    color: #000;
    font-size: 26px;
    font-weight: 400;
    font-family: "Teko", sans-serif;

}
.aboutxt h6{
    color: #ffaa17;
    font-size: 18px;
    margin-bottom: 35px;
    
}
.aboutxt h1 {
    font-family: "Teko", sans-serif;
    font-size: 64px;
    line-height: 48px;
    
}
.aboutxt h2{
    color: #ffaa17;
    padding-top:30px;
    font-family: "Teko", sans-serif;
}
.aboutxt p{
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 35px;
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #f1a82a;
    transition: width .6s ease;
    
}
.pbartxt {
    margin-top: 15px;
    display: flex;
    justify-content: space-around;
}
.pbartxt1 h6 {
    color: #000;
    margin-left: -155px;
    font-size: 20px;
    font-family: "Teko", sans-serif;
}
.pbartxt2 h6 {
    color: #000;
    margin-left: -21px;
    font-weight: 200;
}
.ceo{
    margin-top: 50px;
}
.ceoname{
    margin-left: -105px;
    margin-top: 14px;
}
.ceotitle{
    margin-left: -107px;
    margin-top: -4px;
}

.ceoname h2{
    color: #000;
    font-size: 26px;
    font-family: "Teko", sans-serif;
}
.ceoimg span img{
    border-radius: 50%;
    border: 1px solid #f1a82a;
    padding: 5px;
    
}
/* about end */
/* about card start */

.top-txt h6{
    color:#fff;
}
.card-1::after{
    content: '';
    background-color: #e8a128;
    width: 400px;
    height: 281px;
    position: absolute;
    top: 7%;
    left: 0%;

}
.card-1{
    position: relative;
    height: 500px;
    transition: 0.5s all ease;
    overflow: hidden;
  
   
} 
.card-1-img span img{
    position: absolute;
    top: 0%;
    left: 9%;
    z-index: 22;

}

.card-1-img::after{
    content: '';
    background: linear-gradient(126deg, rgb(23, 23, 23) 0%, rgb(23, 23, 23) 69%, rgb(233, 162, 51) 92%);
    opacity: 0.74;
    width: 335px;
    height: 280px;
    position: absolute;
    top: 0%;
    left: 8%;
    z-index: 23;
}
.card-1:hover .card-1-img span img{
    transition: 0.5s all ease;
    transform: scale(1.25);
 }
 .card-1:hover .card-1-img::after{
    transition: 0.5s all ease;
    transform: scale(1.25);
 }
 .card-1:hover .card-icon span{
    transform: rotateY(180deg); /* Flips the image horizontally */
     
 }
.card-icon {
    position: absolute;
    width: 25%;
    top: 14%;
    left: 38%;
    z-index: 24;
}


.card-icon span{
    display: block;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}
.card-icon span img{
    width: 100%;
}
.card-1-txt {
    width: 58%;
    position: absolute;
    top: 34%;
    left: 20%;
    z-index: 25;
    text-align: center;
}
.card-1-txt h3{
    font-size: 26px;
    color: #fff;
    font-family: "Teko", sans-serif;
    font-weight: 400;
}

 
/* about card ----------end -----------------*/

/* offring -----------start----------------- */
.offring{
    padding-top:150px;
    padding-bottom: 150px;
    background-image: url('../images/pattern-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    /* height: 800px; */
    width: 100%;
    

}
.top{
    text-align: center;
}
.top-txt h1{
    padding-top: 30px;
    color: #fff;
    font-family: "Teko", sans-serif;
    font-size: 64px;
    line-height: 60px;
}


/* offer start----------------------- */
.off-card1 {
    margin-top: 50px;
    text-align: center;
    background-image: url(../images/icon-shape-6.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color:#ffffff;
    padding: 42px 20px;
    position: relative;
    /* transition: transform 0.5s ease; */
    transition: transform 0.7s ease, background 0.5s ease;
    transition: 0.5s all ease;
}
.off-card1:hover{
    transform: translateY(-10px);   
    
}
.off-card1::before{
    content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 95%;
  height: 95%;
  background-image: url(../images/shape.png);
 background-color: #e8a128;
  transition: transform 0.22s all ease-out;
  z-index: -1;
  margin: 5px;
}
.off-card1:hover::before{
  transition: transform 0.22s all ease-out;
   transform: scale(1);
}
.off-card1-txt h2{
    color: #000;
    font-family: "Teko", sans-serif;
    font-size: 26px;
}
.off-card1-txt p{
    font-size: 14px;
}
.off-card1-icon {
    transition: 0.5s all ease;
    position: absolute;
    width:55%;
    top: 79%;
    left: 20%;
    background-color: #e8a128;
    padding: 25px;
    border-radius: 50%;
}
.off-card1-icon2 {
    transition: 0.5s all ease;
    position: absolute;
    width: 55%;
    top: 79%;
    left: 20%;
    background-color: #e8a128;
    padding: 25px;
    border-radius: 50%;
    opacity:0;
}
.off-card1:hover .off-card1-icon2{
    /* background: linear-gradient(126deg, rgb(23, 23, 23) 0%, rgb(23, 23, 23) 69%, rgb(233, 162, 51) 92%); */
    /* opacity: 0.74; */
    background: linear-gradient(126deg, rgb(23, 23, 23) 0%, rgb(23, 23, 23) 69%, rgb(233, 162, 51) 92%);
    /* border: 1px solid #ccc; */
    transition: 0.5s all ease;
    transform: scale(1);
    opacity: 1;
}
.off-card1-icon span{
    display: block;

}
.off-card1-icon img{
    width: 100%;
}
.off-card1-icon2 span{
    display: block;

}
.off-card1-icon2 img{
    width: 100%;
}

/* offer end--------------------------------- */

/* it-solution----------------- */
.it-solution{
    /* background-image: url(../images/back1.png);
    background-repeat: no-repeat;
    background-size: cover; */
    /* background-attachment: fixed; */
    /* width: 100%;
    /* height: 400px; */
   /* padding-top:150px;
   padding-bottom: 150px; */ 
  /* background-size: auto; */
}
.parallax-window {
    min-height: 600px;
    background: transparent;
    padding-top:150px;
   padding-bottom: 150px;
}
.it-body{
    
    text-align: center;
    position: relative;
}
.it-text h1{
    color: #fff;
    font-family: "Teko", sans-serif;
    font-size: 80px;
    line-height: 75px;
    margin-bottom: 40px;
    
}
.it-image{
    position: absolute;
    top:-10%;
    left:45%;
    animation: movex 8s infinite alternate;
}
@keyframes movex{
    0% {
        /* transform: translateY(50%); Original position */
        left:45%;
        top:-5%;
        
    }
    50% {
        /* transform: translateY(100%); Move up by 50% */
        left:45%;
        top:-15%;
    }
    100%{
        left:45%;
        top:-5%; 
    }
}
/* offer-----------end */

/* team -member -strat----------------- */
.team-member{
    padding-top:150px;  
    padding-bottom: 150px; 
    
}
.team-back-img{
    position: relative;
}
.back-img{
    position: absolute;
    top:0%;
    left:20%;
}
.team-text h6{
    color: #f1a82a;
}
.team-text h1{
    font-family: "Teko", sans-serif;
    font-size: 64px;
    line-height: 52px;
    margin-top:35px;
}
.team-group{
    margin-top: 50PX;
    
}

.iner-pic-box {
    position: relative;

}
.pic-box{
    width: 100%;
    cursor: pointer;
    

}
.pic-box span{
    display: block;
}
.pic-box span img{
    width: 100%;
}
.pic-box::after{
    content: '';
    /* background: linear-gradient(126deg, rgb(30 29 29 / 2%) 10%, rgb(54 54 54 / 53%) 69%, rgb(233, 162, 51) 92%); */
    opacity: 0.74;
    width: 100%;
    height: 386px;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: -223;
    transition: 0.5s all ease-in;
}
.info-box{
   padding-top: 20px;
   padding-bottom: 20px;
   text-align: center;
   transition: 0.5s all ease-in;
}
.info-box h2{
    color: #000;
    font-family: "Teko", sans-serif;
    cursor: pointer;
    
}
.info-box h2:hover{
    color:#f1a82a !important;
}
.info-box p{
    color: rgb(134, 134, 134);
    font-weight: 200;
    font-size: 20px;
    
}
.social{
    position: absolute;
    top: 36%;
    left: 73%;
    width: 17%;
    /* display: none; */
    opacity: 0;
    transition: 0.5s all ease-in;
    z-index: 50;
    
}
.soical-icon{
    width: 100%;
    padding: 12px;
    font-size: 18px;
    background-color: #e8a128;
    text-align: center;
    border-radius: 16px;
    margin-bottom: 10px;
    transition: 0.5s all ease-in;
    
    
    
}
.soical-icon:hover{
    background-color: #000;
    transition: 0.5s all ease-in;
    color:#fff;
}
.iner-pic-box{
    overflow: hidden;
}
.iner-pic-box:hover .social{
    /* display: block; */
    opacity: 1;
    visibility: visible;
    transition: 0.5s all ease-in;
    cursor: pointer;
}


.iner-pic-box:hover{
    /* transform: translateY(-10px);     */
    
}
.iner-pic-box::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-image: url('../images/icon-shape-6.png');
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.5s ease;
  z-index: -1;
  transition: 0.5s all ease-in;
}


.iner-pic-box:hover::before {
  transform: translateY(-100%);
}
.info-box{
    transition: 0.5s all ease-in;
}
.iner-pic-box:hover .info-box h2{
    color:#fff;
    transition: 0.5s all ease-in;
    
}
/* team----------------end */
/* work-area-----------start */
.work-area{
    padding-top: 150px;
    padding-bottom: 150px;
    background-image: url(../images/pattern-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /* height: 800px; */
    background-color: #070707;
}
.area-left-txt h1{
    margin-top: 35px;
    color: #fff;
    font-family: "Teko", sans-serif;
    font-size: 64px;
    line-height: 58px;
}
.area-left-txt p{
    margin-top: 30px;
    margin-bottom: 30px;
    color: #ccc;
}
.area-left-txt h6{
    color:#fff;
}
.work-box {
    margin-bottom: 25px;
    padding: 25px;
    border: 1px solid rgb(134, 134, 134);
    
    position: relative;
    overflow: hidden; /* To hide the sliding background */
    transition: border 0.5s ease;
  }
  .work-box:hover {
    border: 1px solid #e8a128;
  }
  
  .work-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #f1a82a; /* Replace with your desired background color */
    transition: all 0.5s ease; /* Smooth transition */
    z-index: 0; /* Keeps it below the content */
  }
  
  .work-box:hover::before {
    left: 0; /* Moves the background from left to right */
  }
  
  .work-box .row {
    position: relative;
    z-index: 1; /* Ensures the content stays above the background */
    color: #fff; /* Adjust text color as needed */
  }
  .work-icon {
    text-align: center;
    transition: transform 0.5s ease, color 0.5s ease; /* Smooth flipping and color change */
  }
  
  .work-icon i {
    font-size: 2rem; /* Adjust as needed */
    transition: color 0.5s ease;
  }
  
  .work-box:hover .work-icon {
    transform: rotateY(180deg); /* Flips the icon */
  }
  
  .work-box:hover .work-icon i {
    color: black; /* Changes the icon color to black */
  }
  .work-box:hover .work-txt h2{
      color:#000;
  }
/* -- */
/* btn */

/* btn */
.work-icon{
    width: 100%;
    font-size: 30px;
    color: #e8a128;
}
.work-txt{
    margin-left: -36px;
    margin-top: 10px;
}
.work-txt h2{
    font-size: 24px;
    font-family: "Teko", sans-serif;
}
/* work area ------------------end */
/* feed back --------------start */
.feedBack{
    padding-top: 150px;
    padding-bottom: 150px;
    width: 100%;
    background-image: url(../images/pattern-5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    
}
.feedBackTxt{
    margin-bottom: 10px;
}
.feedBackTxt h6{
    
    color: #e8a128;
    font-size: 18px;
    margin-bottom: 35px;
}
.feedBackTxt h1{
    padding: 10px;
    font-family: "Teko", sans-serif;
    font-size: 64px;
    line-height: 58px;
    margin-bottom: 30px;
    padding: 0px;

}
.feedBackRating {
    margin-left: 175px;
}
.feedBackRating i{
    color: #f1a82a;
    

}
.feedBackName h2{
    color: #0f0b03;
    font-family: "Teko", sans-serif;
}
.feedBackPara p {
    padding-top: 33px;
    line-height: 33px;
    font-size: 18px;
    padding-bottom: 33px;
}
.feedBackSign{
    width: 100%;
    width: 41%;
    margin-left: 153px;
    margin-top: 19px;
}

.feedBackSign Span{
    display: block;

}
.feedBackSign span img{
    width: 100%;
}
.feedImage{
    position: relative;
}
.feedImage1{
    width: 72%;
    margin-left: 218px;
    border-radius: 50%;
    border: 33px solid #fff;
}

.feedImage1 span{
    display: block;
    width: 100%;
}
.feedImage1 span img{
    width: 100%;
}
.feedImage2{
    width: 22%;
    border-radius: 50%;
    /* border: 6px solid #fff; */
    border: 6px solid #f1a82a;
    position: absolute;
    top: 10%;
    left: 33%;
}

.feedImage2 span{
    display: block;
    width:100%
}
.feedImage2 span img{
    width: 100%;
    
    border-radius: 50%;
    border: 8px solid #fff;
}
.feedImage3{
    width: 16%;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    left: 31%;
}
.feedImage3 span{
    display: block;
    
}
.feedImage3 span img{
    width: 100%;
    border-radius: 50%;
}
.feedImage4{
    width: 16%;
    border-radius: 50%;
    position: absolute;
    top: 70%;
    left: 39%;
}

.feedImage4 span{
    display: block;
    
}
.feedImage4 span img{
    width: 100%;
    border-radius: 50%;
}
/* feedback --------------end */
/* benefits --------------start */
.benefit{
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
}
.benefitTop{
    text-align: center;
    margin-bottom: 100px;
}

.benefitTopTxt h1{
    
    color: #000000;
    font-family: "Teko", sans-serif;
    font-size: 64px;
    line-height: 60px;
}
.benefitTopTxt h6{
    color: #e8a128;
    font-size: 18px;
    margin-bottom: 35px;
    font-family: "Teko", sans-serif;

}
.fitCard1 {
    position: relative;
    text-align: center;
    border:1px solid #ccc;
    padding: 80px 20px 30px 20px;
}
.fitTxt h2{
    font-family: "Teko", sans-serif;
    color: #000;
}
.fitTxt p{
    
    color: #5d5b5b;
}
.fitIcon{
    width: 35%;
    padding: 19px;
    background-color: #e8a128;
    position: absolute;
    top: -24%;
    left: 32%;
}
.fitIcon span{
    display: block;
}
.fitIcon span img{
    width: 100%;
}
.fitInerTitle h2{
    color: #000;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 26px;
    font-family: "Teko", sans-serif;

}
.backImg1{
    position: absolute;
    top:0%;
    left:0%;
}
.backImg2{
    position: absolute;
    top:72%;
    left:8%;
    animation: move 10s infinite alternate;
    
}
@keyframes move{
    0% {
        
        left:2%;
        top:72%;
        
    }
    /* 50% {
        
        left:5%;
        top:72%;
    } */
    100%{
        left:5%;
        top:72%; 
    }
}


.backImg3{
    position: absolute;
    top:10%;
    left:85%;
    animation: move1 10s infinite alternate;
}

@keyframes move1{
    0% {
        /* transform: translateY(50%); Original position */
        left:85%;
        top:2%;
        
    }
    50% {
        
        left:85%;
        top:5%;
    }
    100%{
        left:85%;
        top:10%; 
    }
}
.fitCar{
    position: relative;
    
}
.fitInerBox {
    position: absolute;
    top: -25%;
    left: 0%;
    background-image: url(../images/benefit-1.jpg);
    width: 100%;
    height: 275px;
    background-repeat: no-repeat;
    background-size: cover;
    /* display:none; */
    opacity: 0;
    transform: translateY(0%) ; 
  transition: all 0.5s ease-in-out; 
  z-index: 1; 
}
.fitCard:hover .fitInerBox {
    opacity: 1; 
    visibility: visible; 
    transform: translateY(0%) ;
    cursor: pointer;
  }
.fitInerTitle {
    background-color: #f1a82a;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 207px;
}
.fitInerImg {
    width: 100%;
}
.fitInerImg span{
    display: block;
}
.fitInerImg span img{
    width: 100%;
}


/* beenfit ------------------end */

/* Counter --------------start */
.counterx{
    padding-top: 150px;
    padding-bottom: 150px;
    width: 100%;
    background-image: url(../images/pattern-3.png);
   
    background-color: #000;
}
.count{
    position: relative;
    margin: 5px;
    padding-top: 154px;
    padding-bottom: 5px;
    border-top: 5px solid #1a1a1a;
    border-left: 5px solid #1a1a1a;
    border-right: 5px solid #1a1a1a;
    background-color: #000000;
    transition: 0.2s all ease-in;

}
.counBox1 h1{
    font-size: 52px;
    font-weight: 400;
    text-align: center;
    color:#fefefe;
    font-family: "Teko", sans-serif;
}
.counBox1 p{
    text-align: center;
    color:#ccc;
    font-size: 20px;
}
.countIcon{
    top: -2%;
    left: 26%;
    position: absolute;
    padding: 25px;
    background: linear-gradient(126deg, rgb(23, 23, 23) 0%, rgb(23, 23, 23) 69%, rgb(233, 162, 51) 92%);
    width: 50%;
}


.countIcon span{
    display: block;
}
.countIcon span img{
    width: 100%;

}
.count:hover{
    transform: translateY(-15px); 
    transition: 0.2s all ease-in;
}

.countIcon1{
    top: -2%;
    left: 26%;
    position: absolute;
    padding: 25px;
    background: #e8a128;
    opacity: 0;
    width: 50%;
    transition: 0.2s all ease-in;
}

.countIcon1 span{
    display: block;
}
.countIcon1 span img{
    width: 100%;

}
.count:hover .countIcon1{
    opacity: 1;
    transition: 0.2s all ease-in;
}
.counter {
    margin-bottom: 14px;
    display: block;
    font-size: 52px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    text-align: center;
    font-family: "Teko", sans-serif;
    margin-top: 25px;
  }


  /* count------------------------end */
  /* form ---------start */
  .formTop{
      /* border:1px solid #000; */
      margin-top: -97px;
      display:flex;
      justify-content:space-between;
      padding: 12px 10px 12px 50px;
      align-items: center;
      background: #fff;
  }
  .formTopTxt h2{
      color: #000;
      font-family: "Teko", sans-serif;
      font-size: 26px;
  }
.mobNo p{
    background-color: #000;
    color: #fff;
    padding: 16px 70px;
    margin-top: 8px;
    cursor: pointer;
    text-align: center;
}
.mobNo p:hover{
    color: #e8a128;
}
.formBott{
    background-image: url(../images/pattern-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 600px;
    padding-top: 50px;
    padding-left:50px;
    position: relative;
}
.formBotTxt h1{
    font-family: "Teko", sans-serif;
    font-size: 60px;
}
.formBotTxt h6{
    color: #000;
    font-family: "Teko", sans-serif;
    font-size: 18px;
}
.c-form{
    width: 62%;
    background-color: #fff;
    padding: 50px;
    position: absolute;
    top: 27%;
    left: 5%;
    z-index: 222;
}
.form-control {
    display: block;
    width: 100%;
    padding: 20px 50px !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5 !important;
    color: #212529;
    border-radius: 0px !important;
    background-color: #f2f3f5;
    /* background-clip: padding-box; */
    border: 0px solid #ced4da !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* border-radius: 0.25rem; */
    /* transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
     */
}
.flotImg{
    position: absolute;
    top: 1%;
    left: 59%;
}




  /* blog-----------------start */
  .blog{
      padding-top:150px;
      padding-bottom: 150px;
      
  }
  .bolgHead {
      text-align: center;

  }
  .bolgHead h6{
      color: #f1a82a;
      font-family: "Teko", sans-serif;
      font-size: 18px;
      margin-bottom: 35px;


      
  }
  .bolgHead h1{
      color:#000000;
      font-family: "Teko", sans-serif;
      font-size: 58px;
      line-height: 52px;
      margin-bottom: 50px;
  }
  .blogKeyWord h2{
      color: #000000;
      font-size: 26px;
      font-family: "Teko", sans-serif;
  }
  .blogItem{
      position: relative;
      
  }
  .bloginfo{
    top: 75%;
    position: absolute;
    background-color: #fff;
    margin: 15px;
    box-shadow: 4px 4px 20px #ccc;
    padding: 21px 22px 2px 34px;
   
      
      
  }
  .blogImg{
      width: 100%;
  }
  .blogImg span{
      display:block
  }
  .blogImg span img{
      width: 100%;
  }
  .blogIcon{
      width: 50%;
  }
  .blogIconTxt{
      margin-left: -50px;
  }
  .blogIcon i{
      color:#f1a82a;
  }
  .link-btn a{
    
        color: #0f1010;
        text-decoration: none;
        font-size: 15px;
        /* margin-right: 32px; */
        padding-right: 14px;
        /* font-family: tako; */
        font-family: "catamaran", sans-serif;
    
  }
  .link-btn i{
      margin-left:10px;
  }
  .link-btn a:hover{
      color:#e8a128;
  }
  /* blog-----------------end */
  .callToAction{
      position: relative;
      padding-top: 20px;
      width: 100%;
      height: 200px;
      background-image: url(../images/bg2.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      
  }
  .callaction{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    margin-left: 30px;
}
  .abconimg1 {
    width: 8%;
    background-color: #fff;
    border-radius: 50%;
    padding: 20px;
    margin-left: 160px;
}
  
  .abconimg1 span {
    display: block;
    transition: transform 0.6s;
    transform-style: preserve-3d;
  }
  
  .abconimg1:hover span {
    transform: rotateY(180deg); /* Flips the image horizontally */
  }
  
  .abconimg1 span img {
    width: 100%;
  }
  .actionTxt h2{
    font-family: "Teko", sans-serif;
    font-size: 60px;
  }
  .btn-action {
    background-color: #000000;
    border-radius: 0px !important;
    padding: 15px 30px 15px 30px;
    /* margin-left: 155px; */
}
    
    

.btn-action a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    
}
.actionitem{
    position: absolute;
    top:0%;
    left:0%;
}
.align-items-center {
    align-items: center!important;
    margin-top: 34px;
    margin-left: -64px;
}
/* call to action-------------------end */
.foot1{
    padding-top: 100px;
    padding-bottom: 20px;
    width: 100%;
    
    background-image:url(../images/icon-dots-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000;

}
.footerlogo {
    width: 25%;
    margin-bottom: 18px;
}

.footerlogo span{
    display: block;
}
.footerlogo span img{
    width: 100%;;
}
.aboutTxt{
    color: #ccc;
    margin-bottom: 35px;
}
.footerSocial{
    width: 25%;;
}
.footerSocial i{
    font-size: 20px;
    color:#fff;
    padding:15px; 
    background-color:#1a1a1a;
    border-radius: 50%;
    transition: 0.5s all ease-in-out;
    margin-left:-12px;
}
.footerSocial i:hover{
    /* color: #e8a128; */
    transition: 0.5s all ease-in-out;
    background-color: #f1a72a;
    cursor: pointer;
}
.exploreMenu{
    display:flex;
    justify-content: space-between;
}
.menudash p {
    color: #e8a128;
    font-size: 23px;
    margin-left: -73px;
    font-weight: 800;
}
.menuLink1 a{
    text-decoration: none;
    color: #ccc;
}
.menuLink1 a:hover{
    color:#f1a72a;
}
.contactIcon p{
    color:#fff;
}
.contactlink{
    display: flex;
    /* justify-content: space-between; */
}
.contactPara p{
    color: #ccc;
    margin-bottom: 34px;
}
.contactIcon i{
    color:#f1a82a;
}
.contemail p{
    color:#ccc;
    margin-left: 10px;
}
.footerBott hr{
    margin-top: 100px;
    margin-bottom: 50px;
    color: #ccc;
}
.copyright p{
    color: #ccc;
    text-align: center;
}
.menuhd h2{
    font-size: 30px;
    font-weight: 400;
    font-family: "Teko", sans-serif;
    color:#fff;
}
.menuLink1{
    margin-bottom: 14px;

}
.item{
    height:550px;
}

/* -------------end desktop view-------------------- */

/* ---------tab view start-------------------------- */
@media only screen and (max-device-width:768px){
    *{
        margin: 0;
        padding: 0;
    }
    .owl-nav{
        display:none;
    }
    /* scroll-to-top-button */
/* #button {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #button:hover {
    cursor: pointer;
    background-color: #333;
  }
  #button:active {
    background-color: #555;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  } */
  
  /* scroll-to-top */
    /* body{
        font-family: "Teko", sans-serif;
    
    } */
    
    /* hero section start */
    .hero{
        position: relative;
    
    }
    .navbar1 {
        position: absolute;
        top: 3%;
        left:0%;
        width: 100%;
        z-index: 1;
        /* display: none; */
        
        
        /* padding: 25px; */
    }
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        margin-left: 550px;
    }
    .navbar-toggler {
        padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
        font-size: var(--bs-navbar-toggler-font-size);
        line-height: 1;
        color: var(--bs-navbar-color);
        background-color: #ffffffa8;
        border: var(--bs-border-width) solid rgb(249 245 245 / 12%);
        border-radius: var(--bs-navbar-toggler-border-radius);
        transition: var(--bs-navbar-toggler-transition);
    }
    
    /* herotext */
    .herotext{
        margin-top: 60px;
    }
    .herotext h1 , h6 , h2 {
        font-family: "Teko", sans-serif;
        color: #fff;
    
    } */
    .herotext h6 {
        font-size: 20px;
        font-weight: 400;
    }
    .herotext h2 {
        font-weight: 400;
        font-size: 110px;
        letter-spacing: 6px;
        margin-top: 0px;
    }
    
    .herotext h1 {
            font-weight: 400;
            font-size: 80px;
            letter-spacing: 4px;
            margin-bottom: 20px;
            line-height: 1;
    }
    
    .carousel-item{
        height:500px;
    }
    
    
    /* button--------1-----start--- */
    .btn-hero1 {
        display: inline-block;
        position: relative;
        overflow: hidden; /* Ensures background animation stays within bounds */
        /* padding: 15px 30px 15px 30px ; */
        border-radius: 0px;
        background-color: #f1a82a;
      }
      .btn-hero1 a {
        display: inline-block;
        padding: 6px 10px;
        color: #000; /* Text color */
        text-decoration: none;
        position: relative;
        z-index: 1;
        transition: color 0.5s ease; /* Smooth text color transition */
        font-size: 14px;
      }
      .btn-hero1 a:hover {
        color: #000; /* Text color change on hover */
      }
      .btn-hero1:hover{
          border:1px solid #fff;
      }
    
      .btn-hero1::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: rgb(255, 255, 255); /* Hover background color */
        z-index: 0;
        transition: left 0.5s ease; /* Smooth transition for the background */
      }
      .btn-hero1:hover::before {
        left: 0; /* Moves the background to the visible area */
      }
      
    /* button--------1--end------ */
    
    /* button--------2---start---------- */
    .btn-hero2{
        display: inline-block;
        position: relative;
        overflow: hidden;
        padding: 13px;
        border-radius: 0px;
        background-color: #f1a82a;
        margin-top: 16px;
      }
      .btn-hero2 a {
        display: inline-block;
        /* padding: 15px; */
        color: #000; /* Text color */
        text-decoration: none;
        position: relative;
        z-index: 1;
        transition: color 0.5s ease; /* Smooth text color transition */
        font-size: 15px;
      }
      .btn-hero2:hover a{
        color: #fff; /* Text color change on hover */
      }
    
      .btn-hero2::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color:#000; /* Hover background color */
        z-index: 0;
        transition: left 0.5s ease; /* Smooth transition for the background */
      }
      .btn-hero2:hover::before {
        left: 0; /* Moves the background to the visible area */
      }
      .btn-hero2:hover{
        border:1px solid #000;
    }
    
    /* button-----------2------end */
    /* button-3 */
.btn-hero3{
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 13px;
    border-radius: 0px;
    background-color: #0a0a0a;
    /* margin-top: 16px; */
  }
  .btn-hero3 a {
    display: inline-block;
    /* padding: 15px; */
    color: #f1a82a; /* Text color */
    text-decoration: none;
    position: relative;
    z-index: 1;
    transition: color 0.5s ease; /* Smooth text color transition */
    font-size: 14px;
  }
  .btn-hero3:hover a{
    color: #060606; /* Text color change on hover */
  }

  .btn-hero3::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color:#f1a82a; /* Hover background color */
    z-index: 0;
    transition: left 0.5s ease; /* Smooth transition for the background */
  }
  .btn-hero3:hover::before {
    left: 0; /* Moves the background to the visible area */
  }
  .btn-hero3:hover{
    border:1px solid #000;
}
/* button-3 */
    
    .btn-hero  {
        background-color: #f1a82a !important;
        border-radius: 0px !important;
        padding: 15px 30px 15px 30px ;
        
        
    }
    .btn-hero a {
        text-decoration: none;
        color: #0f0b03;
        font-size: 14px;
        
    }
    
    /* button---------2-------------end */
    .herotext {
        position:absolute;
        top:17%;
        left:5%;
        z-index: 2;
    
    }
    /* top card -----------start-----------*/
    .topcard {
        padding-top:85px;
        padding-bottom: 110px;
        background-image: url('../images/dotbackground.png');
        background-repeat: no-repeat;
        background-size: cover;
    }
    /*.card1 {
        background-color: rgb(154, 156, 155);
    
        
    }*/
    .bstext h2 {
        color: #000;
        font-size: 18px;
        margin-left: -50px;
    }
    .card1 {
        background-color: #fff;
        box-shadow: 3px 2px 18px #ccc;
        padding: 25px 16px;
        position: relative;
      overflow: hidden;
      transition: transform 0.7s ease, background 0.5s ease;
        
        
    }
    .card1:hover{
        transform: translateY(-10px);    
        
    }
    .card1::before {
      content: "";
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url('../images/background-shape-1.jpg');
      background-repeat: no-repeat;
      background-size: cover;
      transition: transform 0.7s ease;
      z-index: -1;
    }
    
    
    .card1:hover::before {
      transform: translateY(-100%);
    }
    .card1:hover h2{
        color: #fff;
    }
    .card1:hover p{
        color: #ccc;
    }
    .bsicon i .fa-chart-line{
        font-size: 15px;
    }
    .bsicon i .fa-thumbs-up{
        font-size: 15px;
    }
    .bsicon i .fa-rocket{
        font-size: 15px;
    }
    .bsicon{
        width: 38px;
        background-color: #ffaa17;
        padding: 4px;
        text-align: center;
        margin-bottom: 14px;
    }
    .cardpara p{
        font-size: 13px;
    }
    .bscard {
        position: relative;
    }
    .sideimg {
            position: absolute;
            top: 141%;
            left: 59%;
            
            
        
    }
    /* about  ---------------start------------*/
    .aboutbody {
        padding-bottom: 85px;
    }
    .aboutimg1{
        position: relative;
        width: 100%;
    }
    .aboutimg1 span img{
        width: 100%;
    }
    .aboutiner {
        /* display: none; */
        
        position: absolute;
        top: 60%;
        left: -11%;

    }
    .inericon{
        display: block;
        
        position: absolute;
        top:55%;
        left:26%
    }
    .aboutiner span{
        width: 100%;
    }
    .aboutiner span img{
        width: 100%;
    }
    
    .expbox {
        position: absolute;
    /* width: 100%; */
    background-color: #fff;
    top: 77%;
    left: 23%;
    /* box-shadow: 3px 2px 18px #cdcdcd;
    /*    box-shadow: 3px 2px 18px #cdcdcd;*/
        align-items: center;
    
    }
    
    .exp{
        padding: 20px;
        border: 1px solid #ffaa17;
        margin: 12px;
    }
    .expyear{
        display: flex;
        width: 100%;
        margin-left: 71px;
        margin-bottom: 5px;
        
    }
    
    .exptxt1 h3{
        font-family: "Teko", sans-serif;
        font-size: 48px;
        font-weight: 400;
        margin-left: 30px;
    }
    .exptxt2 h6{
        color: #717070;
        text-align: center;
        font-size: 22px;
    }
    .expcon{
        
        width: 18%;
    }
    .expcon span{
        display:block;
    }
    .expcon span img{
        width: 100%;
    }
    .embox {
        position: absolute;
        width: 6%;
        height: 6%;
        background-color: #e8a128;
        top: 101%;
        left: 39%;
        /* display:none; */
    }
    .ittxt{
        position: absolute;
        top:-9%;
        left: 4%;
        /* display:none; */
    }
    .ittxt h1 {
        color: #000;
        font-size: 72px;
         font-family: "Teko", sans-serif;
         font-weight: 600;
         /* display:none; */
    
    }
    .circleimg {
        position: absolute;
        top: -12%;
        left: -3%;
        /* display:none; */
    }
    .circleimg span {
      display: block;
      animation: rotateCircle 40s linear infinite; /* Adjust speed */
    }
    
    /*image animation------start-----------*/
    @keyframes rotateCircle {
      0% {
        transform: rotate(0deg);
      }
      100% {
        transform: rotate(360deg);
      }
    }
    /*image animation------end---------*/
    
    /* image flip--------start-------------- */
    
    .abconimg {
        width: 40%;
      }
      
      .abconimg span {
        display: block;
        transition: transform 0.6s;
        transform-style: preserve-3d;
      }
      
      .abconimg:hover span {
        transform: rotateY(180deg); /* Flips the image horizontally */
      }
      
      .abconimg span img {
        width: 100%;
      }
      /* image flip -----------end---------------*/
    .abcontxt {
        width: 90%;
        margin-left:-85px;
    }
    .abcontxt h2{
        color: #000;
        font-size: 26px;
        font-weight: 400;
    
    }
    .aboutxt{
        margin-top:87px;
    }
    .aboutxt h6{
        color: #ffaa17;
        font-size: 18px;
        margin-bottom: 25px;
        
    }
    .aboutxt h1 {
        font-family: "Teko", sans-serif;
        font-size: 52px;
        line-height: 38px;
        
    }
    .aboutxt h2{
        color: #ffaa17;
        padding-top:15px;
    }
    .aboutxt p{
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 46px;
    }
    .progress-bar {
        display: flex;
        flex-direction: column;
        justify-content: center;
        overflow: hidden;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        background-color: #f1a82a;
        transition: width .6s ease;
        
    }
    .pbartxt {
        margin-top: 15px;
        display: flex;
        justify-content: space-around;
    }
    .pbartxt1 h6 {
        color: #000;
        margin-left: -155px;
        font-size: 20px;
    }
    .pbartxt2 h6 {
        color: #000;
        margin-left: -21px;
        font-weight: 200;
    }
    .ceo{
        margin-top: 50px;
    }
    .ceoname{
        margin-left: 10px;
        margin-top: 14px;
    }
    .ceotitle{
        margin-left: -19px;
        margin-top: -4px;
    }
    
    .ceoname h2{
        color: #000;
        font-size: 26px;
    }
    .ceoimg span img{
        border-radius: 50%;
        border: 1px solid #f1a82a;
        padding: 5px;
        
    }
    .ceobnt{
        margin-left: 72px;
    }
    /* about end */
    /* about card start */
    
    
    .card-1::after{
    content: '';
    background-color: #e8a128;
    width: 400px;
    height: 216px;
    position: absolute;
    top: 7%;
    left: 0%;
    
    }
    .card-1{
    position: relative;
    height: 350px;
    transition: 0.5s all ease;
    overflow: hidden;
      
       
    } 
    .card-1-img span img{
    position: absolute;
    top: 0%;
    left: 4%;
    z-index: 22;
    height: 236px;
    
    }
    
    .card-1-img::after{
        content: '';
        background: linear-gradient(126deg, rgb(23, 23, 23) 0%, rgb(23, 23, 23) 69%, rgb(233, 162, 51) 92%);
        opacity: 0.74;
        width: 414px;
    height: 236px;
    position: absolute;
    top: 0%;
    left: 4%;
    z-index: 23;
    }
    .card-1:hover .card-1-img span img{
        transition: 0.5s all ease;
        transform: scale(1.25);
     }
     .card-1:hover .card-1-img::after{
        transition: 0.5s all ease;
        transform: scale(1.25);
     }
     .card-1:hover .card-icon span{
        transform: rotateY(180deg); /* Flips the image horizontally */
         
     }
    .card-icon {
        position: absolute;
        width: 25%;
        top: 14%;
        left: 38%;
        z-index: 24;
    }
    
    
    .card-icon span{
        display: block;
        transition: transform 0.6s;
        transform-style: preserve-3d;
    }
    .card-icon span img{
        width: 100%;
    }
    .card-1-txt {
        width: 58%;
        position: absolute;
        top: 34%;
        left: 20%;
        z-index: 25;
        text-align: center;
    }
    .card-1-txt h3{
        font-size: 18px;
        color: #fff;
        font-family: "Teko", sans-serif;
        font-weight: 400;
    }
    
     
    /* about card ----------end -----------------*/
    
    /* offring -----------start----------------- */
    .offring{
        padding-top:85px;
        padding-bottom: 135px;
        background-image: url('../images/pattern-1.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #000;
        /* height: 800px; */
        width: 100%;
        
    
    }
    .top{
        text-align: center;
    }
    .top-txt h1{
        padding-top: 15px;
        color: #fff;
        font-family: "Teko", sans-serif;
        font-size:52px;
        line-height: 48px;
    }
    
    
    /* offer start----------------------- */
    .off-card1 {
        margin-top: 50px;
        text-align: center;
        background-image: url(../images/icon-shape-6.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-color:#ffffff;
        padding: 42px 20px;
        position: relative;
        /* transition: transform 0.5s ease; */
        transition: transform 0.7s ease, background 0.5s ease;
        transition: 0.5s all ease;
    }
    .off-card1:hover{
        transform: translateY(-10px);   
        
    }
    .off-card1::before{
        content: "";
      position: absolute;
      top: 0%;
      left: 0%;
      width: 95%;
      height: 95%;
      background-image: url(../images/shape.png);
     background-color: #e8a128;
      transition: transform 0.22s all ease-out;
      z-index: -1;
      margin: 5px;
    }
    .off-card1:hover::before{
      transition: transform 0.22s all ease-out;
       transform: scale(1);
    }
    .off-card1-txt h2{
        color: #000;
        font-family: "Teko", sans-serif;
        font-size: 26px;
    }
    .off-card1-txt p{
        font-size: 14px;
    }
    .off-card1-icon {
        transition: 0.5s all ease;
        position: absolute;
        width:40%;
        top: 79%;
        left: 26%;
        background-color: #e8a128;
        padding: 22px;
        border-radius: 50%;
    }
    .off-card1-icon2 {
        transition: 0.5s all ease;
        position: absolute;
        width: 40%;
        top: 79%;
        left: 26%;
        background-color: #e8a128;
        padding: 22px;
        border-radius: 50%;
        opacity:0;
    }
    .off-card1:hover .off-card1-icon2{
        /* background: linear-gradient(126deg, rgb(23, 23, 23) 0%, rgb(23, 23, 23) 69%, rgb(233, 162, 51) 92%); */
        /* opacity: 0.74; */
        background: linear-gradient(126deg, rgb(23, 23, 23) 0%, rgb(23, 23, 23) 69%, rgb(233, 162, 51) 92%);
        /* border: 1px solid #ccc; */
        transition: 0.5s all ease;
        transform: scale(1);
        opacity: 1;
    }
    .off-card1-icon span{
        display: block;
    
    }
    .off-card1-icon img{
        width: 100%;
    }
    .off-card1-icon2 span{
        display: block;
    
    }
    .off-card1-icon2 img{
        width: 100%;
    }
    
    /* offer end--------------------------------- */
    
    /* it-solution----------------- */
    .it-solution{
        /* background-image: url(../images/back1.png);
        background-repeat: no-repeat;
        background-size: cover; */
        /* background-attachment: fixed; */
        /* width: 100%;
        /* height: 400px; */
       /* padding-top:150px;
       padding-bottom: 150px; */ 
      /* background-size: auto; */
    }
    .parallax-window {
        min-height: 400px;
        background: transparent;
        padding-top: 90px;
        padding-bottom: 85px;
    }
    .it-body{
        
        text-align: center;
        position: relative;
    }
    .it-text h1{
         
            color: #fff;
            font-family: "Teko", sans-serif;
            font-size: 62px;
            line-height: 60px;
            margin-bottom: 53px;
        
        
    }
    .it-image{
        position: absolute;
        top:-10%;
        left:38%;
        animation: movex 8s infinite alternate;
    }
    @keyframes movex{
        0% {
            /* transform: translateY(50%); Original position */
            left:38%;
            top:-5%;
            
        }
        50% {
            /* transform: translateY(100%); Move up by 50% */
            left:38%;
            top:-15%;
        }
        100%{
            left:38%;
            top:-5%; 
        }
    }
    /* offer-----------end */
    
    /* team -member -strat----------------- */
    .team-member{
        padding-top: 85px;
        padding-bottom: 85px; 
        
    }
    .team-back-img{
        position: relative;
    }
    .back-img{
        position: absolute;
        top:0%;
        left:0%;
    }
    .team-text h6{
        color: #f1a82a;
    }
    .team-text h1{
        font-family: "Teko", sans-serif;
        font-size: 50px;
        line-height: 42px;
        margin-top:15px;
    }
    .team-group{
        margin-top: 50PX;
        
    }
    
    .iner-pic-box {
        position: relative;
    
    }
    .pic-box{
        width: 100%;
        cursor: pointer;
        
    
    }
    .pic-box span{
        display: block;
    }
    .pic-box span img{
        width: 100%;
    }
    .pic-box::after{
        content: '';
        /* background: linear-gradient(126deg, rgb(30 29 29 / 2%) 10%, rgb(54 54 54 / 53%) 69%, rgb(233, 162, 51) 92%); */
        opacity: 0.74;
        width: 100%;
        height: 386px;
        position: absolute;
        top: 0%;
        left: 0%;
        z-index: -223;
        transition: 0.5s all ease-in;
    }
    .info-box{
       padding-top: 20px;
       padding-bottom: 20px;
       text-align: center;
       transition: 0.5s all ease-in;
    }
    .info-box h2{
        color: #000;
        font-family: "Teko", sans-serif;
        cursor: pointer;
        
    }
    .info-box h2:hover{
        color:#f1a82a !important;
    }
    .info-box p{
        color: rgb(134, 134, 134);
        font-weight: 200;
        font-size: 20px;
        
    }
    .social{
        position: absolute;
        top: 36%;
        left: 73%;
        width: 14%;
        /* display: none; */
        opacity: 0;
        transition: 0.5s all ease-in;
        z-index: 50;
        
    }
    .soical-icon{
        width: 100%;
        padding: 8px;
        font-size: 20px;
        background-color: #e8a128;
        text-align: center;
        border-radius: 16px;
        margin-bottom: 10px;
        transition: 0.5s all ease-in;
        
        
        
    }
    .soical-icon:hover{
        background-color: #000;
        transition: 0.5s all ease-in;
        color:#fff;
    }
    .iner-pic-box{
        overflow: hidden;
    }
    .iner-pic-box:hover .social{
        /* display: block; */
        opacity: 1;
        visibility: visible;
        transition: 0.5s all ease-in;
        cursor: pointer;
    }
    
    
    .iner-pic-box:hover{
        /* transform: translateY(-10px);     */
        
    }
    .iner-pic-box::before {
      content: "";
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000;
      background-image: url('../images/icon-shape-6.png');
      background-repeat: no-repeat;
      background-size: cover;
      transition: transform 0.5s ease;
      z-index: -1;
      transition: 0.5s all ease-in;
    }
    
    
    .iner-pic-box:hover::before {
      transform: translateY(-100%);
    }
    .info-box{
        transition: 0.5s all ease-in;
    }
    .iner-pic-box:hover .info-box h2{
        color:#fff;
        transition: 0.5s all ease-in;
        
    }
    /* team----------------end */
    /* work-area-----------start */
    .work-area{
        padding-top: 85px;
        padding-bottom: 85px;
        background-image: url(../images/pattern-2.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        /* height: 800px; */
        background-color: #070707;
    }
    .area-left-txt h1{
        margin-top: 35px;
        color: #fff;
        font-family: "Teko", sans-serif;
        font-size: 52px;
        line-height: 46px;
    }
    .area-left-txt p{
        margin-top: 30px;
        margin-bottom: 30px;
        color: #ccc;
        
    }
    .area-left-txt h6{
        color:#fff !important;
    }
    .work-box {
        margin-bottom: 25px;
        padding: 4px;
        border: 1px solid rgb(134, 134, 134);
        
        position: relative;
        overflow: hidden; /* To hide the sliding background */
        transition: border 0.5s ease;
      }
      .work-box:hover {
        border: 1px solid #e8a128;
      }
      
      .work-box::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: #f1a82a; /* Replace with your desired background color */
        transition: all 0.5s ease; /* Smooth transition */
        z-index: 0; /* Keeps it below the content */
      }
      
      .work-box:hover::before {
        left: 0; /* Moves the background from left to right */
      }
      
      .work-box .row {
        position: relative;
        z-index: 1; /* Ensures the content stays above the background */
        color: #fff; /* Adjust text color as needed */
      }
      .work-icon {
        text-align: center;
        transition: transform 0.5s ease, color 0.5s ease; /* Smooth flipping and color change */
      }
      
      .work-icon i {
        font-size: 20px; /* Adjust as needed */
        transition: color 0.5s ease;
      }
      
      .work-box:hover .work-icon {
        transform: rotateY(180deg); /* Flips the icon */
      }
      
      .work-box:hover .work-icon i {
        color: black; /* Changes the icon color to black */
      }
      .work-box:hover .work-txt h2{
          color:#000;
      }
    /* -- */
    /* btn */
    
    /* btn */
    .work-icon{
        width: 100%;
        font-size: 30px;
        color: #e8a128;
    }
    .work-txt{
        margin-left: -36px;
        margin-top: 17px;
    }
    .work-txt h2{
        font-size: 17px;;
    }
    /* work area ------------------end */
    /* feed back --------------start */
    .feedBack{
        padding-top: 85px;
        padding-bottom: 85px;
        width: 100%;
        background-image: url(../images/pattern-5.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        
    }
    .feedBackTxt{
        margin-bottom: 10px;
    }
    .feedBackTxt h6{
        
        color: #e8a128;
        font-size: 18px;
        margin-bottom: 35px;
    }
    .feedBackTxt h1{
        padding: 10px;
        font-family: "Teko", sans-serif;
        font-size: 52px;
        line-height: 48px;
        margin-bottom: 30px;
        padding: 0px;
    
    }
    .feedBackRating {
        margin-left: 0px;
    }
    .feedBackRating i{
        color: #f1a82a;
        
    
    }
    .feedBackName h2{
        color: #0f0b03;
    }
    .feedBackPara p {
    padding-top: 26px;
    line-height: 24px;
    font-size: 16px;
    padding-bottom: 16px;
    text-align: justify;
    }
    .feedBackSign{
        
        width: 67%;
        margin-left: 35px;
        margin-top: 14px
    }
    
    .feedBackSign Span{
        display: block;
    
    }
    .feedBackSign span img{
        width: 100%;
    }
    .feedImage{
        position: relative;
    }
    .feedImage1{
        width: 90%;
        margin-left: 38px;
        border-radius: 50%;
        border: 33px solid #fff;
    }
    
    .feedImage1 span{
        display: block;
        width: 100%;
    }
    .feedImage1 span img{
        width: 100%;
    }
    .feedImage2{
        width: 30%;
        border-radius: 50%;
        /* border: 6px solid #fff; */
        border: 6px solid #f1a82a;
        position: absolute;
        top: 3%;
        left: 15%;
    }
    
    .feedImage2 span{
        display: block;
        width:100%
    }
    .feedImage2 span img{
        width: 100%;
        
        border-radius: 50%;
        border: 8px solid #fff;
    }
    .feedImage3{
        width: 25%;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    left: 4%;
    }
    .feedImage3 span{
        display: block;
        
    }
    .feedImage3 span img{
        width: 100%;
        border-radius: 50%;
    }
    .feedImage4{
        width: 25%;
    border-radius: 50%;
    position: absolute;
    top: 73%;
    left: 22%;
    }
    
    .feedImage4 span{
        display: block;
        
    }
    .feedImage4 span img{
        width: 100%;
        border-radius: 50%;
    }
    /* feedback --------------end */
    /* benefits --------------start */
    .fitCard{
        margin-bottom: 83px;
    }
    .benefit{
        position: relative;
        padding-top: 85px;
        padding-bottom: 0px;
    }
    .benefitTop{
        text-align: center;
        margin-bottom: 100px;
    }
    
    .benefitTopTxt h1{
        color: #000000;
        font-family: "Teko", sans-serif;
        font-size: 52px;
        line-height: 48px;
    }
    .benefitTopTxt h6{
        color: #e8a128;
        font-size: 18px;
        margin-bottom: 35px;
        
    
    }
    .fitCard1 {
        position: relative;
        text-align: center;
        border:1px solid #ccc;
        padding: 80px 20px 30px 20px;
    }
    .fitTxt h2{
        font-family: "Teko", sans-serif;
        color: #000;
    }
    .fitTxt p{
        
        color: #5d5b5b;
    }
    .fitIcon{
    width: 30%;
    padding: 18px;
    background-color: #e8a128;
    position: absolute;
    top: -24%;
    left: 34%;
    }
    .fitIcon span{
        display: block;
    }
    .fitIcon span img{
        width: 100%;
    }
    .fitInerTitle h2{
        color: #000;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 26px;
    }
    .backImg1{
        position: absolute;
        top:-4%;
        left:-12%;
    }
    .backImg2{
        position: absolute;
        top:72%;
        left:8%;
        animation: move 10s infinite alternate;
        display: none;
        
    }
    @keyframes move{
        0% {
            
            left:2%;
            top:72%;
            
        }
        /* 50% {
            
            left:5%;
            top:72%;
        } */
        100%{
            left:5%;
            top:72%; 
        }
    }
    
    
    .backImg3{
        position: absolute;
        top:10%;
        left:80%;
        animation: move1 10s infinite alternate;
        /* display: none; */
    }
    
    @keyframes move1{
        0% {
            /* transform: translateY(50%); Original position */
            left:80%;
            top:2%;
            
        }
        50% {
            
            left:80%;
            top:5%;
        }
        100%{
            left:80%;
            top:10%; 
        }
    }
    .fitCar{
        position: relative;
        
    }
    .fitInerBox {
        position: absolute;
        top: -25%;
        left: 0%;
        background-image: url(../images/benefit-1.jpg);
        width: 100%;
        height: 275px;
        background-repeat: no-repeat;
        background-size: cover;
        /* display:none; */
        opacity: 0;
        transform: translateY(0%) ; 
      transition: all 0.5s ease-in-out; 
      z-index: 1; 
    }
    .fitCard:hover .fitInerBox {
        opacity: 1; 
        visibility: visible; 
        transform: translateY(0%) ;
        cursor: pointer;
      }
    .fitInerTitle {
        background-color: #f1a82a;
        text-align: center;
        position: absolute;
        width: 100%;
        top: 207px;
    }
    .fitInerImg {
        width: 100%;
    }
    .fitInerImg span{
        display: block;
    }
    .fitInerImg span img{
        width: 100%;
    }
    
    
    /* beenfit ------------------end */
    
    /* Counter --------------start */
    .counterx{
        padding-top: 85px;
        padding-bottom: 150px;
        width: 100%;
        background-image: url(../images/pattern-3.png);
       
        background-color: #000;
    }
    .count{
        position: relative;
        margin: 5px;
        padding-top: 126px;
        padding-bottom: 5px;
        border-top: 5px solid #1a1a1a;
        border-left: 5px solid #1a1a1a;
        border-right: 5px solid #1a1a1a;
        background-color: #000000;
        transition: 0.2s all ease-in;
    
    }
    .counBox1 h1{
        font-size: 52px;
        font-weight: 400;
        text-align: center;
        color:#fefefe;
        font-family: "Teko", sans-serif;
    }
    .counBox1 p{
        text-align: center;
        color:#ccc;
        font-size: 16px;
    }
    .countIcon{
    top: -2%;
    left: 33%;
    position: absolute;
    padding: 22px;
    background: linear-gradient(126deg, rgb(23, 23, 23) 0%, rgb(23, 23, 23) 69%, rgb(233, 162, 51) 92%);
    width: 33%;
    }
    
    
    .countIcon span{
        display: block;
    }
    .countIcon span img{
        width: 100%;
    
    }
    .count:hover{
        transform: translateY(-15px); 
        transition: 0.2s all ease-in;
    }
    
    .countIcon1{
    top: -2%;
    left: 33%;
    position: absolute;
    padding: 25px;
    background: #e8a128;
    opacity: 0;
    width: 33%;
    transition: 0.2s all ease-in;
    }
    
    .countIcon1 span{
        display: block;
    }
    .countIcon1 span img{
        width: 100%;
    
    }
    .count:hover .countIcon1{
        opacity: 1;
        transition: 0.2s all ease-in;
    }
    .counter {
    margin-bottom: 14px;
    display: block;
    font-size: 38px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    text-align: center;
    font-family: "Teko", sans-serif;
    margin-top: 0px;
      }
    
    
      /* count------------------------end */
      /* form ---------start */
      .formTop{
          /* border:1px solid #000; */
          margin-top: -97px;
          display:flex;
          justify-content:space-between;
          padding: 12px 10px 12px 50px;
          align-items: center;
          background: #fff;
      }
      .formTopTxt h2{
          color: #000;
          font-family: "Teko", sans-serif;
          font-size: 22px;
      }
    .mobNo p{
        background-color: #000;
        color: #fff;
        padding: 16px 70px;
    }
    .formBott{
        background-image: url(../images/pattern-4.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 600px;
        padding-top: 50px;
        padding-left:50px;
        position: relative;
    }
    .formBotTxt h1{
        font-family: "Teko", sans-serif;
        font-size: 52px;
    }
    .formBotTxt h6{
        color: #000;
        font-family: "Teko", sans-serif;
        font-size: 18px;
    }
    .c-form{
    width: 90%;
    background-color: #fff;
    padding: 50px;
    position: absolute;
    top: 27%;
    left: 5%;
    z-index: 222;
    }
    .form-control {
        display: block;
        width: 100%;
        padding: 20px 50px !important;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5 !important;
        color: #212529;
        border-radius: 0px !important;
        background-color: #f2f3f5;
        /* background-clip: padding-box; */
        border: 0px solid #ced4da !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        /* border-radius: 0.25rem; */
        /* transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
         */
    }
    .flotImg{
        position: absolute;
        top: 1%;
        left: 59%;
        display:none;
    }
    
    
    
    
      /* blog-----------------start */
      .blog{
          padding-top:85px;
          padding-bottom: 30px;
          
      }
      .bolgHead {
          text-align: center;
    
      }
      .bolgHead h6{
          color: #f1a82a;
          font-family: "Teko", sans-serif;
          font-size: 18px;
          margin-bottom: 35px;
    
    
          
      }
      .bolgHead h1{
          color:#000000;
          font-family: "Teko", sans-serif;
          font-size: 52px;
          line-height: 48px;
          margin-bottom: 50px;
      }
      .blogKeyWord h2{
          color: #000000;
          font-size: 26px;
      }
      .blogItem{
          position: relative;
          
      }
      .bloginfo{
        top: 75%;
        position: absolute;
        background-color: #fff;
        margin: 15px;
        box-shadow: 4px 4px 20px #ccc;
        padding: 21px 22px 2px 34px;
       
          
          
      }
      .blogImg{
          width: 100%;
      }
      .blogImg span{
          display:block
      }
      .blogImg span img{
          width: 100%;
      }
      .blogIcon{
          width: 50%;
      }
      .blogIconTxt{
          margin-left: -50px;
      }
      .blogIcon i{
          color:#f1a82a;
      }
      .link-btn a{
        
            color: #0f1010;
            text-decoration: none;
            font-size: 15px;
            /* margin-right: 32px; */
            padding-right: 14px;
            /* font-family: tako; */
            font-family: "catamaran", sans-serif;
        
      }
      .link-btn i{
          margin-left:10px;
      }
      .link-btn a:hover{
          color:#e8a128;
      }
      /* blog-----------------end */
      .callToAction{
          position: relative;
          padding-top: 20px;
          width: 100%;
          height: 100px;
          background-image: url(../images/bg2.jpg);
          background-repeat: no-repeat;
          background-size: cover;
          
      }
      .abconimg1 {
        width: 10%;
        background-color: #fff;
        border-radius: 50%;
        padding: 16px;
     }
     .actionTxt h2{
         font-size: 25px;
         font-family: "Teko", sans-serif;
         
     }
      
      .abconimg1 span {
        display: block;
        transition: transform 0.6s;
        transform-style: preserve-3d;
      }
      
      .abconimg1:hover span {
        transform: rotateY(180deg); /* Flips the image horizontally */
      }
      
      .abconimg1 span img {
        width: 100%;
      }
      .btn-action {
        background-color: #000000;
    border-radius: 0px !important;
    padding: 10px 30px 10px 30px;
        /* margin-left: 155px; */
    }
        
        
    
    .btn-action a {
        text-decoration: none;
        color: #fff;
        font-size: 12px;
        
    }
    .actionitem{
        position: absolute;
        top:0%;
        left:0%;
    }
    .align-items-center {
        /* align-items: center!important;
        margin-top: 34px;
        margin-left: -64px; */
    }
    .callaction{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: -5px;
        margin-left: -8px;
    }
    /* call to action-------------------end */
    .foot1{
        padding-top: 60px;
        padding-bottom: 12px;
        width: 100%;
        height:653px;        
        background-image:url(../images/icon-dots-2.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #000000;
    
    }
    .footerlogo {
        width: 24%;
        margin-bottom: 12px;
    }
    
    .footerlogo span{
        display: block;
    }
    .footerlogo span img{
        width: 100%;;
    }
    .aboutTxt{
        color: #ccc;
        margin-bottom: 16px;
        font-size: 14px;
        width: 75%;
    }
    .footerSocial{
        width: 25%;;
    }
    .footerSocial i{
        font-size: 17px;
        color: #fff;
        padding: 12px;
        background-color: #1a1a1a;
        border-radius: 50%;
        transition: 0.5s all ease-in-out;
        margin-left: -12px;
    }
    .footerSocial i:hover{
        /* color: #e8a128; */
        transition: 0.5s all ease-in-out;
        background-color: #f1a72a;
        cursor: pointer;
    }
    .exploreMenu{
        display:flex;
        justify-content: space-between;
    }
    .menudash p {
        color: #e8a128;
    font-size: 23px;
    margin-left: -265px;
    font-weight: 800;
    }
    .menuLink1 a{
        text-decoration: none;
        color: #ccc;
    }
    .menuLink1 a:hover{
        color:#f1a72a;
    }
    .footmenu{
        margin-bottom: 50px;
    }
    .contactIcon p{
        color:#fff;
    }
    .contactlink{
        display: flex;
        /* justify-content: space-between; */
    }
    .contactPara p{
        color: #ccc;
        margin-bottom: 15px;
    }
    .contactIcon i{
        color:#f1a82a;
    }
    .contemail p{
        color:#ccc;
        margin-left: 10px;
    }
    .footerBott hr{
        margin-top: 50px;
        margin-bottom: 15px;
        color: #ccc;
    }
    .copyright p{
        color: #ccc;
        text-align: center;
    }
    .menuhd h2{
        font-size: 30px;
        font-weight: 400;
    }
    .menuLink1{
        margin-bottom: 5px;
    
    }
    .item{
        height:480px;
    }

}

/* mobile view */
@media only screen and (max-device-width:414px){
    *{
        margin: 0;
        padding: 0;
    }
    /* .owl-nav{
        display:none;
    } */
    /* body{
        font-family: "Teko", sans-serif;
    
    } */
    
    /* hero section start */
    .hero{
        position: relative;
    
    }
    .navbar1 {
        position: absolute;
        top: 0%;
        left:0%;
        width: 100%;
        z-index: 1;
        /* display: none; */
        
        
        /* padding: 25px; */
    }
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        margin-left: 250px;
        line-height: 1;
        margin-top: -17px;
    }
    .nav-item a{
        font-size: 14px;
    }
    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1em;
        vertical-align: middle;
        background-image: var(--bs-navbar-toggler-icon-bg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 69%;
    }
    .navbar-toggler {
        
        padding: 2px;
        font-size: var(--bs-navbar-toggler-font-size);
        line-height: 1;
        color: var(--bs-navbar-color);
        background-color: #ffffffa8;
        border: var(--bs-border-width) solid rgb(249 245 245 / 12%);
        border-radius: var(--bs-navbar-toggler-border-radius);
        transition: var(--bs-navbar-toggler-transition);
    }
    .logo{
        width: 75%;
    }
    .logo span{
        display: block
    }
    .logo span img{
        width: 100%;
    }
    
    /* herotext */
    /* .herotext{
        margin-top: -2px; */
    
    .herotext h1 , h6 , h2 {
        font-family: "Teko", sans-serif;
        color: #fff;
    
    } 
    .herotext h6 {
        font-size: 18px;
        font-weight: 400;
    }
    .herotext h2 {
        font-weight: 400;
        font-size: 50px;
        letter-spacing: 6px;
        /* margin-top: 0px; */
    }
    
    .herotext h1 {
            font-weight: 400;
            font-size: 40px;
            letter-spacing: 2px;
            /* margin-bottom: 10px; */
            line-height: 1;
    }
    
    .carousel-item{
        height:330px;
    }
    
    
    /* button--------1-----start--- */
    .btn-hero1 {
        display: inline-block;
        position: relative;
        overflow: hidden; /* Ensures background animation stays within bounds */
        /* padding: 15px 30px 15px 30px ; */
        border-radius: 0px;
        background-color: #f1a82a;
    }
      .btn-hero1 a {
        display: inline-block;
        padding: 0px 0px;
        color: #000; /* Text color */
        text-decoration: none;
        position: relative;
        z-index: 1;
        transition: color 0.5s ease; /* Smooth text color transition */
        font-size: 12px;
    }
      .btn-hero1 a:hover {
        color: #000; /* Text color change on hover */
    }
      .btn-hero1:hover{
          border:1px solid #fff;
    }
    
      .btn-hero1::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: rgb(255, 255, 255); /* Hover background color */
        z-index: 0;
        transition: left 0.5s ease; /* Smooth transition for the background */
    }
      .btn-hero1:hover::before {
        left: 0; /* Moves the background to the visible area */
    }
    
    /* button--------1--end------ */
    
    /* button--------2---start---------- */
    .btn-hero2{
        display: inline-block;
        position: relative;
        overflow: hidden;
        padding: 10px;
        border-radius: 0px;
        background-color: #f1a82a;
        margin-top: 27px;
        margin-left: -13px;
    }
      .btn-hero2 a {
        display: inline-block;
        /* padding: 15px; */
        color: #000; /* Text color */
        text-decoration: none;
        position: relative;
        z-index: 1;
        transition: color 0.5s ease; /* Smooth text color transition */
        font-size: 12px;
    }
      .btn-hero2:hover a{
        color: #fff; /* Text color change on hover */
    }
    
      .btn-hero2::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color:#000; /* Hover background color */
        z-index: 0;
        transition: left 0.5s ease; /* Smooth transition for the background */
    }
      .btn-hero2:hover::before {
        left: 0; /* Moves the background to the visible area */
    }
      .btn-hero2:hover{
        border:1px solid #000;
    }
    
    /* button-----------2------end */
    /* button-3 */
.btn-hero3{
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 10px;
    border-radius: 0px;
    background-color: #0a0a0a;
    margin-top: 16px;
  }
  .btn-hero3 a {
    display: inline-block;
    /* padding: 15px; */
    color: #f1a82a; /* Text color */
    text-decoration: none;
    position: relative;
    z-index: 1;
    transition: color 0.5s ease; /* Smooth text color transition */
    font-size: 13px;
  }
  .btn-hero3:hover a{
    color: #060606; /* Text color change on hover */
  }

  .btn-hero3::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color:#f1a82a; /* Hover background color */
    z-index: 0;
    transition: left 0.5s ease; /* Smooth transition for the background */
  }
  .btn-hero3:hover::before {
    left: 0; /* Moves the background to the visible area */
  }
  .btn-hero3:hover{
    border:1px solid #000;
}
/* button-3 */
    
    .btn-hero  {
        background-color: #f1a82a !important;
        border-radius: 0px !important;
        padding: 15px 30px 15px 30px ;
        
        
    }
    .btn-hero a {
        text-decoration: none;
        color: #0f0b03;
        font-size: 14px;
        
    }
    
    /* button---------2-------------end */
    .herotext {
        position: absolute;
        top: 6%;
        left: 10%;
        z-index: 2;
    
    }
    /* top card -----------start-----------*/
    .topcard {
        padding-top:0px;
        padding-bottom: 110px;
        background-image: url('../images/dotbackground.png');
        background-repeat: no-repeat;
        background-size: cover;
    }
    /*.card1 {
        background-color: rgb(154, 156, 155);
    
        
    }*/
    .bstext h2 {
        color: #000;
        font-size: 25px;
        margin-left: -78px;
    }
    .card1 {
        background-color: #fff;
        box-shadow: 3px 2px 18px #ccc;
        padding: 30px 40px;
        position: relative;
        overflow: hidden;
        transition: transform 0.7s ease, background 0.5s ease;
        margin-bottom: 20px;
        
        
    }
    .card1:hover{
        transform: translateY(-10px);    
        
    }
    .card1::before {
      content: "";
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url('../images/background-shape-1.jpg');
      background-repeat: no-repeat;
      background-size: cover;
      transition: transform 0.7s ease;
      z-index: -1;
    }
    
    
    .card1:hover::before {
      transform: translateY(-100%);
    }
    .card1:hover h2{
        color: #fff;
    }
    .card1:hover p{
        color: #ccc;
    }
    .bsicon i .fa-chart-line{
        font-size: 30px;
    }
    .bsicon i .fa-thumbs-up{
        font-size: 30px;
    }
    .bsicon i .fa-rocket{
        font-size: 30px;
    }
    .bsicon{
        width: 60px;
        background-color: #ffaa17;
        padding: 11px;
        text-align: center;
        margin-bottom: 14px;
    }
    .cardpara p{
        font-size: 13px;
    }
    .bscard {
        position: relative;
        padding: 0px 15px 0px 15px;
    }
    .sideimg {
            position: absolute;
            top: 141%;
            left: 59%;
            
            
        
    }
    /* about  ---------------start------------*/
    .aboutbody {
        padding-bottom: 85px;
    }
    .aboutimg1{
        position: relative;
        width: 100%;
    }
    .aboutimg1 span img{
        width: 100%;
    }
    .aboutiner {
        /* display: none; */
        
        position: absolute;
        top: 57%;
        left: -11%;

    }
    .inericon{
        display: block;
        
        position: absolute;
        top:47%;
        left:40%
    }
    .aboutiner span{
        width: 100%;
    }
    .aboutiner span img{
        width: 100%;
    }
    
    .expbox {
    position: absolute;
    /* width: 100%; */
    background-color: #fff;
    top: 80%;
    left: 36%;
    /* box-shadow: 3px 2px 18px #cdcdcd;
    /* box-shadow: 3px 2px 18px #cdcdcd;*/
    align-items: center;
    width: 60%;
    
    }
    
    .exp{
        padding: 5px;
        border: 1px solid #ffaa17;
        margin: 12px;
    }
    .expyear{
        display: flex;
        width: 100%;
        margin-left: 33px;
        margin-bottom: -7px;
        margin-top: 8px;
        
    }
    
    .exptxt1 h3{
        font-family: "Teko", sans-serif;
        font-size: 48px;
        font-weight: 400;
        margin-left: 30px;
    }
    .exptxt2 h6{
        color: #717070;
        text-align: center;
        font-size: 22px;
    }
    .expcon{
        
        width: 24%;
    }
    .expcon span{
        display:block;
    }
    .expcon span img{
        width: 100%;
    }
    .embox {
        position: absolute;
        width: 6%;
        height: 6%;
        background-color: #e8a128;
        top: 114%;
        left: 78%;
        /* display:none; */
    }
    .ittxt{
        position: absolute;
        top: -19%;
        left: 18%;
        /* display:none; */
    }
    .ittxt h1 {
        color: #000;
        font-size: 53px;
        font-family: "Teko", sans-serif;
        font-weight: 600;
         /* display:none; */
    
    }
    .circleimg {
        position: absolute;
        top: -29%;
        left: 3%;
        /* display:none; */
    }
    .circleimg span {
      display: block;
      animation: rotateCircle 40s linear infinite; /* Adjust speed */
    }
    
    /*image animation------start-----------*/
    @keyframes rotateCircle {
      0% {
        transform: rotate(0deg);
      }
      100% {
        transform: rotate(360deg);
      }
    }
    /*image animation------end---------*/
    
    /* image flip--------start-------------- */
    
    .abconimg {
        width: 30%;
    }
      
      .abconimg span {
        display: block;
        transition: transform 0.6s;
        transform-style: preserve-3d;
    }
      
      .abconimg:hover span {
        transform: rotateY(180deg); /* Flips the image horizontally */
    }
      
      .abconimg span img {
        width: 100%;
    }
      /* image flip -----------end---------------*/
    .abcontxt {
        width: 100%;
        /* margin-left: -85px; */
    }
    
    .abcontxt h2{
        color: #000;
        font-size: 26px;
        font-weight: 400;
        margin-top: 10px;
    
    }
    .aboutxt{
        margin-top:180px;
        padding:20px;
    }
    .aboutxt h6{
        color: #ffaa17;
        font-size: 16px;
        margin-bottom: 25px;
        
    }
    .aboutxt h1 {
        font-family: "Teko", sans-serif;
        font-size: 36px;
        line-height: 25px;
        
    }
    .aboutxt h2{
        color: #ffaa17;
        padding-top:15px;
        font-size: 20px;
    }
    .aboutxt p{
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 6px;
        text-align: justify;
        
    }
    /* .aboi {
        margin-bottom: 15px;
        margin-left: 38px;
    } */
    .abouticon{
        padding:0px 15px 0px 15px;
    }
    .progress-bar {
        display: flex;
        flex-direction: column;
        justify-content: center;
        overflow: hidden;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        background-color: #f1a82a;
        transition: width .6s ease;
        
    }
    .progressbar{
        padding: 0px 15px 0px 15px;
    }
    .pbartxt {
        margin-top: 15px;
        display: flex;
        justify-content: space-around;
    }
    .pbartxt1 h6 {
        color: #000;
        margin-left: -80px;
        font-size: 20px;
    }
    .pbartxt2 h6 {
        color: #000;
        margin-left: -21px;
        font-weight: 200;
    }
    .ceo{
        margin-top: 50px;
    }
    .ceoname{
        margin-left: -35px;
        margin-top: 18px;
    }
    .ceotitle{
        margin-left: -38px;
        margin-top: 14px;
        font-size: 12px;
    }
    
    .ceoname h2{
        color: #000;
        font-size: 22px;
    }
    .ceoimg span img{
        border-radius: 50%;
        border: 1px solid #f1a82a;
        padding: 5px;
        
    }
    .ceobnt{
        margin-left:10px;
    }
    /* about end */
    /* about card start */
    
    
    .card-1::after {
        content: '';
        background-color: #e8a128;
        width: 328px;
        height: 257px;
        position: absolute;
        top: 7%;
        left: 7%;
    }
    .card-1{
       position: relative;
       height: 350px;
       transition: 0.5s all ease;
       overflow: hidden;
      
       
    } 
    .card-1-img span img {
        position: absolute;
        top: 3%;
        left: 11%;
        z-index: 22;
        height: 250px;
    }
    
    .card-1-img::after {
        content: '';
        background: linear-gradient(126deg, rgb(23, 23, 23) 0%, rgb(23, 23, 23) 69%, rgb(233, 162, 51) 92%);
        opacity: 0.74;
        width: 295px;
        height: 250px;
        position: absolute;
        top: 3%;
        left: 11%;
        z-index: 23;
    }
    .card-1:hover .card-1-img span img{
        transition: 0.5s all ease;
        transform: scale(1.25);
    }
     .card-1:hover .card-1-img::after{
        transition: 0.5s all ease;
        transform: scale(1.25);
    }
     .card-1:hover .card-icon span{
        transform: rotateY(180deg); /* Flips the image horizontally */
         
    }
    .card-icon {
        position: absolute;
        width: 25%;
        top: 14%;
        left: 38%;
        z-index: 24;
    }
    
    
    .card-icon span{
        display: block;
        transition: transform 0.6s;
        transform-style: preserve-3d;
    }
    .card-icon span img{
        width: 100%;
    }
    .card-1-txt {
        width: 58%;
        position: absolute;
        top: 34%;
        left: 20%;
        z-index: 25;
        text-align: center;
    }
    .card-1-txt h3 {
        font-size: 28px;
        color: #fff;
        font-family: "Teko", sans-serif;
        font-weight: 400;
        margin-top: 32px;
        line-height: 1;
    }
    
     
    /* about card ----------end -----------------*/
    
    /* offring -----------start----------------- */
    .offring {
        padding-top: 40px;
        padding-bottom: 135px;
        background-image: url(../images/pattern-1.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #000;
        /* height: 800px; */
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
    .top{
        text-align: center;
    }
    .top-txt h1 {
        padding-top: 15px;
        color: #fff;
        font-family: "Teko", sans-serif;
        font-size: 35px;
        line-height: 32px;
    }
    
    
    /* offer start----------------------- */
    .off-card1 {
        margin-top: 50px;
        text-align: center;
        background-image: url(../images/icon-shape-6.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-color:#ffffff;
        padding: 42px 20px;
        position: relative;
        /* transition: transform 0.5s ease; */
        transition: transform 0.7s ease, background 0.5s ease;
        transition: 0.5s all ease;
    }
    .off-card1:hover{
        transform: translateY(-10px);   
        
    }
    .off-card1::before{
        content: "";
      position: absolute;
      top: 0%;
      left: 0%;
      width: 96%;
      height: 95%;
      background-image: url(../images/shape.png);
     background-color: #e8a128;
      transition: transform 0.22s all ease-out;
      z-index: -1;
      margin: 5px;
    }
    .off-card1:hover::before{
      transition: transform 0.22s all ease-out;
       transform: scale(1);
    }
    .off-card1-txt h2{
        color: #000;
        font-family: "Teko", sans-serif;
        font-size: 26px;
    }
    .off-card1-txt p{
        font-size: 14px;
    }
    .off-card1-icon {
        transition: 0.5s all ease;
        position: absolute;
        width: 30%;
        top: 78%;
        left: 36%;
        background-color: #e8a128;
        padding: 22px;
        border-radius: 50%;
    }
    .off-card1-icon2 {
        transition: 0.5s all ease;
        position: absolute;
        width: 30%;
        top: 78%;
        left: 36%;
        background-color: #e8a128;
        padding: 22px;
        border-radius: 50%;
        opacity:0;
    }
    .off-card1:hover .off-card1-icon2{
        /* background: linear-gradient(126deg, rgb(23, 23, 23) 0%, rgb(23, 23, 23) 69%, rgb(233, 162, 51) 92%); */
        /* opacity: 0.74; */
        background: linear-gradient(126deg, rgb(23, 23, 23) 0%, rgb(23, 23, 23) 69%, rgb(233, 162, 51) 92%);
        /* border: 1px solid #ccc; */
        transition: 0.5s all ease;
        transform: scale(1);
        opacity: 1;
    }
    .off-card1-icon span{
        display: block;
    
    }
    .off-card1-icon img{
        width: 100%;
    }
    .off-card1-icon2 span{
        display: block;
    
    }
    .off-card1-icon2 img{
        width: 100%;
    }
    
    /* offer end--------------------------------- */
    
    /* it-solution----------------- */
    .it-solution{
        /* background-image: url(../images/back1.png);
        background-repeat: no-repeat;
        background-size: cover; */
        /* background-attachment: fixed; */
        /* width: 100%;
        /* height: 400px; */
       /* padding-top:150px;
       padding-bottom: 150px; */ 
      /* background-size: auto; */
    }
    .parallax-window {
        min-height: 200px;
        background: transparent;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .it-body{
        
        text-align: center;
        position: relative;
    }
    .it-text h1 {
        color: #fff;
        font-family: "Teko", sans-serif;
        font-size: 35px;
        line-height: 32px;
        margin-bottom: 22px;
        margin-top: 18px;
    }
    .it-image {
        position: absolute;
        top: -10%;
        left: 38%;
        animation: movex 8s infinite alternate;
        width: 20%;
    }
    .it-image span img{
        width: 100%;
    }
    @keyframes movex{
        0% {
            /* transform: translateY(50%); Original position */
            left:38%;
            top:-5%;
            
        }
        50% {
            /* transform: translateY(100%); Move up by 50% */
            left:38%;
            top:-15%;
        }
        100%{
            left:38%;
            top:-5%; 
        }
    }
    /* offer-----------end */
    
    /* team -member -strat----------------- */
    .team-sec{
        padding: 0px 15px 0px 15px;
    }
    .team-member{
        padding-top: 50px;
        padding-bottom: 50px; 
        
    }
    .team-back-img{
        position: relative;
    }
    .back-img {
        position: absolute;
        top: 0%;
        left: 0%;
        width: 80% !important;
        display: none;
    }
    .back-img span{
        display: block;
    }
    .back-img span img{
        width: 100%;
    }
    .team-text h6{
        color: #f1a82a;
    }
    .team-text h1 {
        font-family: "Teko", sans-serif;
        font-size: 35px;
        line-height: 30px;
        margin-top: 15px;
    }
    .team-para p{
        font-size: 15px;
    }
    .team-group{
        margin-top: 50PX;
        
    }
    
    .iner-pic-box {
        position: relative;
    
    }
    .pic-box{
        width: 100%;
        cursor: pointer;
        
    
    }
    .pic-box span{
        display: block;
    }
    .pic-box span img{
        width: 100%;
    }
    .pic-box::after{
        content: '';
        /* background: linear-gradient(126deg, rgb(30 29 29 / 2%) 10%, rgb(54 54 54 / 53%) 69%, rgb(233, 162, 51) 92%); */
        opacity: 0.74;
        width: 100%;
        height: 386px;
        position: absolute;
        top: 0%;
        left: 0%;
        z-index: -223;
        transition: 0.5s all ease-in;
    }
    .info-box{
       padding-top: 20px;
       padding-bottom: 20px;
       text-align: center;
       transition: 0.5s all ease-in;
    }
    .info-box h2{
        color: #000;
        font-family: "Teko", sans-serif;
        cursor: pointer;
        
    }
    .info-box h2:hover{
        color:#f1a82a !important;
    }
    .info-box p{
        color: rgb(134, 134, 134);
        font-weight: 200;
        font-size: 20px;
        
    }
    .social{
        position: absolute;
        top: 36%;
        left: 73%;
        width: 14%;
        /* display: none; */
        opacity: 0;
        transition: 0.5s all ease-in;
        z-index: 50;
        
    }
    .soical-icon{
        width: 100%;
        padding: 8px;
        font-size: 20px;
        background-color: #e8a128;
        text-align: center;
        border-radius: 16px;
        margin-bottom: 10px;
        transition: 0.5s all ease-in;
        
        
        
    }
    .soical-icon:hover{
        background-color: #000;
        transition: 0.5s all ease-in;
        color:#fff;
    }
    .iner-pic-box{
        overflow: hidden;
    }
    .iner-pic-box:hover .social{
        /* display: block; */
        opacity: 1;
        visibility: visible;
        transition: 0.5s all ease-in;
        cursor: pointer;
    }
    
    
    .iner-pic-box:hover{
        /* transform: translateY(-10px);     */
        
    }
    .iner-pic-box::before {
      content: "";
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000;
      background-image: url('../images/icon-shape-6.png');
      background-repeat: no-repeat;
      background-size: cover;
      transition: transform 0.5s ease;
      z-index: -1;
      transition: 0.5s all ease-in;
    }
    
    
    .iner-pic-box:hover::before {
      transform: translateY(-100%);
    }
    .info-box{
        transition: 0.5s all ease-in;
    }
    .iner-pic-box:hover .info-box h2{
        color:#fff;
        transition: 0.5s all ease-in;
        
    }
    /* team----------------end */
    /* work-area-----------start */
    .work-area{
        padding-left:15px;
        padding-right:15px;
        padding-top: 50px;
        padding-bottom: 50px;
        background-image: url(../images/pattern-2.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        /* height: 800px; */
        background-color: #070707;
    }
    .area-left{
        margin-bottom:30px;
    }
    .area-left-txt h1 {
        margin-top: 16px;
        color: #fff;
        font-family: "Teko", sans-serif;
        font-size: 35px;
        line-height: 33px;
    }
    .area-left-txt p {
        margin-top: 14px;
        margin-bottom: 26px;
        color: #ccc;
    }
    .area-left-txt h6{
        color:#fff !important;
    }
    .work-box {
        margin-bottom: 25px;
        padding: 4px;
        border: 1px solid rgb(134, 134, 134);
        
        position: relative;
        overflow: hidden; /* To hide the sliding background */
        transition: border 0.5s ease;
      }
      .work-box:hover {
        border: 1px solid #e8a128;
      }
      
      .work-box::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: #f1a82a; /* Replace with your desired background color */
        transition: all 0.5s ease; /* Smooth transition */
        z-index: 0; /* Keeps it below the content */
      }
      
      .work-box:hover::before {
        left: 0; /* Moves the background from left to right */
      }
      
      .work-box .row {
        position: relative;
        z-index: 1; /* Ensures the content stays above the background */
        color: #fff; /* Adjust text color as needed */
      }
      .work-icon {
        text-align: center;
        transition: transform 0.5s ease, color 0.5s ease; /* Smooth flipping and color change */
      }
      
      .work-icon i {
        font-size: 20px; /* Adjust as needed */
        transition: color 0.5s ease;
      }
      
      .work-box:hover .work-icon {
        transform: rotateY(180deg); /* Flips the icon */
      }
      
      .work-box:hover .work-icon i {
        color: black; /* Changes the icon color to black */
      }
      .work-box:hover .work-txt h2{
          color:#000;
      }
    /* -- */
    /* btn */
    
    /* btn */
    .work-icon{
        width: 100%;
        font-size: 30px;
        color: #e8a128;
    }
    .work-txt{
        margin-left: -36px;
        margin-top: 17px;
    }
    .work-txt h2{
        font-size: 17px;;
    }
    /* work area ------------------end */
    /* feed back --------------start */
    .feedBack{
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 50px;
        padding-bottom: 50px;
        width: 100%;
        background-image: url(../images/pattern-5.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        
    }
    .feedBackTxt{
        margin-bottom: 10px;
    }
    .feedBackTxt h6{
        
        color: #e8a128;
        font-size: 16px;
        margin-bottom: 35px;
    }
    .feedBackTxt h1 {
        padding: 10px;
        font-family: "Teko", sans-serif;
        font-size: 38px;
        line-height: 35px;
        margin-bottom: 30px;
        padding: 0px;
        font-weight: 500;
    }
    .feedBackRating {
        margin-left: 0px;
    }
    .feedBackRating i{
        color: #f1a82a;
        
    
    }
    .feedBackName h2{
        color: #0f0b03;
    }
    .feedBackPara p {
    padding-top: 26px;
    line-height: 24px;
    font-size: 16px;
    padding-bottom: 16px;
    text-align: justify;
    }
    .feedBackSign{
        
        width: 67%;
        margin-left: 35px;
        margin-top: 14px
    }
    
    .feedBackSign Span{
        display: block;
    
    }
    .feedBackSign span img{
        width: 100%;
    }
    .feedImage{
        position: relative;
    }
    .feedBackIcon{
        width: 25%;
    }
    .feedBackIcon span{
        display: block;
    }
    .feedBackIcon span img{
        width:100%;
    }
    .feedImage1{
        width: 90%;
        margin-left: 38px;
        border-radius: 50%;
        border: 33px solid #fff;
    }
    
    .feedImage1 span{
        display: block;
        width: 100%;
    }
    .feedImage1 span img{
        width: 100%;
    }
    .feedImage2{
        width: 30%;
        border-radius: 50%;
        /* border: 6px solid #fff; */
        border: 6px solid #f1a82a;
        position: absolute;
        top: 3%;
        left: 15%;
    }
    
    .feedImage2 span{
        display: block;
        width:100%
    }
    .feedImage2 span img{
        width: 100%;
        
        border-radius: 50%;
        border: 8px solid #fff;
    }
    .feedImage3{
        width: 25%;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    left: 4%;
    }
    .feedImage3 span{
        display: block;
        
    }
    .feedImage3 span img{
        width: 100%;
        border-radius: 50%;
    }
    .feedImage4{
        width: 25%;
    border-radius: 50%;
    position: absolute;
    top: 73%;
    left: 22%;
    }
    
    .feedImage4 span{
        display: block;
        
    }
    .feedImage4 span img{
        width: 100%;
        border-radius: 50%;
    }
    /* feedback --------------end */
    /* benefits --------------start */
    .fitCard{
        margin-bottom: 83px;
    }
    .benefit{
        position: relative;
        padding-top: 50px;
        padding-bottom: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .benefitTop{
        text-align: center;
        margin-bottom: 100px;
    }
    
    .benefitTopTxt h1{
        
            color: #000000;
            font-family: "Teko", sans-serif;
            font-size: 35px;
            line-height: 38px;
            font-weight: 500;
    }
    .benefitTopTxt h6{
        color: #e8a128;
        font-size: 16px;
        margin-bottom: 14px;
        
    
    }
    .fitCard1 {
        position: relative;
        text-align: center;
        border:1px solid #ccc;
        padding: 80px 20px 30px 20px;
    }
    .fitTxt h2{
        font-family: "Teko", sans-serif;
        color: #000;
    }
    .fitTxt p{
        
        color: #5d5b5b;
    }
    .fitIcon{
    width: 30%;
    padding: 18px;
    background-color: #e8a128;
    position: absolute;
    top: -24%;
    left: 34%;
    }
    .fitIcon span{
        display: block;
    }
    .fitIcon span img{
        width: 100%;
    }
    .fitInerTitle h2{
        color: #000;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 26px;
    }
    .backImg1{
        position: absolute;
        top:-4%;
        left:-12%;
    }
    .backImg2{
        position: absolute;
        top:72%;
        left:8%;
        animation: move 10s infinite alternate;
        display: none;
        
    }
    @keyframes move{
        0% {
            
            left:2%;
            top:72%;
            
        }
        /* 50% {
            
            left:5%;
            top:72%;
        } */
        100%{
            left:5%;
            top:72%; 
        }
    }
    
    
    .backImg3{
        position: absolute;
        top:10%;
        left:80%;
        animation: move1 10s infinite alternate;
        display: none;
    }
    
    @keyframes move1{
        0% {
            /* transform: translateY(50%); Original position */
            left:80%;
            top:2%;
            
        }
        50% {
            
            left:80%;
            top:5%;
        }
        100%{
            left:80%;
            top:10%; 
        }
    }
    .fitCar{
        position: relative;
        
    }
    .fitInerBox {
        position: absolute;
        top: -25%;
        left: 0%;
        background-image: url(../images/benefit-1.jpg);
        width: 100%;
        height: 275px;
        background-repeat: no-repeat;
        background-size: cover;
        /* display:none; */
        opacity: 0;
        transform: translateY(0%) ; 
      transition: all 0.5s ease-in-out; 
      z-index: 1; 
    }
    .fitCard:hover .fitInerBox {
        opacity: 1; 
        visibility: visible; 
        transform: translateY(0%) ;
        cursor: pointer;
      }
    .fitInerTitle {
        background-color: #f1a82a;
        text-align: center;
        position: absolute;
        width: 100%;
        top: 207px;
    }
    .fitInerImg {
        width: 100%;
    }
    .fitInerImg span{
        display: block;
    }
    .fitInerImg span img{
        width: 100%;
    }
    
    
    /* beenfit ------------------end */
    
    /* Counter --------------start */
    .counterx {
        padding-top: 57px;
        padding-bottom: 150px;
        width: 100%;
        background-image: url(../images/pattern-3.png);
        background-color: #000;
        padding-left: 15px;
        padding-right: 15px;
    }
    .count{
        position: relative;
        margin: 5px;
        padding-top: 126px;
        padding-bottom: 5px;
        border-top: 5px solid #1a1a1a;
        border-left: 5px solid #1a1a1a;
        border-right: 5px solid #1a1a1a;
        background-color: #000000;
        transition: 0.2s all ease-in;
    
    }
    .counBox1 h1{
        font-size: 52px;
        font-weight: 400;
        text-align: center;
        color:#fefefe;
        font-family: "Teko", sans-serif;
    }
    .counBox1 p{
        text-align: center;
        color:#ccc;
        font-size: 16px;
    }
    .countIcon{
    top: -2%;
    left: 33%;
    position: absolute;
    padding: 22px;
    background: linear-gradient(126deg, rgb(23, 23, 23) 0%, rgb(23, 23, 23) 69%, rgb(233, 162, 51) 92%);
    width: 33%;
    }
    
    
    .countIcon span{
        display: block;
    }
    .countIcon span img{
        width: 100%;
    
    }
    .count:hover{
        transform: translateY(-15px); 
        transition: 0.2s all ease-in;
    }
    
    .countIcon1{
    top: -2%;
    left: 33%;
    position: absolute;
    padding: 25px;
    background: #e8a128;
    opacity: 0;
    width: 33%;
    transition: 0.2s all ease-in;
    }
    
    .countIcon1 span{
        display: block;
    }
    .countIcon1 span img{
        width: 100%;
    
    }
    .count:hover .countIcon1{
        opacity: 1;
        transition: 0.2s all ease-in;
    }
    .counter {
    margin-bottom: 14px;
    display: block;
    font-size: 38px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    text-align: center;
    font-family: "Teko", sans-serif;
    margin-top: 0px;
      }
    
    
      /* count------------------------end */
      /* form ---------start */
      .formTop{
          /* border:1px solid #000; */
          margin-top: -88px;
          display:flex;
          justify-content:space-between;
          padding: 11px 10px 12px 32px;
          align-items: center;
          background: #fff;
      }
      .formTopTxt h2{
          color: #000;
          font-family: "Teko", sans-serif;
          font-size: 19px;
      }
    .mobNo p{
        background-color: #000;
    color: #fff;
    padding: 10px 20px;
    font-size: 13px;
    }
    .formBott{
        background-image: url(../images/pattern-4.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 600px;
        padding-top: 50px;
        padding-left:36px;
        position: relative;
    }
    .formBotTxt h1{
        font-family: "Teko", sans-serif;
        font-size: 35px;
    }
    .formBotTxt h6{
        color: #000;
        font-family: "Teko", sans-serif;
        font-size: 16px;
    }
    .c-form {
        width: 84%;
        background-color: #fff;
        padding: 29px;
        position: absolute;
        top: 23%;
        left: 8%;
        z-index: 222;
    }
    .form-control {
        display: block;
        width: 100%;
        padding: 12px 30px !important;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5 !important;
        color: #212529;
        border-radius: 0px !important;
        background-color: #f2f3f5;
        /* background-clip: padding-box; */
        border: 0px solid #ced4da !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        /* border-radius: 0.25rem; */
        /* transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
         */
    }
    .flotImg{
        position: absolute;
        top: 1%;
        left: 59%;
        display:none;
    }
    
    
    
    
      /* blog-----------------start */
      .blog{
          padding-top:50px;
          padding-bottom: 50px;
          
      }
      .bolgHead {
          text-align: center;
    
      }
      .bolgHead h6{
        color: #f1a82a;
        font-family: "Teko", sans-serif;
        font-size: 16px;
        margin-bottom: 15px;
    
          
      }
      .bolgHead h1{
        color: #000000;
        font-family: "Teko", sans-serif;
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 35px;
        font-weight: 500;
      }
      .blogKeyWord h2{
          color: #000000;
          font-size: 22px;
      }
      .blogKeyWord p{
          font-size: 14px;
      }
      .blogItem{
          position: relative;
          
      }
      .bloginfo{
        top: 72%;
        position: absolute;
        background-color: #fff;
        margin: 16px;
        box-shadow: 4px 4px 20px #ccc;
        padding: 21px 22px 0px 35px
       
          
          
      }
      .blogImg{
          width: 100%;
      }
      .blogImg span{
          display:block
      }
      .blogImg span img{
          width: 100%;
      }
      .blogIcon{
          width: 50%;
      }
      .blogIconTxt{
          margin-left: -50px;
      }
      .blogIcon i{
          color:#f1a82a;
      }
      .link-btn a{
        
            color: #0f1010;
            text-decoration: none;
            font-size: 15px;
            /* margin-right: 32px; */
            padding-right: 14px;
            /* font-family: tako; */
            font-family: "catamaran", sans-serif;
        
      }
      .link-btn i{
          margin-left:10px;
      }
      .link-btn a:hover{
          color:#e8a128;
      }
      /* blog-----------------end */
      .callToAction{
          position: relative;
          padding-top: 20px;
          width: 100%;
          height: 100px;
          background-image: url(../images/bg2.jpg);
          background-repeat: no-repeat;
          background-size: cover;
          
      }
      .abconimg1 {
        width: 15%;
        background-color: #fff;
        border-radius: 50%;
        padding: 16px;
        display: none;
     }
     .actionTxt h2{
        font-size: 24px;
    font-family: "Teko", sans-serif;
    margin-left: 156px;
    margin-top: 23px;
         
     }
      
      .abconimg1 span {
        display: block;
        transition: transform 0.6s;
        transform-style: preserve-3d;
      }
      
      .abconimg1:hover span {
        transform: rotateY(180deg); /* Flips the image horizontally */
      }
      
      .abconimg1 span img {
        width: 100%;
      }
      .btn-action {
        background-color: #000000;
    border-radius: 0px !important;
    padding: 10px 30px 10px 30px;
        /* margin-left: 155px; */
    }
        
        
    
    .btn-action a {
        text-decoration: none;
        color: #fff;
        font-size: 12px;
        
    }
    .actionitem{
        position: absolute;
        top:0%;
        left:0%;
    }
    .align-items-center {
        /* align-items: center!important;
        margin-top: 34px;
        margin-left: -64px; */
    }
    .callaction {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: -3px;
        margin-left: -140px;
    }
    /* call to action-------------------end */
    .foot1{
        padding-left:15px;
        padding-right:15px;
        padding-top: 60px;
        padding-bottom: 12px;
        width: 100%;
        height:942px;
        
        background-image:url(../images/icon-dots-2.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #000000;
    
    }
    .footerAbout{
        margin-bottom:40px;
    }
    .footerlogo {
        width: 24%;
        margin-bottom: 12px;
    }
    
    .footerlogo span{
        display: block;
    }
    .footerlogo span img{
        width: 100%;;
    }
    .aboutTxt{
        color: #ccc;
        margin-bottom: 16px;
        font-size: 14px;
        width: 75%;
    }
    .footerSocial{
        width: 25%;;
    }
    .meicon{
        margin-left:2px;
    }
    .footerSocial i{
        font-size: 17px;
        color: #fff;
        padding: 12px;
        background-color: #1a1a1a;
        border-radius: 50%;
        transition: 0.5s all ease-in-out;
        margin-left: -15px;
    }
    .footerSocial i:hover{
        /* color: #e8a128; */
        transition: 0.5s all ease-in-out;
        background-color: #f1a72a;
        cursor: pointer;
    }
    .exploreMenu{
        display:flex;
        justify-content: space-between;
        align-items: center;
    }

    .menudash p {
        color: #e8a128;
    font-size: 23px;
    margin-left: -265px;
    font-weight: 800;
    }
    .menuLink{
        line-height: 20px;
    }
    .menuLink1 a{
        text-decoration: none;
        color: #ccc;
    }
    .menuLink1 a:hover{
        color:#f1a72a;
    }
    .footmenu{
        margin-bottom: 20px;
    }
    .contactIcon p{
        color:#fff;
    }
    .contactlink{
        display: flex;
        margin-top: -13px;
        /* justify-content: space-between; */
    }
    .contactPara p{
        color: #ccc;
        margin-bottom: 24px;
    }
    .contactIcon i{
        color:#f1a82a;
    }
    .contemail p{
        color:#ccc;
        margin-left: 10px;
    }
    .footerBott hr{
        margin-top: 50px;
        margin-bottom: 15px;
        color: #ccc;
    }
    .copyright p{
        color: #ccc;
        text-align: center;
    }
    .menuhd h2{
        font-size: 25px;
        font-weight: 400;
    }
    .menuLink1{
        margin-bottom: 5px;
    
    }
    /* .item{
        height:1550px;
    } */
}               
