/*!
Theme Name: arpatech
Theme URI: http://arpatech.com/
Author: Arpatech
Author URI: http://arpatech.com/
Description: This is Arpatech Official Website
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: arpatech
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

*/
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}
html {
  scroll-behavior: smooth;
}
.f-1 {
  font-size: 1rem !important;
}
.main-search-1 {
  position: absolute;
  width: 100%;
  max-width: 50%;
  margin: auto;
  left: 60%;
  transform: translate(-60%, 0);
}
.main-search-inner-div {
  width: 80%;
  margin: auto;
}
.main-search-1 input.form-control {
  border: 1px solid #929aa0;
  border-radius: 10px;
  display: inline-block;
  width: 90%;
  background: transparent;
  color: #ffffff
  /* color: #e9e9e9; */
}

/* .main-search-1 .main-search-inner-div {
  width: 100%;
  max-width: 50%;
  margin: auto;
} */
.main-search-1 .main-search-inner-div .input-group-append {
  display: inline-block;
  margin-left: -48px;
  position: relative;
  top: -1px;
}
.main-search-1 .main-search-inner-div input[type="text"]::placeholder {
  color: #e9e9e9;
}
.main-search-1 .main-search-inner-div .input-group-append button {
  border-top-right-radius: 10px;
  background: #828282;
  border-bottom-right-radius: 10px;
  width: 45px;
  height: 38px;
}
.main-menu {
/*  width: 60%;
  height: 680px;  */
  width: 440px;
  opacity: 0;
  visibility: hidden;
  left: auto;
  overflow: auto;
  transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s ease, 		     visibility 0.4s ease;
}
.nav-open .main-menu {
  opacity: 1;
  visibility: visible;
   background: rgba(234, 234, 234, 0.92);
  background: rgba(234, 234, 234, 100%);
}
#header-menu {
  padding: 0;
}
.main-menu .nav li a {
  color: #868f9b;
  /* font-size: 30px; */
  font-size: 18px;
  font-weight: bold;
  font-family: "Montserrat";
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
.main-menu .nav li a:hover {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
.main-menu .nav li {
  opacity: 0;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  -moz-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  -o-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
}
.nav-open .main-menu .nav li {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}
.main-menu .nav li.delay-1 {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.main-menu .nav li.delay-2 {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.main-menu .nav li.delay-3 {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.main-menu .nav li.delay-4 {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.main-menu .nav li.delay-5 {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.main-menu .nav li.delay-6 {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.main-menu .nav li.delay-7 {
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -ms-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.main-menu .nav li.delay-8 {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.main-menu .nav li.delay-9 {
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -ms-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.nav-button {
   position: relative;
  z-index: 1111;
  border: solid 1px #000000;
  height: 42px;
  display: block;
  width: 50px;
  /* padding: 12px;
   top: -60px;
  right: -75px; */ 
}

.nav-button-text-align {
  margin-left: -9px;
  margin-top: 0;
}
.nav-button #nav-icon3 {
  width: 24px;
  height: 22px;
  display: inline-block;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.nav-button #nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000000 !important;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.nav-button #nav-icon3 span:nth-child(1) {
  top: 0;
}
.nav-button #nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 10px;
}
.nav-button #nav-icon3 span:nth-child(4) {
  top: 20px;
}
.nav-open #nav-icon3 span:nth-child(1) {
  top: 9px;
  width: 0;
  left: 50%;
}
.nav-open #nav-icon3 span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-open #nav-icon3 span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-open #nav-icon3 span:nth-child(4) {
  top: 9px;
  width: 0;
  left: 50%;
}
.nav-open #nav-icon3 span {
  background-color: #000000;
}
.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.nav-button #nav-iconWhite {
  width: 24px;
  height: 22px;
  display: inline-block;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.nav-button #nav-iconWhite span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.nav-button #nav-iconWhite span:nth-child(1) {
  top: 0;
}
.nav-button #nav-iconWhite span:nth-child(2),
#nav-iconWhite span:nth-child(3) {
  top: 10px;
}
.nav-button #nav-iconWhite span:nth-child(4) {
  top: 20px;
}
.nav-open #nav-iconWhite span:nth-child(1) {
  top: 9px;
  width: 0;
  left: 50%;
}
.nav-open #nav-iconWhite span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-open #nav-iconWhite span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-open #nav-iconWhite span:nth-child(4) {
  top: 9px;
  width: 0;
  left: 50%;
}
.nav-open #nav-iconWhite span {
  background-color: #000;
}
.nav-open .nav-button {
  padding: 0px;
  top: -55px;
  right: -90px; 
}
.main-header-content {
  padding-top: 120px;
}
.scrolling-area {
  max-height: 400px;
  overflow: auto;
  padding: 1rem;
  direction: rtl;
}
.scrolling-area::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.scrolling-area::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.8);
  border-radius: 5px;
}

.scrolling-area::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.816);
}

.scrolling-element-inside {
  direction: rtl;
  padding-top: 3%;
}

.home-page-news-slider .owl-nav button.owl-next {
  z-index: 1;
  width: 112px;
  height: 111px !important;
  border-radius: 50%;
  position: absolute;
  top: 76%;
  background-image: url(../arpatech/assets/images/icons/ic_post_next.png) !important;
  background-position: center;
  background-size: cover;
  transform: translatey(-50%);
}

.owl-carousel-one {
  height: 100%;
  padding-top: 1.5rem;
}

#news-of-arpatech .owl-nav {
  display: none !important;
}

.owl-carousel-two {
  /* max-width: 700px; */
  margin: 0 auto;
  padding: 30px 0;
}
.owl-carousel-two .item {
  font-size: 30px;
  text-align: center;
  padding: 40px 20px;
  line-height: 2;
  font-weight: 700;
  background-color: #eee;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block !important;
}
.owl-carousel-two .owl-nav button.owl-prev,
.owl-carousel-two .owl-nav button.owl-next {
  z-index: 1;
  width: 60px;
  height: 60px !important;
  border-radius: 50%;
  position: absolute;
  top: 76%;
  background-image: url(../arpatech/assets/images/icons/ic_post_next.png) !important;
  background-position: center;
  background-size: cover !important;
  transform: translatey(-50%);
  background-repeat: no-repeat !important;
}

.owl-carousel-two .owl-nav button.owl-prev:focus,
.owl-carousel-two .owl-nav button.owl-next:focus {
  outline: none;
}

.owl-carousel-one .owl-nav button.owl-next {
  z-index: 1;
  width: 60px;
  height: 60px !important;
  border-radius: 50%;
  position: absolute;
  top: 22%;
  left: 54%;
  background-image: url(../arpatech/assets/images/icons/ic_post_next.png) !important;
  background-position: center !important;
  background-size: cover !important;
  transform: translatey(-50%);
  background-repeat: no-repeat !important;
}
.owl-carousel-one .owl-nav button.owl-next:focus {
  outline: none;
}
.owl-carousel-one .owl-nav button.owl-prev {
  z-index: 1;
  width: 60px;
  height: 60px !important;
  border-radius: 50%;
  position: absolute;
  top: 15%;
  left: 40%;
  background-image: url(../arpatech/assets/images/icons/ic_post_next.png) !important;
  background-position: center !important;
  background-size: cover !important;
  transform: translatey(-50%);
  background-repeat: no-repeat !important;
  transform: rotate(180deg);
  display: none;
}
.owl-carousel-one .owl-nav button.owl-prev:focus {
  outline: none;
}
.owl-carousel-one .owl-nav button.owl-prev > span,
.owl-carousel-one .owl-nav button.owl-next > span {
  visibility: hidden;
}
.owl-carousel-two .owl-nav button.owl-prev {
  width: 60px;
  height: 60px !important;
  background-image: url(../arpatech/assets/images/icons/ic_post_previous.png) !important;
}
.owl-nav button span {
  color: black;
  display: none;
}
.owl-carousel-two .owl-nav button.owl-prev {
  left: 31%;
}
.owl-carousel-two .owl-nav button.owl-next {
  right: 31.6%;
}
.owl-carousel-two .owl-nav {
  margin: 0;
}
.btn-wrap {
  text-align: center;
  width: 100%;
}
.carousel-item-image {
  margin: 0 auto;
  display: block;
}
.owl-item .front-page-news-item {
  cursor: pointer;
  margin: 6% 7% 6% 5%;
  transition: margin 0.4s ease;
}
.owl-item .front-compiling-success-item {
  cursor: pointer;
  margin: 6% 8%;
  transition: margin 0.4s ease;
}
.owl-item.center > div {
  cursor: auto;
  margin: 0;
}
.owl-item:not(.center) > div:hover {
  /* opacity: 0.75; */
  opacity: 1;
  cursor: unset;
}

.owl-controls {
  margin-top: 20px;
}

.owl-pagination {
  display: flex;
  justify-content: center;
}

.owl-page {
  height: 10px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10%;
}

.owl-page:hover,
.owl-page.active {
  background-color: rgba(255, 255, 255, 0.3);
}
.owl-item-compile.active.center {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  margin-top: -45px;
}
.owl-item-compile.active {
  /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
  filter: gray; /* IE5+ */
  -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.owl-page:not(first-item) {
  margin-left: 10px;
}

.post-slider-item {
  margin-left: 0px;
  height: 290px;
}
.compiling-slider-item {
  margin-left: 0px;
  height: 290px;
}

.compiling-slider-icon {
  position: absolute;
  top: 22px;
  right: 16px;
  max-width: 20%;
  height: 18%;
}
.compiling-slider-title {
  position: absolute;
  bottom: 8px;
  text-align: left;
  display: block;
  width: auto;
  padding: 8px;
  padding-bottom: 10px;
}

.display-hide {
  visibility: hidden;
}
.display-visible {
  visibility: visible;
}
/* General styling */

.portfolio-button {
  background-color: transparent;
  cursor: pointer;
  font-weight: bold;
}

.portfolio-button:hover {
  background-color: #ddd;
}

.portfolio-button.active {
  border-bottom: 5px solid #bccf31;
}

/* Slider container */
#slider {
  position: relative;
  width: 70%;
  height: 13vw;
  margin: 100px auto;
  perspective: 1400px;
  transform-style: preserve-3d;
  /* Rounded corners */
}

/* Radio buttons for slide control */
input[type="radio"] {
  display: none;
  position: relative;
  top: 108%;
  left: 50%;
  width: 20px; /* Slightly larger */
  height: 20px; /* Slightly larger */
  margin: 0 15px 0 0;
  background: #ccc; /* Light gray */
  border: 2px solid #ccc; /* Light gray */
  border-radius: 50%; /* Rounded corners */
  cursor: pointer;
  transform: translateX(-83px);
  transition: background 300ms ease, border 300ms ease; /* Smooth transition */
}

input[type="radio"]:checked {
  background: #ff5a5f; /* Airbnb's coral red */
  border: 2px solid #ff5a5f; /* Airbnb's coral red */
}
select {
  width: 100%;
  padding: 15px;
  display: inline-block;
  box-sizing: border-box;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(74, 74, 74, 0.579);
  color: rgb(74, 74, 74);
  border-radius: 5px;
  background-color: transparent;
}
/* Labels and images */
#slider label,
#slider label img {
  position: absolute;
  /* width: 100%;
    height: 100%; */
  left: 0;
  top: 0;
  /* border-radius: 12px;  */
  /* Rounded corners */
  transition: transform 400ms ease, opacity 400ms ease; /* Added opacity transition */
}

/* New addition for Zoom Effect */
.zoom-container {
  overflow: hidden; /* Hide the part of the image that extends outside the div */
}

/* Zoom effect */
.zoom-container:hover {
  cursor: default; /* Change cursor to zoom-in icon */
}

.zoom-container.can-zoom:hover img {
  transform: scale(1.4); /* Zoom level */
  transition: transform 0.5s ease-in-out;
}

/* Existing transition rules */
#s1:checked ~ #slide1,
#s2:checked ~ #slide2,
#s3:checked ~ #slide3,
#s4:checked ~ #slide4,
#s5:checked ~ #slide5 {
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  height: 200px;
  transform: translate3d(0%, 0, 0px);
}

#s1:checked ~ #slide2,
#s2:checked ~ #slide3,
#s3:checked ~ #slide4,
#s4:checked ~ #slide5,
#s5:checked ~ #slide1 {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.2);
  transform: translate3d(20%, 0, -100px);
  border-radius: 20px;
  height: 200px;
}

#s1:checked ~ #slide3,
#s2:checked ~ #slide4,
#s3:checked ~ #slide5,
#s4:checked ~ #slide1,
#s5:checked ~ #slide2 {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  transform: translate3d(40%, 0, -250px);
  border-radius: 20px;
  height: 200px;
}

#s1:checked ~ #slide4,
#s2:checked ~ #slide5,
#s3:checked ~ #slide1,
#s4:checked ~ #slide2,
#s5:checked ~ #slide3 {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  transform: translate3d(-40%, 0, -250px);
  border-radius: 20px;
  height: 200px;
}

#s1:checked ~ #slide5,
#s2:checked ~ #slide1,
#s3:checked ~ #slide2,
#s4:checked ~ #slide3,
#s5:checked ~ #slide4 {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.2);
  transform: translate3d(-20%, 0, -100px);
  border-radius: 20px;
  height: 200px;
}
.arrow {
  background: #8e2037;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: all 0.1s ease-in-out;
  transform-origin: 50% 50%;
  will-change: transform;

  &:hover {
    transform: translateY(-50%) scale(1.1);
  }

  &.arrow-next {
    right: 3em;
    background: url("/arpatech/wp-content/themes/arpatech/assets/images/icons/ic_right.svg")
      no-repeat center #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

    background-size: 30px !important;
  }

  &.arrow-prev {
    left: 3em;
    background: url("/arpatech/wp-content/themes/arpatech/assets/images/icons/ic_left.svg")
      no-repeat center #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

    background-size: 30px !important;
  }
}

/* Slick Slider */

.slick-prev,
.slick-next {
  position: absolute;
  top: 135%;
  font-size: 1.8rem;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide-style {
  transition: filter 0.4s;
  margin: 0px 40px;
}

.fas {
  color: #96bd0b;
}
.slick-prev {
  left: 0;
}
.slick-prev,
.slick-next {
  position: absolute;
  top: 35%;
  font-size: 1.8rem;
}

.section {
  max-width: 1200px;
  margin: 0 auto;
}

.logo-slider {
  overflow: hidden;
  padding: 30px 0 0 0;
  white-space: nowrap;
  position: relative;
}

.logo-slider:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 45s slide infinite linear;
}

.logos-slide div img {
  /* width: 183px;
      height: 83px; */
  margin: 0 40px;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.hover-scale {
  transition: 0.5s;
  transition-delay: 0.05s;
}
.hover-scale:hover {
  transform: scale(1.2);
  cursor: pointer;
}
.hover-theme-color {
  transition: 0.5s;
  transition-delay: 0.05s;
}
.hover-theme-color:hover {
  background-color: #bccf31;
  /* cursor: pointer; */
}

.hover-theme-color-opacity {
  transition: 0.5s;
  transition-delay: 0.05s;
}
.hover-theme-color-opacity:hover {
  background-color: #bdcf3129;
  cursor: pointer;
}
.img-slider:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/*Hover black and color*/
.img-slider {
  /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
  filter: gray; /* IE5+ */
  -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
/*SOCIAL NETWORK*/
.front-page-news-item .post-slider-item {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 20px;
  box-sizing: border-box;
  transition: opacity 0.3s ease;
}

.front-page-news-item:hover .post-slider-item {
  display: block;
}

.post-slider-item p {
  margin: 5px 0;
}
/*SOCIAL NETWORK*/

.img-slider:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
/*Hover End*/
.social-networks-slider-height {
  height: auto !important;
}
.box-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 1px;
  width: 100%;
  /* max-width: 1100px; */
  /* height: 50vh; */
  height: 400px;
  max-height: 900px;
  padding: 1rem;
  margin: 0 auto;

  .box {
    @for $i from 1 through 5 {
      &:nth-child(#{$i}) {
        background: get-background($i);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 200%;
      }
    }

    width: 25%;
    height: 340px;
    /* border-radius: 25px; */
    cursor: pointer;
    transition: width 0.5s ease-in-out;
    position: relative;
    overflow: hidden;

    .overlay {
      /* opacity: 0; */
    }

    &.closed {
      width: 30%;
      .overlay {
        opacity: 1;
      }
    }

    &.expanded {
      width: 80%;
    }
  }
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* height: 100%;
        width: 100%; */
  transition: 0.5s ease;
  /* background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)); */
}

.img-rounded {
  border-radius: 15px;
}

.accordion .col:after {
  content: "\2012";
  float: right;
  font-size: large;
  font-weight: bold;
}
.accordion .col.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\002B";
  font-size: large;
  font-weight: bold;
}
.accordion .col {
  color: #bccf31;
}
.accordion .col.collapsed {
  color: #000000;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("/assets/images/icons/ic_toggle.svg");
}

/* Top Notification Bar css starts */

.top-bar {
    background-color: #c5d92d; /* Wahi lime green color */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 50px;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000;
}

.content-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.shout-img {
    width: 24px;
    height: 24px;
}

.text {
    margin: 0;
    font-size: 14px;
}

.learn-more {
    background: #fff;
    color: #000;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
}

/* Close Icon Style */
.close-x {
    position: absolute;
    right: 20px;
    background: none;
    border: none;
    font-size: 26px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
}

.close-x:hover {
    opacity: 0.6;
}

/* Top Notification Bar css ends */

.head-main {
  position: fixed;
  width: 100%;
  /* padding-left: 10px;
  padding-right: 10px; */
  z-index: 55;
}
.sticky {
  /* position: fixed;
    top: 0;
    left: 0;
    width: 100% */
  background-color: rgba(0, 0, 0, 0.382);
}

.dropdown-item-text {
  color: #000000;
}
.classWithPad {
  margin: 0.2px;
  padding: 10px;
}

.scroll-style::-webkit-scrollbar {
  width: 2px;
  height: 10px;
}

.scroll-style::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(62, 62, 62, 0.3);
  border-radius: 5px;
}

.scroll-style::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 20px rgba(221, 249, 99, 0.816);
}

.scroll-style {
  padding-bottom: 15px;
}

a {
  color: #231f20;
}

a:active {
  color: #bccf31;
}

a:hover {
  color: #bccf31;
}
.dropdown-menu {
  border: none;
}
/* .row {
    margin: 0;
} */

.btn-primary {
  background-color: #bccf31;
  border: #bccf31;
}

.btn-outline-primary {
  border-color: #bccf31;
  color: white;
}
.btn-outline-primary:hover {
  background-color: #bccf31;
  border-color: #bccf31;
}

.btn-primary:hover {
  background-color: #bdcf31cc;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active {
  background-color: #bccf31;
}
.btn-primary:active {
  background-color: #bccf31;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #bccf31;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 255, 0, 0.321);
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #bccf31;
  border-color: #bccf31;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 255, 0, 0.321);
}
.rounded-button {
  background-color: #bccf31;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 20px;
  padding-left: 20px;
  color: white;
  border-radius: 20px;
  font-weight: 600;
}
.btn-outline-dark {
  border-width: 2px;
}
.img-check {
  float: left;
  position: relative;
  left: -300px;
  top: 85%;
  width: 100%;
}

.rounded-button:hover {
  background-color: #bdcf31cc;
}
.bg-grey {
  background-color: #f3f3f3;
}
/*Text CSS*/

.theme-color-text {
  color: #bccf31;
}
.line-3-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.category-menu p a {
  color: #fff;
}
.white-color-text {
  color: #ffffff;
  /* font-size: 20px; */
}
.footer-section-separator {
  position: relative;
  /* top: -15px; */
}
.grey-color-text {
  color: #898989;
}

.black-color-text {
  color: #000000;
}

.font-ten {
  font-size: 10px;
}
.font-twelve {
  font-size: 12px;
}
.font-thirteen {
  font-size: 13px;
}
.font-fourteen {
  font-size: 14px;
}

.font-sixteen {
  font-size: 16px;
}

.font-fifteen {
  font-size: 15px;
}

.font-eighteen {
  font-size: 18px;
}

.font-twenty {
  font-size: 20px;
}
.font-twenty-technology {
  font-size: 20px;
}

.font-tweenty-two {
  font-size: 22px;
}

.font-tweenty-four {
  font-size: 24px;
}
.font-tweenty-eight {
  font-size: 28px;
}
.font-thirty {
  font-size: 30px;
}
.font-thirty-four {
  font-size: 34px;
}
.font-thirty-five {
  /* font-size: 35px; */
  font-size: 2.2vw;
}
.font-thirty-six {
  /* font-size: 35px; */
  font-size: 36px !important;
}
.font-fourty-five {
  font-size: 45px;
}

.font-fourty-eight {
  font-size: 48px;
}

.font-fifty-two {
  font-size: 45px;
}
.font-seventy-two {
  font-size: 72px;
}
.font-ninety-seven {
  font-size: 5vw;
  /* font-size: 80px; */
  line-height: 0.9;
}
.font-weight-medium {
  font-weight: 500;
}
.lh-30 {
  line-height: 30px;
}
.mt-4-5 {
  margin-top: 2rem !important;
}
.mt-6 {
  margin-top: 60px;
}
.pt-6 {
  padding-top: 60px;
}
.mt-8 {
  margin-top: 90px;
}
.pt-7 {
  padding-top: 120px;
}
.pt-8 {
  padding-top: 180px;
}
.pt-10 {
  padding-top: 300px;
}
.mt-9 {
  margin-top: 150px;
}
.mt-10 {
  margin-top: 220px;
}
.mt-11 {
  margin-top: 250px;
}
span {
  color: #bccf31;
}

p {
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 36px;
  /* font-weight: 800; */
}

h2 {
  /* font-weight: 800; */
  font-size: 34px;
}

/*Text CSS End*/
.navbar-toggler {
  border: none;
}

.nav_qoute_btn {
  margin-left: 35%;
}

.form-control {
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: transparent;
  border-width: 2px;
  border-radius: 0;
}

.form-control::placeholder {
  color: #231f20;
  font-weight: 500;
}

.form-control:focus {
  border-color: gray;
  box-shadow: none;
}
.reset-padding {
  padding: 0px;
}
.reset-padding-top-div {
  padding: 0px;
}
.reset-margin {
  margin: 0px;
}
.read-more-faq {
  display: inline-block;
}
select {
  /* color: #000000; */
  font-weight: 500;
  color: rgb(95, 94, 94);
}
.dropdown-service-input {
  /* color: #000000; */
  font-weight: 500;
  color: rgb(0, 0, 0);
}

.ml {
  margin-left: 15%;
}

.img-pc {
  width: 100%;
  margin-left: 100px;
  margin-top: 50px;
}

.img-ccmi {
  width: 40%;
}
.img_techcrunch {
  width: 20%;
}

.top-div {
  border-right-style: solid;
  border-bottom-style: solid;

  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 20px;
  border-width: 8px;
  padding: 10px;
  margin-top: 5%;
  padding-right: 50px;
  margin-left: 50px;
  width: 1000px;
}

.top-div-new {
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 20px;
  border-width: 8px;
  padding: 10px 0 10px 220px;
  /* z-index: -5;
    position: relative; */
}
.top-div-it-res {
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 20px;
  border-width: 8px;
  margin: 10px 0 10px 190px;
  padding: 10px 0 10px 72px;
}
.top-div-mobile {
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 20px;
  border-width: 8px;
  padding: 10px 0 10px 60px;
  margin: 10px 0 10px 200px;
  /* z-index: -5;
    position: relative; */
}

.top-div-digital-marketing {
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 20px;
  border-width: 8px;
  padding: 10px 0 10px 127px;
  margin: 10px 0 10px 164px;
}
.digital-marketing-services {
  padding: 20px 10px 15px;
  height: 100%;
  border-radius: 10px;
  background-color: #f3f3f3;
}
.digital-marketing-services:hover {
  box-shadow: 0px 0px 10px #ccc;
}
.team-plan {
  position: absolute;
  transform: translate(-32%, -11%);
  z-index: 5;
}
.img-digital-marketing {
  /* position: absolute;
    transform: translate(-35%, -13%); */
  position: absolute;
  transform: translate(-47%, -13%);
  z-index: 5;
}
.img-business-intelligence {
  position: absolute;
  transform: translate(-35%, -11%);
  z-index: 5;
}
.img-cloud-managed {
  position: absolute;
  transform: translate(-22%, 0%);
  z-index: 5;
}

.img-it-resource {
  position: absolute;
  transform: translate(-21%, -2%);
  z-index: 5;
}
.img-web-page {
  /* position: absolute;
    transform: translate(-48%, -4%); */
  position: absolute;
  transform: translate(-64.8%, -16%);
  z-index: 5;
}

.img-web-page-devsecops {
  position: absolute;
  transform: translate(-45%, -8%);
  z-index: 5;
}
.key-services-inner-image-side {
  border-right: 2px solid #000;
}
.key-services-inner-description {
  text-align: left;
}
.img-web-page-it-help-desk-support {
  position: absolute;
  transform: translate(-35%, 0);
  z-index: 5;
}
.img-outsourcing {
  position: absolute;
  transform: translate(-42%, -2%);

  z-index: 5;
}
.gray-bg {
  background: #ccc;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px;
  border-radius: 10px;
}
.gray-bg {
  display: none; /* Initially hide the gray background */
}

.development-service-items:hover .gray-bg {
  display: block; /* Show the gray background on hover */
}

.img-software-development {
  position: absolute;
  transform: translate(-35%, -18%);
}
.img-devops {
  position: absolute;
  transform: translate(-27%, -18%);
  z-index: 5;
}

.devops-pipeline {
  background: url(/assets/images/devops_page_images/img_devops_pipeline_bg.png);
}
.devops-pipline-inner-div {
  background-color: #e7e7e7;
  border-radius: 10px;
}
.devops-pipline-items-text {
  font-weight: 600;
  font-size: 13px;
}
.top-section {
  padding-top: 200px;
  /* padding-right: 350px; */
}
.top-section-devops {
  padding-top: 240px;
}

.left-div {
  width: 300px;
}

.mid-div {
  width: 480px;
  padding: 10px;
}

.right-div {
  width: 360px;
  background-color: #f3f3f3;
  padding: 20px;
  margin: 15px;
  border-radius: 2%;
  box-shadow: 0px 0px 2px 2px rgb(220, 220, 220);
}

.right-div-new {
  background-color: #f3f3f3;
  padding: 20px;
  /* margin: 15px; */
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 15px;
  border-radius: 2%;
  box-shadow: 0px 0px 2px 2px rgb(220, 220, 220);
}
.news-padding {
  padding-left: 30px;
  padding-right: 30px;
}

.components-div {
  padding-top: 100px;
}
.gap-between-sections {
  padding-top: 100px;
}
.gap-between-sections-200 {
  padding-top: 200px;
}
.gap-between-sections-50 {
  padding-top: 50px;
}
.gap-between-sections-65 {
  padding-top: 65px;
}
.components-items {
  background-color: #f3f3f3;
  padding: 20px;
  margin: 5px;
  margin-bottom: 30px;
  border-radius: 10px;
  /* list-style: none;
    width: 355px; */
  transition: 0.5s;
  transition-delay: 0.05s;
}

.web-dev-components-items {
  padding: 0;
}

.components-items-text {
  width: 80%;
}

.marketing-digital-items {
  background-color: #f3f3f3;
  height: 200px;
  border-radius: 20px;
  box-shadow: 0px 0px 2px 2px rgb(220, 220, 220);
}
.startup-service-items {
  /* width: 355px; */
  padding: 0px 10px 20px;
}
.shadow-div {
  background-color: #f3f3f3;
  padding: 20px 15px 20px;
  border-radius: 10px;
  border: solid;
  border-width: 5px;
  border-color: transparent;
  transition: box-shadow 0.3s ease;
  margin: 10px 0;
  height: 100%;
}

.shadow-div:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.staff-augmentation-items {
  padding: 15px;
  border-radius: 10px;
  border: solid;
  border-width: 2px;
  border-color: #e6e6e6;
  margin-bottom: 15px;
  height: 100%;
  /* width: 355px; */
}

.grey-rounded-items {
  /* height: 120px; */
  background-color: #f3f3f3;
  border-radius: 10px;
  cursor: pointer;
}
.ecommerce-solution-icons {
  height: 120px;
  padding: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #000000;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

.web-dev-icons {
  height: auto;
  text-align: center;
}

.programming-items {
  background-color: #f3f3f3;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 45px;
}
.user-experience-items {
  /* height: 220px; */
  height: 100%;
  border: #e3dfdf solid 1.8px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(140, 140, 140, 0.2),
    0 6px 20px 0 rgb(172 172 172 / 19%);
  transition: 0.5s;
  transition-delay: 0.05s;
}
.user-experience-items:hover {
  background-color: #bccf31;
  /* cursor: pointer; */
  color: white;
}
.user-experience-items > img {
  transition: 0.5s;
  transition-delay: 0.05s;
}
.user-experience-items:hover > img {
  filter: brightness(0) invert(1);
}

.perks-items {
  background-color: #f3f2f2;
  height: 200px;
  padding: 20px;
  margin-top: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(99, 99, 99, 0.2),
    0 6px 20px 0 rgba(68, 68, 68, 0.19);
}

.multiplatforms-items {
  height: 320px;
  padding: 20px;
  padding-bottom: 60px;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(140, 140, 140, 0.2),
    0 6px 20px 0 rgba(103, 103, 103, 0.19);
}

.development-service-items {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(140, 140, 140, 0.2),
    0 6px 20px 0 rgba(103, 103, 103, 0.19);
  height: 250px;
}
.secret-behind-items {
  padding: 20px;
  margin: 5px;
  list-style: none;
  width: 270px;
}

.bpo-service-item-icon {
  width: 100px;
}

.components-icons {
  /* width: 40px; */
  height: 40px;
}

.border {
  border: solid;
}

.components-items:hover {
  background-color: #bccf31;
  transform: scale(1.05);
  cursor: pointer;
}

.benifits-div {
  padding-top: 100px;
  /* height:200px; */
}

.benifits-div > div > ul {
  width: 110%;
}

.elevation {
  box-shadow: 3px 3px 3px 1px rgba(113, 113, 113, 0.2);
  border: none;
}

.benifits-items {
  background-color: #f3f3f3;
  /* padding-top: 40px;
  padding-bottom: 40px;
  margin-right: 50px;
  margin-left: 10px;
  margin-bottom: 5px;
  margin-top: 5px; */
  border-radius: 10px;
  list-style: none;
  /* width: 255px;
  min-width: 255px; */
}

.why-choose-us-items {
  padding-top: 40px;
  align-items: center;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 5px;
  border-radius: 10px;
  list-style: none;
}
.why-choose-us-items-parent {
  margin-left: 10px;
  align-items: center;
  text-align: center;
  list-style: none;
  width: 355px;
}

.benifits-icons {
  width: 150px;
  /*height: 70px; */
}

.benifits-icons-not-active {
  width: 100px;
  height: 100px;
}

.fast-track-div {
  padding-top: 100px;
}

.fast-track-li {
  list-style: decimal;
  font-size: 15px;
}

.fast-track-vertical-img-2 {
  height: 375px;
}

.fast-track-vertical-img-1 {
  height: 395px;
}

.streamlining-div {
  padding-top: 100px;
}
.unlocking-potential {
  padding-top: 50px;
  padding-bottom: 50px;
}

.secret-behind-div {
  margin-top: 100px;
  background-image: url(/assets/images/img_bg_rectangle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page-id-1189 .secret-behind-div .col-md-6.mt-4 h3 {
  color: #bccf31;
}
.frequently-ask-div {
  /* background-color: #f3f3f3; */
  padding-top: 65px;
  font-weight: normal;
  /* background-image:  linear-gradient(180deg, #f3f3f3 , #fffefe); */
}
.extend-item-responsive {
  white-space: initial;
  text-align: start;
}

.transparent-bg {
  background-color: transparent;
}
.accordion-padding-reset {
  padding: 20px 0px;
  cursor: pointer;
}

.accordion-item {
  border-bottom: #d8d8d8 solid;
  border-width: 1px;
}

.btn.focus,
.btn:focus {
  outline: none;
  box-shadow: none;
}

.lets-do-something-div {
  padding-top: 65px;
  font-weight: normal;
  /* background-color: #f3f3f3; */
}
.enabling-growth-div {
  /* padding-top: 100px;
    background-image: url("/assets/images/mobile_app_page/img_enabling_bg.png") ;
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
    width: 100%; */
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url("/assets/images/mobile_app_page/img_enabling_bg.png");

  background-repeat: no-repeat;
  background-size: cover;
}

.lets-do-something-mid-div {
  width: 480px;
  padding: 10px;
}

.lets-do-something-right-div {
  width: 450px;
  background-color: #f3f3f3;
  padding: 20px;
  margin: 15px;
  border-radius: 2%;
  box-shadow: 0px 0px 2px 2px rgb(220, 220, 220);
}

.lets-do-something-right-div-new {
  background-color: #f3f3f3;
  padding: 20px;
  margin: 15px;
  border-radius: 2%;
  box-shadow: 0px 0px 2px 2px rgb(220, 220, 220);
}

.footer-div {
  margin-top: 100px;
  padding-top: 80px;
  padding-bottom: 1.5rem !important;
  background-color: #f3f3f3;
}

.certification-box {
    display: flex;
    align-items: flex-start;
    padding: 15px 30px;
    width: 100%;
}

/* Logo container */
.cert-logo-wrapper {
    flex: 0 0 auto;
    margin-right: 1rem; 
}

.cert-logo-wrapper img {
    max-width: 80px;
    width: 100%; 
    height: auto;
    display: block;
}


.cert-text-content {
    flex: 1; 
    min-width: 0;
}

.cert-text-content h5 {
    font-family: sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 20px;
    letter-spacing: 0.5px;
}

.cert-text-content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    line-height: 1.4;
    margin-bottom: 0;
    /* max-width hata di hai taake column ke hisaab se chale */
}

.footer-menu {
  padding-top: 40px;
  justify-content: space-around;
}

.footer-menu-ul {
  list-style: none;
  white-space: nowrap;
  overflow: hidden;
}

.copy-right-text {
  font-size: 11px;
  font-weight: 500;
}

.subscription-div {
  width: 100%;
}

.subscription-input {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-style: solid;
  border-color: #ebe9eb;

  padding: 10px;
  background-color: #f3f3f3;
}

.brand-carousel {
  margin-top: 2%;
}

.owl-dots {
  text-align: center;
}

.owl-dot {
  display: inline-block;
  height: 15px !important;
  width: 15px !important;
  background-color: #e7e4e4 !important;
  opacity: 0.8;
  border-radius: 50%;
  margin: 0 5px;
}
.single-logo {
  background-color: #000000b3;
  padding-top: 40px;
  padding-bottom: 50px;
  border: solid #d8d8d8;
  border-radius: 30px;
  cursor: pointer;
  margin: 6% 1%;
  transition: margin 0.5s ease;
  transition-delay: 0.05s;
  height: 260px;
}
/* .single-logo:hover {
  background-color: #bccf31;
  color: black;
} */

.office-address-content {
  display: none;
}
/* .single-logo:hover .office-address-content {
  display: block;
} */
/* .single-logo:hover div div img {
  display: none;
} */
.page-id-27 .single-logo:hover .office-address-content {
  display: block;
}
.page-id-27 .single-logo:hover div div img {
  display: none;
}
.page-id-27 .single-logo:hover {
  background-color: #bccf31;
  color: black;
  height: 260px;
}
img.location-image {
  width: 80px !important;
}
.owl-dot.active {
  background-color: #020202 !important;
}
.section-padding {
  padding: 60px 0;
}

.phone-icon-front-page {
  visibility: hidden;
}
.front-page-input-front {
  border-style: solid;
  border-color: #fff;
  border-radius: 5px;
  padding: 25px;
  background-color: transparent;
}
.front-page-input-front::placeholder {
  color: #5c5b5bbe;
}

.subscription-input-front {
  border-style: solid;
  border-color: white;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  padding: 25px;
  background-color: transparent;
}
.subscription-button-front {
  border-style: solid;
  border-color: #bdd030;
  border-width: 2px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  width: 200px;
  color: #333333;
  font-weight: 500;
  background: #bdd030;
}
.subscription-input-front::placeholder {
  color: #b8b8b8;
}
.subscription-input::placeholder {
  color: #b8b8b8;
}

.white-radius-background {
  /* background-color: white; */
  border-radius: 20px;
  /* height: 100%; */
  /* height: 140px; */
  object-fit: contain;
}
.section-padding-eight-percent {
  padding: 6%;
}

.subscription-button {
  border-style: solid;
  border-color: #ebe9eb;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-right-width: 4px;
  color: black;
  font-weight: 500;
}
.vertical-line {
  height: 630px;
}
.inner-container {
  padding-left: 46px;
}
.inner-container-2 {
  padding-left: 32px;
}
.main-heading-small-padding {
  padding-left: 5px;
}
.elevate-experience-div {
  background-color: #f3f3f3;

  margin: 5px;
  border-radius: 10px;
}
.img-webdevelopment {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.carousel-indicators-startup > li {
  border-radius: 50%;
  height: 10px;
  width: 10px;
}
.carousel-indicators-startup {
  flex-flow: column nowrap;
  top: 0;
  left: 75%;
  bottom: 0px;
}
.carousel-indicators-startup .active {
  background-color: #bccf31;
}

.carousel-indicators-front .active {
  color: #000000;
  font-weight: bolder;
  background-color: transparent;
  font-size: 36px;
  transform: scale(1);
}
.carousel-indicators-front {
  flex-flow: column nowrap;
  top: 0;
  float: left;
  left: -105%;
  top: 46%;
  width: 80%;
}
.carousel-indicators-front > div {
  font-size: 20px;
  font-weight: bold;
  color: #6a6a6a;
  margin: 20px;
  transition: 0.5s;
  transition-delay: 0.05s;
  cursor: pointer;
}
.slider-img {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.web-development-div {
  padding: 50px;
}

.career-header-page {
  height: 42rem;
  background-image: url("/assets/images/career_page/img_carreer_bg.png");
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
}
.career-header-page-front {
  /* height: 46rem;   */
  /* position: absolute;
    top: 0;
    z-index: -5; */
  background-image: url("/arpatech/wp-content/themes/arpatech/assets/images/arpatech_website_page/img_arpatech_bg.png");
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
}

.banner-img {
  object-fit: cover;
}

.result-driven-front {
  /* height: 46rem;   */
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url("/arpatech/wp-content/themes/arpatech/assets/images/arpatech_website_page/img_result_bg.png");
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
}
.compiling-success-div-front {
  /* height: 46rem;   */
  padding-top: 40px;
  padding-bottom: 40px;
  /* background-image: url("/arpatech/wp-content/themes/arpatech/assets/images/arpatech_website_page/img_compiling_success_bg.png"); */
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
}

.cert-icon {
    height: 70px;
    width: auto;
	object-fit: contain;
}

.cert-item h5 {
    margin-bottom: 10px;
    color: #333;
    letter-spacing: 0.5px;
    font-family: sans-serif;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 8px;
    color: #1A1E27;
    line-height: 25px;
}

.cert-item p {
    line-height: 20px;
    max-width: 250px;
    color: #1A1E27;
    font-family: sans-serif;
    font-size: 14px;
    text-align: justify;
}

.cert-item a:hover {
	text-decoration: none;
}
    
.footer-div-front {
  /* height: 31rem;   */
  background-image: url("/wp-content/uploads/2024/04/bg-newsletter-logo.png");
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
  padding-bottom: 40px;
  padding-top: 40px;
}

.footer-info-item-front {
  /* background-color: white; */
  padding: 30px;
}

.img-growth-innovation {
  /* background: url(/assets/images/about_us_page/img_growth_innovation_2.png); */
  margin-left: -134px;
  height: 23%;
  width: 133%;
  background-size: contain;

  background-repeat: no-repeat;
}

.div-growth-innovation {
  margin-left: -166px;
  /* height: 23%;
    width: 133%; */
  /* height: 169px; */
  width: 705px;
  background-color: white;
}
.row-growth-innovation-border {
  border: #b8b8b8 solid 2px;
}
.growth-successfull-col {
  max-width: 23.666667%;
  border-right: #b8b8b8 solid 2px;
  margin-bottom: 1.2rem;
  margin-top: 1.2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.image-click-here-about {
  margin-left: 300px;
  margin-top: -92px;
  position: absolute;
  /* animation: spin 10s linear infinite; */
}
img.about-see-more-arrow {
  position: absolute;
  top: -70px;
  left: 210px;
}
.perks-benifits-items {
  padding: 20px;
  margin-top: 10px;
}
.click-mer-here,
.case-study-click-mer-here {
  margin-top: -20px;
  /* margin-left: 30px; */
  /* animation: spin 10s linear infinite; */
}
img.see-more-arrow {
  position: absolute;
  top: -70px;
  left: -10px;
}

/* HOVER STYLES */

div#pop-up {
  display: none;
  position: absolute;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background: #eeeeee;
  color: #000000;
  z-index: 5555;
  box-shadow: 0px 0px 2px 2px rgb(220, 220, 220);
  min-width: 500px;
}
.tooltipArpa {
  position: absolute;
  /* top: 50%;
  left: 50%; */
  /* transform: translate(-50%, -50%); */
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.trigger:hover .tooltipArpa {
  display: block !important;
}
.social-network-social-icons .social-icons a img {
  width: 60px;
}
.social-icons {
  width: 20% !important;
}

.social-icons-footer {
  /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
  filter: gray; /* IE5+ */
  -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.social-icons-footer:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1);
  transform: scale(1);
  cursor: pointer;
}

.hiring-process-cycle {
  background: url(/assets/images/career_page/img_hiring_process_div.png);
  background-repeat: no-repeat;
  background-size: contain;
  /* height: 100px;
        width: 176px; */
  height: 115px;
  width: 190px;
}
.hiring-process-arrow {
  width: 4%;
}
.w-30 {
  width: 32% !important;
}
.w-85 {
  width: 85% !important;
}
.wpcf7 form .wpcf7-response-output {
  color: rgb(176, 236, 13);
  border: none;
  background: white;
  border-radius: 7px;
}

form.wpcf7-form[data-status="invalid"] .wpcf7-response-output {
  color: rgb(255, 73, 73);
}
form.wpcf7-form[data-status="failed"] .wpcf7-response-output {
  color: rgb(255, 73, 73);
}
.wpcf7-spinner {
  background-color: #e2ff04;
}
.wpcf7-spinner::before {
  background-color: rgb(0, 0, 0);
}
.page-template-csr-page .carousel-control-next,
.carousel-control-prev {
  background: transparent !important;
  box-shadow: none !important;
}
.carousel-control-next,
.carousel-control-prev {
  top: 50%;
  width: 45px !important;
  height: 45px !important;
  color: #000;
  text-align: center;
  opacity: 1;
  border-radius: 50%;
  background: #fff !important;
  box-shadow: 0px 0px 7px 0px #ccc !important;
}
.carousel-control-next {
  right: 10px;
}
.carousel-control-prev {
  left: 10px;
}
.custom-prev-icon::before {
  content: "\2190";
  color: #000;
  font-size: 25px;
  height: 40px;
  display: block;
  width: 45px;
  position: relative;
}

.custom-next-icon::after {
  content: "\2192";
  color: #000;
  font-size: 25px;
  height: 40px;
  display: block;
  width: 45px;
  position: relative;
}
a.white-color {
  color: #fff;
}
/*News Slider*/
.card-slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.card {
  flex: 0 0 auto;
  scroll-snap-align: start;
  margin-right: 20px;
  width: 300px; /* Adjust card width as needed */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-image {
  height: 200px; /* Adjust image height as needed */
  background-size: cover;
  background-position: center;
}

.card-content {
  padding: 20px;
}

.card-content h3 {
  margin-bottom: 10px;
}

.card-content p {
  margin: 0;
}

/*News Slider*/

.news-header {
  background-repeat: no-repeat, no-repeat;
  background-size: contain;
}
.latest-news {
  padding-top: 20%;
}
.latest-news-bg-img {
  background-repeat: no-repeat, no-repeat;
  background-size: contain;
}
.latest-news-title {
  transform: rotate(-90deg);
  background-color: white;
  padding: 20px;
  margin-left: -177px;
}
.latest-news-details {
  background-color: #bccf31;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 50px;
  margin-right: -50px;
  margin-top: 355px;
}
.latest-news-bg {
  background-color: #f3f2f2;
}
.latest-blog-title {
  transform: rotate(-90deg);
  background-color: white;
  padding: 20px;
  position: absolute;
  left: -190px;
  top: 210px;
}
.blog-header-image {
  margin-top: 100px;
}
.header-image-blog {
  width: 100%;
}
.single-awsm_job_openings .head-main {
  background: rgba(0, 0, 0, 0.382);
}
.awsm-job-container {
  padding: 100px 15px 50px;
}
.case-study {
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
  height: 530px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: 15px;
  margin-right: 15px;
}
.news-items {
  background-color: #00000087;
  height: 300px;
  padding: 20px;
  transition: 0.5s;
  transition-delay: 0.05s;
  color: white;
}
.featured-blogs-item {
  height: 149px;
}
.featured-blogs-item p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-slider-title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.blog-slider-items-all
  .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
  display: none;
}
.blog-desc-main-anch-color,
.blog-desc-main-anch-color a,
.blog-desc-main-anch-color a p {
  color: #231f20 !important;
}
.news-description-section p a {
  color: #bccf31;
  font-weight: bold;
}
.news-items:hover {
  /* background-color: #00000000; */
  cursor: pointer;
  color: #fff;
}
.latest-news-page-no {
  background-color: #000000;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.news-description {
  margin-top: -85px;
}

.blog-pg-news-description {
	margin-top: -50px;
}

.owl-carousel-post {
  /* max-width: 700px; */
  margin: 0 auto;
  padding: 30px 0;
}
.owl-carousel-post .item {
  font-size: 30px;
  text-align: center;
  padding: 40px 20px;
  line-height: 2;
  font-weight: 700;
  background-color: #eee;
}
.latest-blog {
  padding-top: 10%;
}
.blog-latest-news-details {
  background-color: #bccf31;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 50px;
  margin-right: -250px;
  margin-top: 330px;
}
.blog-uploaded-details {
  background-color: #bccf31;
}
.blog-uploaded-details ul {
  padding: 15px 0;
  list-style: none;
  text-align: center;
  margin: 0;
}
.blog-uploaded-details ul li {
  display: inline;
  margin-right: 40px;
}
.blog-uploaded-details ul li span {
  color: #212529;
}
.blog-items {
  background-color: #eee;
  padding: 20px;
}
.blog-item-date {
  position: relative;
  /* top: -158px; */
  left: 150px;
  transform: rotate(-90deg);
}
.blog-latest-news-scroll-img {
  cursor: pointer;
}

.chip {
  padding: 0 12px;
  background-color: rgb(var(--gray-light));
  border-radius: 100px;

  display: inline-flex;
  margin: 4px;
  color: rgba(0, 0, 0, 0.87);
  align-items: center;
  height: 32px;
  font-size: 14px;
  cursor: pointer;
  border: solid #000 1px;
}
.chip:hover {
  background-color: #000000;
  color: white;
}
.chips__choice .chip.chip--active {
  color: white;
  background-color: black;
}

.chips__filter .chip .chip--check {
  display: none;
}

.chips__filter .chip.chip--active .chip--check {
  display: block;
}

.blog-search-input {
  border: none;
  background: none;
  color: white;
  border-right: white solid 2px;
  border-radius: 0;
  padding: 0;
}
.blog-search-input::placeholder {
  color: white;
}

select.minimal {
  background-image: linear-gradient(
      45deg,
      transparent 50%,
      rgb(255, 255, 255) 50%
    ),
    linear-gradient(135deg, rgb(255, 255, 255) 50%, transparent 50%),
    radial-gradient(transparent, transparent 72%);
  background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 0.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
  background-repeat: no-repeat;
}
#myVideo {
  min-width: 100%;
  min-height: 100%;
  /* object-fit: fill; */
}
.videocontainer {
  width: 100%;
  height: 900px;
  object-fit: cover;
}
.header-page-front {
  position: absolute;
  bottom: 0;
  top: 15%;
}

.video-container {
  height: 100%;
  width: 100%;
  position: relative;
}

.video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}
.iso-certified {
  position: relative;
}
.iso-certified ul {
  padding-left: 20px;
  margin-top: 70px;
}
.iso-certified ul li {
  color: #fff;
  font-size: 32px;
  list-style: none;
}
/* ul.sub-menu {
  display: none;
  padding: 0;
  position: relative;
  font-size: 5px;
  transition: opacity 900ms, visibility 900ms;
} */
/* transform: scale(0.6);
top: 100px; */
/* ul.sub-menu li.menu-item {
  padding: 1px;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
ul.sub-menu li.menu-item a {
  font-size: 17px;
  font-weight: 400;
  padding: 0px;
} */

/* ul li.menu-item-has-children:after
    { 
        
        content: ' ▾'; color: white;
        font-size: 30px;
    
    }   
ul li.menu-item-has-children:hover > ul.sub-menu {
  display: block;
}*/

/* Hide all submenus */
.main-menu .sub-menu {
    display: none;
    overflow: hidden;
}

/* Open submenu */
.main-menu li.menu-open > .sub-menu {
    display: block;
    animation: slideAndFadeIn 0.7s ease-in forwards;
}

@keyframes slideAndFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.sub-menu ul.sub-menu {
  /* top: -10px;
   padding-left: 50px; */
  padding-left: 40px;
  /*right: -340px;*/
}
/* transform: scale(0.6); */
/* Sub-menu initially hidden */
.sub-menu {
 /* display: none;
  position: absolute;
  top: 0;
  right: -370px;
  padding: 10px;
  width: 380px; */
  padding-left: 30px;
}

/* When the sub-menu has class 'active', display it */
.sub-menu.active {
  display: block;
}
.sub-menu li {
  width: 310px;
  width: 100%;
}
.sub-menu li a {
  color: #454545 !important;
  font-size: 20px !important;
  font-size: 18px !important;
}
.sub-menu li a:hover {
  text-decoration: none;
 /* border-bottom: 2px solid #bdd032;
  padding-bottom: 3px; */
}
.sub-menu li .sub-menu li {
  padding-bottom: 0px;
  /* width: 400px; */
}
/* ul.sub-menu {
        position: absolute;
        list-style: none;
        opacity: 0;
        visibility: hidden;
        padding: 10px;
        background-color: rgba(92, 91, 87, 0.9);
        -webkit-transition: opacity 600ms, visibility 600ms;
        transition: opacity 600ms, visibility 600ms;
      }
      ul li.menu-item-has-children:hover > ul.sub-menu {
        visibility: visible;
        opacity: 1;
        
      } */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  padding: 0.5rem;
  padding-right: 20px;
  /* width: 180px; */
}

#menu-footer-menu .nav-link {
  width: auto;
}

#header-menu .menu-item-has-children > a::after {
    content: '\f105';
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 24px;
    position: absolute;
    right: 10px;
    /* top: 4px; */
    color: #888;
    display: inline-block;
    transform-origin: center; 
    transform: rotate(0deg);
    transition: transform 0.5s ease-in, color 0.2s ease;
}

#header-menu .menu-item-has-children > a {
    position: relative;
    display: inline-flex;
    width: 100%;
}

/* #header-menu li.menu-item-has-children.open > a::after {
    transform: rotate(90deg);
} */

/* #header-menu li.is-hovered > a::after {
    transform: rotate(90deg) !important;
} 

#header-menu li.menu-item-has-children:hover > a::after {
    transform: rotate(90deg) !important;
} */

#header-menu li.menu-item-has-children.menu-open > a::after {
    transform: rotate(90deg);
}

#header-menu li.menu-item-has-children:hover .main-menu {
	height: 90vh;
}

#header-menu li.menu-item-has-children:hover .main-menu >  ul {
	height: 100%;
    overflow-y: auto;
    overflow-x: visible;
}

.main-menu.active {
    opacity: 1;
    visibility: visible;
}

.main-menu:has(#header-menu > li.menu-item-has-children.menu-open) {
    width: 600px;
}

.main-menu .sub-menu {
    display: none;
    /* padding: 10px; */
    padding-left: 40px;
}

.main-menu .header-menu-container ul.menu {
	margin-bottom: 0px;
}

#menu-footer-menu .nav-link {
  width: auto;
}
.fom-something-great {
  padding: 0 22px;
}
/*.call-us-menu {
  padding-left: 84px;
}*/
p.call-text {
  color: #bed030;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}
p.call-number {
  color: #454545;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 0px;
}
.call-us-menu .call-text {
    display: inline-block;
    margin-right: 10px;
}

.call-us-menu .call-link {
    display: inline-block;
    text-decoration: none;
}

.call-us-menu .call-number {
    display: inline;
    margin: 0;
}

.call-us-menu .menu-bar-separator {
    display: inline-block;
    margin: 0 5px;
    color: #ccc;
}
.icons-inner-section a img {
  width: 35px;
  padding-right: 5px;
  filter: grayscale(1);
  transition: 0.2s ease-in-out;
}
.icons-inner-section a img:hover {
  filter: grayscale(0);
  transition: 0.2s ease-in-out;
}
.icons-inner-section {
  /* position: absolute;
  right: 40px;
  top: 25px; */
  margin-bottom: 40px;
  margin-top: 10px;
}
.awsm_job_openings-template-default > .head-main {
  top: 0;
}
.search-results h1.page-title {
	margin-top: 30px
}
.search-results header.head-main,
.search-no-results header.head-main,
.error404 header.head-main {
  background: #443f3f;
  padding-bottom: 18px;
}
.search-results div#primary,
.search-no-results div#primary {
  padding-top: 120px;
}
.search-result-tiles {
  height: 230px;
}
.search-title-limit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.full-width {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.hide-from-desktop {
  display: none;
}
.flip-card {
  background-color: transparent;
  /* width: 200px; */
  height: 380px;
  perspective: 1000px; /* Magic to make 3D effect */
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s; /* Magic to make flip transition */
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg); /* Flip on hover */
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden; /* Prevents back of card from being visible */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  background: #f3f3f3;
}
.news-read-more {
  margin-top: 30px;
}
.single-blog h3,
.single-blog h2,
.single-blog h4 {
  margin-top: 25px;
}
/* .flip-card-front {
  background-color: #fff;
} */

.flip-card-back {
  /* background-color: #555;
  color: white; */
  transform: rotateY(180deg); /* Initial flip to hide back side */
}
.flip-card-back .benifits-icons {
  width: 25%;
}
li.flip-card-main-li {
  margin-right: 50px;
  list-style: none;
  min-width: 330px;
}
.flip-card-back label {
  font-size: 22px;
}
.flip-card-back desc {
  font-size: 18px;
}
.flip-card-front p {
  font-size: 30px;
}
.email-image,
.phone-image,
.footer-separator {
  display: inline-flex;
  align-items: center;
}
.nav-previous.older-post-link,
.nav-next.newer-post-link {
  padding-left: 15px;
}
nav.navigation.posts-navigation {
  display: block;
  width: 100%;
}
.sds-list img {
  width: 35px;
  height: 35px;
}
input#inputPhoneNumber,
input#inputFullName,
input#inputEmail,
select#id_country,
select#service {
  height: 54px;
  border-color: #fff;
  color: #fff;
  background: #b3c80f;
  padding: 0 0.8rem;
}
input#inputPhoneNumber::placeholder,
input#inputFullName::placeholder,
input#inputEmail::placeholder,
select#id_country::placeholder,
select#service::placeholder,
textarea#inputDescription::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
textarea#inputDescription {
  border-color: #fff;
  color: #fff;
  background: #b3c80f;
  margin-bottom: 20px;
}
.breadcrumbs {
  padding: 30px 15px 30px 15px;
}
/*404*/
body.error404.logged-in.admin-bar.hfeed.no-sidebar.customize-support,
.error404.hfeed.no-sidebar {
  background-image: url(../arpatech/assets/images/404-banner.jpg) !important;
}
.header4 .intro-text {
  padding-top: 100px;
  padding-bottom: 50px;
}
.intro-text {
  padding-top: 180px !important;
  padding-bottom: 200px;
  text-align: center;
  color: #fff;
}
.social-network-social-icons {
  align-items: center;
}
.heateorSssPushIn {
  background: url(../arpatech/assets/images/push-in.svg) left no-repeat !important;
}
.heateorSssPullOut {
  background: url(../arpatech/assets/images/push-out.svg) left no-repeat !important;
}
.heateorSssSharingArrow {
  height: 26px;
  width: 100px !important;
  cursor: pointer;
  margin-top: 10px;
}
span.share-border {
  display: inline-block;
  width: 45px;
  padding: 0 5px;
}
span.share-border hr {
  border-color: #000;
}
.blog-page-social-icons .icons-inner-section {
  right: -340px;
}
.blog-page-social-icons .icons-inner-section a img {
  filter: grayscale(0);
}
.blog-main-page-image img {
  height: 131.75px;
  width: 100%;
}
.blog-title-height {
  height: 60px;
  padding-top: 10px;
}
.three-line-limit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* Limit to 3 lines */
  overflow: hidden;
  text-overflow: ellipsis; /* Adds "..." if the text overflows */
}
.get-quote-blog {
  position: absolute;
  top: 0;
  right: 14%;
  z-index: 99;
}
.get-quote-blog .rounded-button {
  border-radius: 10px;
  width: 160px;
  padding: 6px;
  text-align: center;
  font-size: 14px;
}
.top-announce-bar {
	top: 40px;
 }
h1.hover-spacing.oops-big {
  font-size: 300px;
}
h1.hover-spacing {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.intro-text h1 {
  font-size: 48px;
  font-family: montserratbold;
}
p.oops-short {
  font-size: 18px;
}

.intro-text p {
  font-size: 13px;
  font-family: montserratregular;
  font-weight: 400;
  color: #fff;
  width: 80%;
  margin: 0 auto;
}
.for-start-btn {
  margin-top: 8px;
}
.for-start-btn .next-step {
  margin-top: 30px;
  background: 0 0;
  border: 2px solid #fff;
  border-radius: 30px;
  color: #fff;
  padding: 10px 60px;
  text-transform: uppercase;
  font-family: montserratmedium;
  font-weight: 400;
  font-size: 17px;
  transition: all ease-in 0.2s;
  margin-left: 10px;
}
.next-step {
  margin-top: 30px;
  background: 0 0;
  border: 2px solid #fff;
  border-radius: 30px;
  color: #fff;
  padding: 10px 60px;
  text-transform: uppercase;
  font-family: montserratmedium;
  font-weight: 400;
  font-size: 18px;
  transition: all ease-in 0.2s;
}
/*404*/

/*HOME PAGE GLOBAL SECTION*/
.owl-carousel-two .front-page-news-item {
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}
.owl-carousel-two .front-page-news-item:hover {
  transform: translateY(0px); /* Adjust the value as needed */
}
.news-thumbnail {
  display: block;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
.owl-carousel-two .front-page-news-item:hover .news-thumbnail {
  transform: translateY(0px); /* Adjust the value as needed */
}
.right-tools-image {
  display: flex;
}
/*HOME PAGE GLOBAL SECTION*/

/* CASE STUDIES SECTIONS */
.challenge-inner-sections {
  margin-bottom: 20px;
}
.challenge-inner-sections h1 {
  font-size: 24px;
}
section#conclusion {
  position: relative;
  margin-top: 165px;
  height: 471px;
  background-repeat: no-repeat;
  background-position: bottom;
}
.conclusion-green-bg {
  background: #bacf32;
  padding: 40px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  position: relative;
  top: -160px;
}
.solution-approach-bg-border {
  background: #bacf32;
  padding: 40px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.challenges-temp-3-bg {
  background: #f5f4f5;
  padding: 40px;
}
.solution-approach-bg {
  background: #bdd030;
  padding: 40px;
}
span.results-bg {
  color: #000;
  background: #bdd030;
  border-radius: 10px;
  padding: 0 5px;
}
.implementation-section {
  background: #e5e5e5;
  padding: 50px 15px;
}
.implementation-section-2 {
  background: url("/wp-content/uploads/2025/02/vehicle-compatibility.jpg")
    no-repeat center #ffffff;
  padding: 50px 15px 300px;
}
.implementation-inner-sections ul {
  list-style: none;
  padding: 0;
}
.implementation-inner-sections h1 {
  font-size: 24px;
}
.implementation-inner-sections ul li span img {
  margin-right: 10px;
}
.margin-top-30 {
  margin-top: 30px;
}
.results-inner-sections h1 {
  font-size: 24px;
  margin: 0;
}
.scalable-solution-approach {
  background: #bacf32;
  padding: 50px 15px;
}
.scalable-solution-approach ul {
  list-style: none;
  padding: 0;
}
.scalable-solution-approach h2 {
  font-size: 24px;
}
.scalable-solution-approach ul li span img {
  margin-right: 10px;
}

.scalable-results ul {
  list-style: none;
  padding: 0;
}
.scalable-results h2 {
  font-size: 24px;
}
.scalable-results ul li span img {
  margin-right: 10px;
}
.key-features-bg {
  background: #f5f4f5;
  padding: 20px 0;
  margin: 0;
}
.efficient-list-points {
  margin-bottom: 20px;
}
.efficient-conclusion-green-bg {
  background: #bacf32;
  padding: 20px;
  position: relative;
}
.conclusion-image-div img {
  position: absolute;
  top: -65px;
  right: 0;
}
.gs-challenge-inner-sections h1,
.gs-challenge-inner-sections h3 {
  font-size: 24px;
  background: #bdd030;
  display: inline-block;
  padding: 5px 8px;
  border-radius: 8px;
}
.challenges-green-bg {
  background: #bacf32;
  padding: 20px;
  margin-top: 30px;
}
.solution-inner-sections {
  background: #f5f4f5;
  padding: 15px 25px;
}
.solution-inner-sections ul {
  padding: 0;
}
.solution-inner-sections ul li {
  list-style: none;
}
.solution-inner-sections ul li span img {
  margin-right: 10px;
}
.solution-line {
  margin-top: 40px;
}
.solutions-inner-points {
  margin-top: 40px;
}
.solution-icon-img {
  margin-bottom: 15px;
}
.solution-last-col .solution-icon-img img {
  position: relative;
  top: 30px;
}
.mobile-app-conclusion {
  background: #4f4f4f;
  color: #fff;
  padding: 30px;
}
.challanges-points {
  background: #bdd030;
  border-radius: 20px;
  padding: 0 15px 20px;
  margin-top: 30px;
  height: 100%;
  max-height: 175px;
}
.upper-section {
  background: #231f20;
  color: #ffff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 15px 20px;
}
.lower-section {
  padding: 15px 5px 5px;
}
.upper-section img {
  width: auto;
  right: 0;
  top: -6px;
}
.tech-stack-main-heading {
  margin: 25px 0;
}
.seamless-list-points {
  margin-bottom: 8px;
}
.result-complete-list {
  margin-top: 25px;
}
.case-study-main-banner-images img {
  max-width: 460px;
}
.case-study-main-banner-images-2 img {
  max-width: 400px;
}
.case-study-main-banner-images-3 img {
  width: 100%;
  align-items: center;
  position: relative;
  left: -30px;
}
.case-study-main-banner-images-4 img {
  width: 100%;
  align-items: center;
  position: relative;
  right: -30px;
}
.inner-section-results-2 {
  display: inline-block;
  float: right;
  width: 550px;
}
.summary-2-points ul {
  padding: 0;
  list-style: none;
}
.summary-2-points li::before {
  content: "-";
  margin-right: 15px;
}
/* CASE STUDIES SECTIONS */
.ios-box,
.flutter-box {
  margin-top: 70px !important;
}
select#id_service,
select#id_country1,
select#id_country,
select#id_services,
select#id_services2,
select#id_services_name,
.dropdown-service-input {
  padding: 0 0.55rem !important;
}
.right-div-new h2 {
  font-weight: 800 !important;
  font-size: 28px;
}
.right-tools-tech-img img {
  margin-left: 50px;
}
.why-choose-us-heading-height {
  height: 50px;
}
.why-choose-us-image-height {
  height: 60px;
}
.conclusion-padding {
  padding-left: 15px;
  padding-right: 15px;
}
.back-home-btn {
  border-radius: 10px;
}
.explore-btn {
  position: relative;
  width: 115px;
  text-align: left;
}
.exp-arrow {
  background-image: url(../arpatech/assets/images/icons/ic_180_arrow.png);
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 12px;
  right: 12px;
}
.explore-btn:hover .exp-arrow {
  background-image: url(../arpatech/assets/images/icons/ic_180_arrow_white.png);
}

.get-a-quote-btn {
  position: relative;
  width: 152px;
  text-align: left;
}
.get-quote-arrow {
  background-image: url(../arpatech/assets/images/icons/ic_180_arrow.png);
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 14px;
  right: 12px;
}
.get-a-quote-btn:hover .get-quote-arrow {
  background-image: url(../arpatech/assets/images/icons/ic_180_arrow_white.png);
}
.awsm-job-specification-item span {
  color: #333;
}
/* iframe {
  width: 82% !important;
} */
.rc-anchor-logo-portrait {
  margin: 10px 0 0;
  width: 58px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.rc-anchor-normal {
  height: 74px;
  width: 220px;
}
.left-section-hedings {
  padding-top: 30px;
  text-align: center;
}
.curl-img img {
  padding-top: 45px;
}
.right-section-text {
  font-size: 18px;
  padding-top: 38px;
}
.right-section-text p {
  padding-top: 16px;
}
.right-section-text p:first-child {
  padding-top: 0;
}
.comp-dso-left-side span img {
  padding-bottom: 4px;
  margin-right: 20px;
}
.comp-dso-left-side label {
  font-weight: bold;
  font-size: 18px;
}
.comp-dso-left-side p {
  padding-left: 40px;
  margin-bottom: 20px;
}
.comparison-table {
  margin-top: 50px;
}
.table-bordered td,
.table-bordered th,
.table-bordered thead th {
  border: 2px solid #000000;
  vertical-align: middle;
  padding: 1.5rem;
}
.common-dso-tools label {
  font-size: 20px;
  font-weight: bold;
}
.common-dso-tools .icon img {
  padding-bottom: 4px;
  margin-right: 10px;
}
.common-dso-tools p {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.dso-tools-icons {
  margin-bottom: 30px;
}
.dso-tools-icons ul {
  list-style: none;
  padding: 0;
}
.dso-tools-icons ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
}
.our-solutions label {
  font-size: 20px;
  font-weight: bold;
  padding-top: 40px;
  margin-bottom: 20px;
}
.ticketing-system-image {
  margin-top: 40px;
}
.counting {
  background: #bdd030;
  border-radius: 8px;
  width: fit-content;
  padding: 10px 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.ticketing-content {
  background: #e9e9e9;
  border-radius: 15px;
  padding: 25px 15px 15px;
  height: 250px;
  margin-top: 20px;
}
.ticketing-content label {
  font-weight: bold;
  font-size: 20px;
}
.card-body {
  padding: 0 0 30px;
}
.white:hover {
  color: #fff;
}
.slider-item {
  background-size: cover; /* Ensures the image covers the container */
  background-position: center; /* Centers the image within the container */
  width: 100%;
  height: 149px; /* Adjust the height as needed */
}

.front-page-news-item img {
  width: 350px;
  /* height: 149px; */
}
.news-items-blog {
  height: 149px;
}
.news-items-blog p {
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  width: fit-content;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.blog-short-desc {
  width: 100%;
  max-width: 280px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* Limit to 3 lines */
  overflow: hidden;
  text-overflow: ellipsis;
}

.scalable-solution-approach-2 {
  background: #e3e3e3;
  padding: 50px 15px;
}
.scalable-solution-approach-2 ul {
  list-style: none;
  padding: 0;
}
.scalable-solution-approach-2 h2 {
  font-size: 24px;
}
.scalable-solution-approach-2 ul li span img {
  margin-right: 10px;
}

.results-2 {
  background: transparent;
  padding: 50px 15px;
}
.results-2 ul {
  list-style: none;
  padding: 0;
}
.results-2 h2 {
  font-size: 24px;
}
.results-2 ul li span img {
  margin-right: 10px;
}

.scalable-solution-approach-3 {
  background: #e3e3e3;
  padding: 50px 15px;
}
.scalable-solution-approach-3 ul {
  list-style: none;
  padding: 0;
}
.scalable-solution-approach-3 h2 {
  font-size: 24px;
  background: #bbd231;
  display: inline-block;
  border-radius: 10px;
  padding: 5px 20px;
}

.scalable-solution-approach-4 {
  background: #e3e3e3;
  padding: 50px 15px;
}
/* Style for each list item */
.scalable-solution-approach-4 li {
  align-items: flex-start; /* Align items to the top of the container */
  margin-bottom: 15px; /* Space between list items */
}

/* Container for the marker and the text */
.scalable-solution-approach-4 .point-container {
  display: flex;
  align-items: flex-start; /* Align items at the top */
}

/* Container for the marker image */
.scalable-solution-approach-4 .marker-container {
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  margin-top: 5px;
}

/* Ensure the marker stays to the left */
.scalable-solution-approach-4 .marker-container img {
  display: inline-block;
  width: auto;
}

/* Container for the text (label and paragraph) */
.scalable-solution-approach-4 .text-container {
  flex-direction: column; /* Stack the label and paragraph vertically */
  justify-content: flex-start;
}
/* Optional: Ensure paragraph text breaks properly when it exceeds width */
.scalable-solution-approach-4 .text-container p {
  word-wrap: break-word;
}

/* Add spacing between label and paragraph if needed */
.scalable-solution-approach-4 .text-container label {
  margin-bottom: 5px; /* Space between label and paragraph */
}

.scalable-solution-approach-4 ul {
  list-style: none;
  padding: 0;
}
.scalable-solution-approach-4 label {
  background: #bbd231;
  display: inline-block;
  border-radius: 10px;
  padding: 5px 20px;
}
.scalable-solution-approach-3 ul li span img {
  margin-right: 10px;
}

.scalable-solution-approach-5 {
  background: #e3e3e3;
  padding: 50px 15px;
}
.scalable-solution-approach-5 li {
  display: flex;
  align-items: flex-start; /* Align items to the top */
  margin-bottom: 15px; /* Space between list items */
}
.scalable-solution-approach-5 .marker-container {
  display: flex;
  align-items: flex-start; /* Align the items at the start (top) */
}
/* For the marker image */
.scalable-solution-approach-5 .marker {
  align-items: flex-start;
  margin-right: 15px; /* Space between marker and text */
}
/* For the text content */
.scalable-solution-approach-5 .text-container {
  display: flex;
  flex-direction: column; /* Ensure text is stacked vertically */
}
/* Label and paragraph alignment */
.scalable-solution-approach-5 .text-container label,
.scalable-solution-approach-5 .text-container p {
  margin: 0; /* Remove default margins */
  padding: 0; /* Remove padding */
}
/* Optional: Adjust text wrapping behavior if it gets long */
.scalable-solution-approach-5 .text-container p {
  word-wrap: break-word;
}
.scalable-solution-approach-5 ul {
  list-style: none;
  padding: 0;
}
.scalable-solution-approach-5 h4 {
  background: #bbd231;
  display: inline-block;
  border-radius: 10px;
  padding: 5px 20px;
}
/* .scalable-solution-approach-5 ul li span img {
  margin-right: 10px;
} */
.social-counts h4 {
  background: #bbd231;
  display: inline-block;
  border-radius: 10px;
  padding: 5px 20px;
  font-weight: bold;
}

.scalable-solution-approach-6 {
  background: url("/wp-content/uploads/2025/02/cs-rava-solutions-banner.jpg");
  padding: 50px 15px;
  background-repeat: no-repeat;
  background-size: cover;
}
.scalable-solution-approach-6 ul {
  list-style: none;
  padding: 0;
}
.scalable-solution-approach-6 h4 {
  background: #bbd231;
  display: inline-block;
  border-radius: 10px;
  padding: 5px 20px;
}
.scalable-solution-approach-6 ul li span img {
  margin-right: 10px;
}
.rava-conclusion-inner-section strong label {
  background: #bbd231;
  border-radius: 10px;
  padding: 5px 20px;
}
.de-padding-top {
  padding-top: 230px;
}
.solution-points li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.solution-points li span {
  margin-right: 10px; /* Space between marker and text */
}
.solution-points li img {
  vertical-align: middle; /* Ensure image is vertically aligned with the text */
}
/* Style for each list item */
.flexible-subscription-plans li {
  margin-bottom: 15px; /* Space between list items */
}

/* Container for the marker and text */
.flexible-subscription-plans .point-container {
  display: flex;
  align-items: flex-start; /* Align items at the top */
}

/* For the marker (image) */
.flexible-subscription-plans .marker-container {
  align-items: flex-start; /* Align marker image to the top */
  justify-content: center; /* Center marker image horizontally */
  margin-right: 10px; /* Space between marker and text */
}

/* For the text (label and paragraph) */
.flexible-subscription-plans .text-container {
  display: flex;
  flex-direction: column; /* Stack label and paragraph vertically */
  justify-content: flex-start;
}

/* Style for the label and paragraph */
.flexible-subscription-plans .text-container strong,
.flexible-subscription-plans .text-container p {
  margin: 0; /* Remove default margin */
  padding: 0; /* Remove padding */
}

/* Optional: Ensure the paragraph text breaks correctly if it exceeds width */
.flexible-subscription-plans .text-container p {
  word-wrap: break-word;
}

/* Optional: Spacing between label and paragraph */
.flexible-subscription-plans .text-container strong {
  margin-bottom: 5px; /* Space between label and paragraph */
}

/* Container for the marker and text */
.solution-approach-section-1 .point-container {
  display: flex;
  align-items: flex-start; /* Align items at the top */
}

/* For the marker image */
.solution-approach-section-1 .marker-container {
  align-items: flex-start; /* Align the marker to the top */
  justify-content: center; /* Center the marker horizontally */
  margin-right: 10px; /* Space between marker and text */
}

/* For the text (label and paragraph) */
.solution-approach-section-1 .text-container {
  display: flex;
  flex-direction: column; /* Stack the label and paragraph vertically */
  justify-content: flex-start;
}

/* Optional: Ensure the paragraph text breaks correctly if it exceeds width */
.solution-approach-section-1 .text-container p {
  word-wrap: break-word;
}

/* Optional: Spacing between label and paragraph */
.solution-approach-section-1 .text-container strong {
  margin-bottom: 5px; /* Space between label and paragraph */
}
.tree-planting-initiatives {
}

/* Container for the marker and text */
.tree-planting-initiatives .point-container {
  display: flex;
  align-items: flex-start; /* Align items at the top */
}

/* For the marker (image) */
.tree-planting-initiatives .marker-container {
  align-items: flex-start; /* Align marker image to the top */
  justify-content: center; /* Center marker image horizontally */
  margin-right: 10px; /* Space between marker and text */
}

/* For the text (label and paragraph) */
.tree-planting-initiatives .text-container {
  display: flex;
  flex-direction: column; /* Stack label and paragraph vertically */
  justify-content: flex-start;
}

/* Optional: Ensure the paragraph text breaks correctly if it exceeds width */
.tree-planting-initiatives .text-container p {
  word-wrap: break-word;
}

/* Optional: Spacing between label and paragraph */
.tree-planting-initiatives .text-container strong {
  margin-bottom: 5px; /* Space between label and paragraph */
}
/* Chatbot */
.chat-icon {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 999;
}
.chat-icon img {
  width: 60px;
  cursor: pointer;
}
.chat-container {
  position: fixed;
  bottom: 110px;
  right: 20px;
  width: 350px;
  height: 500px;
  background: white;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: none;
  flex-direction: column;
  z-index: 9999;
}
.chat-header {
  background: #f5f5f5;
  padding: 8px 10px;
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid #ddd;
}
.chat-control {
  cursor: pointer;
  margin-left: 10px;
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 8px;
  color: #fff;
}
.chat-body {
  height: 100%;
}
.chat-body iframe {
  width: 100%;
  height: 100%;
  border: none;
}
#captcha-container {
  width: 340px;
  display: none;
  position: fixed;
  bottom: 110px;
  right: 20px;
  z-index: 1000;
  background: #bccf31;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-family: sans-serif;
}
#captcha-question {
  font-weight: 600;
  margin: 10px 0;
}
img.captcha-logo {
  width: 40px;
  float: right;
  position: relative;
  top: -5px;
}
#captcha-container input {
  width: 220px;
  height: 38px;
  padding: 25px 20px !important;
  border-radius: 30px;
  border: none;
  color: #333;
  outline: none;
}
#captcha-container button {
  height: 51px;
  border-radius: 30px;
  border: none;
  color: #fff;
  outline: none;
  background: #333;
  width: 100px;
  margin-left: -61px;
}
#captcha-error {
  color: red;
  font-size: 12px;
  margin-top: 5px;
}

/* Thank You Page Styling */

.arp-thankyou{
    padding:90px 0;
    background:#fff;
    font-family:inherit;
}

.arp-thankyou .container{
    max-width:1150px;
}

/* Left */

.success-icon {
	margin-bottom: 32px;
}

.success-icon .circle{
    width:74px;
    height:74px;
    border:4px solid #b7d430;
    color:#b7d430;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.thank-title{
    font-size:72px;
    font-weight:800;
    color:#222;
    margin-bottom:10px;
    font-family: 'Montserrat';
    line-height:1.1;
}

.thank-subtitle{
    font-size:32px;
    font-weight:500;
    color:#222;
    margin-bottom:25px;
}

.thank-text{
    color:#666;
    line-height:1.9;
    font-size:16px;
}

.thank-features{
    display:flex;
    gap:45px;
    margin-top:35px;
    flex-wrap:wrap;
}

.arp-thankyou .feature-item{
    display:flex;
    align-items:center;
    gap:12px;
    color:#444;
    font-size:16px;
}

.arp-thankyou .feature-text{
    display:block;
    width:120px;
    font-size:16px;
    font-weight:500;
    color:#444;
    white-space:normal;
    word-break:normal;
    overflow-wrap:break-word;
}

.arp-thankyou .feature-icon{
    width:42px;
    height:42px;
    border:1px solid #d9d9d9;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#b7d430;
    font-size:18px;
}

/* Buttons */

.thank-buttons{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}

.btn-success-custom{

    background:#b7d430;
    color:#222;
    padding:16px 35px;
    border-radius:10px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.btn-success-custom:hover{
    background:#a8c128;
    color:#222;
}

.btn-outline-custom{

    border:1px solid #d8d8d8;
    color:#333;
    padding:16px 35px;
    border-radius:10px;
    text-decoration:none;
    font-weight:600;
    background:#fff;
}

.btn-outline-custom:hover{

    background:#f5f5f5;
    color:#222;
}

/* Right Card */

.next-card{

    background:#fafafa;
    border:1px solid #e8e8e8;
    border-radius:20px;
    padding:40px;
    position:relative;
}

.next-card h4{

    font-size:16px;
    margin-bottom:35px;
    color:#222;
}

.arp-thankyou .step{

    display:flex;
    gap:18px;
    position:relative;
    padding-bottom:35px;
}

.arp-thankyou .step:last-child{

    padding-bottom:0;
}

.arp-thankyou .step:not(:last-child):before{

    content:"";
    position:absolute;
    left:21px;
    top:48px;
    width:2px;
    height:68px;
    background:#d8d8d8;
}

.arp-thankyou .step-icon{
    width:48px;
    height:48px;
    border-radius:10px;
    border:1px solid #d7d7d7;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    flex-shrink:0;
}

.arp-thankyou .step-content h5{

    font-size:16px;
    font-weight:700;
    margin-bottom:8px;
    color:#222;
}

.arp-thankyou .step-content p{

    color:#666;
    line-height:1.7;
    margin:0;
}

/* Responsive */

@media(max-width:991px){

    .thank-title{
        font-size:50px;
    }

    .thank-subtitle{
        font-size:30px;
    }

    .next-card{
        margin-top:20px;
    }
}

@media(max-width:767px){

    .arp-thankyou{
        padding:60px 0;
    }

    .thank-title{
        font-size:42px;
    }

    .thank-subtitle{
        font-size:24px;
    }

    .thank-buttons{
        flex-direction:column;
    }

    .btn-success-custom,
    .btn-outline-custom{

        width:100%;
        text-align:center;
    }

    .thank-features{

        gap:20px;
        flex-direction:column;
    }
}

/* Thank You Page Styling */

/* Chatbot */
@media (min-width: 1400px) {
  .slider {
    max-height: 700px;
    max-width: 1500px;
  }
  .arrow-next {
    right: -110px !important;
  }
  .arrow-prev {
    left: -110px !important;
  }
}
@media (max-width: 1400px) {
  .main-header-content {
    padding-top: 50px;
  }
  .videocontainer {
    height: 750px;
  }
  .iso-certified ul {
    margin-top: 30px;
  }
  .iso-certified ul li {
    font-size: 25px;
  }
  .tooltipArpa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  }
  .blog-page-social-icons .icons-inner-section {
    left: 770px;
    position: absolute;
    width: 200px;
  }
  .compiling-slider-title {
    width: auto;
    font-size: 25px;
  }
  .click-mer-here,
  .case-study-click-mer-here {
    margin-top: -50px;
    margin-left: 20px;
  }
  img.see-more-arrow {
    top: -60px;
    left: -30px;
    width: 90px;
  }
}
@media (min-width: 1366px) and (max-width: 1399px) {
  .main-header-content {
    padding-top: 50px;
  }
  .videocontainer {
    height: 750px;
  }
  .iso-certified ul li {
    font-size: 25px;
  }
  .main-menu {
    width: 80%;
  }
  div#pop-up {
    min-width: 500px;
  }
  .tooltipArpa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  }
  .carousel-indicators-front > div {
    margin: 12px;
  }
  .emp-slider > .arrow-next {
    right: -110px;
  }
  .emp-slider > .arrow-prev {
    left: -110px;
  }
  .click-mer-here,
  .case-study-click-mer-here {
    margin-top: 0px;
    margin-left: 20px;
    width: 70%;
  }
  img.see-more-arrow {
    margin-top: 20px;
    margin-left: 20px;
    width: 40%;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .main-header-content {
    padding-top: 50px;
  }
  .videocontainer {
    height: 660px;
  }
  .iso-certified ul li {
    font-size: 22px;
  }
  .lets-connect-para {
    font-size: 16px;
  }
  .main-menu {
    width: 100%;
  }
  div#pop-up {
    min-width: 430px;
  }
  .tooltipArpa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  }
  .carousel-indicators-front > div {
    margin: 8px;
  }
  .emp-slider > .arrow-next {
    right: -110px;
  }
  .emp-slider > .arrow-prev {
    left: -110px;
  }
  .click-mer-here,
  .case-study-click-mer-here {
    margin-top: 0px;
    margin-left: 20px;
    width: 70%;
  }
  img.see-more-arrow {
    margin-top: 30px;
    margin-left: 20px;
    width: 40%;
  }
  .compiling-slider-title {
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-header-content {
    padding-top: 20px;
  }
  .videocontainer {
    height: 660px;
  }
  .iso-certified ul {
    margin-top: 50px;
  }
  .iso-certified ul li {
    font-size: 18px;
  }
  .lets-connect-para {
    font-size: 16px;
  }
  .main-menu {
    width: 100%;
  }
  .nav-link {
    width: 200px;
  }
  .main-menu .nav li a {
    font-size: 30px;
  }
  .sub-menu li {
    width: 320px;
  }
  .sub-menu li a {
    font-size: 20px !important;
  }
  div#pop-up {
    min-width: 340px;
  }
  .div-growth-innovation {
    margin-left: -280px;
    /* width: 733px; */
  }
  
  .main-search-inner-div {
  	margin: 0;
  }
  
  .why-choose-us-heading-height {
    height: 75px;
  }
  .tooltipArpa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  }
  .carousel-indicators-front > div {
    margin: 6px;
  }
  .emp-slider > .arrow-next {
    right: -110px;
    top: 100px;
  }
  .emp-slider > .arrow-prev {
    left: -110px;
    top: 100px;
  }
  .click-mer-here,
  .case-study-click-mer-here {
    margin-top: 0px;
    margin-left: 20px;
    width: 70%;
  }
  img.see-more-arrow {
    margin-top: 40px;
    margin-left: 20px;
    width: 40%;
  }
  .image-click-here-about {
    margin-left: 270px;
  }
  img.about-see-more-arrow {
    top: -80px;
    left: 190px;
  }
  .sds p {
    font-size: 15px;
  }
  .development-service-items p {
    font-size: 15px;
  }
  .fast-track-details h3 {
    font-size: 18px;
  }
  .fast-track-details p {
    font-size: 12px;
  }
  .blog-page-social-icons .icons-inner-section {
    left: 650px;
    width: 200px;
  }
  .user-experience-items p {
    font-size: 20px;
  }
  .compiling-slider-title {
    font-size: 18px;
  }
  .upper-section label {
    font-size: 18px;
  }
  .lower-section p {
    font-size: 15px;
  }
  .multiplatforms-items {
    height: 400px;
  }
  .ticketing-content {
    height: 330px;
  }
  .inner-section-results-2 {
    width: auto;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .main-header-content {
    padding-top: 20px;
  }
  .videocontainer {
    height: 660px;
  }
  .iso-certified ul {
    margin-top: 90px;
  }
  .iso-certified ul li {
    font-size: 18px;
    text-align: center;
  }
  .lets-connect-para {
    font-size: 16px;
  }
  .main-menu {
    width: 100%;
  }
  .nav-link {
    width: 100%;
    text-align: center;
  }
  .main-menu .nav li a {
    font-size: 30px;
  }
  .sub-menu {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
  }
  .sub-menu ul.sub-menu {
    top: 10px;
    right: 120px;
    width: 100%;
  }
  .sub-menu li .sub-menu li {
    width: 100%;
  }
  .sub-menu li {
    width: 100%;
  }
  .sub-menu li a {
    font-size: 20px !important;
  }
  .menu-footer-alignment {
    text-align: center;
  }
  .get-quote-blog {
  	right: 18%;
  }
  .get-quote-blog .rounded-button {
  	width: 130px;
  }
  .main-search-inner-div {
    width: 65%;
    margin: 0;
  }
  
  div#main-head {
    padding-left: 0 !important;
  }
  ul#header-menu {
    padding: 0;
  }
  .call-us-menu {
    padding-left: 0;
  }
  .icons-inner-section {
    position: relative;
    right: 0;
    width: 100%;
  }
  .tooltipArpa {
    width: 80%;
  }
  .why-choose-us-heading-height {
    height: 75px;
  }
  .carousel-indicators-front > div {
    font-size: 14px;
    margin: 6px;
  }
  .emp-slider > .arrow-next {
    right: -110px;
    top: 100px;
  }
  .emp-slider > .arrow-prev {
    left: -110px;
    top: 100px;
  }
  .click-mer-here,
  .case-study-click-mer-here {
    margin-top: 0;
    margin-left: 0;
    width: auto;
  }
  img.see-more-arrow {
    margin-top: 30px;
    margin-left: 20px;
    width: 50%;
  }
  .latest-news-content {
    font-size: 12px;
  }
  .sds p {
    font-size: 12px !important;
  }
  .development-service-items p {
    font-size: 15px;
  }
  .fast-track-details h3 {
    font-size: 16px;
  }
  .fast-track-details p {
    font-size: 12px;
  }
  .carousel-indicators-front .active {
    font-size: 17px;
  }
  .image-click-here-about {
    margin-left: 150px;
    width: 35%;
  }
  img.about-see-more-arrow {
    top: -100px;
    left: 80px;
  }
  .blog-page-social-icons .icons-inner-section {
    left: 480px;
    width: 200px;
  }
  .user-experience-items p {
    font-size: 15px;
  }
  .right-tools-text-section {
    max-width: 100% !important;
  }
  .right-tools-image {
    display: block;
  }
  .compiling-slider-title {
    font-size: 12px;
  }
  .upper-section label {
    font-size: 18px;
  }
  .lower-section p {
    font-size: 15px;
  }
  .challanges-points {
    max-height: 210px;
  }
  .multiplatforms-items {
    height: 440px;
    padding: 10px;
    padding-bottom: 40px;
  }
  .left-section-hedings h3 {
    font-size: 24px;
  }
  .right-section-text {
    font-size: 12px;
    padding-top: 30px;
    padding-left: 0;
  }
  .key-services-inner-title {
    font-size: 14px;
    text-align: center;
    padding: 0 !important;
  }
  .key-services-inner-image-side {
    padding: 0;
  }
  .ticketing-content {
    height: 425px;
  }
  .slider-item {
    width: 93%;
  }
  .inner-section-results-2 {
    width: auto;
  }
  .rava-conclusion-inner-section strong label {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 480px) {
  .top-div-digital-marketing {
    padding: 0px;
    margin: -12px;
    border: none;
  }
  .top-div-new {
    border: none;
    padding: 0px;
  }
  .top-div-mobile {
    padding: 0px;
    margin: -15px;
    border: none;
  }
  .img-digital-marketing {
    display: none;
  }
  .img-devops {
    display: none;
  }

  .img-it-resource {
    display: none;
  }
  .img-web-page {
    display: none;
  }
  .img-web-page-devsecops,
  .img-web-page-it-help-desk-support {
    display: none;
  }
  .img-cloud-managed {
    display: none;
  }

  .img-business-intelligence {
    display: none;
  }
  .img-outsourcing {
    display: none;
  }
  .img-software-development {
    display: none;
  }
  .team-plan {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 550px) {
	.top-bar {
    	padding: 10px 15px;
    }
    
    .learn-more {
        padding: 5px 10px;
        font-size: 10px;
	}
    
    .text {
    	font-size: 12px;
    }
    
}
@media (min-width: 900px) and (orientation: landscape) {
  .subscription-input {
    width: 40%;
  }

  .subscription-button {
    width: 200px;
  }

  .chat-img {
    float: right;
    position: relative;
    left: 105px;

    top: -3rem;
  }
}
@media screen and (max-width: 750px) and (min-width: 480px) {
  .scroll-row {
    display: none;
  }
  .click-mer-here {
    display: none;
  }
  .blog-page-social-icons .icons-inner-section {
    left: 20px;
    width: 100%;
    top: 200px;
  }
}
@media screen and (max-width: 480px) and (min-width: 320px) {
  .header-page-front {
    top: 5%;
  }
  .videocontainer {
    height: 45rem;
  }
  .news-header {
    background-size: auto;
  }
  .latest-blog {
    padding-top: 35%;
  }
  .case-study {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .news-description {
    margin-top: 0px;
  }
  .blog-pg-news-description {
	margin-top: 0px;
  }
  .latest-news-details {
    margin-right: 0px;
    margin-top: 0px;
  }
  .latest-news-title {
    transform: rotate(0deg);
    background-color: white;
    padding: 20px;
    margin-left: 0px;
  }
  .latest-blog-title {
    transform: rotate(0deg);
    background-color: white;
    padding: 20px;
    margin-left: 0px;
  }
  .phone-icon-front-page {
    visibility: visible;
    text-align: center;
    width: 100%;
  }
  .blog-latest-news-details {
    margin-right: 0px;
    margin-top: 0px;
  }
  .navbar {
    padding: 0px;
  }
  .right-div-new {
    margin: 0px;
    margin-top: 20px;
  }
  .top-section {
    padding-top: 40px;
  }
  .top-section-devops {
    padding-top: 90px;
  }
  .lets-do-something-right-div-new {
    margin: 0px;
    margin-top: 20px;
  }
  .reset-padding-top-div {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* .grey-rounded-items {
    padding: 20px;
  } */
  .ecommerce-solution-icons {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
  }
  .enabling-growth-div {
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: none;
  }
  .image-click-here-about {
    margin-right: 55px;
    margin-top: -55px;
    left: -140px;
    width: 40%;
  }
  img.about-see-more-arrow {
    top: -40px;
    left: 90px;
    width: 25%;
  }
  .growth-successfull-col {
    max-width: 100%;
    border-right: none;
  }
  .hiring-process-arrow {
    width: 9%;
    height: 40px;
    transform: rotate(90deg);
    position: relative;
    right: 3%;
  }
  .click-mer-here,
  .case-study-click-mer-here {
    display: none;
  }
  .ml {
    margin-left: 0%;
    margin-right: 0%;
  }
  .input-group-append {
    margin-left: 0;
    width: 100%;
    margin-top: 5px;
  }
  .subscription-button-front {
    display: block;
    border-radius: 5px !important;
    margin: 0 auto;
  }
  .left-div {
    width: 300px;
    display: block;
    margin: auto;
    text-align: center;
  }
  .main-heading-small-padding {
    padding: 0;
  }
  .font-ninety-seven {
    line-height: 1.2;
  }
  .career-header-page {
    height: 50rem;
  }
  .img-pc {
    width: 60%;
    margin-left: 0px;
    margin-top: 0px;
  }
  .team-plan {
    display: none;
  }
  .img-it-resource {
    display: none;
  }
  .img-web-page {
    display: none;
  }
  .img-web-page-devsecops,
  .img-web-page-it-help-desk-support {
    display: none;
  }
  .img-digital-marketing {
    display: none;
  }
  .img-cloud-managed {
    display: none;
  }

  .img-business-intelligence {
    display: none;
  }
  .img-outsourcing {
    display: none;
  }
  .img-software-development {
    display: none;
  }
  .img-devops {
    display: none;
  }

  .mid-div {
    padding-left: 200px;
  }
  .nav_qoute_btn {
    margin-left: 0%;
  }

  .top-div {
    margin-top: 5%;
    width: 80%;
  }
  .top-div-new {
    border: none;
    padding: 0px;
    margin-top: 50px;
  }
  .top-div-it-res {
    padding: 0px;
    margin: 0px;
    border: none;
  }
  .top-div-mobile {
    padding: 0px;
    margin: -15px;
    border: none;
    margin-top: 50px;
  }
  .top-div-digital-marketing {
    padding: 0px;
    margin: -12px;
    border: none;
    margin-top: 50px;
  }
  .result-driven-front {
    height: 55rem;
  }
  .footermenu {
    margin-top: 20px;
    height: 30vh;
    margin-bottom: 20px;
  }

  .benifits-div > div > ul {
    width: 105%;
  }

  .chat-img {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 40px;
  }

  .center-text-on-mobile {
    text-align: center;
  }

  .bpo-service-item-icon {
    margin-bottom: 10px;
    display: flex;
    flex-flow: row;
    justify-content: center;
  }

  .vertical-line {
    display: none;
  }
  .img-growth-innovation {
    margin-left: -6px;
    height: 10%;
    width: 100%;
  }
  .div-growth-innovation {
    margin-left: -19px;
    height: 48%;
    width: 100%;
    background-color: white;
    margin-bottom: 30px !important;
  }
  .row-growth-innovation-border {
    padding-bottom: 1.2rem;
  }

  .font-twenty-technology {
    font-size: 10px;
  }
  .mt-11 {
    margin-top: 60px;
  }
  .info-separator {
    transform: rotate(90deg);
  }
  .footer-div-front {
    height: auto;
    background-repeat: no-repeat, no-repeat;
    background-size: cover;
  }
  .font-thirty-five {
    font-size: 20px;
  }
  .carousel-indicators-front .active {
    color: #000000;
    font-weight: bolder;
    background-color: transparent;
    font-size: 15px;
    transform: scale(1);
  }
  .carousel-indicators-front {
    float: left;
    left: -20%;
    width: 100%;
    top: initial;
  }
  .carousel-indicators-front > div {
    font-size: 14px;
    margin: 5px;
  }
  .scrolling-element-inside {
    direction: rtl;
    padding-top: 0%;
  }

  .scrolling-area {
    overflow-x: auto;
    bottom: -50%;
    padding-bottom: 0rem;
  }
  .owl-carousel-two .owl-nav button.owl-prev,
  .owl-carousel-two .owl-nav button.owl-next {
    top: 98%;
    background-position: center !important;
    width: 70px;
    height: 70px !important;
  }
  .owl-carousel-two .owl-nav button.owl-prev {
    left: 20%;
  }
  .owl-carousel-two .owl-nav button.owl-next {
    right: 20%;
  }
  .owl-carousel-one .owl-nav button.owl-next {
    width: 60px;
    height: 60px;
    top: 30%;
  }

  .owl-carousel-two .owl-nav button.owl-prev > span,
  .owl-carousel-two .owl-nav button.owl-next > span {
    visibility: hidden;
  }
  .owl-carousel-one .owl-nav button.owl-prev > span,
  .owl-carousel-one .owl-nav button.owl-next > span {
    visibility: hidden;
  }

  .font-thirty {
    font-size: 15px;
  }
  .scroll-row {
    display: none;
  }

  .compiling-slider-icon {
    display: none;
  }
  .compiling-slider-title {
    display: none;
  }

  .fast-track-vertical-img-2 {
  }

  .fast-track-vertical-img-1 {
  }
  .owl-carousel-one {
    height: 170px;
    padding-top: 0.3rem;
  }
  .owl-item-compile.active.center {
    margin-top: 0px;
  }
  .img-expanded-slider {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }

  .box-container {
    height: 250px;

    .box {
      height: 200px;

      .overlay {
      }

      &.closed {
        width: 30rem;
      }

      &.expanded {
        width: 325rem;
      }
    }
  }
  .upper-section label {
    font-size: 14px;
  }
  .upper-section img {
    width: 60px;
  }
  .lower-section p {
    font-size: 14px;
  }
  .challanges-points {
    max-height: 210px;
  }
  .upper-section img {
    width: 45px !important;
    float: right;
    top: 0;
    position: relative !important;
  }
  .owl-carousel-one .owl-nav button.owl-prev {
    	display: block;
        top: 13%;
        left: 18%;
    }
    .latest-blog div.input-group, 
	.latest-blog hr:first-child {
    	display: none;
	}
}
@media (min-width: 320px) and (max-width: 766px) {
  .main-search-inner-div {
    width: 100%;
  }
  .main-search-1 {
    position: relative;
    max-width: 100%;
    left: 65%;
    transform: translate(-60%, 0);
  }
  .main-search-1 .main-search-inner-div .input-group-append {
    width: auto;
  }
  .main-header-content {
    padding-top: 160px;
  }
  section#results {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-header-content .font-ninety-seven {
    line-height: 1.3;
  }
  .right-tools-tech-img img {
    margin-left: 0;
    margin-top: 30px;
  }
  .videocontainer {
    height: 660px;
  }
  .iso-certified ul {
    margin-top: 0;
  }
  .iso-certified ul li {
    font-size: 16px;
    text-align: center;
  }
  .lets-connect-para {
    font-size: 14px;
  }
  .nav-button-text-align {
    display: none;
  }
  .main-menu {
    width: 100%;
  }
  .nav-link {
    width: 100%;
    text-align: center;
  }
  .main-menu .nav li a {
    font-size: 30px;
  }
  .sub-menu {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
  }
  .sub-menu ul.sub-menu {
    top: 10px;
    right: 120px;
    width: 100%;
  }
  .sub-menu li .sub-menu li {
    width: 100%;
  }
  .sub-menu li {
    width: 100%;
  }
  .sub-menu li a {
    font-size: 20px !important;
  }
  .menu-footer-alignment {
    text-align: center;
  }
  div#main-head {
    padding-left: 0 !important;
  }
  ul#header-menu {
    padding: 0;
  }
  .call-us-menu {
    padding-left: 0;
  }
  .social-icons {
    width: 100% !important;
  }
  .icons-inner-section {
    position: relative;
    right: 0;
    width: 100%;
  }
  .social-network-social-icons .social-icons {
    width: 60px !important;
    padding: 6px;
  }
  .footer-separator {
    display: none;
  }
  .emp-slider > .arrow-next {
    right: -60px;
    top: 100px;
  }
  .emp-slider > .arrow-prev {
    left: -60px;
    top: 100px;
  }
  .inner-container {
    padding-left: 30px;
  }
  .excerpt-mobile {
    display: none;
  }
  .post-slider-item p {
    font-size: 12px;
  }
  .news-read-more {
    margin-top: 10px;
    font-size: 14px;
  }
  .why-choose-us-heading-height {
    height: 50px;
  }
  div#pop-up {
    min-width: 300px;
    padding: 0px 15px 20px !important;
  }
  section#why_choose .components-div div {
    border-right: none !important;
    border-bottom: none !important;
  }
  .subscription-button {
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-right-width: 1px;
    margin-top: 5px;
  }
  .get-quote-blog {
    top: 40px;
  }
  .subscription-input {
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 1px;
    padding: 2px;
  }
  .input-group-append {
    margin-left: -2px;
  }
  .web-dev-components-items div p.center-text-on-mobile {
    font-size: 16px;
  }
  img.see-more-arrow {
    display: none;
  }
  .growth-successfull-col {
    max-width: 100%;
    border-right: none;
  }
  .div-growth-innovation {
    margin-left: 0;
    width: 100%;
    background-color: white;
  }
  .row-growth-innovation-border {
    padding-bottom: 20px;
  }
  .blog-page-social-icons .icons-inner-section {
    left: 20px;
    width: 100%;
    top: 360px;
  }
  .right-tools-image {
    display: block;
  }
  .conclusion-image-div img {
    display: none;
  }
  .tech-stack-inner-div {
    text-align: center;
    margin-bottom: 20px;
  }
  .case-study-main-heading {
    font-size: 36px;
  }
  .multiplatforms-items {
    height: 230px;
  }
  .ios-box,
  .flutter-box {
    margin-top: 3rem !important;
  }
  .curl-img img {
    transform: rotate(90deg);
    padding: 0;
    text-align: center;
    width: auto;
    margin: 0 auto;
    display: block;
  }
  .right-section-text p:first-child {
    padding-top: 0;
  }
  .right-section-text p {
    padding-top: 0;
  }
  .comp-dso-left-side span img {
    margin-right: 10px;
  }
  .comp-dso-left-side label {
    display: inline;
  }
  .comp-dso-left-side p {
    padding-left: 0;
  }
  .common-dso-tools label {
    display: inline;
  }
  .common-dso-tools .icon img {
    width: 25px;
  }
  .it-help-desk-main-heading {
    font-size: 30px;
  }
  section#why_choose .components-div .key-services-inner-image-side {
    border-bottom: 2px solid #000 !important;
    padding: 0 0 10px;
    margin-bottom: 15px;
  }
  .ticketing-content {
    height: 220px;
    margin-bottom: 30px;
  }
  .latest-blog-title {
    transform: rotate(0deg);
    margin-left: 0px;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
  }
  .blog-uploaded-details ul {
    padding: 15px;
  }
  .blog-uploaded-details ul li {
    display: block;
    margin-right: 0;
  }
  .blog-inner-upper-gap {
    padding-top: 0;
  }
  .blog-item-date {
    position: relative;
    left: 0;
    transform: rotate(0deg);
    margin-top: 20px;
  }
  .implementation-section-2 {
    padding: 50px 15px 460px;
    background-position: center 0px;
    background-size: cover;
  }
  .inner-section-results-2 {
    width: auto;
  }
  #captcha-container {
    right: 50px;
    width: 300px;
  }
  .chat-container {
    right: 2px;
    width: 340px;
  }
  .sec-without-icon-img {
  	width: 100%;
    margin-left: 64px;
  }
}
@media (max-width: 850px) and (orientation: landscape) {
  nav.header-menu-container {
    overflow: scroll;
    height: 248px;
  }
  div#main-head {
    padding-top: 0 !important;
    height: 180px;
  }
  .web-dev-components-items div p.center-text-on-mobile {
    font-size: 16px;
  }
  div#pop-up {
    min-width: 360px;
  }
}
.category-menu{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.category-menu p{
    margin: 0;
}

.category-menu p:nth-child(2n){
    display:none; /* hide | separators */
}

.category-menu a{
    display: inline-block;
    padding: 6px 14px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 20px;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.category-menu a:hover{
    background: #A6CE39;
    border-color: #A6CE39;
    color: #000;
    transform: translateY(-2px);
}

@media screen and (min-width: 580px) and (max-width: 767px) {
	.get-quote-blog {
    	right: 16%;
        top: 0px;
        z-index: 0;
     }
     .top-announce-bar {
     	top: 40px;
     }
}

@media screen and (min-width: 481px) and (max-width: 579px) {
	.get-quote-blog {
    	right: 20%;
        top: 0px;
        z-index: 0;
     }
	.get-quote-blog .rounded-button {
    	width: 120px;
     }
     .top-announce-bar {
     	top: 40px;
     }
}

@media screen and (min-width: 420px) and (max-width: 480px) {
	.navbar-brand {
    	text-align: center;
    	width: 100%;
    }
    .get-quote-blog {
    	top: 48px;
    	right: 20px;
        z-index: 0;
     }
     .top-announce-bar {
     	top: 90px;
     }
	.close-x {
        right: 2px;
	}
    .top-div-new {
     	margin-top: 160px;
     }
    .top-div-new-announce-bar {
    	margin-top: 200px;
    }
}

@media screen and (min-width: 320px) and (max-width: 420px) {
	.close-x {
        right: 0px;
	}
	.content-wrapper {
    	justify-content: center;
     }
	.text {
        text-align: center;
        width: 50%;
	}
    .navbar-brand {
    	text-align: center;
    	width: 100%;
    }
    .get-quote-blog {
    	top: 48px;
    	right: 20px;
        z-index: 0;
     }
     .top-announce-bar {
     	top: 100px;
     }
     .top-div-new {
     	margin-top: 160px;
     }
    .top-div-new-announce-bar {
    	margin-top: 200px;
    }
}

@media screen and (max-width: 767px) {
  .separator-bar { 
    display: none; 
  }
}