.h-350{
  height:350px;
}
.h-400{
    height: 400px;
}
.h-650{
  height: 650px;
}
.h-70{
  height:70px;
}
.h-90{
  height: 90px;
}
.h-130{
  height:130px;
}
.modal-dialog{
  max-width:900px!important;
}
.pt-300{
  padding-top:300px;
}
.footer-section .footer-logo-content .font-15{
  font-size:15px!important;
}
.nav-scrolled {
  background-color:#246c94;
}
.header-logo{
  height: 200px!important;
}
.header-top{
  position: relative;
  top: -50px;
}
.txt-client{
  color:#606480;
}
.pr-6{
  padding-right: 5rem!important;
}
.fnt-20{
  font-size:20px!important;
}
.white-img{
    min-height: 100px;
}
.grey-scale{
    filter:grayscale(2);
}
.text-black{
  color:#000!important;
}
.quote-section{
    font-size: 16px;
    margin: 0 0 20px 72px;
    padding: 10px 20px;
    font-style: italic;
    border-left: 3px solid #676767;
}
.custom-list{
    font-size: 20px;
    color: var(--e-global-color-text);
}
.curved-radius{
 border-radius: 20px
}
.out-container{
  position: relative;
  top: -120px;
}
.mh-600{
  max-height: 600px;
}
.mh-650{
max-height: 650px;
}
.text-underline{
  width: 20%;
  margin: auto;
  margin-top: 5%;
  margin-bottom: 5%;
  transform: translate(-90px, -40px);
}
.text-underline-client{
  width: 5%;
  margin: auto;
  margin-top: 5%;
  margin-bottom: 5%;
  transform: translate(-90px, -35px);
}
.bg-about-gf{
  background-image: url('../images/about-bg.jpg');
  background-position: center;
  background-size: cover;
  min-height: 500px;
}
.about-map{
  background-image: url('../images/about-map.jpeg');
  background-position: center;
  background-size: cover;
  min-height: 500px;
}
.about-plain{
  background-image: url('../images/about_plain.jpeg');
  background-position: center;
  background-size: cover;
  min-height: 500px;
}
.slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 22%;
  gap: .3rem;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  cursor: grab;
  padding-inline: 1rem;
}
.slider::-webkit-scrollbar {
  display: none;
}
.slide img {
  inline-size: 100%;
  object-fit: cover;
  border-radius: .2rem;
}
@media (max-width: 440px) {
  .slider {
    grid-auto-columns: 100%;
  }
}
.box-shadow{
  box-shadow: 10px 10px 10px 10px #fff

}
.top-70{
  position:relative;
  top: -90px;
}
.slide-container{
  box-shadow: 0px 0px 100px 0px rgb(226 228 231);
  border-radius: 20px;
  padding: 94px 35px 101px 35px;
}
.cards-wrapper {
  display: flex;
  justify-content: center;
}
.card img {
  max-width: 100%;
  max-height: 100%;
}
.h-w-400{
  height:400px;
  width:400px;
}
.mh-500{
  max-height: 500px!important;
}
.max-height-100{
  height:100px!important;
  width: 100px!important;
}
.top--120{
  top:-120px;
}
.right-100{
  right:100px;
}
.pt-8{
  padding-top: 8rem!important;
}
.mt-350{
  margin-top:350px!important;
}
.h-250{
  height:250px;
}
.h-300{
  height:300px;
}
.card-bg-blue{
  background-color: #3598c1;
  background: #3598C1 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 99px #00000052; 
}
.card-shadow{
  box-shadow: 0px 0px 99px #00000052; 
}
.bg-sec-card{
  background-color: #EDF1F7!important;
}
.br-50{
  border-radius: 50px;
}
.circle-icon{
  width: 80px;
  height: 80px;
  border-radius:50%;
  padding:15px;
/* UI Properties */
background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 0px 50px #00000029;
}
.pb-290{
  padding-bottom:290px!important;
}
.automation-top{
  position: relative;
  top: -300px;
  z-index: 100;
}
.service-inner-top{
  position: relative;
  top: -300px;
  z-index: 100;
}
.automation-card{
  box-shadow: 0px 3px 99px #00000029;
  height: 700px;
}
.integration-card{
  box-shadow: 0px 3px 99px #00000029;
  height: 400px;
}
.red-text{
  color:red!important;
}

.wrapper {
  position: fixed;
  bottom: 50px;
  right: -370px;
  max-width: 345px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 15px 25px 22px;
  transition: right 0.3s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.wrapper.show {
  right: 20px;
}
.wrapper header {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
header i {
  color: #4070f4;
  font-size: 32px;
}
header h2 {
  color: #4070f4;
  font-weight: 500;
}
.wrapper .data {
  margin-top: 16px;
}
.wrapper .data p {
  color: #333;
  font-size: 16px;
}
.data p a {
  color: #4070f4;
  text-decoration: none;
}
.data p a:hover {
  text-decoration: underline;
}
.wrapper .buttons {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.buttons .button {
  border: none;
  color: #fff;
  padding: 8px 0;
  border-radius: 4px;
  background: #4070f4;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.2s ease;
}
.buttons #acceptBtn:hover {
  background-color: #034bf1;
}
#declineBtn {
  border: 2px solid #4070f4;
  background-color: #fff;
  color: #4070f4;
}
#declineBtn:hover {
  background-color: #4070f4;
  color: #fff;
}


@media only screen and (max-width: 500px){
  .cookie-bubble {
    max-width: 320px!important;
  }
  .sub-banner-section{
    padding:300px 0 40px 0!important;
  }
  .service-inner-top{
    position: relative;
    top: -200px;
    z-index: 100;
}
}


@media only screen and (max-width: 1200px) and (min-width: 950px)  {
  .p-pm-0{
    padding: 0px!important;
    margin: 0px!important;
  }
  .pr-xlg-0{
    padding-right: 0px!important;
  }

  .hk-650 {
    height:650px!important;
  }
  .pl-xlg-0{
    padding-left:0px!important;
  }

}
@media only screen and (min-width: 1200px){
 .hk-650{
  height: 650px;
 }
}




  