:root{
      --muted:#6f6f7a;
      --bg: #fbf6ff;
      --pink-color-grad:linear-gradient(360deg,rgba(229, 26, 75, 1) 0%, rgba(184, 36, 72, 1) 100%);
      --main-title-grad:linear-gradient(90deg,#e51a4b 0%, #814aac 70%);
      --card-radius: 24px;
       --tp-common-black: #030303;
  
  --tp-common-white: #fff;
  --tp-common-white-2: #f0f0f0;
 
  --tp-common-black-1: #10302a;
  --tp-common-black-2: #0d0d0d;
  --tp-common-black-3: #000;
  --tp-common-black-4: #405955;
  --tp-common-black-5: #111112;
  --tp-common-black-6: #333333;
  --tp-common-black-7: #121314;
  --tp-common-yellow: #fff112;
  --tp-common-yellow-2: #FFD500;
  --tp-common-green: #00dd80;
  --tp-common-green-2: #b4e717;
  --tp-common-green-3: #d5ffdd;
  --tp-common-blue: #5956e9;
  --tp-common-nights: #7D5DFF;
  --tp-common-meteor: #E62415;
  --tp-common-angry: #f14f44;
  --tp-common-sugar : #FFFBF5;
  --tp-common-cream : #b7ab98;
  --tp-common-pink : #eb5939;
  --tp-grey-1: #525252;
  --tp-grey-2: #999;
  --tp-grey-3: #f8f8f8;
  --tp-grey-4: #aaa;
  --tp-grey-5: #f3f1f2;
  --tp-grey-6: #AFB7B6;
  --tp-grey-7: #5c5c5c;
  --tp-grey-8: #101010;
  --tp-theme-primary: #c4ee18;
  --tp-theme-secondary: #ff6d00;
  --tp-theme-1: #0752c5;
  --tp-border-1: #eee;
  --tp-border-2: rgba(51, 51, 51, 0.8);
  --tp-border-3: rgba(255, 255, 255, 0.1);
--page-bg: #ffffff;
  --card-bg: #f6f6f6;
  --text-main: #0d0d0d;
  --border-color: #e5e5e5;
  --radius: 16px;
  --padding: 24px;
  --transition: 0.22s ease-out;
    }
    @font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Black.woff2') format('woff2'),
        url('../fonts/Satoshi-Black.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Light.woff2') format('woff2'),
        url('../fonts/Satoshi-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Bold.woff2') format('woff2'),
        url('../fonts/Satoshi-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Medium.woff2') format('woff2'),
        url('../fonts/Satoshi-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Regular.woff2') format('woff2'),
        url('../fonts/Satoshi-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

    body{
      font-family: 'Satoshi';
      background: #f6f4fe;
      color:#000000;
      overflow-x:hidden;
      font-size: 1rem;
    }
    h1 {
      font-size: 60px;
     line-height: 1.15;
     font-weight: 500;
    }
    h2 {
      font-size: 50px;
      line-height: 1.22;
      font-weight: 500;
    }
    h3 {
      font-size: 40px;
      line-height: 1.28;
      font-weight: 500;
    }
    h4 {
      font-size: 30px;
      line-height: 1.32;
      font-weight: 400;
    }
    h5 {
      font-size: 20px;
      line-height: 1.36;
      font-weight: 400;
    }
    h6 {
      font-size: 18px;
      line-height: 1.4;
      font-weight: 400;
    }


a {
  text-decoration: none;
}


a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

@keyframes bar_anim {
  0%, 100% {
    -webkit-clip-path: inset(-2px 0);
    clip-path: inset(-2px 0);
  }
  42% {
    -webkit-clip-path: inset(-2px 0 -2px 100%);
    clip-path: inset(-2px 0 -2px 100%);
  }
  43% {
    -webkit-clip-path: inset(-2px 100% -2px 0);
    clip-path: inset(-2px 100% -2px 0);
  }
}

/*----------------------------------------*/
/*  2.8 offcanvas
/*----------------------------------------*/

.tp-header-pp-menu-btn {
  border: 1px solid #ebebeb;
  background: var(--tp-common-white);
}
.tp-header-pp-menu-btn span {
  background: var(--tp-common-black);
}
.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 995;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
}
.body-overlay.apply {
  opacity: 1;
  visibility: visible;
}
.body-overlay:hover {
  cursor: url(../img/cross-icon/cross-out.png), pointer;
}

.tp-offcanvas {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: -100%;
  width: 450px;
  bottom: 0;
  box-shadow: 0 16px -32px 0 rgba(0, 0, 0, 0.8);
  background-color: var(--tp-common-white);
  z-index: 997;
  padding: 50px;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s ease-in-out;
  overflow-y: scroll;
}

.tp-offcanvas-2-bg.left-box:before {
  content: '';
  position: absolute;
  inset: 0;                  
  background: url(../images/main_bg.jpg) center/cover no-repeat;
  z-index: -1;           
  opacity: 1;  
}

.tp-header-sidebar-btn span {
  height: 2px;
  width: 25px;
  display: block;
  margin: 6px auto;
  background: var(--tp-common-black);
}
.tp-header-sidebar-btn:hover span {
  animation: bar_anim 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}
.tp-header-sidebar-btn:hover span:nth-child(2) {
  animation-delay: 0.1s;
}


.tp-header-2-menu-btn {
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(104px);
  width: 60px;
  height: 60px;
  padding-right: 14px;
}
.tp-header-2-menu-btn span {
  background: var(--tp-theme-primary);
  width: 20px;
  margin: 4px 0 4px auto;
  border-radius: 10px;
  height: 2px;
}
.tp-header-2-menu-btn span:nth-child(2) {
  width: 30px;
}
.tp-header-pp-menu-btn {
  border: 1px solid #ebebeb;
  background: var(--tp-common-white);
}
.tp-header-pp-menu-btn span {
  background: var(--tp-common-black);
}
@media (max-width: 574.98px) {
  .tp-offcanvas {
    width: 100%;
    padding: 40px 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-offcanvas {
    width: 400px;
    padding: 40px;
  }
}
.tp-offcanvas.opened {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.6s;
}
.tp-offcanvas-top {
  margin-bottom: 90px;
}
.tp-offcanvas-close-btn button {
  color: black;
}
.tp-offcanvas-close-btn button:hover {
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tp-offcanvas-menu ul li .tp-submenu .homemenu {
  position: relative;
}
.tp-offcanvas-menu ul li .tp-submenu .homemenu.comeing-soon .homemenu-thumb {
  position: relative;
}
.tp-offcanvas-menu ul li .tp-submenu .homemenu.comeing-soon .homemenu-thumb::before {
  position: absolute;
  z-index: 22;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.tp-offcanvas-menu ul li .tp-submenu .homemenu:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.tp-offcanvas-menu ul li .tp-submenu .homemenu-btn {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-offcanvas-menu ul li .tp-submenu .homemenu-btn .tp-btn-lg {
    padding: 12px 17px;
    font-size: 14px;
  }
}
.tp-offcanvas-social {
  margin-top: 30px;
}
.tp-offcanvas-social ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.tp-offcanvas-social ul li {
  list-style: none;
}
.tp-offcanvas-social ul li:not(:last-child) {
  margin-right: 8px;
}
.tp-offcanvas-social ul li a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 40px;
  transition: all 0.3s;
  color: var(--tp-common-black);
  border: 1px solid rgba(2, 11, 24, 0.1);
}
.tp-offcanvas-social ul li a:hover {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-offcanvas-social ul li a svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.tp-offcanvas-title {
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.8px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--tp-common-black);
}
.tp-offcanvas-title.sm {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: var(--tp-common-black);
}
.tp-offcanvas-contact {
  margin-bottom: 55px;
}
.tp-offcanvas-contact ul li {
  list-style: none;
}
.tp-offcanvas-contact ul li:not(:last-child) {
  margin-bottom: 2px;
}
.tp-offcanvas-contact ul li a {
  display: inline-block;
  color: #414144;
  font-size: 16px;
  position: relative;
  font-family: var(--tp-ff-inter);
}
.tp-offcanvas-contact ul li a::after {
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 0;
  height: 1px;
  content: "";
  transition: 0.4s;
  background-color: #1e1e1e;
}
.tp-offcanvas-contact ul li a:hover {
  color: var(--tp-common-black);
}
.tp-offcanvas-contact ul li a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.tp-offcanvas-gallery {
  margin-bottom: 65px;
}
.tp-offcanvas-gallery-img img {
  transition: 0.9s;
}
.tp-offcanvas-gallery-img:hover img {
  transform: scale(1.2) rotate(-2deg);
}
.tp-offcanvas-content {
  margin-bottom: 45px;
}
.tp-offcanvas-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #414144;
  font-family: var(--tp-ff-inter);
}

.tp-offcanvas-2-area {
  position: relative;
}
.tp-offcanvas-2-area.opened .animated-text > nav > ul > li a::after {
  visibility: visible;
  opacity: 1;
  bottom: 35px;
}
.tp-offcanvas-2-area.opened .animated-text > nav > ul > li a::before {
  width: 100%;
}
.tp-offcanvas-2-area.opened .animated-text > nav > ul > li a .tp-text-hover-effect-word .single-char span {
  -webkit-transform: translateZ(0.1px);
  -moz-transform: translateZ(0.1px);
  -ms-transform: translateZ(0.1px);
  -o-transform: translateZ(0.1px);
  transform: translateZ(0.1px);
}
.tp-offcanvas-2-area.opened .tp-offcanvas-2-left, .tp-offcanvas-2-area.opened .tp-offcanvas-2-right {
  visibility: visible;
  opacity: 1;
}
.tp-offcanvas-2-area.opened .tp-offcanvas-2-wrapper {
  visibility: visible;
  opacity: 1;
}
.tp-offcanvas-2-area.opened .tp-offcanvas-2-bg.is-left, .tp-offcanvas-2-area.opened .tp-offcanvas-2-bg.is-right {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  transition-delay: 0s;
}
.tp-offcanvas-2-area.opened .tp-offcanvas-2-menu {
  transition-delay: 0s;
}
.tp-offcanvas-2-area.opened .tp-offcanvas-2-close {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.9s;
}
.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > a {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: #717172;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > a {
    font-size: 25px;
  }
}
@media (max-width: 574.98px) {
  .tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > a {
    font-size: 20px;
  }
  .tp-offcanvas-2-area .tp-offcanvas-menu ul > li:not(:last-child) {
        margin-bottom: 5px;
  }
}
.tp-header-pb-sidebar {
  width: 76px;
  height: 76px;
  background: var(--tp-theme-secondary);
  margin-right: -12px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-header-pb-sidebar {
    margin-left: 20px;
  }
}
.tp-header-pb-sidebar span {
  background: var(--tp-grey-5);
  border-radius: 10px;
  height: 2px;
  width: 30px;
  margin: 5px auto 5px 24px;
}
.tp-header-pb-sidebar span:first-child {
  width: 22px;
}
.tp-header-pb-sidebar span:nth-child(3) {
  width: 16px;
}

.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li.is-active > a {
  color: var(--tp-common-white);
}
.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li.is-active .tp-menu-close i {
  color: var(--tp-common-white);
}
.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > ul > li > a {
  font-weight: 600;
  font-size: 25px;
  line-height: 1;
  transition: 0.3s;
  color: #717172;
  letter-spacing: -0.02em;
  margin-left: 0px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
  .tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > ul > li > a {
    font-size: 17px;
            margin-left: 15px !important;
  }
  .tp-offcanvas-2-area .tp-offcanvas-menu ul li .submenu li:not(:last-child) {
    margin-bottom: 5px;
  }
}
.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > ul > li > a:hover {
  transform: translateX(15px);
  color: var(--tp-common-white);
}
.tp-offcanvas-2-area .tp-offcanvas-menu .tp-submenu li a:hover {
  background-color: initial;
  color: var(--tp-common-white);
}
.tp-offcanvas-2-area .tp-offcanvas-menu ul li:not(:last-child) > a {
  border-bottom: 0;
}
.tp-offcanvas-2-area .tp-offcanvas-menu ul li > a {
  padding: 0;
  padding-left:0px;
}
.tp-offcanvas-2-area .tp-offcanvas-menu ul > li:not(:last-child) {
  margin-bottom: 15px;
}
.tp-offcanvas-2-area .tp-offcanvas-menu ul li .submenu {
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
  .tp-offcanvas-2-area .tp-offcanvas-menu ul li .submenu {
    padding-left: 0;
  }
  .tp-offcanvas-2-area .tp-offcanvas-menu ul li .submenu {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
.tp-offcanvas-2-area .tp-offcanvas-menu ul li .submenu li:not(:last-child) {
  margin-bottom: 15px;
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-bg.is-left {
  background: var(--tp-common-white);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-logo .logo-1 {
  display: none;
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu > nav > ul > li.is-active > a {
  color: var(--tp-common-black);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu > nav > ul > li.is-active .tp-menu-close i {
  color: var(--tp-common-black);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu > nav > ul > li > a {
  background: var(--main-title-grad);
      background-clip: text;
    color: transparent;
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu > nav > ul > li > a span{
background: var(--main-title-grad);
      background-clip: text;
    color: transparent;
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu > nav > ul > li > ul > li > a {
  color: var(--tp-common-black);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu .tp-submenu li a:hover {
  background-color: initial;
  color: var(--tp-common-black);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-bg.is-right {
  background-color: #F6F6F9;
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-right-info-title {
  color: var(--tp-common-black);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-right-info-item > a {
  color: var(--tp-common-black);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-right-info-item > a:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg 
.tp-offcanvas-2-right-info-item > a {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.tp-offcanvas-2-area.offcanvas-2-white-bg 
.tp-offcanvas-2-right-info-item > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px; /* adjust underline distance */
    width: 0%;
    height: 1px;
    background: #000;
    transition: width 0.35s ease;
}

.tp-offcanvas-2-area.offcanvas-2-white-bg 
.tp-offcanvas-2-right-info-item > a:hover::after {
    width: 100%;
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-right-social a {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-right-social a:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-close-btn .text {
  color: var(--tp-common-black);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-close-btn {
  color: var(--tp-common-black);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-close-btn .texts {
  color: var(--tp-common-black);
}
.tp-offcanvas-2-area.offcanvas-2-black-bg .tp-offcanvas-2-logo .logo-2 {
  display: none !important;
}
.tp-offcanvas-2-bg.left-box {
  position: fixed;
  top: 0;
  height: 100%;
  width: 60%;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1111;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-offcanvas-2-bg.left-box {
    width: 100%;
  }
}
.tp-offcanvas-2-bg.right-box {
  position: fixed;
  top: 0;
  height: 100%;
  width: 40%;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1111;
}
@media (max-width: 574.98px) {
  .tp-offcanvas-2-bg.right-box {
    width: 100%;
  }
}
.tp-offcanvas-2-bg.is-left {
  left: 0;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  transform-origin: top center;
  background: var(--tp-common-black);
  transition-delay: 1s;
}
.tp-offcanvas-2-bg.is-right {
  right: 0;
  transform-origin: bottom center;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  background-color: #1C1D20;
  transition-delay: 1s;
}
.tp-offcanvas-2-wrapper .left-box {
  position: fixed;
  top: 0;
  width: 60%;
  height: 100vh;
  z-index: 9999;
  overflow-y: scroll;
  pointer-events: auto;
  scrollbar-width: none;
  padding: 20px 80px 50px 80px;
  
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-wrapper .left-box {
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-offcanvas-2-wrapper .left-box {
    width: 100%;
    padding: 10px 20px;
  }
}
.tp-offcanvas-2-wrapper .left-box .tp-offcanvas-menu {
  padding: 0px 50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-offcanvas-2-wrapper .left-box .tp-offcanvas-menu {
    padding: 0 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-wrapper .left-box .tp-offcanvas-menu {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-offcanvas-2-wrapper .left-box .tp-offcanvas-menu {
    padding: 0;
  }
}
.tp-offcanvas-2-wrapper .right-box {
  position: fixed;
  top: 0;
  width: 40%;
  height: 100vh;
  z-index: 9999;
  padding: 20px 80px 50px 0;
  scrollbar-width: none;
  overscroll-behavior-y: contain;
  background-color: #f6f6f9;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-wrapper .right-box {
    padding-right: 40px;
  }
}
.tp-offcanvas-2-wrapper .right-box::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-offcanvas-2-wrapper .right-box {
    width: 100%;
  }
}
.tp-offcanvas-2-wrapper .tp-menu-close {
  top: 10px;
  height: 0;
  width: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-offcanvas-2-wrapper .tp-menu-close {
    top: 0;
    right: 20px;
  }
}
.tp-offcanvas-2-wrapper .tp-menu-close i {
  font-size: 20px;
  color: #717172;
}
.tp-offcanvas-2-left {
  visibility: hidden;
  opacity: 0;
  left: 0;
  transition: 0.3s;
  transition-delay: 0.8s;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-offcanvas-2-left-wrap {
    margin-bottom: 20px;
  }
}
.tp-offcanvas-2-right {
  visibility: hidden;
  opacity: 0;
  right: 0;
  transition: 0.3s;
  transition-delay: 0.8s;
}
.tp-offcanvas-2-right-inner {
  height: 100%;
  padding: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-offcanvas-2-right-inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-offcanvas-2-right-inner {
    padding: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-right-inner {
    padding: 30px;
  }
}
.tp-offcanvas-2-right-info-box {
  padding: 0 200px;
  margin-top: 20%;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .tp-offcanvas-2-right-info-box {
    padding-right: 100px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-offcanvas-2-right-info-box {
    padding: 0 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-offcanvas-2-right-info-box {
    padding: 0 100px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-offcanvas-2-right-info-box {
    padding: 0 70px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-right-info-box {
    padding: 0 60px;
    padding-right: 0;
    margin-top: 130px;
  }
}
.tp-offcanvas-2-right-info-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 35px;
  color: var(--tp-common-white);
}
.tp-offcanvas-2-right-info-item {
  margin-bottom: 30px;
}
.tp-offcanvas-2-right-info-item label {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  display: block;
  color: #717172;
  font-family: var(--tp-ff-inter);
}
.tp-offcanvas-2-right-info-item > a {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-inter);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-offcanvas-2-right-info-item > a br {
    display: none;
  }
}
.tp-offcanvas-2-right-social a {
  height: 40px;
  width: 40px;
  transition: 0.3s;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-offcanvas-2-right-social a:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
}
.tp-offcanvas-2-close {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.5s;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-close {
    padding-right: 30px;
  }
}
.tp-offcanvas-2-close-btn {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
.tp-offcanvas-2-close-btn .texts {
  width: 60px;
  height: 20px;
  transition: 0.3s;
  overflow: hidden;
  display: inline-block;
  transform: translateY(4px);
  color: var(--tp-common-white);
}
.tp-offcanvas-2-close-btn .texts span {
  transition: 0.3s;
  display: inline-block;
  -webkit-transform: translateX(130%);
  -moz-transform: translateX(130%);
  -ms-transform: translateX(130%);
  -o-transform: translateX(130%);
  transform: translateX(130%);
}
.tp-offcanvas-2-close-btn:hover .texts span {
  transform: translateX(0%);
}
.tp-offcanvas-2-close-btn:hover span svg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tp-offcanvas-2-text {
  right: 0;
  bottom: 0;
  position: absolute;
  transform: rotate(-90deg) translateY(100%);
}
.tp-offcanvas-2-text span {
  font-size: 320px;
  font-weight: 700;
  color: rgba(33, 35, 41, 0.3);
}
.tp-offcanvas-2-logo {
  margin-bottom:30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-offcanvas-2-logo {
    margin-bottom: 0;
  }
}
.tp-offcanvas-2-logo .logo-2 {
  display: block !important;
  max-width: 150px;
}

.offcanvas-black-bg {
  background: #1C1D20;
}
.offcanvas-black-bg .tp-offcanvas-close-btn button {
  color: var(--tp-common-white);
}
.offcanvas-black-bg .tp-offcanvas-menu ul li > a {
  color: var(--tp-common-white);
}
.offcanvas-black-bg .tp-offcanvas-menu ul li.active > a {
  color: var(--tp-grey-2);
}
.offcanvas-black-bg .tp-offcanvas-menu .tp-submenu li a:hover {
  background-color: #2c2b2e;
  color: var(--tp-common-white);
}
.offcanvas-black-bg .tp-menu-close {
  border-color: var(--tp-border-3);
  color: var(--tp-common-white);
}
.offcanvas-black-bg .tp-megamenu-wrapper.megamenu-black-bg {
  backdrop-filter: initial;
  background: transparent;
  box-shadow: none;
}
.offcanvas-black-bg .tp-offcanvas-title.sm {
  color: var(--tp-common-white);
}
.offcanvas-black-bg .tp-offcanvas-contact ul li a {
  color: rgba(255, 255, 255, 0.8);
}
.offcanvas-black-bg .tp-offcanvas-contact ul li a:hover {
  color: var(--tp-common-white);
}
.offcanvas-black-bg .tp-offcanvas-contact ul li a::after {
  background-color: var(--tp-common-white);
}
.offcanvas-black-bg .tp-offcanvas-social ul li a {
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.offcanvas-black-bg .tp-offcanvas-social ul li a:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
}
.offcanvas-black-bg .tp-offcanvas-title {
  color: var(--tp-common-white);
}
.offcanvas-black-bg .tp-offcanvas-content p {
  color: rgba(255, 255, 255, 0.8);
}
.offcanvas-black-bg .tp-offcanvas-menu ul li.active > .tp-menu-close {
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
  border-color: var(--tp-border-3);
}
.offcanvas-black-bg .tp-offcanvas-menu ul li.active > .tp-menu-close i {
  color: var(--tp-common-black);
}

.breadcrumb {
  margin: 20px 0 0;
    padding-bottom: 30px;
    position: relative;
}
.breadcrumb .page-title {
  background-color: #c0b2e0;
  width: 250px;
  padding: 7px 10px;
  border-radius: 50px;
  margin:0 auto;
  margin-bottom: 25px;
}
.breadcrumb .hero-title{
  font-size: 40px;
}
.breadcrumb .hero-sub {
  max-width: 100%;
  margin:10px auto;
}
.breadcrumb-divider {
  width: 5px;
    height: 90px;
  background: #c0b2e0;
  margin: 0 auto;
}
.breadcrumb-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #c0b2e0;
  padding: 10px 30px;
  border-radius: 20px 20px 0 0;
  display: inline-block;
  width: auto;
}

.breadcrumb-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb-nav ul li {
  font-size: 14px;
}

.values-section {
   background: #e3def7;
   padding:40px 40px;
   border-radius: 40px;
}




  .main-title {
    background: var(--main-title-grad);
          background-clip: text;
    color: transparent;
        -webkit-background-clip: text;
        font-weight: bolder;
        line-height: 1.1;
        padding: 5px 0;
        max-width:650px;
  }
    .site-header{
      position:sticky;
      top:0;
      z-index:1050;
    }

    .site-header-home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent !important;
  z-index: 99;
}

.hero-section {
  overflow: hidden;
}

@keyframes animName {
  0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}
.banner_festival .left_items img,
.banner_festival .right_items img {
  transform-origin: center center;
  will-change: transform;
}

/* different delays for natural feel */
.design-1 {
  animation: animName 4s linear infinite;
}
.design-2 {
  animation: animName  4.2s linear infinite;
}
.design-3 {
  animation: animName  4.8s linear infinite;
}

/* RIGHT SIDE */
.design-4 {
  animation: animName  3.8s linear infinite;
}
.design-5 {
  animation: animName  4.4s linear infinite;
}
.design-6 {
  animation: animName  5s linear infinite;
}

.design-7 {
  animation: animName  5.2s linear infinite;
}
.design-8 {
  animation: animName  5.4s linear infinite;
}
.design-9 {
  animation: animName  5.6s linear infinite;
}


.design-10 {
  animation: animName  5.8s linear infinite;
}
.design-11 {
  animation: animName  6s linear infinite;
}
.design-12 {
  animation: animName  6.2s linear infinite;
}
@keyframes starBlink {
  0%,100% { opacity: 0.3; }
  50% { opacity: 1; }
}

.banner_festival .stars {
  animation: starBlink 2.5s ease-in-out infinite;
}

.banner_festival::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(5px 5px at 20% 30%, #fff 60%, transparent),
    radial-gradient(5px 5px at 60% 10%, #fff 60%, transparent),
    radial-gradient(5px 5px at 80% 40%, #fff 60%, transparent);
  animation: snowFall 8s linear infinite;
  pointer-events: none;
}

@keyframes snowFall {
  from { background-position: 0 -200px; }
  to { background-position: 0 600px; }
}



@keyframes bgFade {
  from { opacity: 0; }
  to { opacity: 1; }
}

.banner_festival {
  animation: bgFade 1.5s ease forwards;
}






    .brand-logo{
      height:65px;
      display:flex;
      align-items:center;
    }
    .sticky-header.scrolled .brand-logo {
          height: 50px;
    }
    .grad-title {
      background: var(--main-title-grad);
      font-weight: bolder;
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
    }


    .sticky-header {
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 999;
    background: transparent;
    transition: background 0.3s ease, padding 0.3s ease, box-shadow 0.3s ease;
        padding-top: 15px;
}



.sticky-header.scrolled {
    background: #ffffff !important;
    box-shadow: 0 3px 12px rgba(0,0,0,0.08);
    position: fixed;
    padding:10px 1%;
}



    .burger_btn {
  border: 0;
  background: transparent;
}

.burger_line {
  position: relative;
  width:40px;
  height: 30px;
  background: transparent;
  cursor: pointer;
  display: block;
}

/* Prevent checkbox from closing offcanvas */
#burger {
  pointer-events: none;
}

.burger_line input {
  display: none;
}

.burger_line span {
  display: block;
  position: absolute;
  height: 2.5px;
  width: 100%;
  background: black;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
  margin-top: 5px;
}

.burger_line span:nth-of-type(1) {
  top: 0px;
  transform-origin: left center;
}

.burger_line span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
  transform-origin: left center;
}

.burger_line input:checked ~ span:nth-of-type(1) {
  transform: rotate(45deg);
  top: -5px;
  left: 5px;
}

.burger_line input:checked ~ span:nth-of-type(2) {
  transform: rotate(-45deg);
  top: 23px;
  left: 5px;
}


.main-links {
  list-style: none;
  padding: 0;
}

.main-links li {
  margin: 5px 0;
}

.main-links a {
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
  transition: 0.2s;
}

.main-links a:hover {
  color: #c2185b;
}

/* SUBMENU */
.submenu {
  list-style: none;
  padding-left: 20px;
  margin-top: 15px;
  display: none;
}

.submenu li a {
  font-size: 20px;
  font-weight: 400;
  color: #111;

}

.dropdown-link .submenu {
   display: none;
}

.dropdown-link.open .submenu {
   display: block;
}

/* arrow rotate for open */
.dropdown-link.open .arrow {
   transform: rotate(-90deg);
   transition: 0.3s ease;
}
#solutionsMenu .dropdown-toggle::after {
  display: none;
}
/* DROPDOWN ARROW */
.dropdown-link .arrow {
  font-size: 24px;
  font-weight: bold;
  transition: 0.3s;
}
.submenu.show {
  display: block;
}

    .btn_black {
      border-radius: 999px;
      padding: .55rem 1rem;
      background:#181818;
      color:#fff;
      display:inline-flex;
      align-items:center;
      gap:.3rem;
      box-shadow: 0 6px 18px rgba(0,0,0,0.12);
      text-decoration: none;
      transition: all 0.3s ease 0s;
    }
    .btn_black img{
      width: 25px;
    }
    .btn_black:hover, .btn_black:focus {
      transform: translateY(-3px);
      background:var(--pink-color-grad);
      box-shadow: 0px 5px 20px rgba(184, 36, 72, 0.4);
      color: #fff;
    }

    .btn_pink {
      border-radius: 999px;
      padding: .55rem 1rem;
      background:#e31a4b;
      color:#fff;
      display:inline-flex;
      align-items:center;
      gap:.3rem;
      box-shadow: 0 6px 18px rgba(0,0,0,0.12);
      text-decoration: none;
      transition: all 0.3s ease 0s;
    }
    .btn_pink img{
      width: 25px;
    }
    .btn_pink:hover, .btn_pink:focus {
      transform: translateY(-3px);
      background:var(--pink-color-grad);
      box-shadow: 0px 5px 20px rgba(184, 36, 72, 0.4);
      color: #fff;
    }
    .hero-section {
      background: url(../images/main_bg.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
    }

    .hero-section .img-box {
      position: relative;
    }
    .hero-section .hero-content {
      position: relative;
          padding-bottom: 0px;
    }
    .hero-section .hero-content .swiper-slide{
      padding:9% 0 0%;
    }

    .hero-section .hero-content .img-box{
      position: relative;
    }
      .hero-section .hero-content .img-box .main-box {
      background: #f5d44a;
      border-radius: 28px;
      padding: 2.2rem;
      position:relative;
      min-height:400px;
      width: 300px;
      overflow:hidden;
    }
    .hero-section .hero-content .img-box .main-img {
      z-index: 2;
    max-width: 240px;
    bottom: -44%;
    position: absolute;
    }
    .hero-section .hero-content .img-box .main-box .support-img {
     left: 0;
    position: absolute;
    max-width: 300px;
    top: 0;
    }
    .hero-section .hero-content .img-box .main-box .water-mark {
       position: absolute;
    width: 80px;
    opacity: 0.3 !important;
    right: 0;
    top: 10%;
    }

    .hero-section .hero-content .img-box .banner-circle {
          position: absolute;
    z-index: -1;
    top: 10%;
    left: 20%;
    width: 380px;
    }
    .hero-section .hero-content .img-box .shape-one {
          position: absolute;
    z-index: -1;
    top: 32%;
    right:11%;
    }
    .hero-section .hero-content .img-box .info-card{
      background: #fff;
    border-radius: 22px;
    padding: 1.4rem 1.4rem;
    width: 240px;
    max-width: 240px;
    height: auto;
    box-shadow: 0 12px 30px rgba(14, 14, 20, 0.06);
    position: absolute;
    z-index: 2;
    right:10%;
    top: 200px;
    }
    .hero-section .hero-content .img-box .info-card .years{
      font-weight:800;
      background: var(--main-title-grad);
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
      display:inline-block;
      margin-right:.5rem;
    }
    .info-card p {  margin-top:.4rem; line-height:1.5;}
    .left-card img{
      max-width: 100%;
      height:auto;
      display:block;
      border-radius: 12px;
      transform: translateY(4px);
      box-shadow: 0 20px 40px rgba(0,0,0,0.12);
    }

    .hero-section .swiper-pagination {
    position: absolute !important;
        right: 10% !important;
    top: 60%;
    transform: translateY(-50%);
    width: auto !important;
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px;
    left: inherit !important;
}

/* Active + Inactive Dots */
.hero-section .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #f4abbd;
    opacity: 1;
    margin: 0px 0 !important;
    border-radius: 50%;
    transition: 0.3s;

}

.hero-section .swiper-pagination-bullet-active {
    background: #b82448;  
    transform: scale(1.3);
    width: 10px;
    height: 25px;
    border-radius: 20px;
}


.hero-section [data-aos] {
    opacity: 0 !important;
    transition: all 0.8s ease;
}

.hero-section .aos-animate {
    opacity: 1 !important;
}

.hero-section .hero-content .banner_02 h4{
  font-size: 22px;
}
.hero-section .hero-content .banner_02 .img-box .main-img {
    z-index: 2;
    max-width: 275px;
    bottom: 0%;
    position: absolute;
}
.hero-section .hero-content .banner_02 .img-box .main-box {
    background:linear-gradient(180deg,rgba(241, 170, 88, 1) 0%, rgba(231, 119, 45, 1) 100%);
    border-radius: 28px;
    padding: 2.2rem;
    position: relative;
    min-height: 400px;
    width: 300px;
    overflow: hidden;
}
   

    /* headline */
    .hero-title{
      font-weight:400;
      letter-spacing:-0.5px;
      color:#111;
      text-align: right;
    }
    .hero-title .grad{
      display:block;
      font-weight:800;
      font-size: clamp(34px, 5.4vw, 72px);
      background: var(--accent-grad);
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
    }
    .hero-sub{
      margin-top:1.6rem;
      max-width:420px;
      text-align: right;
    }

    .content-box {
      margin-right: 11%;
      margin-top: 20px;
    }

    .ptb-60 {
      padding: 40px 0px;
    }
    .ptb-20 {
      padding: 20px 0px;
    }
    .about-section {
      position: relative;
      overflow: hidden;
    }
    .about-section::after {
    content: "";
    position: absolute;
    top: -180px;
    right: 0;
    width:250px;        
    height: 100%;
    background-image: url('../images/about_shape.jpg');
    background-repeat: no-repeat;
    background-position: center right;
    opacity: 1;              
    pointer-events: none;   
    z-index: -1;
}

    .feature-box {
    padding: 20px 20px 20px 0;
    border-radius: 12px;
}

.icon-box {
    width:180px;
    height: 100px;
    background: #fff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.05);
}

.icon-box img {
    width:60px; 
    height: auto;
}


.stats-section {
  background: #e3def7;
      padding: 30px 0px;
}

.stats-row {
  display: flex;
  justify-content: space-between;
  gap: 0; 
}

.stats-item {
  position: relative;
  width: 300px;
  height: 300px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px; 
}

.stats-item:first-child {
  margin-left: 0;
}
.stats-item:last-child {
  margin-right: 0;
}

/* Dotted circle */
.circle-anim {
  position: absolute;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  border: 3px dotted rgba(255,255,255,1);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: rotateCircle 18s linear infinite;
  z-index: 0;
}

@keyframes rotateCircle {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.stat-number {
  font-size: 30px !important;
  font-weight: 700;
  margin-bottom: 10px;
}


.stat-icon {
  width: 60px;
  margin-bottom: 10px;
}

/* Flex wrap on smaller screens */
@media (max-width: 992px) {
  .stats-row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }

  .stats-item {
    width: 45%;       /* Two items per row */
    height: auto;     /* allow content to define height */
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0;
  }

  .circle-anim {
    width: 250px;
    height: 250px;
    display: none;
  }

  .stat-number {
    font-size: 32px;
  }

  .stat-icon {
    width: 50px;
    margin-bottom: 8px;
  }

  .stats-item p {
    font-size: 14px;
    line-height: 1.3;
  }

}

/* Extra small screens (mobile) */
@media (max-width: 576px) {
  .hero-section .hero-content {
    padding-bottom: 0px;
}
  .breadcrumb-nav {
    display: none;
  }
    .hero-section .hero-content .img-box .info-card, .hero-section .hero-content .img-box .shape-one{
      display: none;
    }
    .content-box {
      margin-top: 10%;
      margin-right:inherit !important;
      
    }
    .hero-title, .hero-sub {
      text-align: left;
    }
    .hero-title {
      font-size: 33px !important;
    }
    .hero-sub {
    margin-top: 0; 
        max-width: max-content;
  }
    .banner-circle, .hero-section .swiper-pagination {
      display: none !important;
    }
   .brand-logo {
        height: 45px;
   }

  .stats-item {
    width: 45%;  /* one per row */
    padding: 15px 0;
  }
  .hero-section .hero-content .banner_01 .img-box .main-img {
    bottom: -32%;
    max-width: 200px;
    transform: scaleX(-1);
      right: 0;
  }
  .circle-anim {
    display: none;
  }
  .hero-section .hero-content .img-box .main-box .support-img {
      left: 10%;

  }
.hero-section .hero-content .img-box .main-box, .hero-section .hero-content .banner_02 .img-box .main-box {
  width: 100%;
}
  .circle-anim {
    width: 180px;
    height: 180px;
  }

  .stat-number {
    font-size: 28px;
  }

  .stat-icon {
    width: 40px;
  }

  .stats-item p {
    font-size: 13px;
  }
}




/* ===== FESTIVAL SLIDE BASE ===== */
/*.hero-section .hero-content .swiper,
.hero-section .hero-content .swiper-slide {
  height: 500px;
}
*/
.hero-section .hero-content .banner_festival {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
    height: 760px;
  background: #e5e5e5;
  background-size: cover;
      padding: 0;
      background-position: top;
}
.hero-section .hero-content .banner_festival .main-bg{
  position: absolute;
  bottom: 30px;
      width: 100%;
      z-index: -1;
      top: 0;
          object-fit: cover;
    height: 100vh;
    object-position: center;
}

/* ===== STARS ===== */
.banner_festival .stars {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

/* ===== CENTER TITLE ===== */
.banner_festival .title1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 250px;
}

/* individual text layers */
.banner_festival .title1 img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.banner_festival .title1 .line,
.banner_festival .title1 .new-year {
  opacity: 0;
}
@keyframes dropText {
  0% {
    opacity: 0;
    transform: translate(-50%, -80px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
.banner_festival .title1 .happy {
  opacity: 0;
  animation: dropText 1s ease forwards;
  animation-delay: 1s;
  top: 0;
      width: 500px;
}

.banner_festival .title1 .new-year {
  opacity: 0;
  animation: dropText 1s ease forwards;
  animation-delay: 1.5s;
  top: 50px;
  width: 700px;
  z-index: 9;
}


.banner_festival .title1 .year {
  animation: dropText 0.9s ease forwards;
  animation-delay:2.5s;
        top: 170px;
    width: 190px;
    left: 77%;
    opacity: 0;
}

.swiper-slide:not(.swiper-slide-active) .title1 img {
  opacity: 0;
}

/* ===== HANGING ITEMS LEFT ===== */
.banner_festival .left_items img,
.banner_festival .right_items img {
  position: absolute;
  top: 0;
}

.banner_festival .left_items .design-1 {
  left: 20px;
      width: 70px;
}
.banner_festival .left_items .design-2 {
  left: 120px;
    width: 130px;
    top: 100px;
}
.banner_festival .left_items .design-3 {
        left: 340px;
    width: 90px;
}

/* ===== HANGING ITEMS RIGHT ===== */
.banner_festival .right_items .design-4 {
  right: 40px;
  width: 50px;
}
.banner_festival .right_items .design-5 {
  right: 120px;
    width: 100px;
    top: 150px;
}
.banner_festival .right_items .design-6 {
      right: 290px;
    width: 150px;
    top: 120px;
}


.banner_festival .right_items .design-7 {
 right: 40px;
    width: 80px;
    top: 500px;
}
.banner_festival .right_items .design-8 {
      right: 190px;
    width: 110px;
    top: 390px;
}
.banner_festival .right_items .design-9 {
  right: 240px;
  width: 70px;
}


.banner_festival .left_items .design-10 {
 left: 40px;
    width: 80px;
    top: 500px;
}
.banner_festival .left_items .design-11 {
      left: 190px;
    width: 110px;
    top: 390px;
}
.banner_festival .left_items .design-12 {
  left: 240px;
      top: 580px;
  width: 70px;
}
/* ===== MOBILE FIX ===== */
@media (max-width: 768px) {

  .hero-section .hero-content .swiper-slide {
        padding: 24% 0 0%;
  }
 
  .hero-section .hero-content .banner_festival {
    padding: 0;
  }
  .banner_festival .title1 .new-year {
                width: 280px;
        top: 20px;
  }
.banner_festival .title1 .happy {
  width: 200px;
}
.banner_festival .title1 .year{
             top: 70px;
        width: 75px;
        left: 73%;
}
.banner_festival .left_items .design-1 {
  left: 0px;
    width: 70px;
}
.banner_festival .left_items .design-2 {
    left: 40px;
    width: 90px;
}
.banner_festival .left_items .design-3 {
            left: 180px;
        width: 60px;
        top: 210px;
}

.banner_festival .right_items .design-4 {
  right: 0px;
    width: 70px;
}
.banner_festival .right_items .design-5 {
    right: 40px;
    width: 90px;
}
.banner_festival .right_items .design-6 {
    right: 70px;
    width: 60px;
}
.banner_festival .right_items .design-7 {
    right: 90px;
    width: 80px;
}
.banner_festival .right_items .design-8 {
           right: 20px;
        width: 50px;
}
.banner_festival .right_items .design-9 {
    right: 70px;
    width: 60px;
}
.banner_festival .left_items .design-10 {
   left: 130px;
        width: 80px;
        top: 570px;
}
.banner_festival .left_items .design-11 {
            left: 20px;
        width: 110px;
        top: 440px;
}
.banner_festival .left_items .design-12 {
    left: 70px;
    width: 60px;
}


  .banner_festival .title1 {
    width: 90%;
    transform: translate(-50%, -30%);
        height: 0;
  }
  .hero-section .hero-content .banner_festival .main-bg {
    position: absolute;
    bottom: 0;
            width: 100%;
        height: 100%;
        object-fit: cover;
    z-index: -1;
    object-position: center;
    top: 0;
  }
}



/* Tab buttons container */
.tabs-wrapper {
  height: 420px;
  align-items: flex-end;
}

/* TABS */
.solution-tab {
  width: 90px;
  height:520px;
  border: none;
  background: #e3def7;
  border-radius:25px !important;
  padding: 25px 10px;
  position: relative;
  cursor: pointer;
  transition: all 0.35s ease;
  writing-mode: sideways-lr;
  text-orientation: mixed;
  transform: translateY(0);
  margin-right: 15px;
}
.solution-tab:hover {
  transform: translateY(-8px);
}

.solution-tab .circle-icon {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease;
  background: transparent;
  background: #000;
  border-radius: 50%;
}
.circle-icon img {
  max-width: 60px;
  transform: rotate(180deg);
}
.solution-tab  h4 {
  font-weight: bolder;
  margin:0 !important;
  font-size: 25px;
  color: #000;
  text-align: left;

}
.solution-tab:last-child {
    margin-right: 0 !important;
}
/* Active Tab */
.solution-tab.active,
.solution-tab:hover {
  background: var(--pink-color-grad);
  color: white;
}

.solution-tab.active h4,
.solution-tab:hover h4{
  background: var(--pink-color-grad);
  color: white !important;
}
.border-inset {
    border-style: inset;
  }

/* ===== Mobile Responsive ===== */
@media (max-width: 992px) {

   h1 {
      font-size: 40px;
     line-height: 1.15;
     font-weight: 500;
    }
    h2 {
      font-size: 30px;
      line-height: 1.22;
      font-weight: 500;
    }
    h3 {
      font-size: 25px;
      line-height: 1.28;
      font-weight: 500;
    }
    h4 {
      font-size: 22px;
      line-height: 1.32;
      font-weight: 400;
    }
    h5 {
      font-size: 17px;
        line-height:1.5;
      font-weight: 400;
    }
    h6 {
      font-size: 18px;
      line-height: 1.4;
      font-weight: 400;
    }
    .breadcrumb .page-title {
          margin-bottom: 8px;
    }
.award-card img {
  max-width: 100% !important;
}
.track-1 {
      animation: scrollLeft 5s linear infinite !important;
}
.track-2 {
      animation: scrollRight 5s linear infinite !important;
}

  .main-title {
    width: 100%;
        line-height: 1; 
  }
  .about-section::after {
    display: none;
  }
  .about-section .col-md-4 img {
    margin-top: 25px;
  }
  .feature-box {
        padding: 0;
        margin-bottom: 30px;
  }
  .feature-box p{
    margin-bottom: 0;
  }
  
  /* Move tabs below content */
  .solutions-section .row {
    flex-direction: column;
  }

  /* Tab container full width and horizontal */
  .solution-tabs {
    flex-direction: row !important;
    justify-content: center !important;
    height: auto !important;
    margin-top:0px;
    overflow-x: auto; /* allow horizontal scroll if many tabs */
    gap: 10px;
  }

  /* Tabs styles adjustments */
  .solution-tab {
    width: 100% !important;
    height: auto !important;
    padding: 15px 20px !important;
    writing-mode: horizontal-tb !important;
    text-orientation: initial !important;
    border-radius: 15px !important;
    margin-right:0px !important;
    display: inline-flex;
    flex-direction: column;
    align-items: start;
    margin-bottom: 5px;
  }
.solution-tab:hover {
  transform: translateY(0px);
}
  /* Circle icon adjustments */
  .solution-tab .circle-icon {
    top: 8px !important;
    right: 0 !important;
    transform: rotate(180deg) !important;
    margin-bottom: 8px;
    left: 85%;
  }
.circle-icon img {
      max-width: 45px;

}
  .solution-tab h4 {
    font-size: 16px !important;
    text-align: center !important;
  }
  .tab-content {
    margin-top: 15px;
  }
}


.award-card {
  padding: 20px;
}

.award-card img {
  max-width: 210px;
  margin-bottom: 15px;
}

.client-rating {
  font-weight: 400;
  color: #fff;
  background: #824aad;
  padding: 10px 10px;
  border-radius: 50px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .client-rating {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .col-md-3 {
    max-width: 100% !important;
  }

  .award-card {
    padding: 15px;
  }
}
.products-section {
  background: #e3ddf7;
}

.products-title span:first-child {
  color: #000;
  font-weight: 500;
}
.products-title span:last-child {
  color: #a21caf;
  font-weight: 700;
}

/* Product card design */
.product-card {
  background: #fff;
  padding: 25px;
  border-radius: 32px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  height: 100%;
  position: relative;
      transition: all 0.3s 
ease;
}
.product-card-left {
  border-radius: 20px 90px 0px 90px;
}
.product-card-right {
  border-radius: 90px 20px 90px 0px;
}
.product-card .icon {
  background: var(--pink-color-grad);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-card.small-card {
  height: auto;
}
.product-card:hover {
      transform: translateY(-6px);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.10);
}

/* 7 columns on large screens */
@media (min-width: 992px) {
    .seven-col {
        flex: 0 0 calc(100% / 7);
        max-width: calc(100% / 7);
    }
}

/* Styling same design */
.solution-box {
    padding: 25px 15px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    height: 100%;
}

.solution-box img {
    width: 50px;
    margin-bottom: 10px;
}

.solution-box h5 {
    font-size: 16px;
    margin: 10px 0 5px;
}

.solution-box p {
    font-size: 14px;
    margin: 0;
}

.uiux-tabs {
  display: flex;
  justify-content: center;
  gap: 30px;
  border-bottom: none;
  position: relative;
}

/* Tab button */
.uiux-tabs .nav-link {
  font-weight: 600;
  color: #555;
  padding: 12px 10px;
  font-size: 18px;
  border: none;
  background: transparent;
  position: relative;
  transition: all 0.3s ease;
}

/* Hover */
.uiux-tabs .nav-link:hover {
  color: #c3002f;
}

/* Active tab */
.uiux-tabs .nav-link.active {
  color: #c3002f;
  background: transparent;
}

/* Animated underline */
.uiux-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 3px;
  background: #c3002f;
  border-radius: 10px;
  animation: slideIn 0.3s ease;
}

/* Animation */
@keyframes slideIn {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 100%;
    opacity: 1;
  }
}

/* SECTION BG */
.uiux-section {
  background: #f4f7fb;
}

/* LEFT TABS WRAPPER */
.uiux-vertical-tabs {
  background: #000;
  border-radius: 20px;
  padding: 10px;
  border-bottom: none;
}

/* TAB BUTTON */
.uiux-vertical-tabs .nav-link {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 10px;
  margin-bottom: 6px;
  border-radius: 14px;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  transition: all 0.25s ease;
  width: 100%;
}

/* ICON */
.uiux-vertical-tabs .icon {
  font-size: 18px;
  width: 22px;
  text-align: center;
  opacity: 0.9;
}

/* ACTIVE TAB */
.uiux-vertical-tabs .nav-link.active {
  background: #e31a4b;
  color: #fff;
  box-shadow: 0 6px 18px rgba(227, 26, 75, 0.4);
}

/* HOVER */
.uiux-vertical-tabs .nav-link:hover {
  background: #e31a4b;
}



/* CONTENT CARD */
.tab-content {
  background: #fff;
  border-radius: 24px;
  padding: 30px 30px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}
.custom-ta-content {
  background:transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

/* MOBILE RESPONSIVE */
@media (max-width: 991px) {

  .uiux-vertical-tabs {
    flex-direction: row;
    overflow-x: auto;
    border-radius: 16px;
  }

  .uiux-vertical-tabs .nav-link {
    white-space: nowrap;
    margin-bottom: 0;
  }

  .uiux-vertical-tabs::-webkit-scrollbar {
    display: none;
  }

  .tab-content {
    margin-top: 20px;
    padding: 30px 25px;
  }
}


.uiux-horizontal-tabs {
  display: flex;
  width: 100%;
  gap: 10px;
  padding: 10px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  border-bottom: none;
  margin-bottom: 15px;
}

/* Each tab equal width (AUTO ADJUST) */
.uiux-horizontal-tabs .nav-item {
  flex: 1;
}

/* Button style */
.uiux-horizontal-tabs .nav-link {
  width: 100%;
  height: 82px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: #333;
  font-size: 17px;
  font-weight: 500;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;

  white-space: nowrap;
  transition: all 0.3s ease;
}

/* Icons */
.uiux-horizontal-tabs .nav-link .icon {
  font-size: 20px;
  line-height: 1;
}

/* Active state */
.uiux-horizontal-tabs .nav-link.active {
  background:linear-gradient(135deg, #bd90c5, #814aac);
  color: #fff;
}
.uiux-horizontal-tabs .nav-link.active:hover {
  background:linear-gradient(135deg, #bd90c5, #814aac);
  color: #fff;
}

/* Hover effect */
.uiux-horizontal-tabs .nav-link:hover {
  background: #f1f5ff;
}

/* Mobile swipe support */
@media (max-width: 768px) {
  .uiux-horizontal-tabs {
    overflow-x: auto;
  }

  .uiux-horizontal-tabs .nav-item {
    flex: 0 0 140px;
  }
}




/* TITLE COLORS */
.main-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.main-title .red { color: #ff2d55; }
.main-title .purple { color: #9b59b6; }

/* YELLOW BACK CIRCLE */
.yellow-circle {
    background: #f5cd34;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: -1;
}

/* IMAGE */
.uiux-img {
    max-width: 100%;
    position: relative;
    z-index: 2;
}
.tab-content .main-title {
  max-width: 100% !important;
  margin-bottom: 10px;
}
/* RESPONSIVE FIXES */
@media (max-width: 992px) {
    .yellow-circle {
        width: 300px;
        height: 300px;
        left: 50%;
        transform: translateX(-50%);
        top: -30px;
    }
    .uiux-img {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .main-title {
        font-size: 32px;
        margin-bottom: 0;
    }

    .yellow-circle {
        width: 230px;
        height: 230px;
    }
}


/* SECTION */
.tech-section {
  background: #f7f8fc;
}

.tech-section:nth-child(even) {
  background: #ffffff;
}


/* GRID */
.tech-grid {
  margin-top: 20px;
}

/* TECH BOX */
.tech-box {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 16px;
  transition: all 0.35s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  position: relative;
  overflow: hidden;
}

/* Purple alternate */
.tech-box.purple {
  background: linear-gradient(135deg, #f4f2ff, #ffffff);
}

/* Hover Effect */
.tech-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(123,92,255,0.2);
}

/* Icon Style */
.tech-box img {
  max-width: 65%;
  max-height: 80px;
  filter: grayscale(100%);
  opacity: 0.75;
  transition: all 0.35s ease;
}

/* Icon Hover */
.tech-box:hover img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.08);
}

/* Soft Glow */
.tech-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top,
      rgba(123,92,255,0.15),
      transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tech-box:hover::after {
  opacity: 1;
}

.tech-name {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

/* Responsive tweaks */
@media (max-width: 576px) {
  .tech-box {
    height: 95px;
    border-radius: 12px;
  }

  .tech-box img {
    max-height: 45px;
  }
}


.tech-title span:first-child {
  color: #000;
  font-weight: 500;
}

.tech-title span:last-child {
  color: #a21caf;
  font-weight: 700;
}

/* Tech box */
.tech-box {
  background: #f6f4fe;
  padding: 25px 15px;
  text-align: center;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.25s ease;
}

.tech-box.purple {
  background: #e3def7;
}

.tech-box img {
  max-width: 100%;
  margin: 0 auto;
}

/* Hover effect */
.tech-box:hover {
  transform: translateY(-6px);
}


/* Responsive fixes */
@media (max-width: 576px) {

  .tech-box {
    height: 120px;
    padding: 20px 10px;
  }

  .tech-box img {
    max-width: 90px;
  }

  .col-lg-custom {
    flex: inherit !important;
    max-width: inherit !important;
  }
}



.col-lg-custom {
    flex: 0 0 calc(100% / 7);
    max-width: calc(100% / 7);
}





.my-box {
    background: #f5f5f5;
    padding: 40px 0;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 20px;
    font-weight: 600;
}





/* black card */
.black-card {
  background: url(../images/products/product_view_more_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 35px;
  border-radius: 32px;
}

/* icon circle */
.product-card .icon img {
  width: 60px;
  height: 60px;
}

/* bottom image inside big card */
.bottom-img {
      position: relative;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 75%;
    text-align: center;
    display: flex;
}


    .ribbon {
    width: 110%;
    position: relative;
    left:-1%;
    padding: 20px 0;
    color: #fff;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    top: -60px;
    z-index: 1;
}

.ribbon-dark {
    background: #000;
    transform: rotate(2deg);
    margin: 0;
    top: -55px;
}

.ribbon-pink {
    background: var(--pink-color-grad);
    transform: rotate(354deg);
    margin-bottom:-72px;
}

.marquee-track {
    display: flex;
    width: max-content;
}

/* duplicate effect */
.marquee-track h3 {
    margin: 0;
    padding-right: 10px;
    font-size: 25px;
}

/* LEFT SCROLL */
.scroll-left {
    animation: leftMove 35s linear infinite;
}

@keyframes leftMove {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* RIGHT SCROLL */
.scroll-right {
    animation: rightMove 35s linear infinite;
}

@keyframes rightMove {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

@media (max-width: 768px) {
    .ribbon {
        font-size: 1rem;
        padding: 12px 0;
        width: 100%;
    }
}

.logo-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    white-space: nowrap;
}

/* Track */
.logo-track {
    display: flex;
    gap: 20px;
    align-items: center;
}

/* Opposite directions */
.track-1 {
    animation: scrollLeft 20s linear infinite;
}

.track-2 {
    animation: scrollRight 22s linear infinite;
}

.track-3 {
    animation: scrollLeft 15s linear infinite;
}

/* Animations */
@keyframes scrollLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@keyframes scrollRight {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

/* Logo Card */
.logo-card {
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 220px;
    height:90px;
}

.logo-card img {
    max-height: 60px;
    object-fit: contain;
}

/* Responsive */
@media (max-width: 768px) {
    .logo-card {
        min-width: 150px;
        padding: 12px 20px;
        height: 90px;
    }
    .logo-card img {
        max-height: 45px;
    }
}
.bottom-section {
    background: #edeaf8;
    padding: 20px 15px;
}
.bottom-description, .bottom-description a {
    font-size: 12px;
}
.bottom-description a:first-child {
    padding-left: 0;
}
.bottom-description a {
    display: inline;
    font-size: 13px;
    line-height: 24px;
    padding-left: 10px;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    border: 0;
    outline: none;
    text-decoration: none;
    color: #787878;    transition: all .2s ease;
    font-weight:400;
}
.bottom-description a:hover {
  color: #000;
}
.bottom-description a:first-child::before {
    content: "";
}
.bottom-description a::before {
    content: "|";
    left: 2px;
    position: absolute;
    top: -6px;
    color: #787878;
}




.footer-section {
    background: url(../images/footer_bg.jpg);
        background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
}


.footer-logo {
    width: 160px;
}

.footer-text {
    line-height: 1.7;
    opacity: .85;
}

footer .contact-btn {
    border: 1px solid #d82957;
    color: #fff;
    padding: 8px 18px;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s;
}
footer .contact-btn svg{
  fill:#c70d3b;
}

footer .contact-btn:hover {
    background: #d82957;
}
footer .contact-btn:hover svg{
    fill:#fff;
}

.footer-heading {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    color:#fff;
}

.footer-list {
    list-style: none;
    padding: 0;
}

.footer-list li {
    margin-bottom: 8px;
}

.footer-list li a {
    color: #fff;
    text-decoration: none;
    opacity: .8;
    transition: .3s;
}

.footer-list li a:hover {
    opacity: 1;
    color: #d82957;
}

/* Skyline */
.footer-skyline {
    margin-top: 40px;
    opacity: 0.9;
}



.footer-animation-area {
  width: 100%;
  overflow: hidden;
  background: url(../images/smart-city.png) repeat-x center bottom;
    padding: 0;
    min-height: 330px;
    background-size: contain;
}
.FullWidth {
      width: 100%;
    margin: 0 auto;
    max-width: 1170px;
    min-height: 335px;
    position: relative;
}

/* WIND – rotate */
.wind {
  position: absolute;
left: 17.8%;
    top: 46%;
  animation: windRotate 5s linear infinite;
}
@keyframes windRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.wind img{
  max-width: 80px;
}

.wind-right {
  position: absolute;
    right: 7.4%;
    top: 45.8%;
  animation: windRotate 5s linear infinite;
}
@keyframes windRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.wind-right img{
  max-width: 80px;
}


/* WIFI – pulsing signal */
.wifi {
        position: absolute;
       left: 11.1%;
    top: 41%;
}


.wifi .Arc{
    border:3px solid transparent;
    border-radius:100%;
    margin:0 auto;
}

/* OUTER */
.wifi .Third{
    width:70px;
    height:70px;
    margin:0px auto;
    border-bottom-color:#530e30;
    animation:appearLast 2s infinite linear;
    transform: rotate(180deg);
}

/* MIDDLE */
.wifi .Second{
    width:50px;
    height:50px;
    margin:10px auto;
    border-bottom-color:#530e30;
    animation:appearOut 2s infinite linear;
    transform: rotate(-1deg);
}

/* INNER */
.wifi .First{
    width:30px;
    height:30px;
    margin:10px auto;
    border-bottom-color:#530e30;
    animation:appearMiddle 2s infinite linear;
    transform: rotate(-1deg);
}

.wifi .In{
    width:10px;
    height:10px;
    margin:10px auto;
    border-bottom-color:#530e30;
    animation:appearIn 2s infinite linear;
    transform: rotate(-1deg);
}

/* ===============================
   Bottom-to-Top Animation
================================ */

@keyframes appearIn {
    0% { border-bottom-color: transparent; }
    25% { border-bottom-color: #530e30; }
    50% { border-bottom-color: #530e30; }
    75% { border-bottom-color: #530e30; }
    100% { border-bottom-color: #530e30; }
}

@keyframes appearMiddle {
    0% { border-bottom-color: transparent; }
    25% { border-bottom-color: transparent; }
    50% { border-bottom-color: #530e30; }
    75% { border-bottom-color: #530e30; }
    100% { border-bottom-color: #530e30; }
}

@keyframes appearOut {
    0% { border-bottom-color: transparent; }
    25% { border-bottom-color: transparent; }
    50% { border-bottom-color: transparent; }
    75% { border-bottom-color: #530e30; }
    100% { border-bottom-color: #530e30; }
}

@keyframes appearLast {
    0% { border-bottom-color: transparent; }
    25% { border-bottom-color: transparent; }
    50% { border-bottom-color: transparent; }
    75% { border-bottom-color: transparent; }
    100% { border-bottom-color: #530e30; }
}


/* FLIGHT – left-to-right */
.flight {
  position: absolute;
  left: -150px;
  top: 0%;
  animation: flightMove 35s linear infinite;
}
@keyframes flightMove {
  0% { left: -150px; top: 2%; }
  50% { left: 60%; top: 0%; }
  100% { left: 110%; top: 2%; }
}
.flight img {
  max-width: 60px;
}

/* PARACHUTE – slow float */
.parachute {
  position: absolute;
left: 37%;
    top: 0%;
  animation: parachuteFloat 20s ease-in-out infinite;
}
@keyframes parachuteFloat {
  0% { transform: translateY(0px); }
  50% { transform: translateY(200px); }
  100% { transform: translateY(0px); }
}
.parachute img {
  max-width: 40px;
}


.chat-bubble {
    position: absolute;
   left: 21%;
    top: 27%;
}
.chat-bubble img{
  max-width: 40px;
}

.message-chat-bubble {
  background-color:transparent;
  -webkit-border-radius: 20px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius: 20px;
  -moz-border-radius-bottomleft: 2px;
  border-radius: 20px;
  border-bottom-left-radius: 2px;
  display:inline-block;
      position: relative;
    left: 36px;
    top: -6px;
}
.message-chat-bubble .typing {
  align-items: center;
  display: flex;
  height: 17px;
}
.message-chat-bubble .typing .dot {
  animation: mercuryTypingAnimation 1.8s infinite ease-in-out;
  background-color: #620e2c ; 
  border-radius: 50%;
  height: 5px;
  margin-right: 4px;
  vertical-align: middle;
  width: 5px;
  display: inline-block;
}
.message-chat-bubble .typing .dot:nth-child(1) {
  animation-delay: 200ms;
}
.message-chat-bubble .typing .dot:nth-child(2) {
  animation-delay: 300ms;
}
.message-chat-bubble .typing .dot:nth-child(3) {
  animation-delay: 400ms;
}
.message-chat-bubble .typing .dot:last-child {
  margin-right: 0;
}

@keyframes mercuryTypingAnimation {
  0% {
    transform: translateY(0px);
    background-color:#620e2c;
  }
  28% {
    transform: translateY(-7px);
    background-color:#620e2c;
  }
  44% {
    transform: translateY(0px);
    background-color: #620e2c;
  }
}

.robot-left {
    position: absolute;
        left: 0.6%;
    bottom: 54%;
    animation: floatUpDown 3s ease-in-out infinite;
}
.robot-left img {
  max-width: 50px;
}
.robot {
    position: absolute;
        right: 14.3%;
    bottom: 54%;
    animation: floatUpDown 3s ease-in-out infinite;
}
.robot img {
  max-width: 50px;
}

@keyframes floatUpDown {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-12px); }
    100% { transform: translateY(0); }
}

.train {
  position: absolute;
  bottom: 10%;
  left: 100%; /* start outside screen from right */
  max-width: 200px;
  animation: trainMoveRTL 12s linear infinite;
  will-change: transform;
}

@keyframes trainMoveRTL {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-120vw); /* responsive move across screen */
  }
}


/* Bottom */
.footer-bottom {
    padding: 20px 0 25px;
}

.footer-bottom p {
    color: #fff;
}
.copyrights {
  color: #df1849;
  text-decoration: none;
  transition: .3s;
}
.footer-links a {
    color: #fff;
    text-decoration: none;
    transition: .3s;
}

.footer-links a:hover {
    opacity: 1;
    color: #d82957;
}


/* Sidebar */
    #menu {
      padding: 40px 30px;
    }

    #menu a {
      display: block;
      font-weight: 600;
      margin-bottom: 18px;
      font-size: 22px;
      color: #2d0452;
      text-decoration: none;
      transition: 0.3s;
    }

    #menu a:hover {
      color: #ff3b6b;
    }

    /* Submenu */
    .submenu a {
      font-size: 17px;
      margin: 5px 0 5px 15px;
      font-weight: 400;
    }

    /* Right Contact Box */
    .contact-box {
      background: white;
      padding: 40px;
      height: 100%;
      border-left: 1px solid #eee;
    }

    /* Mobile menu icon */
    .menu-toggle {
      font-size: 28px;
      cursor: pointer;
      display: none;
    }
 @media (max-width: 1399px) {
  .circle-anim {
        width: 290px;
    height: 290px;
  }
 }
  @media (max-width: 1199px) {
  .circle-anim {
        width: 250px;
    height: 250px;
  }
 }
    /* Mobile responsiveness */
    @media (max-width: 992px) {
       .ribbon-dark {
        top: 20px;
            transform: rotate(0deg);
  }
  .ribbon {
        top: 0;
  }
  .ribbon-pink {
     transform: rotate(0deg);
     margin-bottom:0px;
  }
  .ptb-60 {
    padding: 30px 0px;
}
  .marquee-track h3 {
        font-size: 20px;
  }
      #menu {
        position: fixed;
        left: -100%;
        top: 0;
        height: 100%;
        width: 75%;
        background: white;
        z-index: 2000;
        transition: 0.4s ease;
      }

      #menu.active {
        left: 0;
      }

      .menu-toggle {
        display: block;
        padding: 20px;
      }

      .contact-box {
        border-left: none;
      }
    }

@media (max-width: 1170px) {

  .footer-animation-area {
     background-size:cover !important;
  }

.train-wrap {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
  overflow: visible !important;
  pointer-events: none;
}

.train {
  position: absolute;
  left: 100%;
  max-width: 100px;
  animation: trainMoveRTL 5s linear infinite;
}

@keyframes trainMoveRTL {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-100vw - 120px)); }
}

  .robot {
    display: none !important;
  }
 .robot-left {
  display: none !important;
 }
 .wind {
     display: none;
 }
 .wind-right {
  display: none;
 }
.wifi {
     display: none;
}
.chat-bubble {
  display: none;
}
.parachute {
   left: -60% !important;
        top: 30% !important;
        right: 0% !important;
        margin: 0 auto;
        display: flex;
        justify-content: center;
}
.flight {
      animation: flightMove 17s 
linear infinite;
}
}




.center-area {
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
    padding: 17px 0 0;
}

.process_section {
  position: relative;
  padding: 240px 0px;
  z-index: 0;
}
.process_section .base_line {
    position: relative;
  }
  .process_section .base_line .main_title{
    position: absolute;
    transform: rotate(-90deg);
    left: 0px;
    top: 0;
  }
    .process_section .base_line .main_title h3{
      color: #e41446;
      font-size: 15px;
      font-weight: 600;
    }
.process_section .base_line .main_title h3.client{
    position: absolute;
    left:-105px;
}
.process_section .base_line .main_title h3.preface{
position: absolute;
    left: 25px;
}

/* --- circle 1 start --- */

.process_section .base_line .circle-1 {
      position: absolute;
    top: -20px;
    left: 25px;

}
.process_section .base_line .circle-1 .circle{
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: rgba(62, 62, 62, 0.8);
  border-radius: 50px;
  border:5px solid #fff;

}
.process_section .base_line .circle-1 .circle .inner{
  display: none;
  }
.process_section .base_line .circle-1:hover .circle .inner{
        width: 100%;
    height: 100%;
    border-radius: 100%;
    display: block;
    background-clip: content-box;
    animation: spin 6s linear infinite;
    padding: 0px;
  }
.process_section .base_line .circle-1:hover .top p{
  color: rgba(188, 189, 189, 1);
  }

  .process_section .base_line .circle-1:hover .bottom p{
  color: rgba(188, 189, 189, 1);
  }

.process_section .base_line .circle-1 .top{
    position: absolute;
        top: -120px;
        margin: 0;
    left: 0;
    right: 0;
    text-align: center;
}
  .process_section .base_line .circle-1 .top p{
    font-size: 13px;
    line-height: 1 !important;
    transition:all 1s ease;
    color: #000;
  }
  .process_section .base_line .circle-1 .top img{
    position: relative;
  }

.process_section .base_line .circle-1 .bottom{
    position: absolute;
    text-align: center;
    bottom: -120px;
        margin: 0;
    left: 0;
    right: 0;
}
.process_section .base_line .circle-1 .bottom img{
  transform: rotate(-180deg);
  position: relative;
  }
  .process_section .base_line .circle-1 .bottom p{
    font-size: 13px;
    line-height: 1;
    transition:all 1s ease;
    color: #000;
  }

/* --- circle 1 end --- */


/* --- circle 2 start --- */

.process_section .base_line .circle-2 {
      position: absolute;
    top: -34px;
    left: 68px;

}
.process_section .base_line .circle-2 .circle{
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: rgba(225, 73, 56, 0.8);
  border-radius: 80px;
  border:5px solid #fff;

}
.process_section .base_line .circle-2 .circle .inner{
  display: none;
  }
.process_section .base_line .circle-2:hover .circle .inner{
        width: 100%;
    height: 100%;
    border-radius: 100%;
    display: block;
    background-clip: content-box;
    animation: spin 6s linear infinite;
    padding: 0px;
  }
.process_section .base_line .circle-2:hover .top p{
  color: rgba(225, 73, 56,1);
  }
  .process_section .base_line .circle-2:hover .bottom p{
  color: rgba(225, 73, 56,1);
  }

.process_section .base_line .circle-2 .top{
    position: absolute;
        top:-82px;
        margin: 0;
    left: 0;
    right: 0;
    text-align: center;
}
  .process_section .base_line p {
      line-height: 1 !important;
      font-weight: 600;
  }
  .process_section .base_line .circle-2 .top p{
    font-size: 13px;
  
    transition:all 1s ease;
    color: #000;
  }
  .process_section .base_line .circle-2 .top img{
    position: relative;
  }

.process_section .base_line .circle-2 .bottom{
    position: absolute;
    text-align: center;
    bottom:-95px;
        margin: 0;
    left: 0;
    right: 0;
}
.process_section .base_line .circle-2 .bottom img{
  transform: rotate(-180deg);
  position: relative;
  }
  .process_section .base_line .circle-2 .bottom p{
    font-size: 13px;
    line-height: 1;
    transition:all 1s ease;
    color: #000;
  }

/* --- circle 2 end --- */


/* --- circle 3 start --- */

.process_section .base_line .circle-3 {
      position: absolute;
       top: -44px;
    left: 110px;

}
.process_section .base_line .circle-3 .circle{
  width: 100px;
  height: 100px;
  line-height: 100px;
  background-color: rgba(225, 73, 56, 0.8);
  border-radius: 100px;
  border:5px solid #fff;

}
.process_section .base_line .circle-3 .circle .inner{
  display: none;
  }
.process_section .base_line .circle-3:hover .circle .inner{
       width: 100%;
    height: 100%;
    border-radius: 100%;
    display: block;
    background-clip: content-box;
    animation: spin 7s linear infinite;
    padding: 0px;
  }
.process_section .base_line .circle-3:hover .top p{
  color: rgba(225, 73, 56, 1);
  }

.process_section .base_line .circle-3 .top{
    position: absolute;
        top:-109px;
        margin: 0;
    left: 0;
    right: 0;
    text-align: center;
}
  .process_section .base_line .circle-3 .top p{
   font-size: 16px;
    font-weight: bold;
    line-height: 1;
    transition: all 1s ease;
    color: #000;
  }
  .process_section .base_line .circle-3 .top img{
    position: relative;
  }


/* --- circle 3 end --- */
/* --- circle 4 start --- */

.process_section .base_line .circle-4 {
      position: absolute;
    top: -24px;
    left: 175px;
    z-index: 1;

}
.process_section .base_line .circle-4 .circle{
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: rgba(225, 73, 56, 0.8);
  border-radius: 50px;
  border:5px solid #fff;

}
.process_section .base_line .circle-4 .circle .inner{
  display: none;
  }
.process_section .base_line .circle-4:hover .circle .inner{
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: block;
    background-clip: content-box;
    animation: spin 6s linear infinite;
    padding: 0px;
  }
.process_section .base_line .circle-4:hover .top p{
  color: rgba(225, 73, 56, 1);
  }
  .process_section .base_line .circle-4:hover .bottom p{
  color: rgba(225, 73, 56, 1);
  }

.process_section .base_line .circle-4 .top{
    position: absolute;
        top:-82px;
        margin: 0;
    left: 0;
    right: 0;
    text-align: center;
}
  .process_section .base_line .circle-4 .top p{
    font-size: 13px;
    line-height: 1;
    transition:all 1s ease;
    color: #000;
  }
  .process_section .base_line .circle-4 .top img{
    position: relative;
  }

.process_section .base_line .circle-4 .bottom{
    position: absolute;
    text-align: center;
    bottom: -96px;
        margin: 0;
    left: 0;
    right: 0;
}
.process_section .base_line .circle-4 .bottom img{
  transform: rotate(-180deg);
  position: relative;
  }
  .process_section .base_line .circle-4 .bottom p{
    font-size: 13px;
    line-height: 1;
    transition:all 1s ease;
    color: #000;
  }

/* --- circle 4 end --- */


/* --- circle 5 start --- */

.process_section .base_line .circle-5 {
       position: absolute;
    top:-40px;
    left: 202px;
    z-index: 0;

}
.process_section .base_line .circle-5 .circle{
  width: 90px;
  height: 90px;
  line-height: 90px;
  background-color: rgba(225, 73, 56, 0.8);
  border-radius: 90px;
  border:5px solid #fff;

}
.process_section .base_line .circle-5 .circle .inner{
  display: none;
  }
.process_section .base_line .circle-5:hover .circle .inner{
         width: 100%;
    height: 100%;
    border-radius: 100%;
    display: block;
    background-clip: content-box;
    animation: spin 6s linear infinite;
    padding: 0px;
  }
.process_section .base_line .circle-5:hover .top p{
  color: rgba(225, 73, 56, 1);
  }
.process_section .base_line .circle-5:hover .bottom p{
  color: rgba(225, 73, 56, 1);
  }
.process_section .base_line .circle-5 .top{
    position: absolute;
        top:-113px;
        margin: 0;
    left: 0;
    right: 0;
    text-align: center;
}
  .process_section .base_line .circle-5 .top p{
    font-size: 13px;
    line-height: 1;
    transition:all 1s ease;
    color: #000;
  }
  .process_section .base_line .circle-5 .top img{
    position: relative;
  }


.process_section .base_line .circle-5 .bottom{
    position: absolute;
    text-align: center;
    bottom: -127px;
        margin: 0;
    left: 0;
    right: 0;
}
.process_section .base_line .circle-5 .bottom img{
  transform: rotate(-180deg);
  position: relative;
  }
  .process_section .base_line .circle-5 .bottom p{
    font-size: 13px;
    line-height: 1;
    transition:all 1s ease;
    color: #000;
  }



/* --- circle 5 end --- */

/* --- circle 6 start --- */

.process_section .base_line .circle-6 {
      position: absolute;
    top: -60px;
    left: 258px;

}
.process_section .base_line .circle-6 .circle{
  width: 130px;
  height: 130px;
  line-height: 130px;
  background-color:rgba(225, 73, 56, 0.8);
  border-radius: 130px;
  border:5px solid #fff;

}
.process_section .base_line .circle-6 .circle .inner{
  display: none;
  }
.process_section .base_line .circle-6:hover .circle .inner{
       width: 100%;
    height: 100%;
    border-radius: 100%;
    display: block;
    background-clip: content-box;
    animation: spin 7s linear infinite;
    padding: 0px;
  }
.process_section .base_line .circle-6:hover .top p{
  color:rgba(225, 73, 56, 1);
  }
  .process_section .base_line .circle-6:hover .bottom p{
  color: rgba(225, 73, 56, 1);
  }

.process_section .base_line .circle-6 .top{
    position: absolute;
        top:-74px;
        margin: 0;
    left: 0;
    right: 0;
    text-align: center;
}
  .process_section .base_line .circle-6 .top p{
       font-size: 18px;
    font-weight: bold;
   line-height: 1;
    transition:all 1s ease;
    color: #000;
  }
  .process_section .base_line .circle-6 .top img{
    position: relative;
  }

.process_section .base_line .circle-6 .bottom{
    position: absolute;
    text-align: center;
    bottom:-93px;
        margin: 0;
    left: 0;
    right: 0;
}
.process_section .base_line .circle-6 .bottom img{
  transform: rotate(-180deg);
  position: relative;
  }
  .process_section .base_line .circle-6 .bottom p{
        font-size: 18px;
    font-weight: bold;
   line-height: 1;
    transition:all 1s ease;
    color: 1;
  }

/* --- circle 6 end --- */


/* --- circle 7 start --- */

.process_section .base_line .circle-7 {
      position: absolute;
    top: -30px;
    left: 323px;
        z-index: 2;

}
.process_section .base_line .circle-7 .circle{
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: rgba(243, 185, 24, 0.8);
  border-radius: 70px;
  border:5px solid #fff;

}
.process_section .base_line .circle-7 .circle .inner{
  display: none;
  }
.process_section .base_line .circle-7:hover .circle .inner{
       width: 100%;
    height: 100%;
    border-radius: 100%;
    display: block;
    background-clip: content-box;
    animation: spin 6s linear infinite;
    padding: 0px;
  }
.process_section .base_line .circle-7:hover .top p{
  color:rgba(243, 185, 24, 1);
  }

.process_section .base_line .circle-7 .top{
    position: absolute;
        top:-82px;
        margin: 0;
    left: 0;
    right: 0;
    text-align: center;
}
  .process_section .base_line .circle-7 .top p{
    font-size: 13px;
   line-height: 1;
    transition:all 1s ease;
    color: #000;
    font-weight: 600;
  }
  .process_section .base_line .circle-7 .top img{
    position: relative;
  }

/* --- circle 7 end --- */

/* --- circle 8 start --- */

.process_section .base_line .circle-8 {
      position: absolute;
        top: -49px;
    left: 355px;
    z-index: 1;

}
.process_section .base_line .circle-8 .circle{
  width: 110px;
  height: 110px;
  line-height: 110px;
  background-color:rgba(243, 185, 24, 0.8);
  border-radius: 100px;
  border:5px solid #fff;

}

.process_section .base_line .circle-8 .circle .inner{
  display: none;
  }
.process_section .base_line .circle-8:hover .circle .inner{
       width: 100%;
    height: 100%;
    border-radius: 100%;
    display: block;
    background-clip: content-box;
    animation: spin 7s linear infinite;
    padding: 0px;
  }

  .process_section .base_line .circle-8:hover .bottom1 p{
  color:rgba(243, 185, 24, 1);
  }


.process_section .base_line .circle-8 .bottom1{
    position: absolute;
    text-align: center;
        bottom: -75px;
    margin: 0;
    left: 0px;
    right: 0;
}
.process_section .base_line .circle-8 .bottom1 img{
  transform: rotate(-180deg);
  position: relative;
  }
  .process_section .base_line .circle-8 .bottom1 p{
    font-size: 13px;
    line-height: 1;
    transition:all 1s ease;
    color: #000;
  }

/* --- circle 8 end --- */

/* --- circle 10 start --- */

.process_section .base_line .circle-10 {
      position: absolute;
         top: -93px;
    left: 438px;
    z-index: 1;

}
.process_section .base_line .circle-10 .circle{
  width: 200px;
  height: 200px;
  line-height: 200px;
  background-color: rgba(207, 226, 40, 0.8);
  border-radius: 200px;
  border:5px solid #fff;

}
.process_section .base_line .circle-10 .circle .inner{
  display: none;
  }
.process_section .base_line .circle-10:hover .circle .inner{
   width: 100%;
    height: 100%;
    border-radius: 100%;
    display: block;
    background-clip: content-box;
    animation: spin 10s linear infinite;
    padding: 5px;
  }
.process_section .base_line .circle-10:hover .top p{
  color:rgba(207, 226, 40, 1);
  }
  .process_section .base_line .circle-10:hover .bottom p{
  color:rgba(207, 226, 40, 1);
  }

.process_section .base_line .circle-10 .top{
    position: absolute;
        top:-133px;
        margin: 0;
    left: 0;
    right: 0;
    text-align: center;
}
  .process_section .base_line .circle-10 .top p{
   font-size: 20px;
    font-weight: bold;
   line-height: 1;
    transition: all 1s ease;
    color: #000;
  }
  .process_section .base_line .circle-10 .top img{
    position: relative;
  }

.process_section .base_line .circle-10 .bottom{
    position: absolute;
    text-align: center;
    bottom:-134px;
        margin: 0;
    left: 0;
    right: 0;
}
.process_section .base_line .circle-10 .bottom img{
  transform: rotate(-180deg);
  position: relative;
  }
  .process_section .base_line .circle-10 .bottom p{
          font-size: 20px;
    font-weight: bold;
    line-height: 1;
    transition: all 1s ease;
    color: #000;
  }

/* --- circle 10 end --- */

/* --- circle 11 start --- */

.process_section .base_line .circle-11 {
      position: absolute;
    top: -75px;
    left: 559px;
    z-index: 1;

}
.process_section .base_line .circle-11 .circle{
  width: 160px;
  height: 160px;
  line-height: 160px;
  background-color:rgba(207, 226, 40, 0.8);
  border-radius: 160px;
  border:5px solid #fff;

}
.process_section .base_line .circle-11 .circle .inner{
  display: none;
  }
.process_section .base_line .circle-11:hover .circle .inner{
    width:100%;
    height:100%;
    border-radius:100%;
    display: block;
    background-clip: content-box;
    animation: spin 10s linear infinite;
        padding: 3px;
  }
.process_section .base_line .circle-11:hover .top p{
  color:rgba(207, 226, 40, 1);
  }
  .process_section .base_line .circle-11:hover .bottom p{
  color: rgba(207, 226, 40, 1);
  }

.process_section .base_line .circle-11 .top{
    position: absolute;
        top:-82px;
        margin: 0;
    left: 0;
    right: 0;
    text-align: center;
}
  .process_section .base_line .circle-11 .top p{
   font-size: 17px;
    font-weight: 600;
    line-height: 1;
    transition: all 1s ease;
    color: #000;
  }
  .process_section .base_line .circle-11 .top img{
    position: relative;
  }

.process_section .base_line .circle-11 .bottom{
    position: absolute;
    text-align: center;
    bottom:-83px;
        margin: 0;
    left: 0;
    right: 0;
}
.process_section .base_line .circle-11 .bottom img{
  transform: rotate(-180deg);
  position: relative;
  }
  .process_section .base_line .circle-11 .bottom p{
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    transition: all 1s ease;
    color: #000;
  }

/* --- circle 11 end --- */

/* --- circle 14 start --- */

.process_section .base_line .circle-14 {
      position: absolute;
       top: -87px;
    left: 673px;
    z-index: 1;

}
.process_section .base_line .circle-14 .circle{
  width: 180px;
  height: 180px;
  line-height: 180px;
  background-color: rgba(43, 203, 225, 0.8);
  border-radius: 180px;
  border:5px solid #fff;

}

.process_section .base_line .circle-14 .circle .inner{
  display: none;
  }
.process_section .base_line .circle-14:hover .circle .inner{
       width:100%;
    height:100%;
    border-radius:100%;
    display: block;
    background-clip: content-box;
    animation: spin 7s linear infinite;
    padding: 3px;
  }


.process_section .base_line .circle-14:hover .top p{
  color:rgba(43, 203, 225, 1);
  }

.process_section .base_line .circle-14 .top{
    position: absolute;
        top:-79px;
        margin: 0;
    left: 0;
    right: 0;
    text-align: center;
}
  .process_section .base_line .circle-14 .top p{
   font-size:22px;
   font-weight: bold;
   line-height: 1;
   color: #000;
    transition: all 1s ease;
  }
  .process_section .base_line .circle-14 .top img{
    position: relative;
  }

/* --- circle 14 end --- */


/* --- circle 17 start --- */

.process_section .base_line .circle-17 {
      position: absolute;
         top: -36px;
    left: 789px;
    z-index: 2;

}
.process_section .base_line .circle-17 .circle{
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: rgba(43, 203, 225, 0.8);
  border-radius: 80px;
  border:5px solid #fff;

}

.process_section .base_line .circle-17 .circle .inner{
  display: none;
  }
.process_section .base_line .circle-17:hover .circle .inner{
   width: 100%;
    height: 100%;
    border-radius: 100%;
    display: block;
    background-clip: content-box;
    animation: spin 6s linear infinite;
    padding: 2px;
  }

.process_section .base_line .circle-17:hover .top p{
  color:rgba(43, 203, 225, 1);
  }

.process_section .base_line .circle-17 .top{
    position: absolute;
        top:-79px;
        margin: 0;
    left: 0;
    right: 0;
    text-align: center;
}
  .process_section .base_line .circle-17 .top p{
       font-size: 16px;
    font-weight: bold;
    color: #000;
    transition: all 1s ease;
    line-height: 1;
  }
  .process_section .base_line .circle-17 .top img{
    position: relative;
  }

/* --- circle 17 end --- */


/* --- circle 18 start --- */

.process_section .base_line .circle-18 {
      position: absolute;
   top: -67px;
    left: 828px;
    z-index: 1;

}
.process_section .base_line .circle-18 .circle{
  width: 140px;
  height: 140px;
  line-height: 140px;
  background-color:rgba(43, 203, 225, 0.8);
  border-radius: 140px;
  border:5px solid #fff;

}

.process_section .base_line .circle-18 .circle .inner{
  display: none;
  }
.process_section .base_line .circle-18:hover .circle .inner{
        width: 100%;
    height: 100%;
    border-radius: 100%;
    display: block;
    background-clip: content-box;
    animation: spin 7s linear infinite;
    padding: 2px;
  }

.process_section .base_line .circle-18:hover .top p{
  color:rgba(43, 203, 225, 1);
  }

.process_section .base_line .circle-18 .top{
    position: absolute;
        top:-70px;
        margin: 0;
    left: 0;
    right: 0;
    text-align: center;
}
  .process_section .base_line .circle-18 .top p{
       font-size: 14px;
   line-height: 1;
   color: #000;
    transition: all 1s ease;
  }
  .process_section .base_line .circle-18 .top img{
    position: relative;
  }

/* --- circle 18 end --- */

/* --- circle 20 start --- */

.process_section .base_line .circle-20 {
      position: absolute;
    top: -47px;
    left: 910px;

}
.process_section .base_line .circle-20 .circle{
    width: 100px;
  height: 100px;
  line-height: 100px;
  background-color: rgba(43, 203, 225, 0.8);
  border-radius: 100px;
  border:5px solid #fff;
}


.process_section .base_line .circle-20 .circle .inner{
  display: none;
  }
.process_section .base_line .circle-20:hover .circle .inner{
        width:100%;
    height:100%;
    border-radius:100%;
    display: block;
    background-clip: content-box;
    animation: spin 6s linear infinite;
    padding: 4px;
  }


.process_section .base_line .circle-20:hover .top p{
  color:rgba(43, 203, 225, 1);
  }

  .process_section .base_line .circle-20:hover .bottom p{
  color:rgba(43, 203, 225, 1);
  }

.process_section .base_line .circle-20 .top{
    position: absolute;
    top: -171px;
    margin: 0;
    left: 0px;
    right: 0;
    text-align: center;
}
  .process_section .base_line .circle-20 .top p{
       font-size: 22px;
       font-weight: bold;
   line-height: 1;
   color: #000;
    transition: all 1s ease;
        width: 200px;
            left: -45px;
    position: relative;
  }
  .process_section .base_line .circle-20 .top img{
    position: relative;
  }
.process_section .base_line .circle-20 .bottom{
    position: absolute;
    text-align: center;
    bottom: -93px;
        margin: 0;
    left: 0;
    right: 0;
}
.process_section .base_line .circle-20 .bottom img{
  transform: rotate(-180deg);
  position: relative;
  }
  .process_section .base_line .circle-20 .bottom p{
        font-size: 22px;
        font-weight: bold;
    line-height: 1;
    transition: all 1s ease;
    color: #000;
  }
/* --- circle 20 end --- */


/* --- circle 21 start --- */

.process_section .base_line .circle-21 {
      position: absolute;
     top: -14px;
    left: 985px;
    z-index: 1;

}
.process_section .base_line .circle-21 .circle{
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color:rgba(200, 58, 254, 0.8);
  border-radius: 40px;
  border:5px solid #fff;

}

.process_section .base_line .circle-21 .circle .inner{
  display: none;
  }
.process_section .base_line .circle-21:hover .circle .inner{
        width: 100%;
    height: 100%;
    border-radius: 100%;
    display: block;
    background-clip: content-box;
    animation: spin 5s linear infinite;
    padding: 4px;
  }
.process_section .base_line .circle-21:hover .top p{
  color:rgba(200, 58, 254, 1);
  }

.process_section .base_line .circle-21 .top{
    position: absolute;
        top:-62px;
        margin: 0;
    left: 0;
    right: 0;
    text-align: center;
}
  .process_section .base_line .circle-21 .top p{
         font-size: 13px;
    color: #000;
    transition: all 1s ease;
    line-height: 1;
        left: -6px;
    position: relative;
  }
  .process_section .base_line .circle-21 .top img{
    position: relative;
  }

/* --- circle 21 end --- */


/* --- circle 22 start --- */

.process_section .base_line .circle-22 {
      position: absolute;
    top: -35px;
    left: 1007px;
    z-index: 0;

}
.process_section .base_line .circle-22 .circle{
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color:rgba(200, 58, 254, 0.8);
  border-radius: 80px;
  border:5px solid #fff;
  position: relative;
  float: left;

}
.process_section .base_line .circle-22 .circle .inner{
  display: none;
  }
.process_section .base_line .circle-22:hover .circle .inner{
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: block;
    background-clip: content-box;
    animation: spin 7s linear infinite;
    padding: 5px;
  }

.process_section .base_line .circle-22:hover .top p{
  color:rgba(200, 58, 254, 1);
  }

.process_section .base_line .circle-22 .top{
    position: absolute;
        top: -73px;
        margin: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}
  .process_section .base_line .circle-22 .top p{
         font-size: 25px;
         font-weight: bold;
    color: #000;
    transition: all 1s ease;
    line-height: 1;
  }
  .process_section .base_line .circle-22 .top img{
    position: relative;
  }


/* --- circle 22 end --- */



/* --- circle 23 start --- */

.process_section .base_line .circle-23 {
      position: absolute;
    top:-39px;
    left: 1067px;
    z-index: 0;

}
.process_section .base_line .circle-23 .circle{
  width: 90px;
  height: 90px;
  line-height: 90px;
  background-color:rgba(97, 97, 254, 0.8);
  border-radius: 90px;
  border:5px solid #fff;
  position: relative;
  float: left;

}
.process_section .base_line .circle-23 .circle .inner{
  display: none;
  }
.process_section .base_line .circle-23:hover .circle .inner{
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: block;
    background-clip: content-box;
    animation: spin 7s linear infinite;
    padding: 5px;
  }

.process_section .base_line .circle-23:hover .top p{
  color:rgba(97, 97, 254, 1);
  }

.process_section .base_line .circle-23 .top{
    position: absolute;
        top:-138px;
        margin: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}
  .process_section .base_line .circle-23 .top p{
         font-size: 19px;
         font-weight: bold;
    color: #000;
    transition: all 1s ease;
    line-height: 1;
  }
  .process_section .base_line .circle-23 .top img{
    position: relative;
  }




  .inner-border {
    border: 2.5px dashed #fff;
  }
  @keyframes spin { 
    100% { 
      transform: rotateZ(360deg);
    }
  }

  .process_phase_section {
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
    position: relative;
  }
  .process_phase_section .content {
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  .process_phase_section .content .cols-1{
        width: 17%;
    float: left;
    margin-left: 57px;
    margin-top: 16px;
  }
   .process_phase_section .content ul {
    text-align: center;
    color: #000;
    margin-top: 5px;
    padding-left: 0;
   }
      .process_phase_section .content  ul li{
         line-height: 1.5;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    list-style: none;
      }
  .process_phase_section .content .cols-1 .head1{
    background-color: #e66e60;
    padding: 7px;
    border-radius: 50px;
    text-align: center;
    height: 50px;
  }
   .process_phase_section .content .cols-1 .head1 h2{
      font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
        margin: 0;
    padding: 0;
    line-height: 10px;
        margin-top: 7px;
   }
    .process_phase_section .content .cols-1 .head1 p{
        font-size: 12px;
    color: #fff;
        padding: 0;
    margin: 0;
    line-height: 18px;
    }
  .process_phase_section .content .cols-2{
         width: 38%;
    float: left;
    margin-top: 16px;
    margin-left: 49px;
  }
   .process_phase_section .content .cols-2 .head2{
    background: linear-gradient(90deg, rgba(217,234,76,1) 0%, rgba(83,214,234,1) 100%);
    padding: 7px;
    border-radius: 50px;
    text-align: center;
    height:50px;
  }
   .process_phase_section .content .cols-2 .head2 h2{
      font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
        margin: 0;
    padding: 0;
    line-height: 10px;
        margin-top: 7px;
   }
    .process_phase_section .content .cols-2 .head2 p{
        font-size: 12px;
    color: #fff;
        padding: 0;
    margin: 0;
    line-height: 18px;
    }

    .process_phase_section .content .cols-3{
         width: 23%;
    float: left;
    margin-left: 126px;
    margin-top: -23px
  }
  .process_phase_section .content .cols-3 .head3{
    background-color: #8181fe;
    padding: 7px;
    border-radius: 50px;
    text-align: center;
    height: 50px;
  }
   .process_phase_section .content .cols-3 .head3 h2{
      font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
        margin: 0;
    padding: 0;
    line-height: 10px;
        margin-top: 7px;
   }
    .process_phase_section .content .cols-3 .head3 p{
        font-size: 12px;
    color: #fff;
        padding: 0;
    margin: 0;
    line-height: 18px;
    }


  .process_phase_section .content .cols-3 .head4{
    background-color: #8f4882;
    padding: 7px;
    border-radius: 50px;
    text-align: center;
    height: 50px;
        margin-top: 28px;
  }
   .process_phase_section .content .cols-3 .head4 h2{
      font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
        margin: 0;
    padding: 0;
    line-height: 10px;
        margin-top: 7px;
   }
    .process_phase_section .content .cols-3 .head4 p{
        font-size: 12px;
    color: #fff;
        padding: 0;
    margin: 0;
    line-height: 18px;
    }



  .process_phase_section .bg{
      position: relative;
      z-index: 0;
  }

  .process_phase_section .content {
    display: block;
  }
  .process_phase_section .lg-bg {
    display: block;
  }
  .process_phase_section .md-bg {
    display: none;
  }
  .process_phase_section .mb-bg {
    display: none;
  }



  .process_bottom_section {
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
    position: relative;
    margin-top: 50px;
    height: 200px;
  }

 .process_bottom_section .line{display:block; width:100%; border-bottom:1px solid #babdbf;  text-align:left;text-transform: uppercase;color: #000;
      font-size: 15px;
      font-weight: 800;}
 .process_bottom_section .line h2{font-weight: 600;font-size:15px; text-align:center; position:relative; top:15px; padding-left:0px !important; padding:0 15px; display:inline-block; background:#fff}

  .horiz_line {
    width: 100%;
  }
  .process_bottom_section .cols-1{
    width: 49%;
    float: left;
    padding: 20px;
  }
  .process_bottom_section .content{
    position: relative;
    width: 100%;
        margin-top: 15px;
        color: #fff;
  }
  .process_bottom_section .cols-1 .content .circle1{
    width: 80px;
    height: 80px;
    line-height: 65px;
    background-color: rgba(62, 62, 62, 0.8);
    border-radius: 80px;
    border: 3px solid #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
        position: absolute;
        font-size: 9px;
        padding: 3px;
  }
    .process_bottom_section .cols-1 .content .circle2{
    width: 80px;
    height: 80px;
    line-height: 65px;
    background-color: rgba(225, 73, 56, 0.8);
    border-radius: 80px;
    border: 3px solid #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
        position: absolute;
        left: 75px;
        font-size: 9px;
        padding: 3px;
  }
   .process_bottom_section .cols-1 .content .circle3{
    width: 80px;
    height: 80px;
    line-height: 65px;
    background-color: rgba(243, 185, 24, 0.8);
    border-radius: 80px;
    border: 3px solid #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
        position: absolute;
        left: 150px;
        font-size: 9px;
        padding: 3px;
  }
   .process_bottom_section .cols-1 .content .circle4{
    width: 80px;
    height: 80px;
    line-height: 65px;
    background-color: rgba(207, 226, 40, 0.8);
    border-radius: 80px;
    border: 3px solid #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
        position: absolute;
        left: 225px;
        font-size: 9px;
        padding: 3px;
  }
   .process_bottom_section .cols-1 .content .circle5{
    width: 80px;
    height: 80px;
    line-height: 65px;
    background-color:rgba(43, 203, 225, 0.8);
    border-radius: 80px;
    border: 3px solid #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
        position: absolute;
        left: 300px;
        font-size: 9px;
        padding: 3px;
  }
   .process_bottom_section .cols-1 .content .circle6{
    width: 80px;
    height: 80px;
    line-height: 65px;
    background-color: rgba(200, 58, 254, 0.8);
    border-radius: 80px;
    border: 3px solid #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
        position: absolute;
        left: 380px;
        font-size: 9px;
        padding: 3px;
  }

  .process_bottom_section .cols-1 .content .circle7{
    width: 80px;
    height: 80px;
    line-height: 65px;
    background-color: rgba(97, 97, 254, 0.8);
    border-radius: 80px;
    border: 3px solid #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
        position: absolute;
        left:455px;
        font-size: 9px;
        padding: 3px;
  }
  
  .process_bottom_section .cols-2{
    width: 20%;
    float: left;
     padding:20px;
     text-align: center;
  }
  .process_bottom_section .cols-3{
    width: 20%;
    float: left;
     padding:20px;
     text-align: left;
  }
 .process_bottom_section .cols-3 .content h4{
  color: #474747;
  font-weight: 500;
      font-size: 18px;
    padding-bottom:0px;
    margin-bottom: 0;
 }
 .process_bottom_section .cols-3 .content h1{
  color: #000000;
  padding: 0;
  font-weight: 600;
      text-transform: uppercase;
      font-size: 30px;
 }


.inner-banner-section .inner p{font-size:17px;line-height:29px;color:#444;padding-bottom:35px; padding-top: 15px}

.inner-banner-section .banner-mage img{float:right;}

.inner-banner-section  .inner {float:left;text-align:left;width:70%; padding-right: 5%}
.inner-banner-section  .banner-mage{float:right;width:35%}
    .visit_btn {
      background-color: #e51a4b;
      color: #fff;
      border-radius: 50px;
      padding: 10px 20px;
      text-align: center;
      float: left;
       border: 2px solid #e51a4b;
       text-transform: uppercase;
       margin-right: 10px;
           font-weight: 600;
           cursor: pointer;
    }
    .visit_btn:hover {
      background-color: transparent;
      color:#e51a4b;
      border: 2px solid #e51a4b;
    }
    .demo_btn{
      background-color: #000;
      color: #fff;
      border-radius: 50px;
      padding: 10px 20px;
      width: 180px;
      text-align: center;
      float: left;
       border: 2px solid #000;
       text-transform: uppercase;
           font-weight: 600;
    }
    .demo_btn:hover {
      background-color: transparent;
      color:#000;
      border: 2px solid #000;
    }

.d-none-mb {
    display: block;
  }
  .d-block-mb {
    display: none;
  }

  @media (min-width: 1024px) and (max-width: 1125px) {
    .process_section {
        padding: 30px 0px;
        text-align: center;
    }

    .process_section img {
        max-width: 100%;
    }

    .d-none-mb {
        display: none;
    }

    .d-block-mb {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .process_section {
        padding: 30px 0px;
        text-align: center;
    }

    .process_section img {
        max-width: 100%;
    }

    .d-none-mb {
        display: none;
    }

    .d-block-mb {
        display: block;
    }

  }
  @media (min-width: 768px) and (max-width:1023px) {
    .process_bottom_section {
        height: auto;
    }

    .process_bottom_section .cols-1 {
        width: 80%;
        margin-bottom: 35px;
        float: none;
    }

    .process_bottom_section .cols-2 {
        width: 35%;
        margin-top: 50px;
    }

    .process_bottom_section .cols-3 {
        width: 35%;
        margin-top: 50px;
    }


    .process_phase_section {
        margin-top: 20px;
    }

    .process_phase_section .content {
        display: none;
    }

    .process_phase_section .lg-bg {
        display: none;
    }

    .process_phase_section .md-bg {
        display: block;
    }

    .process_phase_section .mb-bg {
        display: none;
    }
  }
@media (min-width: 561px) and (max-width:767px) { 
  .process_bottom_section .cols-2 {
        width: 40%;
    }

    .process_bottom_section .cols-3 {
        width: 40%;
    }

    .process_bottom_section .cols-1 .content .circle1 {
        position: relative;
        float: left;
    }

    .process_bottom_section .cols-1 .content .circle2 {
        position: relative;
        left: 0;
        float: left;
    }

    .process_bottom_section .cols-1 .content .circle3 {
        position: relative;
        left: 0;
        float: left;
    }

    .process_bottom_section .cols-1 .content .circle4 {
        position: relative;
        left: 0;
        float: left;
    }

    .process_bottom_section .cols-1 .content .circle5 {
        position: relative;
        left: 0;
        float: left;
    }

    .process_bottom_section .cols-1 .content .circle6 {
        position: relative;
        left: 0;
        float: left;
    }

    .process_bottom_section .cols-1 .content .circle7 {
        position: relative;
        left: 0;
        float: left;
    }

    .process_phase_section .content {
        display: none;
    }

    .process_phase_section .lg-bg {
        display: none;
    }

    .process_phase_section .md-bg {
        display: none;
    }

    .process_phase_section .mb-bg {
        display: block;
        text-align: center;
    }
}
@media (min-width: 421px) and (max-width:560px) { 
   .process_bottom_section .cols-1 .content .circle1 {
        position: relative;
        float: left;
    }

    .process_bottom_section .cols-1 .content .circle2 {
        position: relative;
        left: 0;
        float: left;
    }

    .process_bottom_section .cols-1 .content .circle3 {
        position: relative;
        left: 0;
        float: left;
    }

    .process_bottom_section .cols-1 .content .circle4 {
        position: relative;
        left: 0;
        float: left;
    }

    .process_bottom_section .cols-1 .content .circle5 {
        position: relative;
        left: 0;
        float: left;
    }

    .process_bottom_section .cols-1 .content .circle6 {
        position: relative;
        left: 0;
        float: left;
    }

    .process_bottom_section .cols-1 .content .circle7 {
        position: relative;
        left: 0;
        float: left;
    }

    .process_phase_section .content {
        display: none;
    }

    .process_phase_section .lg-bg {
        display: none;
    }

    .process_phase_section .md-bg {
        display: none;
    }

    .process_phase_section .mb-bg {
        display: block;
        text-align: center;
    }

}
  @media (min-width: 100px) and (max-width: 767px) {
    .process_section {
        text-align: center;
    }

    .process_section img {
        max-width: 100%;
    }
    .process_section {
        padding: 0px 0px;
    }

    .d-none-mb {
        display: none;
    }

    .d-block-mb {
        display: block;
    }

 .process_bottom_section {
        width: 100%;
        height: auto;
        margin-top: 0;

    }

    .process_bottom_section .col-1 {
        width: 100%;
        float: left;
        padding: 50px 0px;
    }

    .process_bottom_section .col-2 {
        width: 50%;
        float: left;
        padding: 50px 0px;
        text-align: center;
    }

    .process_bottom_section .col-3 {
        width: 50%;
        float: left;
        padding: 50px 0px;
        text-align: center;
    }
  } 

  @media (min-width: 100px) and (max-width:420px) { 
    .process_phase_section .content {
        display: none;
    }

    .process_phase_section .lg-bg {
        display: none;
    }

    .process_phase_section .md-bg {
        display: none;
    }

    .process_phase_section .mb-bg {
        display: block;
        text-align: center;
    }

    .process_bottom_section .cols-2 {
        width: 85%;
    }

    .process_bottom_section .cols-3 {
        width: 85%;
    }

    .process_phase_section .bg img {
        max-width: 100%;
    }

    .process_bottom_section .cols-1 {
        width:100%;
    }

    .process_bottom_section .cols-1 .content .circle1 {
        position: relative;
        float: left;
        font-size: 12px;
            width: 120px;
    height: 120px;
    line-height: 105px;
    margin-right: 10px;
    margin-bottom: 10px;
    }

    .process_bottom_section .cols-1 .content .circle2 {
        position: relative;
        left: 0;
        float: left;
        font-size: 12px;
            width: 120px;
    height: 120px;
    line-height: 105px;
    margin-right: 10px;
    margin-bottom: 10px;
    }

    .process_bottom_section .cols-1 .content .circle3 {
        position: relative;
        left: 0;
        float: left;
        font-size: 12px;
            width: 120px;
    height: 120px;
    line-height: 105px;
    margin-right: 10px;
    margin-bottom: 10px;
    }

    .process_bottom_section .cols-1 .content .circle4 {
        position: relative;
        left: 0;
        float: left;
        font-size: 12px;
            width: 120px;
    height: 120px;
    line-height: 105px;
    margin-right: 10px;
    margin-bottom: 10px;
    }

    .process_bottom_section .cols-1 .content .circle5 {
        position: relative;
        left: 0;
        float: left;
        font-size: 12px;
            width: 120px;
    height: 120px;
    line-height: 105px;
    margin-right: 10px;
    margin-bottom: 10px;
    }

    .process_bottom_section .cols-1 .content .circle6 {
        position: relative;
        left: 0;
        float: left;
        font-size: 12px;
            width: 120px;
    height: 120px;
    line-height: 105px;
    margin-right: 10px;
    margin-bottom: 10px;
    }

    .process_bottom_section .cols-1 .content .circle7 {
        position: relative;
        left: 0;
        float: left;
        font-size: 12px;
            width: 120px;
    height: 120px;
    line-height: 105px;
    margin-right: 10px;
    margin-bottom: 10px;
    }

  }



.feature-card {
  background: #ffffff;
  border-radius: 15px;
  transition: all 0.3s ease;
  min-height: 200px;
      margin-bottom: 20px;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 18px rgba(0,0,0,0.10);
}

.feature-icon {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.feature-card h5 {
  margin-top: 10px;
}
.crm-points.ListItems {
  list-style: none;
  padding-left: 0;
}

.crm-points.ListItems li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 10px;
  font-size: 16px;
}

.crm-points.ListItems li::before {
  content: "✔";
  font-size: 14px;
  color: #28a745;
  font-weight: bold;
  position: absolute;
      left: 7px;
    top: 2px;
}
.demo-banner-glass {
  background: linear-gradient(135deg, #dbe6f6, #c5796d);
}

.glass-box {
  background: rgba(255, 255, 255, 0.50);
  border-radius: 18px;
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 25px rgba(0,0,0,0.1);
}


.glass-img {
  max-width: 320px;
}

.client-logos {
    display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 5px 25px;
      justify-items: center;
      align-items: center;
    }

    .client-logos a {
      display: block;
      text-align: center;
    }

    .client-logos img {
      height: auto;
      display: block;
      filter: grayscale(100%);
      transition: filter 0.3s ease;
      opacity: 0.5;

    }

    .client-logos img:hover {
      filter: grayscale(0%);
      opacity: 1;
    }
    @media (min-width: 100px) and (max-width:767px) {
    
    .client-logos {
      margin-top: 25px;
      }

      .client-logos img {
        width: 120px;
      }
    }
    .feature-highlight {
  max-width: 750px;
  margin: auto;
}

.feature-badge {
  background: #f8f9fa;
  padding: 8px 16px;
  border-radius: 50px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #e5e5e5;
}

.feature-badge span {
  color: #16a34a;
  font-weight: bold;
}
#expansionStage .product-card{
        min-height: 370px;
}
.faq-section {
  padding: 10px 0 0px;
}

.faq-container {
  max-width: 960px;
  margin: 0 auto;
}

/* Title */
.faq-title {
  margin: 0 0 32px;
  text-align: center;
  letter-spacing: 0.02em;
}

/* List layout */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Card */
.faq-item {
  background:#fff;
  border-radius: var(--radius);
  border: 1px solid transparent;
  transition: border-color var(--transition), background-color var(--transition);
}

/* Optional slight border when open for clarity */
.faq-item.is-open {
  border-color: var(--border-color);
}

/* Header (clickable area) */
.faq-header {
  width: 100%;
  padding: var(--padding);
  border: none;
  outline: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.faq-header:hover {
  background: rgba(0, 0, 0, 0.05);
  border-radius: var(--radius);
}

.faq-header:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.faq-question {
  flex: 1;
}

/* Icon base */
.faq-icon {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* Horizontal line */
.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  background: var(--text-main);
  border-radius: 999px;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transform-origin: center;
}

/* Horizontal line (before) */
.faq-icon::before {
  transform: translate(-50%, -50%);
}

/* Vertical line (after) */
.faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* WHEN OPEN → X ICON */
.faq-item.is-open .faq-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.faq-item.is-open .faq-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.faq-item.is-open .faq-header {
  border-bottom: 1px solid #e3e3e3;
}
.faq-item.is-open .faq-header:hover {
  background: rgba(0, 0, 0, 0.05);
  border-radius:16px 16px 0 0 !important;
}


/* Body */
.faq-body {
  padding: 0 var(--padding);
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--transition), padding-bottom var(--transition),
    padding-top var(--transition);
  will-change: max-height;
  color: var(--text-main);
}

.faq-item.is-open .faq-body {
  padding-top: 20px 0;
}


/* Text inside body */
.faq-body p {
  margin: 0;
  line-height: 1.7;
  padding-bottom: 25px !important;
  padding-top: 25px !important;
}

/* Responsive */
@media (max-width: 640px) {
  .faq-section {
    padding: 20px 0 15px;
  }

  .faq-header {
    padding: 20px;
    font-size: 15px;
  }

  .faq-body {
    padding: 0 20px;
  }

  .faq-item.is-open .faq-body {
    padding-bottom: 20px;
  }
}


.me-sec-tab-list {
  gap: 28px;
  padding-bottom: 25px;
}

/* Button reset */
.me-sec-tab-btn {
  border: none !important;
  background: transparent !important;
  padding: 0;
}

/* Icon card */
.me-sec-icon-wrap {
  width: 155px;
  height: 115px;
  border-radius: 28px;
  background: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 10px 30px rgba(0,0,0,0.08),
    inset 0 0 0 1px rgba(0,0,0,0.05);
  transition: all 0.4s ease;
  overflow: hidden;
  margin-bottom: 15px;
}

/* Floating glow background */
.me-sec-icon-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--pink-color-grad);
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 0;
}

/* Icon */
.me-sec-icon-wrap img {
  width: 55px;
  height: 55px;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}

/* Soft halo ring */
.me-sec-icon-circle {
  width: 140%;
  height: 140%;
  border-radius: 50%;
  position: absolute;
  inset: -20%;
  border: 2px solid rgba(195,0,47,0.2);
  opacity: 0;
  transform: scale(0.85);
  transition: all 0.5s ease;
}

/* ===============================
   ACTIVE / HOVER STATES
================================ */

.me-sec-tab-btn.active .me-sec-icon-wrap,
.me-sec-tab-btn:hover .me-sec-icon-wrap {
  transform: translateY(-8px);
  box-shadow:
    0 20px 45px rgba(195,0,47,0.25),
    inset 0 0 0 1px rgba(255,255,255,0.2);
}

.me-sec-tab-btn.active .me-sec-icon-wrap::before,
.me-sec-tab-btn:hover .me-sec-icon-wrap::before {
  opacity: 1;
}

.me-sec-tab-btn.active img,
.me-sec-tab-btn:hover img {
  filter: brightness(0) invert(1);
  transform: scale(1.12);
}

.me-sec-tab-btn.active .me-sec-icon-circle,
.me-sec-tab-btn:hover .me-sec-icon-circle {
  opacity: 1;
  transform: scale(1);
  animation: haloPulse 2.5s infinite ease-in-out;
}

/* ===============================
   ANIMATIONS
================================ */

@keyframes haloPulse {
  0% { transform: scale(0.9); opacity: 0.4; }
  50% { transform: scale(1); opacity: 0.7; }
  100% { transform: scale(0.9); opacity: 0.4; }
}

/* ===============================
   TAB CONTENT ANIMATION
================================ */

.me-sec-tab-content .tab-pane {
  animation: contentFade 0.6s ease;
}

@keyframes contentFade {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===============================
   TYPOGRAPHY POLISH
================================ */
.me-sec-tab-title {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #555;
  text-align: center;
  max-width: 130px;
  line-height: 1.3;
  transition: all 0.3s ease;
  margin: 0 auto;
}

/* Active / Hover title */
.me-sec-tab-btn.active .me-sec-tab-title,
.me-sec-tab-btn:hover .me-sec-tab-title {
  color: #c3002f;
}

/* Slight lift effect */
.me-sec-tab-btn.active,
.me-sec-tab-btn:hover {
  transform: translateY(-2px);
}

/* Mobile optimization */
@media (max-width: 768px) {
  .me-sec-tab-title {
    font-size: 12px;
    max-width: 90px;
  }
}

.me-sec-text {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 768px) {
  .me-sec-tab-list {
    gap: 18px;
  }

  .me-sec-icon-wrap {
    width: 90px;
    height: 90px;
    border-radius: 22px;
  }

  .me-sec-icon-wrap img {
    width: 42px;
    height: 42px;
  }


}

.CaptchaRowUniq {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    flex-wrap: nowrap;
}
.contactFormUniq {
  padding: 25px;
    background: #fff;
    border-radius: 25px;
}
.contactFormUniq input, .contactFormUniq select {
    height: 50px;
}

/* Input */
.CaptchaInputUniq {
    flex: 1;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.contactCardUniq {
  background: var(--pink-color-grad);
  border-radius: 20px 20px 20px 80px;
}
/* Canvas */
.CaptchaCanvasUniq .capcode {
    width: 200px !important;
    height: 48px !important;
    border-radius: 6px;
        margin-top: 5px;
}

/* Refresh Button */
.CaptchaRefreshUniq {
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer;
    background: url('https://cdn3.iconfinder.com/data/icons/basic-interface/100/update-64.png')
        no-repeat center center;
    background-size: 28px;
    background-color: #f0f0f0;
    border-radius: 6px;
}

/* Fieldset */

.office-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    gap: 18px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    transition: 0.3s ease;
    height: 100%;
    margin-bottom: 15px;
}

.office-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.office-icon img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    opacity: 0.9;
}

.office-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.office-mail {
    color: #d61c4e;
    font-weight: 600;
    text-decoration: none;
}

.office-mail:hover {
    text-decoration: underline;
}

/* Messages */
.error {
    color: red !important;
    font-size: 14px;
   
    margin-top: 5px;
}

.success {
    color: green !important;
    font-size: 16px;
    
    margin-bottom: 10px;
}

/* RESPONSIVE FIX */
@media(max-width: 576px) {
    .CaptchaRowUniq {
        flex-direction: column;
        align-items: stretch;
    }

    .CaptchaCanvasUniq .capcode {
        width: 100% !important;
    }

    .CaptchaRefreshUniq {
        width: 100%;
        background-size: 20px;
        height: 35px;
    }
}

.CntList li {
  margin-bottom: 15px;
}



.siteMapCard {
  background: #fff;
  padding: 25px;
  border-radius: 18px;
  transition: 0.25s ease-in-out;
}

.siteMapCard:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 22px rgba(0,0,0,0.12);
}

.siteMapHeading {
  color: #d50032;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 15px;
}

.siteMapList {
  list-style: none;
  padding: 0;
  margin: 0;
}

.siteMapList li {
  margin-bottom: 8px;
}

.siteMapList a {
  color: #444;
  text-decoration: none;
  font-size: 0.98rem;
  transition: 0.25s ease;
  padding-left: 0;
  display: inline-block;
}

.siteMapList a:hover {
  color: #d50032;
  padding-left: 6px;
}





.career-hero-section {
    height: 40vh;
    min-height: 350px;
    background: url("../images/careers.jpg") center/cover no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
}

.career-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

.career-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.career-hero-title {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    text-shadow: 0 4px 20px rgba(0,0,0,0.35);
}

.career-hero-subtitle {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
    text-shadow: 0 4px 20px rgba(0,0,0,0.35);
}

/* Description */
.career-hero-text {
    font-size: 1.5rem;
    color: rgba(255,255,255,1);
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
    .career-hero-title {
        font-size: 2rem;
    }
    .career-hero-subtitle {
        font-size: 1.4rem;
    }
    .career-hero-text {
        font-size: 1rem;
    }
}





/* LEFT SIDE TAB LIST */
.job-tab-list .nav-link {
    text-align: left;
    padding: 10px 15px;
    margin-bottom: 6px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #eee;
    font-size: 15px;
    font-weight: 500;
    color: #444;
    transition: 0.3s;
}

.job-tab-list .nav-link:hover {
    background: #fff;
    border-color: #d60048;
}

.job-tab-list .nav-link.active {
    background: #d60048;
    color: #fff;
    border-color: #d60048;
}

/* Section Titles */
.filter-title {
    font-weight: 700;
    font-size: 17px;
    color: #333;
    margin-bottom: 10px;
}

/* --- YOUR EXISTING CSS BELOW (unchanged) --- */

/* JOB DETAILS RIGHT SIDE */
.job-details-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.06);
}

/* Job Title */
.job-title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
}

.job-title span {
    color: #d60048;
}

/* Apply Button */
.apply-btn {
    background: #d60048;
    color: #fff;
    padding: 10px 22px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.apply-btn:hover {
    background: #b3003d;
}

/* Job Text Styles */
.job-subtitle {
    font-size: 18px;
    font-weight: 700;
}

.job-list {
    margin-left: 15px;
    line-height: 1.6;
}

.job-list li {
    margin-bottom: 6px;
}

/* Responsive */
@media (max-width: 768px) {
    .job-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .apply-btn {
        width: 100%;
        text-align: center;
        border-radius: 8px;
    }
    .stat-box {
        margin-bottom: 15px !important;
  }
}

.job-modal {
  border-radius: 20px;
}

.job-form label {
  font-weight: 600;
  color: #333;
}

.job-form label span {
  color: #e6004c;
}

.form-group-custom {
  margin-bottom: 18px;
}

.form-group-custom .form-control,
.form-group-custom .form-select,
.resume-box {
  border-radius: 10px;
  padding: 12px 14px;
  border: 1px solid #ddd;
  transition: 0.3s;
}

.form-group-custom .form-control:focus,
.form-group-custom .form-select:focus,
.resume-box:focus {
  border-color: #e6004c;
  box-shadow: 0 0 0 0.15rem rgba(230, 0, 76, 0.2);
}

.upload-label {
  font-weight: 600;
  font-size: 15px;
}

.resume-box {
  min-height: 200px;
}

.captcha-wrapper {
  background: #fafafa;
  padding: 15px;
  border-radius: 12px;
  border: 1px solid #ddd;
}

.captcha-box {
  display: flex;
  align-items: center;
  gap: 15px;
}

.captcha-main {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 4px;
  color: #444;
}

.captcha-options span {
  background: #fff;
  padding: 10px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
}

.captcha-options span:hover {
  background: #e6004c;
  color: #fff;
}

.submit-btn {
  border-radius: 50px;
  padding: 12px 40px;
  font-weight: 600;
  letter-spacing: 1px;
}

.stat-box {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}

.stat-icon {
    width: 55px;
    height: 55px;
    margin-bottom: 0;
}

.stat-number {
    font-weight: 700;
    background: linear-gradient(90deg, #e8105a, #8331b8);
    -webkit-background-clip: text;
    color: transparent;
    margin: 0;
    padding: 0;
}

.stat-text {
    color: #333;
    margin: 0;
    text-align: left;
}
.header_talk_btn {
  display: none;
}

.new-popup p {
  font-size: 18px !important;
  color: #6d6685 !important;
}
.new-popup .item-field {
  position: relative;
    display: inline-block;
    margin-top: 1px;
        margin-bottom: 10px;
        float: left;
}
.new-popup .item-field i{ 
    position: absolute;
    color: #dbdbdb;
    font-size: 15px;
    line-height: 36px;
    height: 36px;
    width: 10%;
    left: 13px;
    z-index: 1;
}
.new-popup .comment-icon i{
  top: 5px;
}
.intl-tel-input,
.iti{
  width: 100%;
}

.uk-modal-body {
  padding: 20px 20px;
}
.uk-modal-header {
  display: flow-root;
  padding: 10px 20px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.uk-modal-footer {
  display: flow-root;
  padding: 10px 20px;
  background: #fff;
  border-top: 1px solid #e5e5e5;
}
@media (min-width: 640px) {

  .uk-modal-body {
    padding: 30px 30px;
  }
  .uk-modal-header {
    padding: 15px 30px;
  }
  .uk-modal-footer {
    padding: 15px 30px;
  }
}
.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}
.modal-close img{
    width: 30px;
    image-rendering: inherit;
    position: absolute;
  }

  .close-btn {
    position: absolute;
    right: -10px;
    top: -40px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #fff;
}


  .modal-heading {
       font-size: 25px;
      font-weight: 800!important;
      line-height: 1.125;
      color: #2e2e2e;
      position: relative;
      text-align: center;
  }
  .modal-heading span{
  position: relative;
    }
    .modal-heading span img{
          position: absolute;
      bottom: 0;
      left: 0;
    }

.uk-modal-body input{
  transition: 0.2s;
       padding: 10px 0;
    height: 1.1rem;
    font-size: 14px;
    border: 1px solid transparent;
    line-height: 1.5;
    position: relative;
      background-color: #fff;
    border-color: #dbdbdb;
    border-radius: 4px;
    color: #363636;
    padding-left: 3em !important;
    width: 90%;
}
.uk-modal-body textarea {
   transition: 0.2s;
       padding: 10px 0;
    width: 90%;
    height: 5rem;
    font-size: 14px;
    border: 1px solid transparent;
    line-height: 1.5;
    position: relative;
      background-color: #fff;
    border-color: #dbdbdb;
    border-radius: 4px;
    color: #363636;
    padding-left: 3em;
}
.uk-modal-body input:hover, .uk-modal-body input:active, .uk-modal-body input:focus{
  outline: none;
  border-color: #e51a4b;
    box-shadow:0 0 10px rgb(95 76 164 / 30%);
}
.uk-modal-body textarea:hover, .uk-modal-body textarea:active, .uk-modal-body textarea:focus{
  outline: none;
  border-color: #e51a4b;
    box-shadow:0 0 10px rgb(95 76 164 / 30%);
}
.w-50 {
  width: 50% ;
}
.w-100 {
  width: 100% !important;
}
#mobile_code {
  padding-left: 6em !important;height: 40px;width: 100%;
}
.uk-modal-body ::placeholder {
  color: #363636;
  opacity: 0.3; /* Firefox */
}

.uk-modal-body :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #363636;
 opacity: 0.3; 
}

.uk-modal-body ::-ms-input-placeholder { /* Microsoft Edge */
 color: #363636;
  opacity: 0.3; 
}

.new-popup  .item-field:hover i, .new-popup  .item-field:active i, .new-popup  .item-field:focus i {
  color: #e51a4b;
}
.uk-modal-body .submit_btn {
background-color: #e51a4b;
    color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    text-align: center;
    border: 2px solid #e51a4b;
    text-transform: uppercase;
    margin-right: 10px;
    font-weight: 600;
    transition: 0.3s;
    cursor: pointer;
        margin: 15px auto 0;
}
.uk-modal-body .submit_btn:hover {
    background-color: transparent;
    color: #e51a4b;
    border: 2px solid #e51a4b;
}

.iti__country-list {
  width: 220px !important;
}
.envelope-img {
  animation: float 2s ease-in-out infinite;
  position: relative;
  width: 65px;
}
@keyframes float {
    0% {
      transform: translateY(0px);
  }
  50% {
      transform: translateY(-20px);
  }
  100% {
      transform: translateY(0px);
  }

}

input#fileupload{width:93%}
.ResumeUpload{margin-bottom:3px; float: left;}
.ResumeUpload div{float:left;width:auto;margin-right:8px}
.ResumeUpload{position:relative}
.fileinput-button{position:relative;overflow:hidden}
.fileinput-button input{position:absolute;top:0;left:0;margin:0;opacity:0;-ms-filter:alpha(opacity=0);font-size:200px;direction:ltr;cursor:pointer;width:100%}

span.fileinput-button{color:#444;float:left;height:30px;padding:0;position:relative;width:auto;cursor:pointer}
.fileinput-button > span{background:#e51a4b;border:1px solid #e51a4b;border-radius:3px;color:#FFF;float:left;font-size:13px;height:25px;line-height:18px;margin:4px 0 0 4px;padding:2px 5px}