@media screen and (max-width: 1250px) {
  .new-about h3 {
    font-weight: 800;
    color: #fabc0d;
    font-size: 43px;
    margin: 0;
    position: relative;
    bottom: 45px;
  }}



  @media (min-width: 1200px) {
    .content-writting-banner .container {
        max-width: 1207px;
    }
}
@media screen and (max-width: 1100px) {
  .navbar .megamenu {
    right: -50%;
    width: 100%;
    margin-top: 0;
    margin: 0 auto;
    transition: 0.6s;
    left: -50%;
} 
#main_header .menu-list li a {
  text-transform: capitalize;
  font-size: 11px;
  padding: 3px 10px 15px;
  font-weight: 800;
  color: #000!important;
  line-height: 1.3;
}
#main_header .menumag {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .10) !important;
  border: none!important;
  height: 100%;
  padding: 15px 3px!important;
}
#main_header .menu-list .sub-menu-list a {
  text-transform: capitalize;
  font-size: 13px;
  padding: 3px 10px 3px;
  font-weight: 500;
  color: #666!important;
  transition: 0.6s;
  gap: 0;
  display: flex;
  align-items: start;
  justify-content: start;
  position: relative;
}

.menu-head img {
  width: 20px!important;
}
.main-box img{
  width: 100%!important;
}

.new-about h3 {
  font-weight: 800;
  color: #fabc0d;
  font-size: 72px;
  margin: 0;
  position: relative;
  bottom: -100%;
  transform: translateY(100%);
}

.custom-service .img-box{
  display: none;
}
}




@media screen and (max-width: 992px) {
  
  .cursor {
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    border: 3px solid #fff;
    border-radius: 100px;
    transform: translate(-50%, -50%);
    pointer-events: none; /* Add this to prevent pointer events */
    cursor: auto;
    display: none;
  }
  
  .small {
    display: block;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 3px 6px 3px rgba(0,0,0,.12);
  }

  .small img{
    width: 100px;
  }
  #main_header{
    display: none;
  }
  .top-header{
    display: none;
  }

  .small nav {
    padding: 15px 0;
  }
  
  .small nav .container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  
  .small nav .menu {
    width: 40px;
    height: 40px;
    background: #121212;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
  }
  
  .small nav .sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
    z-index: 1000;
}
  .small.show .sidebar {
   right: 0;
  }
  
  .small nav .sidebar>ul {
    margin-top: 50px !important;
    overflow-y: scroll;
    height: 100%;
}
.mobile_headers{
  display: block;
}
  .small nav .sidebar>ul>li {
    padding: 10px;
   
  }
  
  .small nav .sidebar ul>li:last-child {
    border-bottom: none;
  }
  
  .small nav .sidebar ul>li>a {
    color: #000;
    padding: 4px;
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 600;
    color: #001eff;
}
  
  .small nav .sidebar>ul>li.link-sm {
    position: relative;
  }
  
  .small nav .sidebar ul li.link-sm i {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 19px;
    color: #1e1e1e;
    font-weight: 700;
  }
  
  .small nav .sidebar ul.sub-menu-sm {
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
    margin-top: 0px !IMPORTANT;
  }
  
  .small nav .sidebar ul.sub-menu-sm li {
    padding: 4px 16px;
  }
  
  .small .times {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #0e0e0e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
  }
  
  .small .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
  }
  
  .small.show .overlay {
    opacity: 1;
    pointer-events: all;
  }
  
  ul.list-unstyled.p-0.m-0.sub-menu-sm li a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
  }
  
  .small {
    display: block;
    box-shadow: 1px 6px 12px rgba(0,0,0,0.2);
    position: relative;
}

  h1 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 400;
  } 
  h2 {
    font-size: 37px;
    font-weight: 400;
}
h4{
  font-size: 25px;
}
  p br{
  display: none;
  }
  .sticky-menu {
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: 999999999;
}

a.rainbow-btn span {
  background-color: #f0f7ff;
}
  .sticky-menu ul.mat {
    margin: 0;
    display: flex;
    /* flex-direction: column; */
    gap: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 1px 3px 6px 4px rgba(0,0,0,0.125);
    padding: 0;
    width: 100%;
}
.sticky-menu ul.mat li {
  width: 100%;
}

.sticky-menu ul.mat span{
  font-size: 14px;
}

.sticky-menu ul.mat a{
  color: #fff;
}

.sticky-menu ul.mat .red{
  background-color: #9b0e0e;
  width: 100%;
  height: 40px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.sticky-menu ul.mat .yellow{
  background-color:  #001eff;
  width: 100%;
  height: 40px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.sticky-menu ul.mat .blue{
  background-color:  #fde500;
  width: 40px;
  height: 40px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.sticky-menu ul.mat .blue a{
  color: #9b0e0e;
}
.banner .left-side .content {
  padding-left: 0px;
}


.banner .content {
  padding-right: 0px;
}
.banner h1 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 35px;
}

.banner{
  text-align: center;
}
.banner .development-vtn {
  flex-direction: column;
  align-items: center;
}
.banner {
  padding: 25px 0 60px;
}

.small .link-sm .super-sub li a img{
  width: 15px;
  display: none;
}
.small .link-sm .super-sub li a {
  color: #1e1e1e;
  font-size: 15px!important;
  padding-left: 6px;
  color: #666;
  font-weight: normal;
}
.small .link-sm .super-sub li a br{
  display: none;
}
.small .link-sm h5 {
  margin-bottom: 0;
  color: #9b0e0e;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.5;
}
.small .sub-menu-sm {
  position: relative;
}

ul.super-sub li{
  position: relative;
}


.recognized-sec .social-icon {
  margin-bottom: 49px;
}

.challang_excepted .content-box {
  margin-bottom: 0;
  min-height: 100%;
  place-content: flex-start;
  padding: 25px 25px 25px;
  border: 1px solid #A9B4BC;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.challang_excepted h2 {
  font-weight: 900;
  font-size: 67px;
  line-height: 66px;
  text-align: center;
  letter-spacing: -.042em;
  color: #0B1720;
}

.custom-simulation .card-box .title-head {

  flex-wrap: nowrap;
  flex-direction: row;
}

.new-about .over-lay {
  position: relative;
  z-index: 111;
  top:0;
  width: 100%;
  background-color: #9b0e0e;
  /* transform: translateY(10%); */
}
.new-about h3 {
  font-weight: 800;
  color: #fabc0d;
  font-size: 35px;
  margin: 0;
}
.new-about h3 {
  font-weight: 800;
  color: #fabc0d;
  font-size: 33px;
  margin: 0;
  position: relative;
  bottom: 80px;
  transform: translateY(100%);
}
.design_develop .pool-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px 15px;
  align-items: center;
  grid-template-columns: auto auto;
}
.drive_revenue_sec .btom_img img {
  position: absolute;
  width: 70%;
  bottom: -100px;
  transition: 0.5s;
  transform: translateY(0);
}
.customer-sec .content {
  display: flex;
  align-items: center;
  gap: 45px;
  padding-bottom: 50px;
  flex-wrap: wrap;
}
.customer-sec .content img {
  width: 87px;
}
#google .owl-nav {
  display: flex;
  gap: 35px;
  width: 100%;
  justify-content: end;
  margin-top: 25px;
}
.about-us-2 .soft-ware-box {
  font-weight: 600;
  color: #505c7c !important;
  background-color: #FFFFFF;
  border-radius: 15px 15px 15px 15px;
  /* overflow: hidden; */
  border: 1px solid #d8d8d8;
  padding-top: 32px !important;
  padding-right: 14px !important;
  padding-bottom: 28px !important;
  padding-left: 25px !important;
  margin-right: inherit!important;
  margin-left:inherit!important;
  display: flex;
  align-items: start;
  gap: 10px;
  width: 100%;
  transition: 0.6s;
}
#custom-software-service .comon-btn-for {
  padding: 11px;
  width: 100%;
  background-color: #fbd306;
  border-radius: 10px;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
  transition: 0.4s;
}
#custom-software-service .content {
  background: #001be8;
  border-radius: 10px;
  padding: 35px 25px 170px;
  position: relative;
  overflow-y: hidden;
  transition: 0.5s;
  border: 3px solid #5e71ff;
  text-align: center;
  height: 100%;
}
.faq_sec .arrow-class {
  position: absolute;
  z-index: -1;
  top: 3%;
  right: 0;
  width: 90%;
}

.features-section-web-development .img-box {
    position: relative;
    top: 0;
    width: 100%;
}

.features-section-web-development .bg::before {
    content: "";
    background: #ffffff;
    
    top: 0;
    left: 0;
    


}

.features-section-web-development {
    position: relative;
    
    color: transparent;
    overflow: hidden;
    background: var(--theme-color);
    display: none;
}
.features-section-web-development .bg {
    right: 0;
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    width: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
    background-image: none !important;
    background: var(--theme-color);
    display: none;
}

.responsive-gallery .responsive-gal {
    background-color: #ffffff;
    text-align: center;
}

.responsive-gallery .responsive-gal  h3{
    font-size: 22px;
    font-weight: 600;
}
}

@media screen and (max-width: 767px) {
  .testimonial button.owl-next {
    position: absolute;
    top: 95px;
    right: 4px;
    transform: rotate(180deg);
}
.testimonial button.owl-prev {
  position: absolute;
  top: 95px;
  left: 4px;
  transform: rotate(180deg);
}
.testimonial .review-box {
  padding: 23px 28px;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 10px;
  border-bottom: 3px solid var(--theme-color);
  text-align: center;
}
.testimonial .review-box p {
  font-size: 17px;
  line-height: normal;
  color: #474747;
}
  .small img {
    width: 82px;
}
.banner  a.btn-2 {
  background-color: #fe8a02;
  width: 100%;
  padding: 16px 8px;
  font-size: 17px;
  display: flex;
  gap: 5px;
  justify-content: center;
}
#google .content {
  height: 100px;
  overflow-y: scroll;
  padding: 5px 21px;
}

.custom-simulation a.btn-3 , .custom-simulation  a.btn-2{
  width: 100%;
}

.custom-simulation .hd_info{
  flex-wrap: wrap;
  flex-direction: column;
}
.footer-box {
  padding: 50px 20px;
}
.footer .grid-box {
  display: grid;
  grid-template-columns: auto auto auto auto;
}
.custom-simulation img.bg-main {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  margin: 0 auto;
  /* animation: rotate360 15s linear infinite; */
}
  /* ************** 19-05-2025 ****************** */

  .our-stories {
    text-align: center;
  }

  .our-stories a.btn-2 {
    background-color: #fabc0d;
    width: 100%;
    padding: 15px 8px;
    font-size: 18px;
    display: flex;
    gap: 5px;
    justify-content: center;
    border: 2px solid #fabc0d;
  }

  .recognized-sec {
    text-align: center;
  }

  .recognized-sec h2 {
    font-weight: 800;
    font-weight: 900;
    font-size: 72px;
    line-height: 78px;
    text-align: center;
    letter-spacing: -.042em;
    color: #505c7c;
    text-align: center !important;
  }

  .testimonial .heading {

    position: relative;
    z-index: 111;
  }

  #recognized-sec .heading {
    position: relative;
    z-index: 111;
  }

}

@media screen and (max-width: 567px) {

  .ready-to-started h3 span {
    color: #fabc0d;
    font-weight: 700;
    font-size: 45px;
}

.ready-to-started {
  background-color: var(--theme-color);
  border-radius: 25px;
  padding: 55px 19px;
  position: relative;
  top: -15px;
  z-index: 1;
  overflow: hidden;
}
.digital-service .grid-box {
  display: flex;
  flex-wrap: wrap;
  /* margin: 0 5px; */
  /* padding: 0px 10px; */
}
.digital-service .card-box {
  padding: 35px 25px;
  min-width: 320px;
  width: 100%;
}
.ready-to-started h3 {
  font-size: 26px;
}
.ready-to-started  form button {
  padding: 15px;
  width: 22rem;
  background-color: #fabc0d;
  border: none;
  color: #000;
  font-weight: 500;
}

.digital-service .grid-box .card-box{
  border: 1px solid #fff;
}
  .custom-simulation .card-box .box-spn {
    background-color: #fff;
    padding: 22px;
    border-radius: 16px;
    width: 103.6%;
}
.digital-service .card-box h4 {
  height: initial;
  font-size: 29px;
  margin-bottom: 28px;
}
 h2 {


  font-size: 41px!important;
  line-height: normal!important;

  letter-spacing: normal!important;
 
}
.seo-bg h1 {
  font-weight: 700;
  font-size: 34px;
  color: #505c7c !important;
  line-height: 1.2em;
}
}
@media screen and (max-width: 420px) {
 a.btn-2 {
    background-color: var(--theme-color-second);
    width: 100%;
    padding: 15px 8px;
    font-size: 20px;
    display: flex;
    gap: 5px;
    justify-content: center;
    border: 2px solid #fabc0d;
    color: #fff;
    font-size: 16px;
}

.recognized-sec .social-icon {
  margin-bottom: 35px;
}
.custom-simulation .card-box .box-spn {
  background-color: #fff;
  padding: 22px;
  border-radius: 16px;
  width: 103.6%;
}
#seo-consultancy-2 .comon-btn-for {
  padding: 15px;
  width: 100%;
  background-color: #fbd306;
  border-radius: 10px;
  font-size: 22px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 15px;
  transition: 0.4s;
  text-align: center;
  text-transform: uppercase;
}
.software-portfilio .soft-port .img-box  .over-flow-1 p {
  background: #fff;
  padding: 0px 34px;
  border-radius: 60px;
  margin: 0;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 3px;
  font-weight: 800;
}
.software-portfilio .soft-port .img-box  .over-flow-1 {
  position: absolute;
  padding: 9px;
  top: 0;
}
}
@media screen and (max-width: 380px) {

}

@media screen and (max-width: 340px) {
  
}


