
section.headerBanner {
  background-size: cover !important;
}

section.app-page-cstm-tab-carosal .app-page-inner-tab {
  overflow: auto;
  white-space: nowrap;
  display: block !important;
  text-align: center !important;
}


::-webkit-scrollbar {
  width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: red; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}












::-webkit-scrollbar {
  height: 8px;
  width: 6px;
  background: #c0100f;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:horizontal {
  background: #ffffff;
  border-radius: 10px;
}

/* section.case-solution-container .container {
  top: -90px;
} */

section.app-goal-container .app-goal-thumb img {
  position: relative !important;
  top: 25px;
}

section.app-goal-container ul {
  padding-top: 40px;
  top: -15px !important;
  position: relative !important;
}

.industryHoverBox {
  width: 100% !important;
}

section.case-content-container .col-lg-8 {
  width: 46% !important;
}

section.case-content-container .col-lg-4 {
  width: 54% !important;
}

section.testimonial-container .row {
  position: relative !important;
  left: 33px;
}

section.case-solution-container li {
  color: #fff !important;
}

.app-goal-content ul li span {
  line-height: 19px;
}
section.case-solution-container {
  height: 800px !important;
  margin-bottom: 0px !important;
  padding-bottom: 2% !important;
  position: relative !important;
}

section#case-detail-header-id {
  background-image: url(./assets/appimages/sail/10.jpg) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding-top: 14%;
}

.app-page-inner-tab {
  /* background-color: #ffffff; */
  padding: 14px 10px !important;
  width: 40%;
  margin: 0px auto !important;
  border-radius: 80px;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  /* border: 1px solid #fff !important; */
}
section.portfolio-container .slick-list img {
  width: 97% !important;
}

section.portfolio-container .iphone-frame img {
  width: 127% !important;
  max-width: 200% !important;
  min-width: 161% !important;
}

.iphone-frame {
  left: 36.5% !important;
}

.footer-logo img {
/*   width: 40% !important; */
  width: 25% !important;
}
section.portfolio-container .container {
  width: 100% !important;
  max-width: 100% !important;
}

.testimonial-box a {
  color: #f30604 !important;
}

button.app-page-inner-tab-btn.active {
  background-image: linear-gradient(to right, #d11110, #000000);
  color: #ffffff !important;
  padding: 15px 65px 15px 65px;
  border-radius: 62px;
  -webkit-transition: all 0.3s cubic-bezier(0.12, 0.75, 0.4, 1);
}

button.app-page-inner-tab-btn {
  background-color: #ffffff !important;
  color: #000000 !important;
  font-size: 22px !important;
  font-weight: 500;
  border: 1px solid #fff !important;
  border-radius: 62px !important;
  -webkit-transition: all 0.3s cubic-bezier(0.12, 0.75, 0.4, 1);
  padding: 14px 65px 15px 65px !important;
}
.app-page-carousel-container {
  margin-top: 2% !important;
}

.app-page-cstm-tab {
  background-color: #fff;
  padding: 14px 10px !important;
  width: 50%;
  margin: 0px auto !important;
  border-radius: 80px;
  border: 1px solid #c5100f !important;
}

button.app-page-cstm-tab-btn {
  margin: 0px auto !important;
}

button.app-page-cstm-tab-btn {
  background-color: #ffffff00 !important;
  color: #000 !important;
  font-size: 22px;
  font-weight: 500;
}

section.banner ul.bread.ani-a.fade-up-a.delay-3.animated {
  opacity: 0 !important;
  width: 0px !important;
  height: 0px !important;
}

section.banner ul.bread.ani-a.fade-up-a.delay-3.animated li {
  display: none !important;
}

/* application sec */

#app-cstm-carousel {
  display: none;
}
#app-cstm-carousel {
  background-color: #1e1e1e;
  padding: 40px 20px;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.carousel-container {
  display: flex;
  transition: transform 1s ease-in-out; /* Slow animation */
  width: 100%; /* 100% for each slide */
}

.carousel-slide {
  flex: 1 0 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-content {
  text-align: center;
  width: 80%;
}

.carousel-content h2 {
  font-size: 2em;
  margin-bottom: 20px;
}

.carousel-content p {
  font-size: 1.2em;
  line-height: 1.5;
  margin-bottom: 20px;
}

.carousel-content img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .carousel-content p {
    font-size: 2em;
    line-height: 1.2em;
  }
  .carousel-content p {
    font-size: 1em;
  }

  .carousel-content img {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .opt-text {
    font-size: 40px !important;
  }

  .carousel-content h2 {
    font-size: 2em;
  }

  .carousel-content p {
    font-size: 1.5em;
  }

  .carousel-content img {
    width: 100%;
  }
}

section#app-cstm .app-content {
  border-top: 5px solid #fff !important;
  margin-top: 4% !important;
  padding-top: 5% !important;
  border-bottom: 5px solid #de0f10 !important;
  padding-bottom: 5% !important;
}

#app-cstm {
  background-color: #1e1e1e;
  padding: 40px 20px;
  color: #fff;
}

.app-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.app-left {
  flex: 1;
  max-width: 25%;
  margin-bottom: 20px;
}

.app-left h2 {
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 50px;
  font-weight: 600 !important;
}

.app-left p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500 !important;
}

.app-right {
  flex: 1;
  display: flex;
  justify-content: center;
}

.app-right img {
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  margin: 10px;
}

/* Navigation Styling */
.app-navigation {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.app-navigation {
  width: 1366px !important;
  margin: 0px auto !important;
}

.app-navigation span {
  margin: 20px auto !important;
}
.app-navigation span {
  margin: 10px 20px;
  font-size: 20px;
  color: #ccc;
  cursor: pointer;
  position: relative;
  line-height: 30px;
  font-weight: 400;
}

.app-navigation span:hover {
  color: #fff;
}

.app-navigation span::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #de0f10;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.app-navigation span:hover::before,
.app-navigation span.active::before {
  transform: scaleX(1);
}

/* Active Tab Styling */
.app-navigation span.active {
  color: #fff;
}

/* Hide all content sections except the active one */
.app-content {
  display: none;
}

.app-content.active {
  display: flex;
}

/* Responsive styles */
@media (max-width: 768px) {
  section#app-cstm-carousel {
    display: block !important;
  }

  section#app-cstm {
    display: none !important;
  }

  .app-right {
    max-width: 100% !important;
    margin-bottom: 20px;
    width: 100% !important;
    min-width: 100% !important;
  }
  /* .app-content {
    display: block !important;
} */

  .app-left {
    flex: 1;
    max-width: 100% !important;
    margin-bottom: 20px;
    width: 100% !important;
    min-width: 100% !important;
  }

  .app-container {
    flex-direction: column;
  }

  .app-left,
  .app-right {
    max-width: 100%;
  }

  .app-right img {
    width: 180px;
  }
}

@media (max-width: 480px) {
  .app-left h2 {
    font-size: 1.5em;
  }

  .app-right img {
    width: 150px;
  }

  .app-navigation span {
    font-size: 0.9em;
  }
}

section#app-cstm .app-container {
  width: 1366px !important;
  margin: 0px auto !important;
}

/* app sec end */
section.contact-one .lower-content.mb-2 p.text-size-18 {
  color: #fff !important;
}

.cstm-form-in-sec form#bannerForm {
  background-color: #efefef !important;
  border-radius: 15px !important;
  padding: 22px 27px !important;
}

.cstm-form-in-sec form#bannerForm h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

.featured-industries h2 span {
  color: #ea0c07 !important;
}
.featured-industries {
  background: #212121;
  padding: 5rem 0;
  color: #ffffff;
}
.featured-industries h2 {
  text-align: center !important;
  font-size: 50px;
  margin-bottom: 45px;
}
.featured-industries .featured-ind-card a {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.29px;
  color: #000;
}

.featured-industries .featured-ind-card span {
  min-width: 66px;
  display: inline-block;
  text-align: center;
}

.featured-industries .featured-ind-card {
  display: flex;
  align-items: center;
  background: #f5f6f8;
  background: #fff;
  margin-right: 30px;
  padding: 20px 30px;
  border-radius: 46px;
  height: 75px;
  border: 1px solid #e5e5e5;
}

.featured-industries .fetured-ind-list-item {
  width: 33.333%;
  margin-bottom: 30px;
}

.featured-industries .fetured-ind-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0px;
}

.software-cta a.nectar-button.call-btn span {
  font-weight: 700 !important;
}
.software-cta a.btn.theme-btn.btn-red {
  border: 1px solid #fff !important;
}
section#software-div-logo {
  background: url(../images/home/packages-bg.webp) center center / cover
    no-repeat !important;
  padding: 5.625rem 0 7.5rem;
  position: relative;
  z-index: 4;
}

section#software-div-logo img {
  border-radius: 20px !important;
  /* filter: invert(100%); */
}

.software-cta a.nectar-button.call-btn:hover {
  background-image: linear-gradient(
    to right,
    #c32b2c,
    #c32b2c,
    #c32b2c,
    #df292a
  );
  transition: all 0.4s ease-in-out;

  color: #fff !important;
}

.software-cta a.nectar-button.call-btn {
  background-image: linear-gradient(
    to right,
    #b4b4b4,
    #919191,
    #ffffff,
    #ffffff
  );
  color: #000 !important;
  padding: 15px 30px;
  font-size: 20px !important;
  border-radius: 10px;
}

.software-cta h2 {
  margin-top: 20px !important;
  margin-bottom: 40px !important;
  font-size: 50px !important;
  font-weight: 700 !important;
}

section#tabs-sec-catm .container .row.align-items-center h3 {
  font-size: 30px !important;
  font-weight: 800 !important;
  color: #fff !important;
  line-height: 40px !important;
  margin-bottom: 22px;
}

.software-cta p {
  font-size: 18px !important;
  font-weight: 500;
  line-height: 28px !important;
}

.software-cta {
  background: #df292a;
  padding: 5rem 0;
  color: #ffffff;
  text-align: center;
}

section#tabs-sec-catm .container {
  width: 100% !important;
}

section#tabs-sec-catm .container .row.align-items-center p {
  font-size: 20px !important;
}

section#tabs-sec-catm .container .row.align-items-center {
  margin-bottom: 7%;
}

#Advantage-sec-catm .advantage-box {
  padding: 2rem;
}

.container {
  padding: 0;
  width: 65% !important;
  max-width: 1250px !important;
}

section#tabs-sec-catm .contact-one__shape-5.float-bob-x {
  z-index: 0 !important;
}

.custom-content-area {
  z-index: 10 !important;
}

.custom-tabs {
  z-index: 10 !important;
}

section#Advantage-sec-catm {
  text-align: center !important;
  padding: 4% 0% 4% 0%;
}

section#Advantage-sec-catm p {
  line-height: 30px;
}

section#Advantage-sec-catm h3 {
  padding-top: 4%;
  padding-bottom: 4% !important;
}

#Advantage-sec-catm h3 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
}

#Advantage-sec-catm .advantage-box:hover {
  border-style: solid;
  border-width: 10px 0px 0px 0px;
  border-color: #bd1e2c;
  box-shadow: 0px 0px 10px 0px #d3d3d3;
  border-radius: 20px 20px 20px 20px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.custom-content-area img {
  margin-bottom: 25px;
}
.custom-content-area:hover {
  background: rgb(220, 18, 15);
  transition: 0.6s;
  background: linear-gradient(
    90deg,
    rgba(207, 24, 20, 1) 0%,
    rgba(207, 24, 20, 1) 35%,
    rgba(0, 0, 0, 1) 100%
  );
  transition: 1s !important;
}

.custom-content-area {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 35%,
    rgba(241, 255, 255, 1) 100%
  );
  border-radius: 10px !important;
  transition: 1s !important;
}

section#tabs-sec-catm {
  padding: 4% 0% 4% 0% !important;
  background-color: #3a3a3a !important;
}

section#tabs-sec-catm p {
  color: #fff !important;
}

section#tabs-sec-catm h2 {
  color: #fff !important;
}

section#tabs-sec-catm .main-hd {
  text-align: center !important;
}

section#tabs-sec-catm h2.head2.ani-a.fade-right-a.delay-1.animated {
  color: #fff !important;
}

button.custom-tab {
  width: 47%;
  margin: 10px;
  height: 110px !important;
}

#Custom-Software-Development-1.custom-container {
  display: flex;
  width: 100%;
  height: auto !important;
}

.custom-tabs {
  width: 70%;
  padding: 0px 20px 0px 0px;
  flex-direction: column;
  gap: 10px;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  display: -webkit-inline-box !important;
}

.custom-tabs .custom-tab {
  color: #333;
  border: none;
  padding: 15px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px;
  transition: background-color 0.3s;
  font-weight: 700;
  text-align: center !important;
}

.custom-tabs .custom-tab:hover {
  background-color: #ddd;
}

.custom-tabs .custom-tab.active {
  background-color: #c00000;
  color: white;
}

.custom-content-area {
  width: 50%;

  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-content {
  display: none;
  max-width: 500px;
}

.custom-content.active {
  display: block;
}

.custom-content h2 {
  font-size: 40px;
  font-weight: 800 !important;
  margin-bottom: 20px;
}

.custom-content p {
  font-size: 18px;
  line-height: 1.5;
}

ul.bullet-coustom li {
  color: #000000 !important;
  font-weight: 700;
}

/* Container with vertical scroll */
.scroll-yaxis-cstm {
  height: 200px; /* Adjust the height as needed */
  overflow-y: scroll; /* Enables vertical scrolling */
}

.testi-Slider .testi-Slide .testi-Box {
  border-radius: 5px !important;
}

/* Custom scrollbar */
.scroll-yaxis-cstm {
  width: 100% !important; /* Width of the scrollbar */
}

.scroll-yaxis-cstm ::-webkit-scrollbar-thumb {
  background-color: red; /* Color of the scrollbar */
  border-radius: 10px; /* Rounded corners */
}

.scroll-yaxis-cstm ::-webkit-scrollbar-track {
  background-color: transparent; /* Background of the scrollbar track */
}

/* Firefox specific styles */
.scroll-yaxis-cstm {
  scrollbar-width: thin; /* Thin scrollbar */
  scrollbar-color: red transparent; /* Scrollbar color */
}

.cstm-caro-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.cstm-caro {
  display: flex;
  overflow: hidden;
}

.cstm-caro-track {
  display: flex;
  transition: transform 0.5s ease;
}

.cstm-caro-slide {
  min-width: 100%;
  box-sizing: border-box;
}

.cstm-caro-slide img {
  width: 100%;
  display: block;
}

@media (min-width: 1200px) {
  .cstm-caro-slide {
    flex: 1 0 25%; /* 4 images on desktop */
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .cstm-caro-slide {
    flex: 1 0 33.33%; /* 3 images on laptop */
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .dual-content h3 {
    font-size: 22px !important;
  }

  section.case-detail-header {
    padding-top: 22% !important;
  }

  #app-cstm-carousel {
    display: block !important;
  }

  section#app-cstm {
    display: none !important;
  }

  .cstm-caro-slide {
    flex: 1 0 50%; /* 2 images on tablet */
  }
}

@media (max-width: 767px) {
  .cstm-caro-slide {
    flex: 1 0 100%; /* 1 image on mobile */
  }
}

#cstm-port-tabs .tabs-container {
  width: 100%;
  max-width: 100% !important;
  margin: 0 auto;
  padding: 20px;
}

#cstm-port-tabs .tabs {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  border-bottom: 2px solid #ddd;
  margin-bottom: 10px;
}

#cstm-port-tabs .tab-button {
  flex: 1;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px 5px 0 0;
  background-color: #f1f1f1;
  margin-right: 5px;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
}

#cstm-port-tabs .tab-button.active {
  background-color: #fff;
  border-bottom: 2px solid #fff;
  font-weight: bold;
}

#cstm-port-tabs .tab-content {
  border: 1px solid #ddd;
  border-radius: 0 0 5px 5px;
  padding: 20px;
}

#cstm-port-tabs .tab-pane {
  display: none;
}

#cstm-port-tabs .tab-pane.active {
  display: block;
}

/* Basic Styles for Tabs and Carousel */
.portfolio-section-cstm-code-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.portfolio-section-cstm-code-tabs button {
  background-color: #ccc;
  border: none;
  padding: 10px 20px;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px;
}

.portfolio-section-cstm-code-tabs button.active {
  background-color: #4dc7a0;
  color: white;
}

.portfolio-section-cstm-code-carousel .portfolio-section-cstm-code-item {
  background: #4dc7a0;
  padding: 30px 0;
  margin: 10px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
}

.portfolio-section-cstm-code-dot {
  height: 15px;
  width: 15px;
  margin: 5px;
  background: #ccc;
  border-radius: 50%;
  display: inline-block;
}

.portfolio-section-cstm-code-dot.active {
  background: #4dc7a0;
}

.portfolio-section-cstm-code-carousel {
  display: none; /* Initially hide all carousels */
}

.portfolio-section-cstm-code-carousel.active {
  display: block; /* Show active carousel */
}

.cust-row .col-left-a,
.title-area-3 .left-col {
  width: 0% !important;
}

.cust-row .col-right-a .packages-area {
  width: 75%;
  max-width: 75% !important;
  min-width: 75% !important;
  margin: 0px auto !important;
}

section.pacakges
  .filter-control-a.v2
  ul.filter-ul.v2.ani-a.fade-in-a.delay-3.animated {
  background-color: #fff !important;
  padding: 30px 30px;
}

section.pacakges
  .filter-control-a.v2
  ul.filter-ul.v2.ani-a.fade-in-a.delay-3.animated
  li.active {
  background-color: #0000 !important;
  font-weight: 800 !important;
  color: #000 !important;
}

section.portfolio-secction.servPort
  ul.filter-ul.ani-a.fade-in-a.delay-3.animated {
  background-color: #fff !important;
  padding: 30px 70px;
}

section.portfolio-secction.servPort
  ul.filter-ul.ani-a.fade-in-a.delay-3.animated
  li.active {
  background-color: #fff0 !important;
  color: #000 !important;
  font-weight: 800 !important;
}

#mobile1-logos-home {
  display: none;
}

.PC-logos-home section.home-page-icon {
  background-color: #df292a !important;
}

.PC-logos-home div#unique-carousel-trac {
  display: flex !important;
  width: 1366px !important;
  margin: 0px auto !important;
}

.PC-logos-home div#unique-carousel-trac .unique-carousel-ite {
  width: 20% !important;
  max-width: 20% !important;
  padding: 20px;
}

.PC-logos-home div#unique-carousel-trac .unique-carousel-ite img {
  border-radius: 4px !important;
}

footer.footer-section figure.footer-dmcalogo {
  margin-bottom: 0px !important;
}

footer.footer-section img.img-fluid {
  padding-bottom: 10px !important;
  padding-top: 0px !important;
  margin-top: 0px !important;
}

ul.footer-certify-logo.cstm-class-footer-logos {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.container-fluid.packagesContainer .filter-ul li {
  font-size: 14px !important;
}

.floating-widget .widget-content {
  padding: 4px !important;
}

div#designTrustpoilet {
  padding: 0px 0 !important;
}

div#designTrustpoilet iframe {
  height: 40px !important;
}

/*pakages*/

.pricing-price {
  border-bottom: 1px solid #fff !important;
}

.content-title {
  text-align: center !important;
  border-bottom: 1px solid #fff;
  margin-bottom: 40px;
  margin-top: 16px;
}

/*pakages*/

/* Container for the floating widget */
.widige-float-left-trust .floating-widget {
  position: fixed;
  bottom: 20px; /* Adjust position from the bottom */
  left: 20px; /* Adjust position from the left */
  width: 150px; /* Width of the widget */
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  z-index: 1000; /* Ensure the widget is on top */
  font-family: Arial, sans-serif;
}

/* Widget header styling */
.widige-float-left-trust .widget-header {
  background-color: #4caf50; /* Header background color */
  color: white; /* Header text color */
  padding: 10px;
  border-radius: 8px 8px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Widget content styling */
.widige-float-left-trust .widget-content {
  padding: 15px;
  max-height: 400px; /* Max height for the content area */
  overflow-y: auto; /* Add scrollbar if content overflows */
}

/* Close button styling */
.widige-float-left-trust .close-btn {
  background: none;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
}

/* Close button hover effect */
.widige-float-left-trust .close-btn:hover {
  color: #f44336; /* Change color on hover */
}

div#footer-logo-cstm {
  text-align: center !important;
  margin-top: -25px;
}

/*contactuspageinfo*/
.footer-section .copyright p {
  padding-left: 20px !important;
}

section.contact-one h2.head2.ani-a.fade-left-a.delay-1.animated {
  margin-bottom: 20px;
}

section.contact-one {
  background-image: url(/assets/images/home/bann-opt.webp);
  background-repeat: no-repeat !important;
  background-size: 16% 50%;
  background-position-x: -44px;
}

section.contact-one h2.head2.ani-a.fade-left-a.delay-1.animated span {
  color: #dd292a !important;
  font-weight: 600 !important;
}

section.contact-one .icons .lower-content span.text-white {
  font-size: 22px;
  font-weight: 800 !important;
  color: #df292a !important;
}

section.contact-one {
  padding-top: 3% !important;
  padding-bottom: 3% !important;
}

section.contact-one .icons img {
  filter: brightness(0) invert(1);
}
section.contact-one .icons a {
  color: #fff !important;
  font-size: 18px;
}

section.contact-one h2.head2.ani-a.fade-left-a.delay-1.animated {
  font-size: 60px;
  font-weight: 400;
  color: #fff !important;
  line-height: 70px;
}

section.contact-one .icons figure.icon {
  display: block !important;
  position: relative !important;
  width: 30px;
}

section.contact-one .icons .lower-content {
  display: flex !important;
}

section.contact-one .icons .lower-content figure.icon {
  margin-right: 10px;
}
/*contactuspageinfo*/

/*new-sec-hom-page-icons*/

div#unique-carousel-container .unique-carousel-item {
  padding: 10px;
}

div#unique-carousel-container .unique-carousel-item img {
  border-radius: 10px !important;
}

/* Unique ID Carousel Styles */
#unique-carousel-container {
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin: 50px auto;
  position: relative;
  cursor: grab;
}

#unique-carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.unique-carousel-item {
  flex: 0 0 auto;
  width: 100%;
  user-select: none; /* Prevent text/image selection */
}

.unique-carousel-item img {
  width: 100%;
  display: block;
}

/* 1 item on mobile */
@media (max-width: 600px) {
  .unique-carousel-item {
    flex: 0 0 100%;
  }
}

/* 2 items on tablet */
@media (min-width: 601px) and (max-width: 900px) {
  .unique-carousel-item {
    flex: 0 0 50%;
  }
}

/* 3 items on laptop */
@media (min-width: 901px) and (max-width: 1200px) {
  .unique-carousel-item {
    flex: 0 0 33.33%;
  }
}

/* 4 items on desktop */
@media (min-width: 1201px) {
  .unique-carousel-item {
    flex: 0 0 25%;
  }
}

/* Grab and drag cursor styles */
#unique-carousel-container.grabbing {
  cursor: grabbing;
}

/*.home-page-icons .carousel-item {*/

/*    display: contents !important;*/

/*}*/

/*.home-page-icons .carousel {*/
/*    overflow: hidden;*/
/*    width: 100%;*/
/*    margin: 50px auto;*/
/*}*/

/*.home-page-icons  .carousel-track {*/
/*    display: flex;*/
/*    transition: transform 0.5s ease-in-out;*/
/*}*/

/*.home-page-icons  .carousel-item {*/
/*    min-width: 100%;*/
/*    padding: 20px;*/
/*    text-align: center;*/
/*    background-color: #f1f1f1;*/
/*    border: 1px solid #ddd;*/
/*}*/

/*ul#keyFeaturesDesktop li {*/
/*    margin-bottom: 10px;*/
/*}*/

/*ul#keyFeaturesDesktop img {*/
/*    border-radius: 6px;*/
/*}*/

/*section.home-page-icons .row.align-items-center {*/
/*    width: 100% !important;*/
/*    margin: 0px auto !important;*/
/*    text-align: center;*/
/*}*/
/*ul#keyFeaturesDesktop {*/
/*    margin: 0px auto !important;*/
/*    width: 100% !important;*/
/*}*/

/*section.home-page-icons .container {*/
/*    max-width: 100% !important;*/
/*    width: 90% !important;*/
/*}*/

/*ul#keyFeaturesDesktop li {*/
/*    list-style: none !important;*/
/*    display: inline-block !important;*/
/*    margin-right: 15px;*/
/*}*/

section.home-page-icons {
  padding-top: 1% !important;
  padding-bottom: 1% !important;
  background-color: #c80005 !important;
}

/*new-sec-hom-page-icons*/

ul.contact-info.header-whatssapp-number li {
  justify-content: left !important;
}

/*Footer*/

footer.footer-section h4.heading.text-white {
  font-weight: 800 !important;
}

div#footer-logo-cstm ul.footer-certify-logo {
  display: flex;
  position: relative;
  width: 40%;
  /*margin: 0px auto !important;*/
  text-align: center !important;
}

figure.footer-dmcalogo img.img-fluid {
  margin-top: 15px !important;
  /*background-color: #d2191a ! IMPORTANT;*/
  padding: 20px;
  /*border-radius: 20px !important;*/
}

.copyright ul.list-unstyled.position-absolute li {
  margin-right: 20px !important;
}

/*footer*/

/*banner form*/

p#Featured {
  color: #fff !important;
  padding-top: 14px;
  font-size: 20px !important;
  font-weight: 600;
}

.banner-slides a.btn.btn-yellow {
  background-color: #fff !important;
  padding: 11px 20px 11px 20px;
  border-radius: 23px;
}

form#bannerForm .form-input {
  margin-bottom: 16px;
}

form#bannerForm input {
  height: 50px !important;
}

div#discount-circle h2 {
  font-size: 20px !important;
  line-height: 20px;
  font-weight: 800;
  color: rgb(255, 255, 255);
  font-family: poppins;
  margin: 0 0 !important;
}

div#discount-circle {
  width: 100px;
  height: 100px;
  background: rgb(0, 0, 0);
  text-align: center;
  padding: 18px;
  border-radius: 100%;
  box-shadow: 2px 2px 0px 0px #bf2030;
  position: absolute;
  right: -20px;
  top: -50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

div#banner-contact-form textarea#message {
  background-color: #ffffff !important;
  border-radius: 10px;
  width: 100% !important;
  padding: 22px 20px !important;
}

form#bannerForm button#btnSubmit {
  font-weight: 600 !important;
  width: 100% !important;
  text-align: center !important;
}

form#bannerForm button#btnSubmit span {
  width: 100% !important;
  font-size: 20px;
}

form#bannerForm input {
  background-color: #ffffff !important;
  border-radius: 10px;
  width: 100% !important;
  padding: 22px 20px !important;
  border-width: 1px;
  border-color: rgb(139, 136, 138) !important;
  border-style: solid;
}

div#banner-contact-form h2 {
  font-size: 28px;
  padding-bottom: 5px !important;
}

.banner-slide-right {
  width: 32% !important;
}

div#banner-contact-form {
  background-color: #efefef !important;
  border-radius: 15px !important;
  padding: 22px 27px !important;
}

div#banner-contact-form h2.head2.ani-a.fade-left-a.delay-1.animated {
  color: #fff !important;
}

/*banner form*/

/*popup*/

/* Styles for Popup */
.popup-container {
  display: none; 
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup-content {
  background-color: #fff;
  margin: 8% auto;
  padding: 5px;
  border: 1px solid #888;
  width: 70%;
  max-width: 25%;
  border-radius: 10px;
  text-align: center;
}

.close-btn {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close-btn:hover,
.close-btn:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

div#popup-css-id {
  background-image: url(/assets/images/home/portfolio-bg.webp);
  padding: 10px !important;
}

span#closePopup {
  z-index: 9999999 !important;
  position: relative !important;
}

.popup-content {
  background-color: #fa0304 !important;
}

div#popup-css-id h2 {
  font-size: 34px !important;
}

div#popup-css-id .form-input textarea#message {
  height: 100px;
}

span#closePopup {
  left: -14px;
}

/*popup*/

header.header {
  padding-top: 10px !important;
}

header.header .topBar {
  padding-bottom: 0px !important;
}

.number-email-right-sec-header {
  vertical-align: middle !important;
  position: relative !important;
  display: contents !important;
}

ul.contact-info i.ri-whatsapp-line {
  font-size: 26px;
}
.header-whatssapp-number br {
  display: none !important;
}

ul.contact-info i {
  font-size: 20px !important;
}

.header-whatssapp-number {
  display: block !important;
}

ul.contact-info a.text-size-18.mb-0.text.text-decoration-none {
  margin-right: 20px;
  display: contents !important;
}

ul.contact-info a {
  font-size: 14px !important;
}

@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
.colorRed,
.head1 span,
.main-hd h2 span {
  color: var(--colorRedDark);
}

.filter-ul > li,
.nav-area .has-children:active,
.nav-area .has-children:focus,
.nav-area .has-children:hover {
  cursor: pointer;
}

.contact-one__img img:hover,
body.contactPage section.contact-one .contact-one__img img {
  mix-blend-mode: inherit;
}

body,
html,
ul.content-desc {
  overflow-x: hidden !important;
}

.filter-ul > li,
.menu-items,
.opt-text,
ul.bread li {
  text-transform: uppercase;
}

:root {
  --colorBlack: #000000;
  --colorBlack2: #202020;
  --colorWhite: #ffffff;
  --colorGrey: #707070;
  --colorGrey2: #d5d5d5;
  --colorGrey3: #000000;
  --colorGrey4: #000000;
  --colorRed-rgb: 228, 22, 1;
  --colorWhite-rgb: 255, 255, 255;
  --colorBlack-rgb: 0, 0, 0;
  --colorRed: #d01617;
  --colorRedDark: #df292a;
  --colorBglight: #f6f6f6;
  --rubikBlack: "Rubik Black";
  --rubikBold: "Rubik Bold";
  --rubikLight: "Rubik Light";
  --rubikRegular: "Rubik Regular";
  --rubikMedium: "Rubik Medium";
  --robotoBlack: "Roboto Black";
  --robotoBold: "Roboto Bold";
  --robotoLight: "Roboto Light";
  --robotoRegular: "Roboto Regular";
  --robotoMedium: "Roboto Medium";
  --robotoThin: "Roboto Thin";
}

.container {
  padding: 0;
  width: 65% !important;
  max-width: 1250px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
section.banner .overlay .main-hd h1 {
  margin: 0;
}

p {
  font-family: Poppins, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
section.banner .overlay .main-hd h1 {
  font-family: raleway, Poppins, sans-serif !important;
}

* {
  font-family: raleway, Poppins, sans-serif;
  outline: 0;
}

a,
a:focus,
a:hover,
a:visited {
  text-decoration: none !important;
}

.custom-dropdown:hover {
  display: block;
}

.custom-dropdown {
  display: none;
  position: absolute;
}

.header {
  padding-top: 2.5rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.header-container {
  padding-left: 1.5%;
  padding-right: 1.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-inner.will-stick.fixed-top .topBar {
  display: none;
  transition: 0.5s;
}

.header-inner.will-stick.fixed-top {
  z-index: 999;
  background: var(--colorBlack2);
}

.inner-topBar ul.contact-info li:not(:last-child) {
  margin-right: 35px;
}

.menu-items:hover {
  color: var(--colorOrange);
}

#testi .slick-arrow i,
.btn.btn-red,
.content-title,
.footer-section .middle-portion .lower .content a,
.main-hd h2,
.pricing-tables.pricing-layout-3 .content-button:hover a {
  color: var(--colorBlack2);
}

.btn.btn-red,
.btn.btn-white:hover {
  background-color: var(--colorOrange);
}

.btn.btn-red:hover,
.btn.btn-white {
  background-color: var(--colorWhite);
  color: var(--colorBlack2);
}

.dropdown-menu-a {
  border-radius: 0;
  background-color: var(--colorGrey2);
  padding: 0;
  border: 1px solid #00000050;
  margin-top: 0.75rem !important;
}

.dropdown-menu-a .menu-items {
  padding: 0.5rem 1rem;
  display: flex;
  white-space: nowrap;
  line-height: 1;
  color: var(--colorGrey) !important;
}

.dropdown-menu-a > li:not(:last-child) {
  border-bottom: 1px solid #00000050;
}

.menu-close,
.mob-res-icon,
.res-menu-icon,
li.dropdown.dropdown-a,
li.nav-item.dropdown.mydrop {
  display: none;
}

.btn-full,
.has-dropdown,
.nav-area .has-children,
.nav-area .has-children .dropdown > li.has-children > a,
section.about-us.newSec-Serv {
  position: relative;
}

.nav-area .has-children > a span {
  position: relative;
  padding-right: 30px;
}

.nav-area .has-children > a span:before {
  position: absolute;
  content: "\EA4D";
  font-size: 16px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: remixicon !important;
}

.nav-area .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  border-top: 2px solid var(--colorRed);
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  margin-top: 20px !important;
  margin-left: 0;
  background: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  padding: 15px 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  border-radius: 16px;
  width: 600px;
}

.banner-footer,
.nav-area .has-children .dropdown.arrow-top,
.opt-img1,
.opt-img2,
.opt-text {
  position: absolute;
}

.nav-area .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 6%;
  border: 10px solid rgba(136, 183, 213, 0);
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  margin-left: -10px;
}

ul.dropdown.new-Design.inner-ul {
  width: 300px;
  background-image: unset;
  top: -15px !important;
}

ul.dropdown.new-Design.inner-ul li a {
  padding: 9px 15px;
  font-size: 16px;
  letter-spacing: 0;
}

.nav-area .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  color: #202020;
  font-size: 14px;
  text-decoration: none;
}

.nav-area .has-children .dropdown .active > a {
  color: #bd1e2c !important;
}

.nav-area .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  text-align: left;
  height: 100%;
  width: 100%;
  flex: 0 0 50%;
}

section.about-us .inner-aboutus::after,
section.about-us .inner-aboutus::before {
  background: url(../images/home/abt-before.webp) no-repeat;
  width: 193px;
  height: 323px;
}

.nav-area .has-children .dropdown > li > a {
  padding: 10px 0 10px 20px;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  font-weight: 400;
  text-transform: capitalize;
  background: rgba(255, 255, 255, 0);
}

.nav-area .has-children .dropdown > li > a.active {
  color: #ce151c;
}

.nav-area .has-children .dropdown > li > a img {
  padding-right: 10px;
}

.menu-items:hover,
.nav-area .has-children .dropdown > li > a:hover,
.portfolio-two__list li:hover .portfolio-two__list-content span,
.portfolio-two__list-content p a:hover {
  color: var(--colorRed);
}

.nav-area .has-children .dropdown > li.has-children > a:after {
  content: "\e315";
  position: absolute;
  content: "\EA6D";
  font-size: 16px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: remixicon !important;
}

.nav-area .has-children .dropdown > li.has-children > .dropdown,
.nav-area .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0;
}

.nav-area .has-children .dropdown > li.has-children:active > a,
.nav-area .has-children .dropdown > li.has-children:focus > a,
.nav-area .has-children .dropdown > li.has-children:hover > a,
ul.dropdown.new-Design.inner-ul li:hover a {
  background: var(--colorRedDark);
  color: var(--colorWhite);
  border-radius: 8px;
}

.nav-area .has-children:active > a,
.nav-area .has-children:focus > a,
.nav-area .has-children:hover > a {
  color: #d0071e;
}

.nav-area .has-children:active > .dropdown,
.nav-area .has-children:focus > .dropdown,
.nav-area .has-children:hover > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 360px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.custom-cursor__cursor,
.custom-cursor__cursor-two {
  position: fixed;
  pointer-events: none;
  z-index: 999991;
}

.menu-ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-ul > li:not(:last-child) {
  margin-right: 2rem;
}

.menu-items {
  color: var(--colorGrey);
  font-family: var(--robotoRegular);
  text-decoration: none;
  color: var(--colorWhite);
  font-size: 1rem;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  transition: 0.5s;
}

li.dropdown.dropdown-a:hover .dropdown-menu {
  display: block;
  transform: translateY(0) !important;
  left: 0;
  top: 0;
}

.has-dropdown:after {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 6px;
  position: absolute;
  transform: rotate(135deg);
  width: 6px;
  border-color: #fff;
  right: -1em;
  top: -2px;
  bottom: 0;
  margin: auto;
}

.counter-two::after,
.counter-two::before {
  content: "";
  margin: auto;
  width: 323px;
  height: 193px;
  bottom: 0;
}

.menu-ul > li.active .menu-items {
  font-weight: 700;
  color: var(--colorRed);
}

.topBar {
  border-bottom: 1px solid var(--colorGrey);
  padding-bottom: 1em;
  transition: 0.5s;
}

.topBar .inner-topBar {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.inner-topBar ul.contact-info,
ul.social-list {
  display: flex;
  margin: 0;
  list-style: none;
  padding: 0;
}

ul.social-list li:not(:last-child) {
  margin-right: 15px;
}

.btn-icon,
ul.bread li:last-child {
  margin-right: 0;
}

ul.social-list li a {
  border: 1px solid;
  box-shadow: 0 0 29px 0 rgb(244 3 16 / 10%);
  width: 29px;
  height: 28px;
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 13px;
  color: #fff;
}

.inner-topBar ul.contact-info li,
.testimonial-section
  .testimonial_wrapper
  .circle_wrapper
  .center-circle
  .testimonial-centerimage,
section.pacakges .inner-packages .cust-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner-topBar ul.contact-info li i {
  margin-right: 0;
  color: var(--colorRedDark);
}

.inner-topBar ul.contact-info li span {
  color: #cba73c;
  font-size: 13px;
}

.inner-topBar ul.contact-info li span a {
  color: var(--colorWhite);
  font-size: 13px;
  margin-left: 5px;
  text-decoration: none;
  cursor: pointer;
}

.bottom-bar {
  display: flex;
  justify-content: space-between;
/*   padding: 2em 0; */
  padding: 0.5em 0;
  align-items: center;
}

.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--colorRed);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
}

.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--colorRed);
  opacity: 0.3;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
}

.custom-cursor__hover {
  background-color: var(--aspro-base);
  opacity: 0.4;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}

.btn.btn-red {
  background-color: var(--colorRedDark);
  color: var(--colorWhite);
}

.text-wraper .btn-group-a a.theme-btn:hover {
  background-color: var(--colorBlack);
  color: var(--colorWhite);
}

.theme-btn {
  border-radius: 30px !important;
  display: inline-flex !important;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px 20px 20px !important;
  height: 50px;
}

.theme-btn i {
  border-radius: 50%;
  background-color: #d01617;
  box-shadow: 3px 4px 30px 0 rgb(255 255 255 / 30%);
  width: 33px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

.btn.btn-red:hover {
  background-color: var(--colorWhite);
}

.btn-icon {
  height: 100%;
  border-left: 1px solid #00000032;
  display: inline-flex;
  align-items: center;
  padding-left: 1.25rem;
  margin-left: 0rem;
}

.banner-slide-left h1.head1,
.text-wraper .btn-group-a {
  padding: 1rem 0;
}

.banner-slide-left .p {
  color: var(--colorWhite);
  padding: 1rem 0;
  font-size: 1.22rem;
}

#cycler .cycler-item .banner-img,
.portNew .filter-content-b .filter-item-b img {
  width: 100%;
}

.banner-a {
  background: var(--colorBlack2) url("../images/home/banner.webp") no-repeat
    center center/cover;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-top: 9rem;
  position: relative;
  z-index: 1;
}

.head1 {
  font-size: 4.375rem;
  color: var(--colorWhite);
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 1.1;
}

.main-hd h2 span,
.opt-text {
  font-weight: 700;
}

.opt-text {
  bottom: -40px;
  font-size: 8.3125rem;
  line-height: 10rem;
  white-space: pre;
  -webkit-text-stroke: 1px rgba(255 255 255 / 20%);
  -webkit-text-fill-color: transparent;
  z-index: -1;
}

.opt-img1 {
  left: -10%;
  transition: 0.5s;
  top: 30%;
  z-index: -1;
}

.opt-img1 img,
.opt-img2 img,
figure.footer-leftimage img {
  max-width: 60%;
}

.opt-img2 {
  right: -9%;
  bottom: 10%;
  transform: rotate(180deg);
  transition: 0.5s;
}

.opt-img1:hover {
  transition: 0.5s;
  left: -8%;
}

.opt-img2:hover {
  transition: 0.5s;
  right: -8%;
  z-index: -1;
}

.head1 span {
  font-weight: 600;
}

.main-hd h2,
.small-head {
  font-weight: 400;
  margin: 0;
}

.banner-slides {
  width: 100%;
  z-index: 0;
}

.banner-slide-inner > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banner-slide-left {
  width: 55%;
}

.banner-slide-right {
  width: 45%;
}

.banner-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 97%;
  margin-left: auto;
  margin-right: auto;
  bottom: 1%;
  left: 0;
  right: 0;
}

.contact-one__btn-box,
.contact-one__form,
.contact-one__form-box,
.contact-one__right,
.portfolio-two,
.portfolio-two__inner,
.portfolio-two__list {
  display: block;
  position: relative;
}

.small-head {
  color: var(--colorRedDark);
  font-size: 1.625rem;
  font-family: raleway, Poppins;
}

.main-hd h2 {
  font-size: 3.75rem;
  padding-bottom: 1.5625rem;
}

h5.sub-head {
  color: #202020;
  margin: 0;
  padding-bottom: 1rem;
}

section.about-us.aboutPage img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}

.about-img img,
section.about-us.aboutPage img:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

section.about-us .inner-aboutus {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 7.5rem;
}

section.about-us .inner-aboutus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 3%;
}

section.about-us .inner-aboutus::after {
  content: "";
  position: absolute;
  right: 3%;
  bottom: 0;
  transform: rotate(180deg);
}

.about-img:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0%);
}
section.about-us .inner-aboutus .text-wraper p.p strong {
  color: var(--colorRed);
}
.text-wraper p.p {
  color: var(--colorGrey4);
  font-size: 1.25rem;
  padding-bottom: 1rem;
}

.bar {
  background: var(--colorGrey2);
  height: 10px;
  border-radius: 3px;
  margin-bottom: 3rem;
  position: relative;
}

.bar .progress-container .progress {
  height: 10px !important;
  border-radius: 3px !important;
  background: var(--colorRedDark) !important;
}

.marque-area {
  background: var(--colorRedDark);
  margin: 0;
  padding: 0;
}

.marque-area marquee h4 {
  margin: 0;
  font-size: 43px;
  color: var(--colorWhite);
  font-weight: 300;
}

.marque-area marquee h4 span {
  font-weight: 600;
  padding: 0 20px;
}

section.about-us.newSec-Serv .main-hd,
section.pacakges .inner-packages .main-hd {
  padding-bottom: 2rem;
}

section.about-us.newSec-Serv img {
  filter: grayscale(0) !important;
}

.portfolio-two {
  padding: 120px 0 200px;
  z-index: 0;
}

.portfolio-two__list li,
.portfolio-two__list-content {
  display: flex;
  align-items: center;
  position: relative;
}

.portfolio-two__list li {
  justify-content: space-between;
  border-top: 1px solid var(--colorGrey);
  padding: 24px 0 23px;
}

section.portfolio-two::before {
  content: "";
  position: absolute;
  background: url(../images/home/servBefore.webp) no-repeat;
  width: 1200px;
  height: 520px;
  top: 0;
  left: 0;
  z-index: -1;
}

section.portfolio-two::after {
  content: "";
  position: absolute;
  background: url(../images/home/servAfter.webp) no-repeat;
  width: 1200px;
  height: 520px;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.portfolio-two__list-content span {
  font-weight: 500;
  font-size: 60px;
  line-height: 70px;
  font-family: inherit;
  color: var(--colorBlack2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100px;
}

.portfolio-two__list-content p {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  font-family: var(--aspro-font-two);
  color: var(--aspro-black);
  letter-spacing: var(--aspro-letter-spacing);
  margin-left: 74px;
  position: relative;
  top: 6px;
}

.portfolio-two__list-content p a {
  color: var(--colorBlack2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

.portfolio-two__list-arrow {
  position: relative;
  top: 11px;
}

.portfolio-two__list-arrow a {
  position: relative;
  display: inline-block;
  font-size: 43px;
  color: var(--colorGrey);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

.counter-two__count span,
.footer-section .middle-portion .links li a:hover,
.portfolio-two__list li:hover .portfolio-two__list-arrow a,
.pricing-tables.pricing-layout-3:hover .pricing-price span.content-price,
.slick-current.slick-active
  .pricing-tables.pricing-layout-3
  .pricing-price
  span.content-price,
ul.bread li a span {
  color: var(--colorRed);
}

.counter-two__count h3,
.counter-two__count span {
  font-size: 80px;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: 0;
}

span.icon-right-arrow1::before {
  content: "\ea6c";
  font-family: remixicon !important;
}

.portfolio-two__img-1 {
  position: absolute;
  top: 47px;
  right: 236px;
  z-index: 1;
  background-color: var(--colorBlack2);
  transform: rotate(15deg);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.portfolio-two__img-1 img {
  width: auto;
  mix-blend-mode: luminosity !important;
  filter: grayscale(1);
}

.contact-one__img img,
.contact-one__shape-5 img,
body.contactPage section.contact-one .contact-one__img img:hover {
  mix-blend-mode: luminosity;
}

.portfolio-two__list li:hover .portfolio-two__img-1 {
  opacity: 1;
}

.counter-two {
  position: relative;
  display: block;
  padding: 100px 0;
  z-index: 1;
}

.counter-two::before {
  position: absolute;
  top: 0;
  left: -5%;
  background: url(../images/home/countBefore.webp) no-repeat;
  transition: 0.5s;
}

.counter-two:hover::before {
  left: -2%;
  transition: 0.5s;
}

.counter-two::after {
  position: absolute;
  right: -5%;
  top: 0;
  background: url(../images/home/countAfter.webp) no-repeat;
  transition: 0.5s;
}

.counter-two__single-2::after,
.counter-two__single::before {
  left: 50%;
  width: 348px;
  height: 348px;
  transform: translateX(-50%) translateY(-50%);
  content: "";
  z-index: -1;
  top: 50%;
  position: absolute;
}

.counter-two:hover::after {
  right: -2%;
  transition: 0.5s;
}

.dot-img1,
.dot-img2 {
  position: absolute;
  z-index: -2;
}

.dot-img2 {
  top: -30px;
  right: 0;
}

.dot-img1 {
  left: 0;
  bottom: -30px;
}

.counter-two__single {
  position: relative;
  display: block;
  text-align: center;
  padding: 97px 0 111px;
  margin-bottom: 30px;
  z-index: 4;
}

.counter-two__single-2 {
  z-index: 3;
}

.counter-two__single-3 {
  z-index: 2;
}

.counter-two__single-4 {
  z-index: 1;
}

.counter-two__single::before {
  background-color: var(--colorBglight);
  border-radius: 50%;
}

.counter-two__single-2::before {
  display: none;
}

.counter-two__single-2::after {
  border: 1px solid var(--colorGrey);
  border-radius: 50%;
}

.counter-two__count {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter-two__count h3 {
  color: var(--colorRed);
  position: relative;
  top: 3px;
}

.contact-one__right .main-hd h2.head2,
.filter-ul > li.active,
.pricing-tables.pricing-layout-3:hover *,
.slick-current.slick-active .pricing-tables.pricing-layout-3 *,
.title-area-3 h2 {
  color: var(--colorWhite);
}

.counter-two__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 16px;
  color: #000000;
}

.portfolio-secction {
  background: url("../images/home/portfolio-bg.webp") center center/cover
    no-repeat;
  padding: 5.625rem 0 7.5rem;
  position: relative;
  z-index: 4;
}

#testi,
.contact-one {
  position: relative;
  z-index: 1;
}

.portfolio-secction .opt-text {
  z-index: -1 !important;
  bottom: -150px;
}

.title-area-3 {
  display: flex;
  justify-content: center;
}

.cust-row .col-left-a,
.title-area-3 .left-col {
  width: 30%;
}

.title-area-3 .right-col {
  width: 70%;
  padding-bottom: 2rem;
}

.portfolio-filter-area {
  margin-top: 3rem;
  position: relative;
}

.filter-control-a {
  justify-content: center;
  display: flex;
  align-items: center;
}

.filter-ul {
  list-style: none;
  margin: auto;
  padding: 0 2.5rem;
  display: inline-flex;
  align-items: center;
  background-color: var(--colorGrey6);
  height: 54px;
  border-radius: 50px;
  justify-content: center;
}

.filter-ul > li {
  position: relative;
  font-size: 1.25rem;
  background: var(--colorWhite);
  padding: 15px 30px;
  border-radius: 30px;
}

.filter-ul > li.active {
  background: var(--colorRed);
}

.filter-ul > li:not(:last-child) {
  margin-right: 1rem;
}

.filter-ul > li:not(:last-child):after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--colorOrange);
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.filter-content-a,
.portNew .filter-content-b {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
  gap: 15px;
}

.filter-item-a > a,
.footer-section .middle-portion .lower .lower-content,
.testimonial-section .testimonial_content .content {
  display: flex;
}

.filter-item-a > a > img {
  width: 100%;
  object-fit: cover;
  object-position: top center;
}

.testimonial-section {
  padding: 7rem 0;
  overflow: hidden;
}

.testimonial-section .service-leftlayer {
  position: absolute;
  top: 0;
  left: 116px;
}

.testimonial-section .service-rightlayer {
  position: absolute;
  bottom: -20px;
  right: 112px;
}

.testimonial-section figure.service-rightdot {
  position: absolute;
  right: 6%;
  top: 0;
  width: 200px;
  z-index: -1;
}

.testimonial-section figure.service-leftdot {
  position: absolute;
  left: 6%;
  bottom: 0;
  width: 200px;
  z-index: -1;
}

.testimonial-section .testimonial_wrapper .service-rightcircle {
  position: absolute;
  top: -90px;
  left: 0;
}

.testimonial-section .testimonial_wrapper .circle_wrapper {
  height: 380px;
  width: 380px;
  border-radius: 100%;
  margin-left: -6px;
  margin-top: 18px;
  background: #fffaf8;
}

.testimonial-section .testimonial_wrapper .circle_wrapper .center-circle {
  width: 180px;
  height: 180px;
  border-radius: 100%;
  background: var(--colorWhite);
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-section,
.testimonial-section .testimonial_content .content .circle {
  background-image: linear-gradient(to right, #202020 0, #202020 100%);
}

.testimonial-section .testimonial_wrapper .circle_wrapper figure img {
  border-radius: 100px;
}

a.slide-btn.active figure {
  border: 5px solid var(--colorRedDark);
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}

a.slide-btn figure {
  border: 5px solid var(--colorGrey4);
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  width: 110px;
  height: 110px;
}

.testimonial-section .testimonial_wrapper .circle_wrapper .testimonial-image1 {
  right: 0;
  top: -20px;
  transition: 0.3s ease-in-out;
}

.footer-section .middle-portion .lower .icon:hover,
.testimonial-section
  .testimonial_wrapper
  .circle_wrapper
  .testimonial-image1:hover,
.testimonial-section
  .testimonial_wrapper
  .circle_wrapper
  .testimonial-image2:hover,
.testimonial-section
  .testimonial_wrapper
  .circle_wrapper
  .testimonial-image3:hover,
.testimonial-section
  .testimonial_wrapper
  .circle_wrapper
  .testimonial-image4:hover {
  transform: translateY(-5px);
}

.testimonial-section .testimonial_wrapper .circle_wrapper .testimonial-image2 {
  left: -40px;
  top: 40px;
  transition: 0.3s ease-in-out;
}

.testimonial-section .testimonial_wrapper .circle_wrapper .testimonial-image3 {
  left: 30px;
  bottom: -30px;
  transition: 0.3s ease-in-out;
}

.testimonial-section .testimonial_wrapper .circle_wrapper .testimonial-image4 {
  right: -40px;
  bottom: 20px;
  transition: 0.3s ease-in-out;
}

.testimonial-section .testimonial_contentwrapper {
  padding-left: 40px;
}

.testimonial-section .heading {
  margin-bottom: 15px;
}

.testimonial-section .testimonial_content .content .circle {
  border-radius: 100px;
  height: 64px;
  width: 64px;
  line-height: 64px;
  text-align: center;
  display: flex;
  border: 1px solid transparent;
  position: relative;
  margin-right: 16px;
  top: -4px;
  justify-content: center;
  transition: 0.3s ease-in-out;
  align-items: center;
}

.testimonial-section .testimonial_content .content .circle:hover {
  background-image: linear-gradient(
    to right,
    var(--colorRed) 0,
    var(--colorRedDark) 100%
  );
  transform: translateY(-5px);
}

.testimonial-section .testimonial_content p {
  margin-bottom: 26px;
}

.testimonial-section .testimonial_content .content span {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: var(--colorRed);
  margin-bottom: -2px;
  display: block;
}

#testi {
  display: block;
  border-radius: 10px;
  color: var(--e-global-color-white) !important;
  transition: 0.3s ease-in-out;
}

#testi .carousel-control-prev {
  left: 0;
  top: 0;
  font-size: 26px;
  line-height: 26px;
  color: #010521;
  opacity: 1;
}

#testi .carousel-control-next i,
#testi .carousel-control-prev i {
  transition: 0.3s ease-in-out;
}

#testi .carousel-control-next {
  right: -58px;
  top: 0;
  font-size: 30px;
  line-height: 30px;
  color: var(--e-global-color-secondary);
  opacity: 1;
}

#testi .slick-arrow {
  position: absolute;
  bottom: -100px;
  left: 0;
}

#testi .slick-arrow i {
  transition: 0.5s;
  font-size: 3rem;
}

#testi .arrow-right.slick-arrow {
  left: 10%;
}

#testi .slick-arrow:hover i {
  transition: 0.5s;
  color: var(--colorRed);
}

.contact-one {
  display: block;
  background-color: #3a3a3a;
}

.contact-one__shape-5 {
  position: absolute;
  top: 0;
  right: -30px;
  opacity: 0.1;
  z-index: -1;
}

.contact-one__shape-1 img,
.contact-one__shape-2 img,
.contact-one__shape-3 img,
.contact-one__shape-4 img,
.contact-one__shape-5 img {
  width: auto;
}

.contact-one__left {
  position: relative;
  display: block;
  margin-right: 100px;
  margin-left: -345px;
}

.contact-one__img {
  position: relative;
  display: block;
  background-color: var(--aspro-black);
  border-radius: 0 50% 50% 0;
  border: 6px solid var(--colorRed);
  height: 700px;
}

.contact-one__img img {
  width: 100%;
  height: 100%;
  border-radius: 0 50% 50% 0;
  object-fit: cover;
  object-position: right;
}

.contact-one__shape-1 {
  position: absolute;
  bottom: 0;
  left: -30px;
  z-index: 1;
}

.contact-one__shape-2 {
  position: absolute;
  top: 0;
  right: -159px;
  z-index: 1;
}

.contact-one__shape-3 {
  position: absolute;
  top: -1px;
  right: -162px;
  z-index: 1;
}

.contact-one__shape-4 {
  position: absolute;
  top: 0;
  right: -162px;
  z-index: 1;
}

.contact-one__form .row {
  --bs-gutter-x: 20px;
}

.contact-one__form-input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.contact-one__form-input-box input[type="email"],
.contact-one__form-input-box input[type="text"] {
  height: 63px;
  width: 100%;
  border: none;
  background-color: var(--aspro-white);
  padding-left: 30px;
  padding-right: 30px;
  outline: 0;
  font-size: 14px;
  color: var(--aspro-gray);
  display: block;
  font-weight: 500;
}

.contact-one__form-input-box
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  position: relative;
  display: block;
  width: 100% !important;
}

.contact-one__form-input-box .bootstrap-select > .dropdown-toggle::after,
.filter-item-a,
.filter-item-a:not(.book-publishing),
.filter-item-a:not(.brand) {
  display: none;
}

.contact-one__form-input-box .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 63px;
  outline: 0 !important;
  border-radius: 0;
  border: 0;
  background-color: var(--aspro-white) !important;
  margin: 0;
  padding: 0 30px;
  color: var(--aspro-gray) !important;
  font-size: 14px;
  line-height: 63px;
  font-weight: 500;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}

.contact-one__form-input-box .bootstrap-select > .dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 26px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 14px;
  color: var(--aspro-gray);
}

.contact-one__form-input-box .dropdown-menu {
  border-radius: 0;
}

.contact-one__form-input-box textarea {
  font-size: 14px;
  font-weight: 500;
  color: var(--aspro-gray);
  height: 130px;
  width: 100%;
  background-color: var(--aspro-white);
  padding: 20px 30px 30px;
  border: none;
  outline: 0;
  margin-bottom: 0;
}

.contact-one__btn {
  border: none;
}

.contact-one__form-input-box.text-message-box {
  height: 130px;
}

.form-input {
  margin-bottom: 2rem;
}

.inp-a {
  background-color: var(--colorWhite);
  transition: 0.5s;
  width: 100%;
  display: flex;
  border: 1px solid var(--colorGrey3);
  height: 60px;
  padding: 1rem;
  border-radius: 15px;
}

.inp::placeholder {
  font-family: inherit;
  font-size: 0.875rem;
  color: var(--colorGrey3);
}

.inp-a:focus {
  border-color: var(--colorOrange) !important;
}

textarea.inp-a {
  height: 140px;
  resize: none;
}

button#btnSubmit {
  width: fit-content;
}

.btn-full .btn-icon {
  position: absolute;
  right: 1.25rem;
  height: 80%;
}

div#contactform-status .s-msg {
  border: 1px solid var(--colorWhite);
  color: #03a84e;
}

div#contactform-status .ns-msg {
  border: 1px solid var(--colorRed);
  color: var(--colorRed);
}

div#contactform-status {
  margin-top: 10px;
  position: relative;
  display: flex;
}

@-webkit-keyframes float-bob-x {
  0%,
  100% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }
}

@keyframes float-bob-x {
  0%,
  100% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }
}

.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y-2 {
  0%,
  100% {
    transform: translateY(-20px) translateX(-50%) rotate(0);
  }

  50% {
    transform: translateY(-10px) translateX(-50%) rotate(0);
  }
}

@keyframes float-bob-y-2 {
  0%,
  100% {
    transform: translateY(-20px) translateX(-50%) rotate(0);
  }

  50% {
    transform: translateY(-10px) translateX(-50%) rotate(0);
  }
}

.float-bob-y-2 {
  -webkit-animation-name: float-bob-y-2;
  animation-name: float-bob-y-2;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

section.pacakges {
  position: relative;
  background: url("../images/home/packages-bg.webp") left bottom/cover no-repeat;
  z-index: 1;
}

section.pacakges .inner-packages {
  padding: 5rem 0;
}

.cust-row .col-right-a {
  width: 100%;
  text-align: center !important;
}

ul.package-ul {
  padding: 0;
  list-style: none;
  margin: 0;
  position: relative;
}

.pricing-slider .arrow-left.slick-arrow {
  border-radius: 0 30px 30px 0;
  left: 0;
}

.pricing-slider .arrow-right.slick-arrow {
  right: 0;
  border-radius: 30px 0 0 30px;
  justify-content: center;
}

.pricing-slider .slick-arrow i {
  font-size: 1.5rem;
  margin-left: 0.3rem;
}

.pricing-slider .slick-arrow {
  width: 42px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  height: 56px;
  background: #e4e0e0;
  display: flex;
  align-items: center;
}

.pricing-slider .slick-arrow:hover {
  background: var(--colorRed);
  transition: 0.5s;
  color: var(--colorWhite);
}

ul.content-desc li i {
  color: var(--colorRed);
  margin-right: 0.3rem;
  top: 2px;
  position: relative;
}

.pricing-tables.pricing-layout-3 .content-button,
section.banner .overlay .main-hd {
  text-align: center;
}

ul.package-ul .slick-list {
  margin-left: -10px;
  margin-right: -10px;
  padding: 30px 0 !important;
}

section.pacakges .inner-packages .main-hd h2 {
  margin: 0;
  padding-bottom: 1rem;
}

.pricing-tables.pricing-layout-3 {
  background: rgba(255, 255, 255);
  border: 1px solid #ddd;
  padding: 50px 20px 30px 20px;
  position: relative;
  display: inline-block;
  width: 100%;
  border-radius: 10px;
}

.content-title {
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  text-transform: none;
  text-align: left;
  padding-bottom: 15px;
}

ul.content-desc::-webkit-scrollbar {
  width: 3px;
  background: #e1cdd1;
  border-radius: 10px;
}

ul.content-desc::-webkit-scrollbar-thumb {
  background: var(--colorRed);
  border-radius: 10px;
}

ul.content-desc::-webkit-scrollbar-thumb:hover {
  background: #000;
}

ul.content-desc {
  font-weight: 400;
  margin-bottom: 25px;
  color: rgba(86, 86, 86, 0.8);
  padding: 0;
  height: 310px;
  overflow-y: scroll;
  list-style: none !important;
  padding-right: 10px !important;
  text-align: left !important;
}

ul.content-desc li {
  color: var(--colorBlack);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  width: 100%;
  padding: 5px 0;
}

.pricing-price {
  width: 100%;
  padding: 10px 0;
  text-align: center;
}

.pricing-tables.pricing-layout-3::before {
  content: "";
  height: 30px;
  position: absolute;
  top: -20px;
  right: 0;
  z-index: -1;
  background: url(../images/top.png) no-repeat;
  opacity: 0;
  transition: 0.5s;
}

.pricing-tables.pricing-layout-3::after {
  content: "";
  height: 30px;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  z-index: -1;
  background: url(../images/bottom.png) no-repeat;
  opacity: 0;
  transition: 0.5s;
  width: 100%;
}

.pricing-tables.pricing-layout-3:hover,
.slick-current.slick-active .pricing-tables.pricing-layout-3 {
  background: var(--colorBlack2);
  border: none;
  transition: 0.5s;
}

/*.pricing-tables.pricing-layout-3:hover::before,*/
/*.slick-current.slick-active .pricing-tables.pricing-layout-3::before {*/
/*  content: "";*/
/*  opacity: 1 !important;*/
/*  position: absolute;*/
/*  width: 398px;*/
/*}*/

/*.pricing-tables.pricing-layout-3:hover::after,*/
/*.slick-current.slick-active .pricing-tables.pricing-layout-3::after {*/
/*  content: "";*/
/*  opacity: 1 !important;*/
/*  position: absolute;*/
/*  width: 100%;*/
/*}*/

.pricing-price span.content-currency {
  color: var(--colorGrey);
  font-size: 20px;
  font-weight: 700;
  line-height: 55px;
  display: inline-block;
  padding-right: 15px;
}

.pricing-price span.content-price {
  color: var(--colorRed);
  font-size: 50px;
  font-weight: 700;
  padding-top: 15px;
}

.pricing-price span.content-duration {
  color: var(--colorBlack2);
  font-size: 21px;
  font-weight: 700;
}

li.package-item.slick-slide {
  padding: 30px 10px;
}

.container-fluid.packagesContainer {
  width: 73.5685%;
  max-width: 1400px;
}

.pricing-filter-area .filter-content-a {
  display: block;
  grid-template-columns: unset;
  gap: unset;
}

.footer-section {
  position: relative;
  padding: 55px 0 0;
  z-index: 3;
}

.footer-section::before {
  content: "";
  width: 65%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0 0 100px;
  background: var(--colorBlack2);
}

.footer-section .footer-leftimage {
  position: absolute;
  left: -10%;
  top: 72px;
  transition: 0.5s;
}

.footer-section .footer-leftimage:hover,
figure.footer-leftimage:hover {
  left: -8%;
  transition: 0.5s;
}

.footer-section .about-leftcircle {
  position: absolute;
  left: 204px;
  top: 102px;
}

.footer-section .footer-dotimage {
  position: absolute;
  right: 180px;
  top: 40px;
}

.footer-section .footer-leftlayer,
ul.bread li::after {
  position: absolute;
  right: 0;
  bottom: 0;
}

.footer-section .middle-portion {
  margin-bottom: 0rem;
  position: relative;
}

.footer-section .middle-portion .first-column {
  margin-right: -10px;
}

.footer-section .middle-portion .first-column p {
  color: var(--colorWhite);
  margin-bottom: 1.25rem;
  font-size: 15px;
}

.footer-section .middle-portion .footer-logo {
  margin-bottom: 8px;
  position: relative;
  top: -12px;
}

.footer-section .middle-portion .lower {
  display: flex;
  flex-direction: column;
}

.footer-section .middle-portion .lower .icon {
  position: relative;
  top: 7px;
  transition: 0.3s ease-in-out;
}

.footer-section .middle-portion .lower .content {
  padding-left: 1rem;
}

.footer-section .middle-portion .lower .content a:hover {
  color: var(--colorGrey2);
}

.footer-section .middle-portion .lower .content span {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  display: block;
  margin-bottom: -3px;
}

.footer-section .middle-portion .list-pd {
  padding-left: 28px;
}

.footer-section .middle-portion .icons h4,
.footer-section .middle-portion .links h4 {
  margin-bottom: 16px;
}

.footer-section .middle-portion .links li {
  margin-bottom: 5px;
}

.footer-section .middle-portion .links li a {
  color: var(--colorWhite);
  padding-left: 20px;
  position: relative;
}

.footer-section .middle-portion .links li a:before {
  content: "\2022";
  color: var(--colorRed);
  font-weight: 700;
  display: inline-block;
  margin-left: 0;
  position: absolute;
  top: -3px;
  left: 0;
  font-size: 30px;
  line-height: 30px;
}

.footer-section .copyright {
  border-top: 1px solid #34374d;
  padding: 28px 0;
  position: relative;
  width: 100%;
}

.footer-section .copyright .column {
  padding: 0;
}

.footer-section .copyright p {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: -84px;
  color: var(--colorWhite);
}

.footer-section .copyright .social-icons {
  float: right;
  /* right: 50%;
  top: -10px; */
}

ul.list-unstyled.position-absolute {
  position: relative !important;
}

ul.list-unstyled.position-absolute a {
  color: #fff !important;
}

.footer-section .copyright .social-icons ul {
  margin-bottom: 0;
  display: flex;
}

.footer-section .copyright .social-icons ul li a {
  text-decoration: none;
}

.footer-section .copyright .social-icons ul li .social-networks {
  font-size: 16px;
  color: var(--colorWhite);
  border-radius: 100px;
  text-align: center;
  transition: 0.3s ease-in-out;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px;
  display: block;
}

.footer-section .copyright .social-icons ul li a:hover i {
  background: var(--colorRed);
  color: var(--colorWhite);
  transform: translate(0, -5px);
  width: 40px;
  height: 40px;
  padding: 0;
}

.footer-section .middle-portion .icons {
  margin-right: -16px;
}

.footer-section .middle-portion .lower .icon img {
  filter: brightness(0) invert(1);
}

.footer-section .middle-portion .icons p {
  margin-bottom: 12px;
}

.footer-section .middle-portion .icons input::placeholder {
  color: var(--colorWhite);
}

.footer-section .middle-portion .icons input {
  font-family: Nunito, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  box-shadow: 1px 1px 50px rgb(0 0 0 / 10%);
  background-color: var(--e-global-color-white);
  color: var(--e-global-color-text);
  border: 1px solid #dae7fb;
  border-radius: 30px;
  padding: 16px 25px;
  margin-bottom: 20px;
  width: 96%;
  overflow: visible;
  outline: 0;
}

.footer-section .middle-portion .icons .subscribe_now {
  border: 1px solid var(--colorBlack2);
  background: var(--colorBlack2);
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  border-radius: 30px;
  padding: 11px 25px;
  text-align: center;
  display: inline-block;
  transition: 0.3s ease-in-out;
  width: 96%;
}

.footer-section .middle-portion .icons .subscribe_now:hover {
  border: 1px solid var(--colorBlack2);
  background: var(--colorWhite);
  color: var(--colorBlack2) !important;
}

.footer-section .middle-portion .icons .subscribe_now .circle:before {
  font-size: 20px;
  margin-left: 16px;
  font-family: FontAwesome;
  transition: 0.3s;
  color: var(--e-global-color-white);
}

section.banner {
  position: relative;
  height: 750px;
  width: 100% !important;
  z-index: 1;
  background: var(--colorBlack2) url("../images/home/banner.webp") no-repeat
    center center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.banner .overlay {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  padding-top: 10rem;
}

section.banner .overlay .main-hd p {
  color: var(--colorWhite);
  margin: auto;
  padding-top: 1rem;
  font-size: 1.25rem;
}

section.banner .overlay h2 {
  text-transform: uppercase;
  font-size: 130px;
  color: #3f6fb5;
  font-weight: 500;
  height: 96px;
  margin: 0;
  line-height: 96px;
}

ul.bread {
  padding: 10px 30px;
  list-style: none;
  line-height: normal;
  margin: 2rem auto auto;
  display: flex;
  position: relative;
  border-radius: 30px;
  justify-content: center;
  width: fit-content;
  background: #565353;
}

ul.bread li {
  line-height: 16px;
  position: relative;
}

ul.bread li:first-child {
  padding-right: 2rem;
  margin-right: 0.8rem;
}

ul.bread li a {
  font-size: 22px;
  text-decoration: none;
  font-weight: 500;
  line-height: normal;
  color: var(--colorWhite);
}

ul.bread li::after {
  content: ">";
  height: 0;
  display: inline-flex;
  line-height: 0;
  top: 0;
  margin: auto;
  font-size: 30px;
  color: var(--colorWhite);
  font-weight: 400;
}

ul.bread li:last-child::after {
  content: none;
}

ul.bread::after {
  content: "";
}

.fade-right-a {
  opacity: 0;
  transform: translateX(-50%) translateZ(0);
}

.fade-right-a.animated {
  animation: 1.5s forwards fadeRight;
}

.fade-left-a {
  opacity: 0;
  transform: translateX(50%) translateZ(0);
}

.fade-left-a.animated {
  animation: 1.5s forwards fadeLeft;
}

.fade-down-a {
  opacity: 0;
  transform: translateY(-50%) translateZ(0);
}

.fade-down-a.animated {
  animation: 1.5s forwards fadeDown;
}

.fade-up-a {
  opacity: 0;
  transform: translateY(50%) translateZ(0);
}

.fade-up-a.animated {
  animation: 1.5s forwards fadeUp;
}

.fade-in-a {
  opacity: 0;
  transform: translateZ(0);
}

.fade-in-a.animated {
  animation: 1.5s forwards fadeIn;
}

.delay-1 {
  animation-delay: 0.2s !important;
}

.delay-2 {
  animation-delay: 0.4s !important;
}

.delay-3 {
  animation-delay: 0.6s !important;
}

@keyframes fadeRight {
  100% {
    opacity: 1;
    transform: translateX(0) translateZ(0);
  }
}

@keyframes fadeLeft {
  100% {
    opacity: 1;
    transform: translateX(0) translateZ(0);
  }
}

@keyframes fadeDown {
  100% {
    opacity: 1;
    transform: translateY(0) translateZ(0);
  }
}

@keyframes fadeUp {
  100% {
    opacity: 1;
    transform: translateY(0) translateZ(0);
  }
}

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

@media screen and (max-width: 1367px) {
  section.portfolio-container .iphone-frame img {
    width: 113% !important;
    max-width: 200% !important;
    min-width: 113% !important;
  }

  .app-left {
    flex: 1;
    max-width: 40%;
    margin-bottom: 20px;
  }

  .app-navigation {
    width: 100% !important;
    margin: 0px auto !important;
  }

  section#app-cstm .app-container {
    width: 100% !important;
    margin: 0px auto !important;
  }

  /* form#bannerForm .form-input {
    margin-bottom: 5px !important;
  } */
  /* div#banner-contact-form textarea#message {
    height: 90px !important;
  } */

  /* form#bannerForm input {
    height: 30px !important;
  } */

  div#banner-contact-form {
    position: relative;
    top: 30px;
  }

  .portfolio-section-cstm-code-tabs {
    width: 80% !important;
  }

  .nav-area .has-children .dropdown.arrow-top {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1280px) {
  .app-left {
    display: block !important;
  }

  .app-right {
    width: 50% !important;
    display: block !important;
  }

  .app-right img {
    width: 90% !important;
  }

  .app-right {
    flex: 1;
    display: block !important;
    justify-content: center;
  }

  .menu-ul > li:not(:last-child) {
    margin-right: 1rem;
  }
}

@media all and (max-width: 1024px) {
  li.nav-item.dropdown.mydrop ul.dropdown-menu.show {
    display: block;
    position: relative !important;
    top: 0 !important;
    transform: none !important;
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow-y: scroll;
    height: 231px;
    overflow-x: hidden;
    list-style: none;
    margin: 10px 0 !important;
  }

  li.nav-item.dropdown.mydrop {
    display: block !important;
  }

  li.has-children {
    display: none;
  }

  li.nav-item.dropdown.mydrop ul.dropdown-menu.show li > a img {
    width: 38px;
    padding-right: 10px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  li.nav-item.dropdown.mydrop ul.dropdown-menu.show li > ul {
    padding: 0;
    margin: 0;
  }

  li.nav-item.dropdown.mydrop ul.dropdown-menu.show > li {
    display: block;
  }

  li.nav-item.dropdown.mydrop ul.dropdown-menu.show > li > a {
    font-size: 16px;
    padding-left: 60px;
  }

  li.nav-item.dropdown.mydrop ul.dropdown-menu.show li a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #212529;
    text-decoration: none;
  }

  .opt-img1,
  .opt-img2 {
    z-index: -2;
  }

  .opt-img1 img,
  .opt-img2 img {
    max-width: 40%;
  }

  .opt-img1 {
    left: -10%;
  }

  .opt-img2 {
    right: -10%;
  }

  .menu-items.dropdown-toggle.active::after {
    transform: rotate(-180deg) !important;
  }

  li.nav-item.dropdown.mydrop ul.dropdown-menu::-webkit-scrollbar {
    width: 3px;
    background: #e1cdd1;
    border-radius: 10px;
  }

  li.nav-item.dropdown.mydrop ul.dropdown-menu::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 10px;
  }

  li.nav-item.dropdown.mydrop ul.dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #000;
  }
}

@media screen and (max-width: 1024px) {
  section#Advantage-sec-catm .col-lg-4 {
    width: 49% !important;
  }

  button.custom-tab {
    width: 40%;
    margin: 10px;
    height: 69px !important;
  }

  section#tabs-sec-catm .custom-tabs {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    display: block !important;
    position: relative !important;
    margin-bottom: 20px !important;
    padding: 16px !important;
    text-align: center !important;
  }

  section#tabs-sec-catm .custom-content-area {
    width: 90% !important;
    max-width: 90% !important;
    min-width: 90% !important;
    display: block !important;
    position: relative !important;
    margin: 32px;
  }

  #Custom-Software-Development-1.custom-container {
    display: block !important;
  }

  .dropdown-menu-a,
  .menu-ul {
    transition: 0.5s;
    position: fixed;
    right: 0;
    width: 275px;
    background-color: var(--colorBlack);
  }

  .icon-back,
  .menu-close,
  .res-menu-icon {
    color: var(--colorWhite);
  }

  .logo-a {
    max-width: 80%;
  }

  li.dropdown.dropdown-a {
    display: block;
  }

  .menu-ul > li:not(:last-child) {
    margin-right: 0.5rem;
  }

  .btn {
    min-width: 150px;
    padding-left: 1rem;
  }

  .res-menu-icon {
    display: flex;
    font-size: 2rem;
    line-height: 1;
    margin: auto;
  }

  .menu-ul {
    z-index: 9;
    flex-direction: column;
    align-items: flex-start;
    height: 100vh;
    justify-content: flex-start;
    top: 0;
    padding: 1rem;
    transform: translateX(100%);
  }

  .menu-close {
    display: flex;
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }

  .translate-x-zero {
    transform: translateX(0) !important;
  }

  .content-box-a .head2 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }

  .dropdown-toggle::after {
    transform: rotate(0) !important;
  }

  .dropdown-menu-a {
    opacity: 1;
    visibility: visible;
    display: flex;
    transform: translateX(100%);
    flex-direction: column;
    top: 55px;
    bottom: 0;
    min-height: 100vh;
    overflow-y: scroll;
    margin: 0 !important;
    border: 0;
  }

  .mob-res-icon {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .icon-back {
    font-size: 1.5rem;
    display: none;
  }
}

@media screen and (max-width: 990px) {
  section.case-solution-container {
    height: auto !important;
    z-index: 999999 !important;
    display: block !important;
    position: relative !important;
    margin-bottom: 75px !important;
  }

  section.case-solution-container .case-solution-thumb {
    display: block !important;
  }

  section.case-solution-container .case-soltion-content {
    display: block !important;
    position: relative !important;
  }

  .popup-content {
    max-width: 60% !important;
  }

  ul.footer-certify-logo li {
    display: inline-block !important;
    position: relative !important;
    width: 70% !important;
    padding: 5px !important;
  }
  ul.footer-certify-logo {
    display: flex !important;
    position: relative !important;
  }
}

@media screen and (max-width: 767px) {
  .featured-industries li.fetured-ind-list-item {
    width: 49% !important;
  }

  section#tabs-sec-catm {
    padding: 3% !important;
    text-align: center !important;
  }

  div#discount-circle {
    position: relative !important;
    right: -10px !important;
    top: -14px !important;
  }

  section.portfolio-secction.servPort ul.filter-ul li {
    position: relative;
    top: -25px;
  }

  section.portfolio-secction.servPort ul.filter-ul {
    background-color: #fff !important;
    padding: 30px 70px;
  }

  section.portfolio-secction.servPort ul.filter-ul li.active {
    background-color: #fff0 !important;
    color: #000 !important;
    font-weight: 800 !important;
  }

  section.portfolio-secction.servPort ul.filter-ul {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    display: block;
  }

  ul.filter-ul.v2.ani-a.fade-in-a.delay-3 {
    background-color: #fff !important;
    padding: 10px 10px 0px 10px !important;
  }

  ul.filter-ul.v2.ani-a.fade-in-a.delay-3 li {
    background-color: #0000 !important;
    color: #000 !important;
  }

  ul.filter-ul.v2.ani-a.fade-in-a.delay-3 li.active {
    font-weight: 800 !important;
  }

  ul.filter-ul.v2.ani-a.fade-in-a.delay-3 li {
    display: inline-block !important;
  }

  section.pacakges
    .filter-control-a.v2
    ul.filter-ul.v2.ani-a.fade-in-a.delay-3.animated
    li {
    top: 5px;
  }

  .widige-float-left-trust .floating-widget {
    width: 200px;
  }

  .footer-section .middle-portion {
    margin-bottom: 0rem !important;
  }

  section.contact-one h2 {
    color: #fff !important;
    font-size: 35px;
    line-height: 62px;
  }

  section.contact-one h3 {
    color: #fff !important;
  }

  div#designTrustpoilet {
    width: 100% !important;
    padding: 0px 0px 0px 0px !important;
  }

  ul.footer-certify-logo {
    width: 100% !important;
    padding-left: 0px !important;
  }

  .banner-slide-right {
    width: 85% !important;
    padding-bottom: 3% !important;
  }

  .fade-right-a,
  .fade-left-a,
  .fade-in-a,
  .fade-up-a,
  .fade-down-a {
    transform: none;
    opacity: 1;
  }

  .delay-1,
  .delay-2,
  .delay-3 {
    animation-delay: unset;
  }

  /* Social icones */

  ul.social-media-icone {
    padding-left: 0px !important;
    list-style: none !important;
  }

  ul.social-media-icone li {
    display: inline-block;
    margin-right: 4px;
  }

  /* Social icones */
  .topBar {
    display: none;
  }

  .load-more-btn {
    display: block !important;
  }

  .filter-item-a,
  .filter-item-a:not(.book-publishing) {
    display: none;
  }

  .portfolio-two__list-content p {
    font-size: 20px;
  }

  .portfolio-two__list-content span {
    font-size: 40px;
    line-height: 50px;
  }

  .footer-section .middle-portion .first-column img.payment {
    width: 90% !important;
  }
}

.load-more-btn {
  text-align: center;
  margin-top: 1rem;
}

.portfolio-filter-area .load-more-btn {
  margin-top: 3rem;
}

#bgRemoveUL.test-grey {
  background-image: unset;
}
/* =Banner Rotate Text */
.rw-words {
  display: inline-flex;
  width: 100%;
  position: relative;
  height: 160px;
}

.rw-words h1 {
  position: absolute;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  /* color: var(--colorRed); */
  top: 0;
}
.rw-words-2 h1 {
  animation: rotateWordsSecond 12s linear infinite 0s;
}
.rw-words h1:nth-child(2) {
  animation-delay: 4s;
  /* color: var(--colorRed); */
}
.rw-words h1:nth-child(3) {
  animation-delay: 8s;
  /* color: var(--colorRed); */
}
/* .rw-words h1:nth-child(4) {
  animation-delay: 6s;
  color: var(--colorRed);
}
.rw-words h1:nth-child(5) {
  animation-delay: 8s;
  color: var(--colorRed);
} */
@keyframes rotateWordsSecond {
  0% {
    opacity: 1;
    animation-timing-function: linear;
    width: 100%;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@media (max-width: 1600px) {
  .banner-a {
    height: 110vh !important;
  }

  section.app-goal-container .app-goal-thumb img {
    position: relative !important;
    top: 55px;
  }

  section.case-detail-header {
    padding-top: 10% !important;
    padding-bottom: 12% !important;
  }

  section.case-studies-container {
    padding-bottom: 10% !important;
    padding-top: 5%;
  }

  section.headerBanner {
    padding-bottom: 5% !important;
    padding-top: 5% !important;
  }

  .case-study-content h2 {
    font-size: 50px !important;

    line-height: 54px !important;
  }

  section.portfolio-container .iphone-frame img {
    width: 130% !important;
    max-width: 200% !important;
    min-width: 131% !important;
  }

  .case-soltion-content h3 {
    font-size: 26px !important;
  }

  .app-page-inner-tab {
    /* background-color: #ffffff; */

    width: 80% !important;
  }

  section.pacakges .main-hd {
    width: 75%;
    margin: 0px auto !important;
  }

  .cust-row .col-right-a {
    width: 100% !important;
  }

  .container-fluid.packagesContainer {
    width: 100.5685% !important;
    max-width: 1400px;
  }

  section.pacakges
    .filter-control-a.v2
    ul.filter-ul.v2.ani-a.fade-in-a.delay-3.animated
    li {
    padding: 10px !important;
    margin-right: 2px !important;
  }
}
@media (max-width: 1440px) {
  .iphone-frame {
    left: 35.5% !important;
  }

  section.portfolio-container .iphone-frame img {
    width: 116% !important;
    max-width: 200% !important;
    min-width: 114% !important;
  }

  section.case-studies-container {
    padding-bottom: 4% !important;
    padding-top: 3%;
  }

  section.about-container .pageContent h2 {
    font-size: 30px !important;
  }

  section.headerBanner {
    padding-bottom: 7% !important;
    padding-top: 5% !important;
  }

  .case-soltion-content p {
    line-height: 20px !important;
  }

  /* .app-goal-content ul li span {
    position: absolute;
    left: 80px;
    top: 5px;
    padding-right: 0px;
  } */

  section.pacakges
    .filter-control-a.v2
    ul.filter-ul.v2.ani-a.fade-in-a.delay-3.animated
    li {
    padding: 0px 10px 0px 10px !important;
    margin-right: 0px !important;
    position: relative;
    top: -10px;
  }
}
@media (max-width: 1367px) {
    
        section.portfolio-container .iphone-frame img {
        width: 113% !important;
        max-width: 200% !important;
        min-width: 113% !important;
    }
    
  .opt-text {
    font-size: 90px;
  }

  div#app-page-carousel-websites img {
    width: 75% !important;
  }

  .banner-a {
    /*height: 124vh !important;*/
    height: auto !important;
    padding-bottom: 10rem;
  }

  section.app-goal-container .app-goal-thumb img {
    position: relative !important;
    top: 67px;
  }
  .case-detail-content h1 {
    font-size: 45px !important;
  }

  section.case-detail-header {
    padding-top: 13% !important;
    padding-bottom: 12% !important;
  }

  .testimonial-box {
    width: 400px !important;
  }

  section.case-studies-container {
    padding-bottom: 2% !important;
    padding-top: 3%;
  }

  .slick-initialized .slick-slide {
    overflow: visible !important;
  }

  section.headerBanner {
    padding-bottom: 10% !important;
    padding-top: 5% !important;
  }

  .app-page-cstm-tab {
    width: 95% !important;
  }

  .PC-logos-home div#unique-carousel-trac .unique-carousel-ite img {
    width: 90% !important;
  }

  .PC-logos-home div#unique-carousel-trac {
    width: 1120px !important;
  }
}

@media (max-width: 1280px) {
  .opt-text {
    font-size: 3.3125rem;
  }

  .opt-text {
    display: none !important;
  }

  section.headerBanner {
    padding-bottom: 14% !important;
    padding-top: 5% !important;
  }

  section.portfolio-container .iphone-frame img {
    width: 100% !important;
    max-width: 200% !important;
    min-width: 104% !important;
  }
}

@media (max-width: 1150px) {
  div#app-page-carousel-websites img {
    width: 100% !important;
  }

  section.pacakges
    .filter-control-a.v2
    ul.filter-ul.v2.ani-a.fade-in-a.delay-3.animated
    li {
    display: inline-block;
  }

  ul.filter-ul.v2.ani-a.fade-in-a.delay-3 {
    display: block !important;
    padding: 80px 0px 10px 14px;
    margin-bottom: 20px;
  }

  ul.filter-ul.ani-a.fade-in-a.delay-3 {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }

  .PC-logos-home div#unique-carousel-trac {
    width: 900px !important;
  }
}

@media (max-width: 1024px) {
  .iphone-frame {
    left: 34.5% !important;
  }
  section.portfolio-container .iphone-frame img {
    width: 83% !important;
    max-width: 200% !important;
    min-width: 83% !important;
  }

  .appSlider.slider-nav .appSlide .appSlideContent {
    width: 90px !important;
    height: 90px !important;

    line-height: 90px !important;
  }

  .case-study-content p {
    font-size: 16px !important;
    line-height: 20px !important;
  }

  section.about-container .pageContent {
    padding-left: 70px !important;
    padding-right: 20px !important;
  }

  section.headerBanner {
    padding-bottom: 25% !important;
    padding-top: 5% !important;
  }
}

@media (max-width: 980px) {
  section.pacakges
    .filter-control-a.v2
    ul.filter-ul.v2.ani-a.fade-in-a.delay-3.animated {
    background-color: #fff !important;
    padding: 30px 0px !important;
  }
}
@media (max-width: 900px) {
  .opt-text {
    font-size: 3.3125rem;
  }

  button.app-page-inner-tab-btn {
    padding: 14px 20px 15px 20px !important;
  }

  .app-page-inner-tab {
    /* background-color: #ffffff; */
    width: 100% !important;
  }

  section.portfolio-secction.servPort ul.filter-ul {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }

  section.portfolio-secction.servPort ul.filter-ul li {
    display: inline-block;
  }

  section.portfolio-secction.servPort ul.filter-ul {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }

  #unique-carousel-container {
    width: 75% !important;

    margin: 0px auto !important;
  }

  .PC-logos-home {
    display: none !important;
  }

  #mobile1-logos-home {
    display: block !important;
  }

  div#designTrustpoilet {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
}
@media (max-width: 800px) {
  div#app-page-carousel-websites img {
    width: 100% !important;
  }

  section.case-content-container .col-lg-4 {
    width: 100% !important;
  }
  section.case-content-container .col-lg-8 {
    width: 100% !important;
  }

  section.case-detail-header {
    padding-top: 22% !important;
  }

  .dual-content h3 {
    font-size: 22px !important;
  }

  .app-page-inner-tab {
    /* background-color: #ffffff; */
    width: 90% !important;
  }

  .iphone-frame {
    left: 25% !important;
  }

  section.portfolio-container .iphone-frame img {
    width: 106% !important;
    max-width: 200% !important;
    min-width: 106% !important;
  }
}

@media (max-width: 768px) {
  .opt-text {
    font-size: 3.3125rem;
  }

  section.portfolio-container .slick-list img {
    width: 33% !important;
    margin: 0px auto !important;
  }

  section.headerBanner {
    padding-bottom: 10% !important;
    padding-top: 5% !important;
  }
}

@media (max-width: 700px) {
  button.app-page-inner-tab-btn {
    display: inline-block;
  }

  .app-page-inner-tab {
    overflow: auto;
    white-space: nowrap;
    display: block !important;
  }

  .app-page-cstm-tab {
    overflow: auto;
    white-space: nowrap;
    display: block !important;
  }

  button.app-page-cstm-tab-btn {
    display: inline-block;
  }
}

@media (max-width: 600px) {
  .container-fluid.packagesContainer .filter-ul li {
    padding: 5px 20px !important;
  }

  div#designTrustpoilet {
    width: 100% !important;
    padding: 0px 0px 0px 0px !important;
  }

  .popup-content {
    max-width: 90% !important;
  }
}

@media (max-width: 500px) {
  .custom-cursor__cursor {
    display: none !important;
  }
  .custom-cursor__cursor-two {
    display: none !important;
  }
}

@media (max-width: 480px) {
  section.portfolio-container .iphone-frame img {
    width: 33% !important;
    max-width: 100% !important;
    min-width: 35% !important;
    margin: 0px auto !important;
  }

  .iphone-frame {
    left: 82% !important;
    width: 100% !important;
  }

  .case-study-content h2 {
    font-size: 40px !important;
    line-height: 50px !important;
  }

  .business-partner-box h4 {
    text-align: center !important;
  }

  section.about-container .pageContent {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .dual-content p {
    font-size: 15px !important;
    line-height: 21px !important;
  }

  .dual-content h3 {
    font-size: 24px !important;
  }

  .case-soltion-content h3 {
    font-size: 22px !important;
  }

  .app-goal-content ul li span {
    position: sticky !important;
  }

  section.case-detail-header .store-buttons a img {
    margin-bottom: 10px !important;
  }

  .case-detail-content h1 {
    font-size: 30px !important;
  }

  section#tabs-sec-catm .main-hd {
    padding-bottom: 0px !important;
  }

  section#tabs-sec-catm h2 {
    padding-bottom: 0px !important;
  }

  .software-banner-cstm-class h1 {
    font-size: 25px;
  }
  .software-banner-cstm-class ul.bread.ani-a.fade-up-a.delay-3 {
    display: none !important;
  }

  section#tabs-sec-catm .container .row.align-items-center h3 {
    margin-top: 20px !important;
  }

  section#tabs-sec-catm .container .row.align-items-center p {
    font-size: 16px !important;
    line-height: 20px !important;
    margin-bottom: 10px !important;
  }

  .portfolio-section-cstm-code-tabs button.active {
    padding: 15px 20px 15px 20px !important;
  }

  .software-cta h2 {
    font-size: 34px !important;
  }

  section#Advantage-sec-catm .main-hd {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 30px;
  }

  .featured-industries li.fetured-ind-list-item {
    width: 70% !important;
    margin: 10px auto !important;
  }

  .featured-industries .featured-ind-card a {
    font-size: 16px !important;
  }

  section#Advantage-sec-catm .col-lg-4 {
    width: 100% !important;
  }

  .custom-content h2 {
    font-size: 26px;
    font-weight: 800 !important;
    margin-bottom: 20px;
  }

  .custom-content p {
    font-size: 15px;
    line-height: 20px;
  }

  .custom-tabs .custom-tab {
    display: inline-flex !important;
    margin: 5px !important;
    font-size: 14px !important;
    padding: 10px !important;
  }

  .banner-a .banner-slide-left {
    padding-bottom: 4rem !important;
  }

  div#discount-circle {
    position: absolute !important;
    right: 12px !important;
    top: 640px !important;
  }

  section.contact-one .icons {
    padding-left: 4% !important;
  }

  .testi-Slider {
    padding: 0 2% !important;
  }

  section.pacakges .inner-packages .cust-row {
    padding: 0px 20px 0px 20px !important;
  }

  section.pacakges .main-hd {
    width: 100% !important;
  }

  .popup-content {
    width: 90% !important;
  }

  .cust-row .col-right-a .packages-area {
    width: 100%;
    max-width: 100% !important;
    min-width: 100% !important;
    margin: 0px auto !important;
  }

  .filter-control-a {
    padding: 2px 14px 2px 14px !important;
  }

  ul.bread li a {
    font-size: 11px !important;
  }

  ul.filter-ul.v2.ani-a.fade-in-a.delay-3 {
    display: block !important;
    padding: 80px 0px 10px 14px;
    margin-bottom: 20px;
  }

  ul.filter-ul.ani-a.fade-in-a.delay-3 {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }

  ul.filter-ul.ani-a.fade-in-a.delay-3 li {
    flex: 0 0 50% !important;
    display: inline-block;
  }

  .portfolio-filter-area ul.filter-ul.ani-a.fade-in-a.delay-3 {
    display: block !important;
    padding: 30px 0px 30px 14px;
  }

  .copyright {
    width: 75% !important;
    text-align: left !important;
    margin: 0px auto !important;
  }

  footer.footer-section .icons div#designTrustpoilet {
    margin: 0px auto !important;
    margin-top: 20px !important;
  }

  footer.footer-section {
    text-align: center !important;
  }

  footer.footer-section .lower-content {
    margin: 0px auto !important;
  }

  footer.footer-section .lower-content figure.icon {
    display: none !important;
  }

  .footer-section .middle-portion .icons {
    margin-right: 0px !important;
  }

  #unique-carousel-container {
    margin: 0px auto !important;
  }

  div#unique-carousel-container .unique-carousel-item {
    padding: 10px;
  }

  /*    div#unique-carousel-container .unique-carousel-item img {*/
  /*    border-radius: 10px !important;*/
  /*}*/

  /*    div#unique-carousel-container .unique-carousel-item img {*/
  /*    padding: 6%;*/
  /*}*/

  .testi-Review p {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .testi-Slider .testi-Slide .testi-Box {
    padding: 10px !important;
  }

  .dropdown-menu-a,
  .menu-ul {
    width: 100%;
  }

  .footer-section .copyright p.text-size-16 {
    width: 100% !important;
  }

  ul#social-media-icone img {
    filter: invert(100%);
  }
}
@media (max-width: 414px) {
    
    
        .testimonialBox.first {
        left: -20px;
    }
    
    
        .testimonialBox.second {
        right: 24px !important;
    }
    
    
        div#banner-contact-form {
        position: relative;
        top: -50px;
    }
    
    
    .banner-a {
        /*height: 144vh !important;*/
        height: auto !important;
        padding-bottom: 0rem;
    }
    
  .featured-industries li.fetured-ind-list-item {
    width: 90% !important;
    margin: 10px auto !important;
  }

  .custom-tabs .custom-tab {
    display: inline-flex !important;
    margin: 5px !important;
    font-size: 12px !important;
    padding: 10px !important;
  }

  .banner-a .banner-slide-left {
    padding-bottom: 6rem !important;
  }
  div#discount-circle {
    position: absolute !important;
    right: 14px !important;
    top: 706px !important;
  }

  div#designTrustpoilet {
    width: 100% !important;
    padding: 0px 0px 0px 0px !important;
  }
}
@media (max-width: 380px) {
  div#discount-circle {
    position: absolute !important;
    right: 14px !important;
    top: 766px !important;
  }

  a.btn.theme-btn.btn-red {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 370px) {
  div#discount-circle {
    position: absolute !important;
    right: 14px !important;
    top: 822px !important;
  }
}
