@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Satisfy&display=swap');

:root {
  --primary-color: #0094CE;
  --secondary-color: #ABCB6A;
  --head-dark: #171717;
  --text-dark: #111111;
  --black-dark: #111111;
  --white: #ffffff;
  --transition: all 0.3s ease-in-out;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  outline: none
}

*,
*:focus {
  outline: none;
  -webkit-tap-highlight-color: #fff0
}

html {
  scroll-behavior: smooth;
}

body {
  display: block;
  position: relative;
  font: 400 14px/1.1 "Roboto", sans-serif;
  background: var(--white);
  margin: 0;
  padding: 0 0;
  -webkit-font-smoothing: antialiased;
  display: block;
  position: relative;
  letter-spacing: 0.3px;
}



::-webkit-input-placeholder {
  color: var(--black-dark);
  opacity: 1
}

:-moz-placeholder,
::-moz-placeholder {
  color: var(--black-dark);
  opacity: 1
}

:-ms-input-placeholder {
  color: var(--black-dark);
  opacity: 1
}

a {
  color: #464646;
  text-decoration: none
}

a:hover {
  color: #464646;
  outline: none;
  text-decoration: none
}

img {
  max-width: 100%;
  vertical-align: middle
}

svg {
  display: inline-block;
  vertical-align: middle;
  fill: currentColor
}

h1,
.h1 {
  font-size: 30px
}

h2,
.h2 {
  font-size: 28px;
  line-height: 1
}

h3,
.h3 {
  font-size: 24px
}

h4,
.h4 {
  font-size: 18px
}

h5,
.h5 {
  font-size: 16px
}

h6,
.h6 {
  font-size: 15px
}

.h-100-v {
  min-height: 100vh;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 15px;
  font-style: normal;
  font-size: 40px;
  margin-bottom: 20px;
  color: var(--head-dark);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.5;
  position: relative;
}

p {
  margin: 0 0 10px;
  overflow: hidden;
  text-align: left;
  color: var(--text-dark);
  font-size: 19px;
  font-weight: 300;
  line-height: 1.68;
  margin-bottom: 15px;
}

input,
select,
textarea {
  background: var(--white);
  border: 1px solid rgb(70 70 70 / .3);
  width: 100%;
  display: block;
  color: var(--text-dark);
  padding: 11px 16px;
  border-radius: 5px;
  letter-spacing: 0;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

input::-webkit-input-placeholder {
  color: rgb(40 40 40 / 50%)
}

input::-moz-placeholder {
  color: rgb(40 40 40 / 50%)
}

input:-ms-input-placeholder {
  color: rgb(40 40 40 / 50%)
}

input:-moz-placeholder {
  color: rgb(40 40 40 / 50%)
}

textarea {
  min-height: 120px;
  padding: 14px
}

ul {
  list-style: none;
  padding: 0;
  margin: 0
}

strong,
b {
  font-weight: 700
}

table {
  border-spacing: 0;
  border-collapse: collapse
}


section {
  padding: 80px 0;
  overflow: hidden;
  position: relative;
}

section::after {
  position: absolute;
  z-index: -1;
  font-family: "Roboto Condensed", sans-serif;
  opacity: .1;
  right: 0;
  top: -2%;
}

section::after {
  content: attr(data-content);
  font-size: 200px;
  font-weight: 700;
  color: transparent;
  line-height: 1;
  -webkit-text-stroke: 2px #727272;
  text-transform: capitalize;
}

.sub-heading {
    font-family: "Satisfy", cursive;
    position: relative;
    padding-left: 24px;
    font-size: 17px;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 24px;
    display: inline-block;
}

.sub-heading::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background-color: var(--primary-color);
  translate: 0 -50%;
}

.products-sections .sub-heading {
  margin-bottom: 5px;
}
.products-sections{
  padding-top: 220px;
}

.inner-sections {
  padding: 60px 0;
}

.culture-sections {
  margin-bottom: 60px;
}

.btn {
  height: auto;
  background-color: var(--secondary-color) !important;
  cursor: pointer !important;
  margin: 0;
  position: relative !important;
  display: inline-block !important;
  font-size: 24px !important;
  font-weight: 500;
  text-transform: uppercase;
  top: 0;
  left: 0;
  width: auto;
  padding: 11px 37px 11px 32px !important;
  transition: 0.3s;
  color: var(--white);
  border: 1px solid var(--secondary-color) !important;
  margin-right: 23px;
  border-radius: 12px;
}


.btn:hover {
  background-color: var(--white) !important;
  color: var(--secondary-color) !important;
  border: 1px solid var(--secondary-color) !important;

}

.btn svg {
  margin-top: -6px;
}

.btn svg path {
  fill: var(--white) !important;
}

.btn:hover svg path {
  fill: var(--secondary-color) !important;
}

.red-text {
  color: #ef171b;
  font-weight: 700;
  font-size: 60px;
}

@media screen and (min-width:1440px) {
  .container-fluid {
    padding: 0 5.5%;
  }
}



.navbar {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  /* background-color: #ffffff; */
  padding: 10px 0px;
  z-index: 9;
  transition: var(--transition);
  backdrop-filter: blur(20px);
  box-shadow: 2px 1px 3px #02020230;
}

.scrolled {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: var(--white);
  padding: 5px 20px;
  transition: var(--transition);
  z-index: 99;
}

.white-logo {
  display: block !important
}

.normal-logo {
  display: none !important
}

.scrolled .white-logo {
  display: none !important
}

.scrolled .normal-logo {
  display: block !important;
  width: 100%;
  max-width: 80%;
}

.arrow-icon.active path {
  fill: var(--text-dark) !important;
}

.navbar.scrolled .navbar-nav .nav-link {
  color: var(--text-dark)
}

.navbar .navbar-nav.sm-icons .nav-link svg {
  fill: var(--text-dark)
}

.navbar.scrolled .navbar-nav.sm-icons .nav-link svg {
  fill: var(--text-dark)
}

.navbar .container-fluid {
  padding: 0px 40px;
}

.navbar.scrolled .container-fluid {
  padding: 4px 40px;
  transition: 0.4s;
}

.navbar .navbar-nav .nav-link {
  font-size: 22px;
  font-weight: 400 !important;
  color: var(--white);
  opacity: 1;
  margin: 0 16px;
  cursor: pointer;
  text-transform: capitalize;
  ;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--white) !important;
  font-weight: 800;
}
.navbar.scrolled .navbar-nav .nav-link:hover,
.navbar.scrolled .navbar-nav .nav-link.active {
  color: var(--black-dark) !important;
  font-weight: 800;
}

.navbar-brand {
  width: 100%;
  max-width: 50%
}

.navbar-brand img {
  width: 100%;
  max-width: 27%
}

@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.nav-link.active {
  color: var(--black-dark) !important;
  font-weight: 900 !important;
}

.banner-slider .swiper-button-prev,
.banner-slider .swiper-button-next {
  color: var(--white);
  background: var(--primary-color);
  padding: 10px;
  font-size: 16px;
  width: 52px;
  height: 52px;
  border-radius: 10px;
}

.banner-slider .swiper-button-next:after,
.banner-slider .swiper-rtl .swiper-button-prev:after,
.banner-slider .swiper-button-prev:after,
.banner-slider .swiper-rtl .swiper-button-next:after {
  font-size: 31px;
  padding: 10px;
}

.banner-slider .swiper-pagination {
  color: var(--primary-color);
  font-size: 22px;
}


.bottom-mail {
  background-image: url(../images/blue-bg.jpg);
  background-repeat: no-repeat;
  padding: 57px 0;
  background-size: cover;
}



.title h2 {
  font-size: 60px;
  text-align: center;
  font-weight: bold;
  background: linear-gradient(90deg, #171717, #004B68);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin: 0;
  margin-bottom: 8px;
}

.title h2 span {
  color: var(--primary-color);
}

.cursor {
  position: fixed;
  width: 40px;
  height: 40px;
  margin-left: 0px;
  margin-top: 0px;
  border-radius: 50%;
  border: 3px solid #208fcf;
  transition: 0.3s;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1000;
}

.cursor2 {
  position: fixed;
  width: 10px;
  height: 10px;
  margin-left: 0px;
  margin-top: 0px;
  border-radius: 50%;
  background-color: #b1cb3f;
  transform: translate(-50%, -50%);
  transition: 0.1s;
  pointer-events: none;
  z-index: 1000;
}

.grow,
.grow-small {
  transform: scale(4);
  background: white;
  mix-blend-mode: difference;
  border: none;
  margin-left: -20px;
  margin-top: -20px;
}

.grow-small {
  transform: scale(2);
}





.header-corporate {
  position: relative;
  overflow: hidden;
}

[data-overlay]:before,
[data-dsn-overlay]:before {
  content: "";
  position: absolute;
  background-color: var(--bg-overlay);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  mix-blend-mode: var(--overlay-blend-mode);
  border-radius: inherit;
}

[data-overlay="7"]:before,
[data-dsn-overlay="7"]:before {
  opacity: 0.7;
}

.before-z-index:before {
  z-index: -1;
}

.cover-bg-img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.cover-bg-img:not([height]) {
  height: 100%;
}
.float_box_container{
  padding: 80px 0;
}

.header-corporate .content .title-lg {
  line-height: 1.1;
  color: var(--white);
}

@media only screen and (min-width: 992px) {
  .title-lg {
    font-size: 6vw;
    line-height: 130px;
  }
}

/* @media only screen and (max-width: 1399px) {
  .title-lg {
    font-size: 120px;
    line-height: 100px;
  }
} */

.header-corporate .content .description {
  position: relative;
  max-width: 380px;

}

.header-corporate .content .description p {
  color: var(--white);
  text-align: center;
}


.about-personal .svg-arrow {
  right: calc(50% + 30px);
}

.about-personal h2 {
    /* font-family: "Antonio", sans-serif; */
    font-size: 49px;
    line-height: 1.26;
    margin: 0;
    width: 100%;
    max-width: 63%;
}

.about-bg {
  opacity: 0.1;
}

.dsn-btn-shape {
  position: relative;
  width: -webkit-max-content;
  width: max-content;
  filter: url(#buttonFilter);
  transition: 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.dsn-btn-shape .button {
  position: relative;
  text-align: center;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 14px 40px;
  line-height: 1;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  background-color: var(--primary-color);
}

.dsn-up {
  margin-top: 30px;
}

.dsn-btn .title-btn {
  position: relative;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 2px;
}

.dsn-btn .title-btn[data-animate-text] {
  overflow: hidden;
}

.dsn-btn .title-btn[data-animate-text]:before {
  position: absolute;
  content: attr(data-animate-text);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: rotateZ(7deg);
  opacity: 0;
}

.dsn-btn .title-btn[data-animate-text]>span,
.dsn-btn .title-btn[data-animate-text]:before {
  transition: 0.8s cubic-bezier(0.65, 0, 0.076, 1);
  transform-origin: 0 center;
}

.dsn-btn-shape .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  transition: 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.135, 0.9, 0.15, 1);
  transition-duration: 0.9s;
  background-color: var(--primary-color);
}

.dsn-btn-shape svg {
  fill: var(--white);
  width: 19px;
  height: 19px;
  margin-left: 10px;
  transition: all 0.4s ease-in-out;
}

.dsn-btn-shape:hover svg {
  /* transform: translateY(-4px) rotate(-4deg); */
  transform: translate(4px, -4px) rotate(-1deg);
}

.dsn-btn:hover .title-btn[data-animate-text]>span {
  transform: rotateZ(-7deg);
  opacity: 0;
}

.dsn-btn:hover .title-btn[data-animate-text]:before {
  transform: none;
  opacity: 1;
}

.box-title h6 {
  /* font-family: "Antonio", sans-serif; */
  font-size: 22px;
  margin: 0;
}

.box-brands {
  margin-top: 60px;
  padding: 0;
}

.d-grid:not(.dsn-isotope) {
  display: grid;
}

.box-brands .brand-inner {
  padding-left: 30px;
}

.d-grid.custom-width {
  grid-template-columns: auto 73%;
}

.d-grid:not(.dsn-isotope):not(.d-grid-no-space) {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.brand-item{
  height: 100%;
}
.clients-logos {
    background: #fff;
    border-radius: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
     padding: 8px;
     margin: 10px 0;
}
.brand-item img {
  width: 100px; 
  margin: 5px 0;
}

.products-item {
  margin: 22px 10px 22px;
  background: #ffffff;
  border-radius: 30px;
  padding-bottom: 20px;
  box-shadow: 3px 3px 15px #f0f0f0;
}

.products-img {
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  margin-bottom: 0px;
}

.products-sections {
  position: relative;
  background: #ABCB6A;
  background: linear-gradient(0deg, rgba(171, 203, 106, 0.168) 0%, rgba(255, 255, 255, 1) 69%);
}

.products-info {
  padding: 12px 20px 10px;
}

.products-info h3 {
  font-size: 28px;
  margin: 0;
  text-transform: capitalize;
  margin-top: 6px;
  margin-bottom: 8px;
}

.products-info p {
  font-size: 17px;
  color: #5d5d5d;
  display: -webkit-box;
  max-width: 100%;
  padding-right: 0;
  margin: 0 auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.products-item a {
  position: relative;
}

.products-info span {
  font-size: 13px;
  margin: 0;
  color: rgb(168, 168, 168);
  display: inline-block;
  position: absolute;
  left: 17px;
  top: 10px;
  background: var(--primary-color);
  padding: 6px 13px;
  border-radius: 20px;
  color: var(--white);
  font-weight: 600;
  box-shadow: 3px 4px 2px #606060;
}

.products-arrow {
  margin-top: 10px;
}

.products-arrow svg {
  transform: rotate(-45deg);
  transition: var(--transition);
  border-radius: 25px;
}

.products-item:hover .products-arrow svg {
  transform: rotate(0deg);
  box-shadow: 1px 1px 20px var(--primary-color);
}

.application-img {
  border-radius: 50%;
  border: 2px solid #b1cb3f;
  padding: 25px;
  height: 400px;
  width: 400px;
}

.application-img img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

.application-info {
  margin-top: 20px;
}

.application-info h4 {
  font-size: 23px;
  text-align: center;
  width: 100%;
  max-width: 75%;
  margin: 20px auto 15px;
  line-height: 1.3;
  text-transform: capitalize;
  letter-spacing: 0.3px;
  font-weight: 400;
}

.application-item {
  margin-bottom: 15px;
  margin-top: 30px;
}

.circle .application-img {
  position: relative;
}

.circle .application-img::after {
  content: "";
  position: absolute;
  left: 10%;
  top: 12%;
  width: 30px;
  height: 30px;
  background-color: #208fcf;
  border-radius: 50%;
  z-index: 9;
}

.second-circle.circle .application-img::after {
  left: 63%;
  top: auto;
  bottom: -1%;
}




.application-item {
  text-align: center;
}

.creative-orbit .orbit-wrapper {
  position: relative;
  width: 400px;
  height: 400px;
  /* green orbit */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
   margin: auto;
}

.creative-orbit .application-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

.creative-orbit .application-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.creative-orbit .planet-orbit {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  transform: rotate(0deg);
  transform-origin: center;
  pointer-events: none;
  z-index: 2;
}

.creative-orbit .planet {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--primary-color);
  top: 0%;
  left: 0%;
  transform: rotate(0deg) translateX(125px);
  transform-origin: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.second-circle.creative-orbit .planet {
  top: auto;
  left: -21%;
  bottom: 12%;
}


.creative-orbit:hover .planet-orbit {
  animation: orbitOnce 2s ease-out forwards;
}

@keyframes orbitOnce {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.application-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--secondary-color);
  width: 10px;
  border-radius: 20px;
  transition: all 0.4s ease-in-out;
}

.application-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
}

.application-bg {
  top: auto;
  bottom: 0%;
}

.products-sections .application-bg {
  top: 0%;
  bottom: auto;
}

.application-items {
  margin-bottom: 100px;
}

.application-section {
  background: #208FCF;
  background: linear-gradient(0deg, rgba(32, 143, 207, 0.217) 0%, rgba(255, 255, 255, 1) 69%);
}

.products-sections {
  background: #208FCF;
  background: linear-gradient(180deg, rgba(32, 143, 207, 0.217) 0%, rgba(255, 255, 255, 1) 69%);
}
.about-personal{
   background: #208FCF;
  background: linear-gradient(0deg, rgba(32, 143, 207, 0.217) 0%, rgba(255, 255, 255, 1) 69%);
}

footer {
  padding: 70px 0;
  background: #208FCF;
  background: linear-gradient(180deg, rgba(32, 143, 207, 0.217) 0%, rgba(255, 255, 255, 1) 69%);
}

footer h5 {
  font-size: 28px;
  text-align: left;
  margin-bottom: 15px !important;
}

footer p {
  margin-bottom: 7px;
}
footer p a{
 transition: all 0.4s ease-in-out;
}
footer p a:hover{
 margin-left: 5px;
}
.text-titles-parents img {
    position: absolute;
    width: 100%;
    /* max-width: 470px; */
    bottom: 8%;
    left: -23%;
    border-radius: 11%;
    z-index: -1;
    opacity: 1;
}

















































.form-group.has-feedback {
  margin-bottom: 18px;
  position: relative;
}

.modal-logo img {
  width: 100%;
  max-width: 50%;
  margin: auto;
  margin-bottom: 0px
}

.modal-call {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}


.modal-content {
  border-radius: 50px;
  overflow: hidden
}

.modal-call a,
.modal-call .prev-digit {
  color: #1d242b;
  font-size: 19px;
  font-weight: 500;
  width: 100%;
  align-items: start;
  margin-bottom: 12px;
}

.modal-body .has-feedback {
  margin-bottom: 12px;
  position: relative;
}

.modal-body .form-control {
  border: 0;
  background-color: #fff0;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  font-size: 17px;
  color: var(--black-dark) !important;
  box-shadow: none;
  font-weight: 400;
}

.modal-header {
  background-color: var(--primary-color);
  color: var(--white);
  text-align: center;
}

.modal-header h5 {
  color: var(--white);
  font-size: 24px;
  width: 100%;
  letter-spacing: .4px;
  font-weight: 500;
}

.modal-header .btn-close {
  margin: 0;
  filter: invert(1);
}

.modal-logo {
  padding: 10px 0px 10px;
}

.modal-body {
  padding: 0
}

.modal-footer input {
  font-size: 17px !important;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--white);
  padding: 7px 1px 7px 1px !important;
  transition: 0.3s;
}

.modal-footer .btn:hover input {
  color: var(--secondary-color);
}

label.error {
  position: absolute;
  bottom: -14px;
  color: red !important;
  font-weight: 400;
  font-size: 12px !important;
  text-transform: capitalize;
}

.footer-whatsapp-left {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0 20px 100px 0;
  z-index: 999999;
}

.footer-whatsapp-left a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-call-right {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0 20px 180px 0;
  z-index: 999999;
}

.footer-call-right a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vibrate-3 {
  -webkit-animation: vibrate-3 1s linear infinite both;
  animation: vibrate-3 1s linear infinite both;
}

@-webkit-keyframes vibrate-3 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  10% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }

  20% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }

  30% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }

  40% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }

  50% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }

  60% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }

  70% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }

  80% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }

  90% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes vibrate-3 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  10% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }

  20% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }

  30% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }

  40% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }

  50% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }

  60% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }

  70% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }

  80% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }

  90% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.mobile-footer-social-icon-main {
  display: none;
}

.feature-product-content {
  padding: 5px 16px;
}

@media screen and (max-width: 991px) {
  .footer-whatsapp-call {
    display: none;
  }

  .mobile-footer-social-icon-main {
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 999;
  }

  .mobile-footer-social-icon {
    width: 33%;
    display: inline-block;
    text-align: center;
  }

  .book-app {
    width: 100%;
    padding: 1%;
    float: left;
    line-height: 40px;
    text-align: center;
    max-height: 100px;
  }

  .book-app a {
    font-size: 15px;
  }

  .footer-box-two {
    display: flex !important;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #0f4da2;
    color: var(--white);
    text-align: center;
    z-index: 9;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 768px) {
  .mobile-footer-social-icon {
    width: 32.5%;
    display: inline-block;
    text-align: center;
  }

  .mobile-footer-social-icon a {
    font-size: 15px;
    font-weight: 400;
  }

}