/* *----------- Banner ---------------*/  
.m-banner__content {
    position: relative;
    height: 94vh;
    overflow: hidden;
    background: #000;
}
.container.content_slider-cs {
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  max-width: 1296px;
  margin: 0 auto;
}
.c-heading.-h1 {
    max-width: 50%;
}
.c-heading.-h1 .h1 {
      font-family: "Outfit", Sans-serif;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.26;
    margin-bottom: 22px;
    margin-top: 0;
}
.c-heading.-h1 p {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0;
}
.c-heading.-h1 ul {
  padding-left: 0;
  display: flex;
  list-style: none;
    font-family: "Outfit", Sans-serif;  
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
  margin: 30px 0;
}
.c-heading.-h1 ul li::after {
  border-right: 1px dashed #BDBAD8;
  content: " ";
  width: 1px;
  height: 29px;
  display: inline-block;
  margin: 0 22px;
}
.c-heading.-h1 ul li:last-child::after {
  display: none;
}
.c-heading.-h1 ul li {
  display: flex;
  align-items: center;
  color: #fff;
}
.c-heading.-h1 ul li:first-child {
  color: #D03D3D;
}
.c-heading.-h1 ul li:last-child {
  color: #EEAD17;
}
.c-heading.-h1 a {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none !important;
  display: inline-block;
  padding: 18px 33px !important;
  line-height: 1;
  font-family: "Outfit", Sans-serif;
  color: #c30010 !important;
  background: #fff;
  margin-top: 30px;
  border-radius: 5px;
}
.c-heading.-h1 a::before {
  content: "";
  position: absolute;
  inset: -1px;
    background: linear-gradient(94deg,#fff -2.26%,#fff 63.14%);
    /*background: linear-gradient(94deg,#f7b318 -2.26%,#f7b318 63.14%);*/
  -webkit-filter: blur(9px);
  filter: blur(9px);
  z-index: -1;
  pointer-events: none;
  animation: gradientPulse 3s infinite ease-in-out;
}
.c-heading.-h1 a:hover{
  opacity: 0.8;
}
@keyframes gradientPulse {
  0% {
    -webkit-filter: blur(9px);
  filter: blur(9px);
  }
  50% {
   -webkit-filter: blur(2px);
  filter: blur(2px);
  }
  100% {
   -webkit-filter: blur(9px);
  filter: blur(9px);
  }
}
.hero-bg_wrap-col {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: none;
  flex: none;
  width: 36%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.hero-bg_wrap {
  pointer-events: none;
}
.hero-bg_wrap-col:nth-child(2n+1) .v-scroll {
  animation-direction: reverse;
}
.v-scroll {
  -webkit-animation: heroscroll 75s linear infinite;
  animation: heroscroll 75s linear infinite;
    animation-direction: normal;
}
.hero-bg_wrap-slides {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero-bg_wrap_slide {
  aspect-ratio: 16/9;
  border-radius: 5px;
  overflow: hidden;
  margin: 7px;
}
.hero-bg_wrap_slide img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-bg_wrap-cols {
  -ms-flex-direction:row;
  flex-direction:row;
  justify-content:flex-start;
  width:85%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  position:absolute;
  top:0;
  bottom:auto;
  left:10%;
  right:auto;
  -webkit-transform:rotate(15deg);
  transform:rotate(15deg)
}

.hero-bg_wrap-col:nth-child(odd) .v-scroll {
  animation-direction:reverse
}

.hero-bg_wrap-slides {
  -ms-flex-direction:column;
  flex-direction:column;
  -ms-flex:none;
  flex:none;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}
.hero-bg_wrap_slide {
  aspect-ratio:16/9;
  border-radius:5px;
  overflow:hidden
}
.hero-bg_wrap_slide img {
  -o-object-fit:cover;
  object-fit:cover;
  width:100%;
  height:100%
}
.hero-bg-gradient_overlay {
  position:absolute;
  inset:0;
  background:-webkit-gradient(linear,left top,left bottom,color-stop(44.55%,rgba(0,4,42,0)),to(rgba(0,4,42,.6))),-webkit-gradient(linear,left top,right top,from(rgba(0,4,42,.5)),color-stop(43.39%,rgba(0,4,42,.31)),color-stop(83.44%,rgba(0,4,42,0)));
  background:linear-gradient(180deg,rgba(0,4,42,0) 44.55%,rgba(0,4,42,.6) 100%),linear-gradient(90deg,rgba(0,4,42,.5) 0,rgba(0,4,42,.31) 43.39%,rgba(0,4,42,0) 83.44%)
}
.hero-bg-gradient_overlay::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 31%;
  background-color: #9a090c;
  box-shadow: 0 0 20em 20em #9a090c;
  opacity: .9;
}
@-webkit-keyframes heroscroll {
  0% {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
  }
  100% {
    -webkit-transform:translate3d(0,-100%,0);
    transform:translate3d(0,-100%,0)
  }
}
@keyframes heroscroll {
  0% {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
  }
  100% {
    -webkit-transform:translate3d(0,-100%,0);
    transform:translate3d(0,-100%,0)
  }
}
.v-scroll {
  -webkit-animation:heroscroll 75s linear infinite;
  animation:heroscroll 75s linear infinite
}
/* --end banner--*/

.page-template-developer-template header {
  position: absolute;
  z-index: 99;
  width: 100%;
}
.page-template-developer-template .header-inner-wrapper{
  background: transparent !important;
}
.page-template-developer-template .navwrapper ul li a{
  color: #fff;
}
.hero-bg-gradient_overlay {
  background: #00000078;
}
.headerbtn a svg {
  margin-right: 8px;
}
.page-template-developer-template #primary-menu li > a::after {
  color: #fff !important;
}
#primary-menu > li.menu-item-has-children > a::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  transform: rotate(45deg);
  border-bottom: 2px solid #323232;
  border-right: 2px solid #323232;
  position: relative;
  top: -2px;
}
.navwrapper ul li a{
  display: flex;
  align-items: center;
  gap: 15px;
}
.home #primary-menu > li.menu-item-has-children > a::after,
.page-template-developer-template #primary-menu > li.menu-item-has-children > a::after{
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.img_car img {
  filter: invert(100%) contrast(100%) brightness(39%);
}
.sticky_box {
  padding: 30px 30px !important;
  border-radius: 20px !important;
  background: #FFF0;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.10);
  margin-bottom: 20px;
  padding-bottom: 40px !important;
  backdrop-filter: blur(25px);
}
.stopInner {
  position: sticky !important;
  top: 30px;
}
.web_portfolio .swiper-slide-prev .inner_slide-wrapper,
.web_portfolio .swiper-slide-next .inner_slide-wrapper{
  opacity: .5;
  -webkit-transform: scale(.7);
  transform: scale(.7);
  transition: none !important;

/*   -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, transform 0.7s;
  transition: opacity 0.7s, transform 0.7s, -webkit-transform 0.7s; */

}
.inner_slide-wrapper{
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.slider-wrap-port .m-slider__arrows.-prev {
  right: 30.5%;
  clip-path: polygon(0 0%, 37% 50%, 0 100%, 0 100%, 100% 50%, 0 0);
   
  width: 35px;
  height: 57px;
}
.slider-wrap-port .m-slider__arrows.-next {
  left: 30.5%;
  width: 35px;
  height: 57px;
  clip-path: polygon(100% 0%, 63% 50%, 100% 100%, 100% 100%, 0% 50%, 100% 0);
    
}
.slider-wrap-port .m-slider__arrows::after{
  display: none;
}
.slider-wrap-port .m-slider__arrows {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
}
.inner_slide-wrapper {
  text-align: center;
}
.m-slider__decor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 34rem;
  position: absolute;
  inset: 0 auto auto 50%;
  -webkit-transform: translateX(calc((50% + 2rem) * -1));
  transform: translateX(calc((50% + 2rem) * -1));
  z-index: 3;
  top: -6px;
}
@media (min-width: 575px) {
  .m-slider__decor {
    max-width: 46rem;
  }
  .m-slider__decor .decor-text.-before {
    -webkit-transform: rotate(6deg) translateY(1rem);
    transform: rotate(6deg) translateY(1rem);
  }
  .m-slider__decor .decor-text.-after {
    -webkit-transform: rotate(-3deg) translateY(-.4rem);
    transform: rotate(-3deg) translateY(-.4rem);
  }
}

.m-slider__decor .decor-text.-before {
  color: #FFFFFF6E;
  -webkit-transform: rotate(6deg) translateY(-.5rem);
  transform: rotate(6deg) translateY(-.5rem);
  margin-right: 2rem;
}
.m-slider__decor .decor-text {
  font-size: 26px;

  font-weight: 700;
  text-transform: uppercase;
}
.m-slider__decor .decor-text.-after {
  color: #FFFFFF6E;
  -webkit-transform: rotate(-3deg) translateY(-1.5rem);
  transform: rotate(-3deg) translateY(-1.5rem);
}
.m-slider__decor .decor-icon {
    width: 180px;
}
.web_portfolio{
    padding-top: 3rem;
}


/* Industries Section Start Here */

#industries-sec .tech_logo .logo-item {
    text-align: center;
}
#industries-sec .tech_logo .logo-item h4 {
    color: #FFF;
    text-align: center;
    font-family: Outfit;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 150% */
    margin-top: 40px;
}
#industries-sec .tech_logo img {
  width: 35%;
  filter: brightness(100);
}

#industries-sec .tech_logo {
    gap: 0;
    position: relative;
}

#industries-sec .tech_logo .logo-item {
    text-align: center;
    padding: 50px;
    position: relative;
    /*border-right: 1px solid #ffffff5c;*/
    /*border-bottom: 1px solid #ffffff5c;*/
}

#industries-sec .tech_logo .logo-item:nth-child(-n+4):before {
    content: "";
    width: 1px;
    height: 200%;
    background-color: white;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
    position: absolute;
    right: 0;
    top: 0;
}
.faded-horizontal-line {
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
    margin: 0px 0;
    position: absolute;
    top: 50%;
    bottom: 50%;
}


#industries-sec .tech_logo .logo-item:nth-child(6), #industries-sec .tech_logo .logo-item:nth-child(7),#industries-sec .tech_logo .logo-item:nth-child(8),#industries-sec .tech_logo .logo-item:nth-child(9),#industries-sec .tech_logo .logo-item:nth-child(10) {
    border-bottom: none;
}

#industries-sec .tech_logo .logo-item:nth-child(5), #industries-sec .tech_logo .logo-item:nth-child(10) {
    border-right: none;
}
#industries-sec .sub--heading::before {
    right: 150px;
}
.tech_logo {
    display: grid;
    margin-top: 60px;
    margin-left: -15px;
    margin-right: -15px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 34px;
}
.tech_logo img {
  width: 100%;
}
.testimonial-our-tech h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
  margin: 0px;
  text-align: center;
  font-family: "Outfit", Sans-serif;
}
.testimonial-our-tech .sub--heading {
  color: #fff;
  text-align: center;
}
/* Industries Section End Here */
.opc_ouline {
  -webkit-text-fill-color: #1B1A1A00;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;

}
.mgpbtm p{
  margin-bottom: 0 !important;
}
.opc_ouline {
  -webkit-text-fill-color: #1B1A1A00;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #c30010;
}
.btn_img .elementor-icon {
  background: #c30010 !important;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  margin-left: auto;
}
.hvr_pro:hover .btn_img a {
  transform: rotate(-30deg);
}
.row_gap-40 .elementor-container.elementor-column-gap-wider {
  gap: 40px;
}
.price_1 {
  background-color: #f4f6f8;
}
.abs_bg {
  position: absolute !important;
  right: 0;
  background: url('../assets/image/dis.png');
  width: 120px !important;
  height: 35px !important;
  display: flex;
  line-height: 35px !important;
  justify-content: center !important;
  align-content: center !important;
  padding-left: 20px;
  z-index: 2;
    top: 82px;
      right: -10px;
}
.abs_bg .elementor-widget-container {
  line-height: 35px !important;
  display: flex;
  align-items: center;
}
.abs_bg span {
  font-size: 14px;
}
.button_css a span {
  background-color: #c30010;
  font-weight: 600;
  text-align: center;
  border: 1px solid #c30010;
  color: #fff !important;
  width: 153px;
  height: 35px;
  line-height: 34.5px;
  padding: 0;
  border-radius: 5px;
  font-size: 13px;
  font-family: "Outfit", Sans-serif;
}
.button_css li {
  margin: 0 !important;
}
.button_css ul {
  gap: 12px;
  margin-top: 25px !important;
}
.abs_bg::after {
  content: "";
  background: #c30010;
  width: 12px;
  height: 15px;
  position: absolute;
  right: -1px;
  top: -14px;
  z-index: -1;
  clip-path: polygon(0 67%, 0% 100%, 100% 100%);
}
.center_scale {
  transform: scale(1.1);
}
.mgpbtm.eq_he {
  height: 350px;
  overflow: scroll;
}
.price_1 .elementor-widget-wrap.elementor-element-populated {
  background: #fff !important;
  box-shadow: 0px 0px 10px #c300100a;
}
.testimonial-item .inner-testimonial {
  border-radius: 15px;
  background: rgba(255,255,255,.8);
  box-shadow: 0 4px 34px 0 rgba(0,0,0,.1);
  backdrop-filter: blur(5.5px);
  padding: 40px 40px 50px;
  text-align: center;
  transition: all .2s ease-in;
  padding-bottom: 70px;
}
.inner-testimonial p:first-child {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
  color: #424242;
  font-family: "Inter", Sans-serif;
}
.inner-testimonial .name {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.12;
  margin-bottom: 5px;
  font-family: "Outfit", Sans-serif;
}
.inner-testimonial .designation {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  font-family: "Inter", Sans-serif;
}
.inner-testimonial img {
  margin: 16px auto 0;
  display: block;
}
.inner-testimonial::after {
  background-image: url('../assets/image/testimonialIcon.png');
  content: "";
  display: block;
  width: 68px;
  height: 51px;
  margin: 0 auto;
  position: absolute;
  bottom: -23px;
  left: 0;
  right: 0;
}
.testimonial-item.slick-slide.slick-current.slick-active .inner-testimonial {
  transform: translateY(-30px);
  opacity: 1;
}
.testimonial-arrow {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.testimonial-arrow .myarrow {
  -webkit-appearance: none;
  border: none;
  padding: 0;
  background: 0 0;
  margin: 0 20px;
}
.testimonial-arrow img {
  cursor: pointer;
}
.testimonial-arrow .t-next img {
  transform: rotate(180deg);
}
.testimonials-slider {
  padding: 38px 0 !important;
}
.testimonials-slider .swiper-slide {
    opacity: 0.8;
    transform: scale(0.9) !important;
    transition: all 0.4s ease;
}

.testimonials-slider .swiper-slide-active {
    opacity: 1;
    transform: scale(1.05) !important;
    z-index: 2;
}
.homeFaqcss .elementor-tab-content p{
  margin-top: 0 !important;
}
.homeFaqcss .elementor-tab-content p:last-child {
  margin-bottom: 0;
}
.homeFaqcss .elementor-tab-content {
  margin-top: 40px !important;
}
.homeFaqcss .elementor-accordion-item {
  border-bottom: 1px solid #e1e1e1 !important;
  border-left: 2px solid #ce323f !important;
  background: #ffffff5e;
  box-shadow: 0 4px 24px 0 rgba(230,232,217,.4);
  padding: 30px;
  margin-bottom: 20px !important;
  backdrop-filter: blur(5px);
}
.bigheading h3 {
  margin-bottom: 0px;
  font-family: "Outfit", Sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 1.3;
  color: #C30010;
}
.ctap p {
  font-family: "Outfit", Sans-serif;
  font-size: 20px;
  color: #000;
}
.btnstyle2 a{
  font-family: "Outfit", Sans-serif;
}
.footercta {
  background: linear-gradient(0deg, rgba(195, 0, 16, 0.1) 13%, rgba(255, 26, 26, 0) 100%) !important;
  padding-bottom: 60px !important;
  padding-top: 60px !important;
  margin-top: 60px !important;
  margin-bottom: 0 !important;
}
footer#colophon {
  padding-top: 60px;
}
.site-info {
  background: #ae0e15 !important;
  font-weight: bold;
  font-family: "Outfit", Sans-serif;
  margin-top: 50px !important;
  padding: 25px 0;
}
ul.socialmedia li {
  border: 1px solid #ae0e15;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center !important;
}
.fh h4 {
  font-family: "Outfit", Sans-serif;
  letter-spacing: 0.3px;
  font-size: 17px;
}
.contact-listing ul li a, .footer-menu ul li a{
  font-family: outfit;
  font-size: 16px !important;
  color: #000 !important;
}
.site-footer .contact-listing {
  padding-left: 0 !important;
}

.mgpbtm.eq_he{
    overflow-y: auto;
    /* Hide scrollbar */
    scrollbar-width: none;        /* Firefox */
    -ms-overflow-style: none;     /* IE 10+ */
}

.mgpbtm.eq_he::-webkit-scrollbar {
    display: none;                /* Chrome, Safari */
} 
.logopage-slider .swiper {
    overflow: hidden;
}
.logopage-slider .swiper-slide {
    width: 640px; /* SAME AS YOUR CURRENT */
}

.logopage-slider .swiper-wrapper {
    transition-timing-function: linear !important;
}

.logopage-slider .swiper + .swiper {
     margin-top: 7px;
}
.portfolio-slider.logopage-slider img {
  height: 370px;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
}
.PortfolioSlider_slider-info__4o7QQ::before {
  content: "";
  background: #0000003b;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 6px;
  visibility: hidden;
}
.logopage-slider .swiper-slide:hover .PortfolioSlider_slider-info__4o7QQ::before{
  visibility: visible;
}
.counter_ui-bg .elementor-counter {
  border: 1px solid #c30010;
  width: 320px;
  height: 320px;
  display: flex;
  align-items: center;
  border-radius: 312px;
  margin: 0 auto;
}
.counter_ui-bg .elementor-counter-number-wrapper {
  background: #c30010;
  border-radius: 312px;
  width: 280px;
  height: 280px;
  align-items: center;
  min-height: 100px;
  max-height: 280px;
}
.p-none p{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.list_icon-forlogo .elementor-icon-list-text {
  font-size: 15px;
  line-height: 30px;
  text-align: left;
  padding: 6px 15px;
  background-color: #d9d9d94d;
  border-radius: 50px;
  margin-right: 9px;
  margin-bottom: 12px;
  color: #00000094 !important;
}
.banner_list-seo .elementor-icon-list-item::before {
  content: "";
  clip-path: polygon(0 0%, 37% 50%, 0 100%, 0 100%, 100% 50%, 0 0);
  width: 17px;
  height: 23px;
  margin-right: 22px;
  background: #fff !important;
}
.banner_list-seo .elementor-icon-list-item{
  display: flex;
  align-items: center;
}
.padding-row_80 .elementor-container.elementor-column-gap-default{
  padding-top: 50px;
}
.tab_ui-seo .elementkit-nav-item {
  width: 25% !important;
  max-width: 25% !important;
  margin-right: 0 !important;
  margin-bottom: -20px !important;
}
.tab_ui-seo .nav.nav-tabs {
    border-bottom: 1px solid #ffffff45;
}
.tab_ui-seo .elementkit-nav-item a {
  padding: 40px 20px !important;
}
.tab_ui-seo .elementkit-nav-link.active.show.top-pos {
  background: #fff !important;
  box-shadow: 0px 0px 21px #ffffff96 !important;
}
/* .tab_ui-seo .elementskit-tab-title {
  color: #130002 !important;
} */
.tab_ui-seo .elementkit-tab-nav .elementkit-nav-link.active {
  color: #4d0007 !important;
}
.tab_ui-seo .elementkit-tab-nav .elementkit-nav-link.active svg path {
  fill: #4d0007 !important;
}
.ekit-wid-con .elementkit-nav-item .elementkit-nav-link::before {
  bottom: 23px !important;
  background-image: -webkit-gradient(linear,left top,right bottom,from(rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,0)),color-stop(50%,#4b3fe1),to(#4b3fe1)) !important;
  background-image: linear-gradient(to bottom right,rgba(255,255,255,0) 0,rgba(255,255,255,0) 50%,#4f0005 50%,#000 100%) !important;
  z-index: 9999 !important;
  width: 15px !important;
  height: 15px !important;
}
.home .entry-content {
  margin: 0;
}
/* ---- */
@media only screen and (max-width: 1600px){
  .footertopgrid,
  .container_cs,
  .container.content_slider-cs {
    max-width: 1140px;
    width: 100%;
  }
  .inner-testimonial p:first-child {
    font-size: 15px;
    line-height: 1.7;
  }
  .c-heading.-h1 .h1 {
    font-size: 43px;
    margin-top: 30px;
  }
  .c-heading.-h1 p {
    font-size: 17px;
  }
  .c-heading.-h1 a {
    font-size: 16px;
    padding: 14px 25px !important;
    margin-top: 22px;
    border-radius: 3px;
  }
  .header-inner-wrapper .logo {
    max-width: 220px;
  }
  .header-inner-wrapper .logo {
    max-width: 200px;
  }
  .navwrapper ul li a {
    font-size: 14px;
  }
  .button_css a span {
    width: 142px;
    font-size: 12px;
  }
  .m-slider__decor .decor-icon {
    width: 168px;
  }
}

@media only screen and (max-width: 1400px){
  .m-slider__decor .decor-icon {
    width: 150px;
  }
}

@media only screen and (max-width: 1200px){
  .footertopgrid, 
  .container_cs, 
  .container.content_slider-cs {
    max-width: 96%;
  }
  .cnt_adjust-1200 > .elementor-container {
    max-width: 96% !important;
  }
  .m-slider__decor .decor-icon {
    visibility: hidden;
  }
  .button_css .elementor-icon-list-item:last-child {
    display: none;
  }
  #industries-sec .tech_logo .logo-item {
    padding: 20px;
  }
  .slider-wrap-port .m-slider__arrows {
    width: 20px !important;
    height: 47px !important;
  }
  .m-slider__decor {
    display: none;
  }
}
@media only screen and (max-width: 1080px) {
  .mobmenur-container {
    bottom: 0 !important;
    margin: auto !important;
    display: flex !important;
    align-items: center !important;
    top: 0 !important;
  }
  .mobmenur-container i {
    font-size: 40px !important;
  }
  .mob-menu-header-holder.mobmenu {
    padding: 0 20px !important;
  }
  .m-banner__content {
    height: 700px;
  }
  .center_scale {
    transform: none !important;
  }
  .row_gap-40 .elementor-container.elementor-column-gap-wider {
    gap: 20px;
  }
  #industries-sec .tech_logo .logo-item h4 {
    font-size: 16px;
  }
  .elementor-column.elementor-col-33.elementor-inner-column.elementor-element.price_1 {
    width: calc(33.333% - 20px);
  }
  .bigheading h3 {
    font-size: 45px;
  }
  .ctap p {
    font-size: 18px;
  }
  .counter_ui-bg .elementor-counter-number-wrapper {
    background: #c30010;
    border-radius: 312px;
    width: 200px;
    height: 200px;
    align-items: center;
    min-height: 100px;
    max-height: 200px;
  }
  .counter_ui-bg .elementor-counter {
    width: 240px;
    height: 240px;
  }
}
@media only screen and (max-width: 1080px){
  .padding-row_80 .elementor-container.elementor-column-gap-default {
    padding-top: 0 !important;
  }
  .tab_ui-seo .nav.nav-tabs {
    display: flex !important;
  }
}
@media only screen and (max-width: 880px){
  .tab_ui-seo .elementkit-nav-item {
    width: 50% !important;
    max-width: 50% !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
  .tab_ui-seo .elementkit-nav-item {
    width: 50% !important;
    max-width: 50% !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    flex: auto !important;
  }
  .c-heading.-h1 {
    max-width: 100%;
  }
  .m-banner__content {
    height: 480px;
  }
  .c-heading.-h1 .h1 {
    margin-top: 0;
  }
  .tech_logo {
    display: grid;
    margin-top: 40px;
    margin-left: -15px;
    margin-right: -15px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .brnone_880 br{
    display: none;
  }
  #industries-sec .tech_logo .logo-item:nth-child(-n+4)::before {
    display: none;
  }
  .faded-horizontal-line {
    display: none;
  }
  .elementor-column.elementor-col-33.elementor-inner-column.elementor-element.price_1 {
    width: 100%;
  }
  .footertopgrid {
    display: grid;
    grid-template-columns: 1fr;
  }
  .footercol {
    text-align: center;
  }
  .footer-logo {
    margin: 0 auto !important;
  }
  ul.socialmedia {
    display: flex;
    justify-content: center;
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .socialmedia a {
    width: 50px;
    height: 50px;
  }
  .mgpbtm.eq_he {
    height: auto !important;
  }
}

@media only screen and (max-width: 600px){
  .tab_ui-seo .elementkit-nav-item {
    width: 100% !important;
    max-width: 100% !important;
  }
  .c-heading.-h1 .h1 {
    font-size: 33px;
  }
  .mob-menu-logo-holder {
    display: flex;
    align-items: center;
  }
  .footertopgrid, .container_cs, .container.content_slider-cs {
    max-width: 95%;
  }
   .tech_logo {
    display: grid;
    margin-top: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .testimonial-our-tech h2 {
    font-size: 35px;
  }
  .footercta {
    margin-top: 0 !important;
  }
  section.footercta {
    padding: 10px 0 !important;
    padding-bottom: 50px !important;
  }
  .bigheading h3 {
    font-size: 39px;
  }
  ul.socialmedia {
    gap: 14px !important;
  }
  .slider-wrap-port .m-slider__arrows.-prev {
    right: 1%;
  }
  .slider-wrap-port .m-slider__arrows.-next {
    left: 1%;
  }
}