@import"https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;1,400&display=swap";
@import"https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800&display=swap";
body {
    font-size: 16px;
    font-family: "Nunito", sans-serif;
    color: #696687
}

a {
    transition: all ease .5s;
    text-decoration: none;
    color: #696687
}

a:hover {
    text-decoration: none;
    color: #f68820
}

a:focus {
    text-decoration: none
}

button {
    outline: 0 !important;
    box-shadow: none;
    border: none;
    padding: 0
}

button:focus {
    box-shadow: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #30296c;
    font-weight: bold;
    font-family: "Manrope", sans-serif
}

h3 {
    font-weight: 600
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    vertical-align: middle
}

p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.6
}

p:last-child {
    margin-bottom: 0
}

img {
    max-width: 100%;
    height: auto
}

.form-control {
    height: 55px;
    color: #f68820;
    border: 1px solid #d7d7d7;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    font-size: 16px;
    padding: 10px 20px;
    width: 100%
}

.form-control::placeholder {
    color: #676a6a
}

.form-control:focus {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: unset;
    outline: 0;
    border: 1px solid #f68820
}

.form-control:hover:focus,
.form-control:focus {
    box-shadow: unset
}

textarea.form-control {
    height: auto
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px
}

.pt-100 {
    padding-top: 100px
}

.pb-100 {
    padding-bottom: 100px
}

.pt-70 {
    padding-top: 70px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-40 {
    padding-bottom: 40px
}

.mt-100 {
    margin-top: 100px
}

.mt-minus-100 {
    margin-top: -100px
}

.mt-30 {
    margin-top: 30px
}

.mb-30 {
    margin-bottom: 30px
}

.pl-15 {
    padding-left: 15px
}

.pr-15 {
    padding-right: 15px
}

.ml-15 {
    margin-left: 15px
}

.mr-15 {
    margin-right: 15px
}

.bg-color {
    background-color: #f9fbfe
}

.bg-color-e9f7fe {
    background-color: #e9f7fe
}

.default-btn {
    font-size: 16px;
    color: #fff;
    line-height: 1;
    transition: all ease .5s;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-table;
    padding: 20px 45px;
    font-weight: 600;
    border-radius: 4px;
    background-image: linear-gradient(to right, #ffa203, #ff5e29)
}

.default-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #ff5e29, #ffa203);
    z-index: -1;
    transform: scale(0);
    transition: all ease .5s
}

.default-btn:hover {
    color: #fff
}

.default-btn:hover::before {
    transform: scale(1);
    transition: all ease .5s
}

.read-more {
    font-size: 15px;
    color: #30296c;
    font-weight: 600
}

.read-more i {
    position: relative;
    top: 3px
}

.read-more:hover {
    color: #f68820;
    letter-spacing: 1px
}

.section-title {
    max-width: 750px;
    margin: -6px auto 50px;
    text-align: center;
    position: relative
}

.section-title span {
    font-size: 16px;
    color: #f68820;
    display: block;
    margin-bottom: 5px;
    font-weight: 700
}

.section-title h2 {
    font-size: 48px;
    margin-bottom: 20px;
    position: relative
}

.section-title h2:last-child {
    margin-bottom: 0
}

.section-title p {
    max-width: 600px;
    margin: auto
}

.section-title.white-title span {
    color: #f68820
}

.section-title.white-title h2 {
    color: #fff
}

.section-title.white-title p {
    color: #fff
}

.top-header {
    background-color: #fff;
    border-bottom: 1px solid #f3f3f5;
    padding-top: 15px;
    padding-bottom: 15px
}

.top-header .header-left-content {
    line-height: 1;
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block
}

.top-header .header-left-content li {
    display: inline-block;
    margin-right: 15px
}

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

.header-right-content i {
    font-size: 18px;
    color: #555;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    background-color: #f2f2f2;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hover effects with brand colors */
.header-right-content i.fa-facebook:hover {
    background-color: #1877f2;
    color: #fff;
}

.header-right-content i.fa-instagram:hover {
    background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af);
    color: #fff;
}

.header-right-content i.fa-twitter:hover {
    background-color: #1da1f2;
    color: #fff;
}

.header-right-content i.fa-linkedin:hover {
    background-color: #0a66c2;
    color: #fff;
}

.header-right-content i.fa-youtube:hover {
    background-color: #ff0000;
    color: #fff;
}

.header-right-content i.fa-whatsapp:hover {
    background-color: #25d366;
    color: #fff;
}

/* Slight zoom on hover */
.header-right-content i:hover {
    transform: translateY(-3px);
}


/* WRAPPER */
.count{
    margin-top: 50px;
    display: block;
    text-align: center;
    align-items: center;
}


.stats-wrapper{
    max-width:1400px;
    margin:auto;
    padding:50px 30px;
    border-radius:22px;
    /* background:linear-gradient(180deg, #2c82c9, #0b4f82); */
    background-image: linear-gradient(rgb(45, 134, 255), rgb(3, 58, 167));
    box-shadow:0 20px 40px rgba(0,0,0,0.25);
    position:relative;
    overflow:hidden;
    color:#fff;
  }


  
  
  /* dots texture */
  .stats-wrapper::before{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-image: url(/assets/images/shape__one.b432b3f4.png);
    background-position: 50%;
    opacity: 5;
    background-repeat: repeat;
  }
  
  /* GRID */
  .stats-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr); /* 🔥 5 in one row */
    gap:20px;
    text-align:center;
    color:#fff;
  }
  
  /* ITEM */
  .stat-item{
    padding:20px 10px;
  }
  
  /* ICON */
  .stat-icon{
    width:52px;
    height:52px;
    margin:0 auto 14px;
    border-radius:50%;
    background:rgba(255,255,255,0.18);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
  }
  
  /* NUMBER */
  .stat-number{
    font-size:40px;
    font-weight:700;
    color:#ffd700;
    margin-bottom:6px;
  }
  
  /* TEXT */
  .stat-text{
    font-size:16px;
    font-weight:600;
    line-height:1.3;
  }
  
  /* RESPONSIVE */
  @media(max-width:1100px){
    .stats-grid{
      grid-template-columns:repeat(3,1fr);
    }
  }
  
  @media(max-width:700px){
    .stats-grid{
      grid-template-columns:repeat(2,1fr);
    }
  }
  
  @media(max-width:420px){
    .stats-grid{
      grid-template-columns:1fr;
    }
  
    .stat-number{
      font-size:34px;
    }
  }


  /* trusted partner start */

  /* SECTION */
.trusted-section{
    padding:70px 20px 80px;
  }
  
  /* HEADING */
  .trusted-heading{
    text-align:center;
    margin-bottom:48px;
  }
  .trusted-heading h2{
    font-size:32px;
    font-weight:600;
    color:#033AA7;
    position:relative;
    display:inline-block;
  }
  .trusted-heading h2::after{
    content:"";
    width:42px;
    height:4px;
    background:#2e8b73;
    display:block;
    margin:8px auto 0;
    border-radius:4px;
  }
  
  /* SLIDER */
  .trusted-slider{
    max-width:1200px;
    margin:auto;
    overflow:hidden;
    padding:1px 0; /* breathing space */
  }
  
  /* ROW */
  .trusted-row{
    width:100%;
    padding:15px 0;
  }
  .trusted-row + .trusted-row{
    margin-top:30px;
  }
  
  /* TRACK */
  .trusted-track{
    display:flex;
    width:max-content;
    animation-timing-function:linear;
    animation-iteration-count:infinite;
    animation-duration:150s;
  }
  
  /* CARD */
  .trusted-card{
    width:160px;
    min-width:160px;
    height:100px;
    background:#ffffff;
    border-radius:18px;
    margin:0 14px;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 8px 22px rgba(0,0,0,0.08);
    border:1px solid rgba(0,0,0,0.04);
    transition:
      transform .35s ease,
      box-shadow .35s ease,
      border-color .35s ease;
  }
  
  /* LOGO */
  .trusted-card img{
    max-width:120px;
    max-height:55px;
    object-fit:contain;
    opacity:.85;
    transition:opacity .35s ease, filter .35s ease;
  }
  
  /* ✨ LUXURY HOVER ✨ */
  .trusted-card:hover{
    transform:translateY(-7px);
    box-shadow:0 18px 38px rgba(0,0,0,0.14);
    border-color:#2e8b73;
  }
  .trusted-card:hover img{
    opacity:1;
    filter:contrast(1.05);
  }
  
  /* ANIMATIONS */
  @keyframes slide-left{
    0%{transform:translateX(0)}
    100%{transform:translateX(-50%)}
  }
  @keyframes slide-right{
    0%{transform:translateX(-50%)}
    100%{transform:translateX(0)}
  }
  
  .row-left .trusted-track{
    animation-name:slide-left;
  }
  .row-right .trusted-track{
    animation-name:slide-right;
  }
  
  /* RESPONSIVE */
  @media(max-width:768px){
    .trusted-card{
      width:150px;
      min-width:150px;
      height:90px;
      margin:0 10px;
    }
  }

  /* trusted partner end */



  /* GRID */
.steps-grid{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:40px;
  }
  
  /* CARD */
  .step-card{
    position:relative;
    height:360px;
    border-radius:10px;
    overflow:hidden;
  
    /* IMAGE ONLY */
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
  
    box-shadow:0 30px 60px rgba(0,0,0,0.2);
    transition:transform 0.6s ease, box-shadow 0.6s ease;
  }
  
  /* HOVER */
  .step-card:hover{
    transform:scale(1.04);
    box-shadow:0 40px 80px rgba(0,0,0,0.25);
  }
  
  /* GRADIENT OVERLAY */
  .step-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
      120deg,
      rgba(45,134,255,0.88),
      rgba(3,58,167,0.92)
    );
    z-index:1;
  }
  
  /* CONTENT */
  .step-content{
    position:relative;
    z-index:2;
    color:#fff;
    max-width:75%;
    padding:55px;
  }
  
  /* BADGE */
  .step-badge{
    display:inline-block;
    background:rgba(255,255,255,0.22);
    padding:7px 16px;
    border-radius:22px;
    font-size:14px;
    margin-bottom:20px;
    letter-spacing:0.4px;
  }
  
  /* TITLE */
  .step-content h2{
    font-size:36px;
    margin:0 0 18px;
    font-weight:700;
    color: #fff;
  }
  
  /* TEXT */
  .step-content p{
    font-size:18px;
    line-height:1.4;
    opacity:0.96;
  }
  
  /* CENTER LAST CARD */
  .steps-grid .step-card:last-child{
    grid-column:span 2;
    max-width:620px;
    margin:auto;
  }
  
  /* RESPONSIVE */
  @media(max-width:900px){
    .step-content{
      max-width:80%;
      padding:45px;
    }
  }
  
  @media(max-width:768px){
    .steps-grid{
      grid-template-columns:1fr;
    }
  
    .steps-grid .step-card:last-child{
      grid-column:auto;
      max-width:100%;
    }
  
    .step-card{
      height:auto;
      min-height:320px;
    }
  
    .step-content{
      max-width:100%;
      padding:32px;
    }
  
    .step-content h2{
      font-size:26px;
    }
  }



.top-header .header-left-content li a {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.top-header .header-left-content li a i {
    font-size: 18px;
    transition: all ease .5s;
    color: #f68820;
    text-align: center;
    border-radius: 50%;
    line-height: 1;
    margin-right: 5px;
    position: relative;
    top: 3px
}

.top-header .header-left-content li a:hover {
    color: #f68820
}

.top-header .header-left-content li:last-child {
    margin-right: 0
}

.top-header .header-right-content {
    line-height: 1;
    float: right;
    position: relative;
    top: -2px
}

.top-header .header-right-content .languages-switcher {
    position: relative;
    padding-left: 20px;
    display: inline-block;
    top: 1px
}

.top-header .header-right-content .languages-switcher i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #f68820;
    margin-right: 0
}

.top-header .header-right-content .languages-switcher select {
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    border: none !important;
    cursor: pointer;
    color: #696687;
    font-size: 15px
}

.top-header .header-right-content .languages-switcher select option {
    color: #696687
}

.top-header .header-right-content .languages-switcher select:focus {
    border: none;
    box-shadow: none;
    outline: none
}

.top-header .header-right-content .my-account {
    margin-left: 30px;
    position: relative;
    top: 3px;
    display: inline-block
}

.top-header .header-right-content .my-account a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #f68820;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    position: relative;
    top: -1px
}

.top-header .header-right-content .my-account a i {
    color: #fff;
    position: relative;
    left: .5px;
    font-size: 15px
}

.top-header .header-right-content .my-account a:hover {
    background-color: #30296c
}

.navbar-area {
    position: relative
}

.navbar-area .navbar-brand {
    margin-right: 0;
    padding: 0;
    width: 15% !important; 
}

.navbar-area.is-sticky {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    position: fixed;
    background-color: #fff !important;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown
}

.desktop-nav {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0
}

.desktop-nav .navbar {
    transition: all ease .5s;
    z-index: 2;
    padding-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0
}

.desktop-nav .navbar ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.desktop-nav .navbar .navbar-nav {
    margin-left: auto;
    margin-right: 0
}

.desktop-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding-bottom: 35px;
    padding-top: 35px;
    padding-right: 0;
    padding-left: 0
}

.desktop-nav .navbar .navbar-nav .nav-item a {
    font-weight: 600;
    font-size: 15px;
    color: #000;
    line-height: 1;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    font-family: 'Inter', sans-serif;
}

.desktop-nav .navbar .navbar-nav .nav-item a:hover,
.desktop-nav .navbar .navbar-nav .nav-item a:focus,
.desktop-nav .navbar .navbar-nav .nav-item a.active {
    color: #f68820
}

.desktop-nav .navbar .navbar-nav .nav-item a i {
    font-size: 18px;
    line-height: 0;
    position: relative;
    top: 4px
}

.desktop-nav .navbar .navbar-nav .nav-item:last-child a {
    margin-right: 0
}

.desktop-nav .navbar .navbar-nav .nav-item:first-child a {
    margin-left: 0
}

.desktop-nav .navbar .navbar-nav .nav-item:hover a,
.desktop-nav .navbar .navbar-nav .nav-item:focus a,
.desktop-nav .navbar .navbar-nav .nav-item.active a {
    color: #f68820
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    transition: all .3s ease-in-out;
    background: #fff;
    position: absolute;
    visibility: hidden;
    border-radius: 0;
    display: block;
    width: 250px;
    border: none;
    z-index: 99;
    opacity: 0;
    top: 80px;
    left: 0;
    padding: 0
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
    padding: 0
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    color: #696687;
    padding: 15px;
    border-bottom: 1px dashed #eee;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    display: block
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
    float: right;
    top: 7px
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #f68820
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: 250px;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #696687;
    border-bottom: 1px dashed #eee;
    font-size: 14px;
    line-height: 1
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #f68820
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 250px;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #000
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #f68820
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #000
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #f68820
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #000
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #f68820
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #000
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #f68820
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #000
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #f68820
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #f68820
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #f68820
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -1px
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #f68820
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    top: -1px;
    visibility: visible
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #f68820
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    top: -15px;
    visibility: visible
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: #f68820
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #f68820
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 0
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
    border-bottom: none
}

.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    top: 80%;
    opacity: 1;
    margin-top: 0;
    visibility: visible
}

.desktop-nav .navbar .others-options ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    line-height: 1
}

.desktop-nav .navbar .others-options ul li {
    display: inline-block;
    margin-right: 25px;
    padding-right: 35px;
    border-right: 1px solid #d7d7d7
}

.desktop-nav .navbar .others-options ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none
}

.desktop-nav .navbar .others-options ul li .cart {
    position: relative
}

.desktop-nav .navbar .others-options ul li .cart i {
    color: #30296c;
    font-size: 18px
}

.desktop-nav .navbar .others-options ul li .cart span {
    position: absolute;
    top: -12px;
    right: -10px;
    display: inline-block;
    width: 17px;
    height: 17px;
    line-height: 18px;
    text-align: center;
    background-color: #f68820;
    border-radius: 50%;
    color: #fff;
    font-size: 10px
}

.desktop-nav .navbar .others-options ul li .option-item {
    color: #696687;
    display: inline-block;
    line-height: 1;
    position: relative;
    top: 0
}

.desktop-nav .navbar .others-options ul li .option-item span {
    position: relative;
    top: -7px;
    margin-left: 5px;
    font-weight: 600
}

.desktop-nav .navbar .others-options ul li .option-item .search-overlay {
    display: none
}

.desktop-nav .navbar .others-options ul li .option-item .search-overlay.search-popup {
    position: absolute;
    top: 100%;
    width: 300px;
    right: 0;
    background: #fff;
    z-index: 2;
    padding: 20px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    margin-top: 18px
}

.desktop-nav .navbar .others-options ul li .option-item .search-overlay.search-popup .search-form {
    position: relative
}

.desktop-nav .navbar .others-options ul li .option-item .search-overlay.search-popup .search-form .search-input {
    display: block;
    width: 100%;
    height: 50px;
    line-height: initial;
    border: 1px solid #eee;
    color: #30296c;
    outline: 0;
    transition: all ease .5s;
    font-size: 15px;
    padding-top: 4px;
    padding-left: 15px
}

.desktop-nav .navbar .others-options ul li .option-item .search-overlay.search-popup .search-form .search-input:focus {
    border-color: #f68820
}

.desktop-nav .navbar .others-options ul li .option-item .search-overlay.search-popup .search-form .search-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    background: #f68820;
    border: none;
    width: 50px;
    outline: 0;
    color: #fff;
    transition: all ease .5s;
    padding: 0
}

.desktop-nav .navbar .others-options ul li .option-item .search-overlay.search-popup .search-form .search-button:hover {
    background-color: #30296c
}

.desktop-nav .navbar .others-options ul li .option-item .search-btn {
    cursor: pointer;
    transition: all ease .5s;
    color: #30296c;
    text-align: center;
    font-size: 20px;
    display: inline-block
}

.desktop-nav .navbar .others-options ul li .option-item .search-btn:hover {
    color: #f68820
}

.desktop-nav .navbar .others-options ul li .option-item .close-btn {
    cursor: pointer;
    transition: all ease .5s;
    color: #30296c;
    text-align: center;
    display: none;
    font-size: 20px
}

.desktop-nav .navbar .others-options ul li .option-item .close-btn:hover {
    color: #f68820
}

.desktop-nav .navbar .others-options ul li .option-item .close-btn.active {
    display: block;
    color: #f68820
}

.mobile-responsive-nav {
    display: none
}

.others-options-for-mobile-devices {
    display: none
}

.others-options-for-mobile-devices ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    line-height: 1
}

.others-options-for-mobile-devices ul li {
    display: inline-block;
    margin-right: 25px;
    padding-right: 35px;
    border-right: 1px solid #d7d7d7
}

.others-options-for-mobile-devices ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none
}

.others-options-for-mobile-devices ul li .cart {
    position: relative
}

.others-options-for-mobile-devices ul li .cart i {
    color: #30296c;
    font-size: 18px
}

.others-options-for-mobile-devices ul li .cart span {
    position: absolute;
    top: -12px;
    right: -10px;
    display: inline-block;
    width: 17px;
    height: 17px;
    line-height: 18px;
    text-align: center;
    background-color: #f68820;
    border-radius: 50%;
    color: #fff;
    font-size: 10px
}

.others-options-for-mobile-devices ul li .option-item {
    color: #696687;
    display: inline-block;
    line-height: 1;
    position: relative;
    top: 0
}

.others-options-for-mobile-devices ul li .option-item span {
    position: relative;
    top: -7px;
    margin-left: 5px;
    font-weight: 600
}

.others-options-for-mobile-devices ul li .option-item .search-overlay {
    display: none
}

.others-options-for-mobile-devices ul li .option-item .search-overlay.search-popup {
    position: absolute;
    top: 100%;
    width: 300px;
    right: 0;
    background: #fff;
    z-index: 2;
    padding: 20px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    margin-top: 18px
}

.others-options-for-mobile-devices ul li .option-item .search-overlay.search-popup .search-form {
    position: relative
}

.others-options-for-mobile-devices ul li .option-item .search-overlay.search-popup .search-form .search-input {
    display: block;
    width: 100%;
    height: 50px;
    line-height: initial;
    border: 1px solid #eee;
    color: #30296c;
    outline: 0;
    transition: all ease .5s;
    font-size: 15px;
    padding-top: 4px;
    padding-left: 15px
}

.others-options-for-mobile-devices ul li .option-item .search-overlay.search-popup .search-form .search-input:focus {
    border-color: #f68820
}

.others-options-for-mobile-devices ul li .option-item .search-overlay.search-popup .search-form .search-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    background: #f68820;
    border: none;
    width: 50px;
    outline: 0;
    color: #fff;
    transition: all ease .5s;
    padding: 0
}

.others-options-for-mobile-devices ul li .option-item .search-overlay.search-popup .search-form .search-button:hover {
    background-color: #30296c
}

.others-options-for-mobile-devices ul li .option-item .search-btn {
    cursor: pointer;
    transition: all ease .5s;
    color: #30296c;
    text-align: center;
    font-size: 20px;
    display: inline-block
}

.others-options-for-mobile-devices ul li .option-item .search-btn:hover {
    color: #f68820
}

.others-options-for-mobile-devices ul li .option-item .close-btn {
    cursor: pointer;
    transition: all ease .5s;
    color: #30296c;
    text-align: center;
    display: none;
    font-size: 20px
}

.others-options-for-mobile-devices ul li .option-item .close-btn:hover {
    color: #f68820
}

.others-options-for-mobile-devices ul li .option-item .close-btn.active {
    display: block;
    color: #f68820
}

.mfp-iframe-holder .mfp-content {
    border: 20px solid #eee
}

.mfp-iframe-holder .mfp-close {
    top: -50px;
    right: -20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #f30000
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.banner-area {
    position: relative;
    z-index: 1;
    height: 720px;
    overflow: hidden
}

.banner-area .shape {
    position: absolute
}

.banner-area .shape.shape-1 {
    top: 30px;
    left: 30px;
    z-index: -1;
    animation: FocuS 1s linear 1s infinite
}

.banner-area .shape.shape-2 {
    top: 30px;
    right: 30px;
    z-index: -1;
    animation: FocuS 1s linear 1s infinite
}

.banner-content h1 {
    font-size: 90px;
    margin-bottom: 25px;
    color: #30296c;
    line-height: 1.1;
    animation: .6s fadeInUpBig
}

.banner-content p {
    margin-bottom: 30px;
    max-width: 600px;
    font-size: 18px;
    animation: .9s fadeInUpBig
}

.banner-content .banner-btn {
    animation: 1s fadeInUpBig
}

.banner-img {
    position: relative;
    z-index: 1;
    animation: 1s fadeInUpBig
}

.banner-img .banner-shape-2 {
    position: absolute;
    bottom: -40px;
    right: -40px;
    z-index: -1
}

.partner-area .owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin: auto
}

.marketing-area {
    position: relative
}

.marketing-area .shape {
    position: absolute
}

.marketing-area .shape.shape-1 {
    top: 100px;
    left: 100px;
    animation: moveBounce 5s linear infinite
}

.marketing-area .shape.shape-2 {
    top: 100px;
    right: 100px;
    animation: moveBounce 3s linear infinite
}

.single-marketing-box {
    padding: 24px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    margin-bottom: 30px;
    position: relative
}

.single-marketing-box::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 2px solid #f68820;
    width: 0;
    height: 2px;
    transition: all ease .5s
}

.single-marketing-box h3 {
    font-size: 24px;
    margin-bottom: 15px
}

.single-marketing-box img {
    margin-bottom: 20px
}

.single-marketing-box:hover::before {
    width: 100%;
    left: 0;
    right: auto
}

.single-marketing-box.icon-style img {
    max-width: 80px;
    margin-bottom: 20px
}

.website-content {
    margin-bottom: 30px;
    margin-top: -13px
}

.website-content h2 {
    font-size: 46px;
    margin-bottom: 20px
}

.website-content h2 span {
    color: #f68820
}

.website-content p {
    margin-bottom: 20px
}

.website-content .website-from label {
    margin-bottom: 12px;
    color: #30296c;
    display: block
}

.website-content .website-from .form-group {
    margin-bottom: 25px;
    position: relative
}

.website-content .website-from .form-group .form-control {
    padding-left: 60px
}

.website-content .website-from .form-group i {
    color: #f68820;
    position: absolute;
    top: 8px;
    left: 0;
    padding: 5px 15px;
    font-size: 20px;
    border-right: 1px solid #d7d7d7
}

.website-content .website-from .default-btn {
    margin-top: 5px
}

.website-content.website-content-mr {
    margin-right: 50px
}

.website-img {
    margin-bottom: 30px;
    text-align: center
}

.website-img.website-img-2 {
    position: relative;
    z-index: 1
}

.website-img.website-img-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #ffa203, #ff5e29);
    z-index: -1;
    animation: border-transform 10s linear infinite alternate forwards
}

.experience-content {
    margin-top: -5px
}

.experience-content span {
    font-size: 16px;
    color: #f68820;
    display: block;
    margin-bottom: 5px
}

.experience-content h2 {
    font-size: 48px;
    margin-bottom: 20px;
    position: relative
}

.experience-content p {
    margin-bottom: 25px
}

.skill-bar {
    margin-bottom: 30px
}

.skill-bar .progress-title-holder {
    position: relative;
    margin-bottom: -12px
}

.skill-bar .progress-title {
    font-size: 18px;
    font-weight: 600;
    color: #30296c
}

.skill-bar .progress-number-wrapper {
    width: 100%;
    z-index: 10;
    font-size: 11px;
    line-height: 24px;
    height: 24px;
    letter-spacing: 0px;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    color: #fff;
    margin-bottom: 0
}

.skill-bar .progress-number-mark {
    margin-bottom: 4px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0);
    padding: 0 8px;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    margin-bottom: 0 !important;
    top: 0
}

.skill-bar .down-arrow {
    border-left: 3px solid rgba(0, 0, 0, 0);
    border-right: 3px solid rgba(0, 0, 0, 0);
    border-top: 3px solid rgba(0, 0, 0, 0);
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    color: #f68820
}

.skill-bar .progress-content-outter {
    height: 6px;
    background-color: #dcdde6;
    border-radius: 0
}

.skill-bar .progress-content {
    height: 6px;
    background-image: linear-gradient(to right, #ffa203, #ff5e29);
    border-radius: 0;
    width: 0%
}

.skill-bar .percent {
    margin-bottom: 0 !important;
    color: #30296c !important;
    font-size: 16px
}

.skill-bar .down-arrow {
    margin-bottom: 0 !important
}

.skill-bar .progress-title {
    margin-bottom: 0 !important
}

.skill-bar .progress-number-wrapper {
    margin-bottom: 0 !important
}

.experience-img {
    margin-bottom: 30px;
    text-align: center
}

.experience-img.experience-img-two {
    position: relative;
    z-index: 1
}

.experience-img.experience-img-two::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #ffa203, #ff5e29);
    z-index: -1;
    animation: border-transform 10s linear infinite alternate forwards
}

.services-area {
    position: relative;
    z-index: 1
}

.services-area .shape {
    position: absolute;
    z-index: -1
}

.services-area .shape.shape-1 {
    bottom: 100px;
    left: 100px;
    animation: moveBounce 5s linear infinite
}

.services-area .shape.shape-2 {
    top: 100px;
    right: 100px;
    animation: moveBounce 5s linear infinite
}

.services-area .shape.shape-3 {
    top: 120px;
    left: 0;
    animation: moveBounce 5s linear infinite
}

.single-services {
    padding: 30px;
    transition: all ease .5s;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    background-color: #fff;
    margin-bottom: 30px
}

.single-services img {
    margin-bottom: 18px
}

.single-services h3 {
    font-size: 24px;
    margin-bottom: 15px
}

.single-services h3 a {
    color: #30296c
}

.single-services p {
    margin-bottom: 20px
}

.single-services .default-btn {
    padding: 12px 25px;
    border: 1px solid #f68820;
    color: #30296c;
    background-image: none
}

.single-services:hover {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    background-color: #fff;
    transform: translateY(-5px)
}

.single-services:hover .default-btn {
    color: #fff
}

.single-services:hover .default-btn::before {
    transform: scale(1)
}

.single-services.box {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    background-color: #fff;
    margin-bottom: 30px
}

.single-services.box i {
    background-image: linear-gradient(to right, #ffa203, #ff5e29);
    display: inline-block;
    width: 150px;
    height: 150px;
    line-height: 150px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    font-size: 50px;
    transition: all ease .5s;
    color: #f68820;
    animation: border-transform 5s linear infinite alternate forwards;
    text-align: center
}

.single-services.box i::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    width: 120px;
    height: 120px;
    background-color: #fff8f0;
    z-index: -1;
    transition: all ease .5s;
    animation: border-transform 10s linear infinite alternate forwards
}

.single-services.box:hover i {
    background-image: linear-gradient(to right, #fff8f0, #fff8f0);
    color: #fff
}

.single-services.box:hover i::after {
    background-image: linear-gradient(to right, #ffa203, #ff5e29)
}

.single-services.card-bg {
    box-shadow: none
}

.single-services.card-bg .default-btn {
    background-image: linear-gradient(to right, #ffa203, #ff5e29);
    color: #fff;
    padding: 20px 45px
}

.single-services-box-wrap {
    position: relative;
    overflow: hidden
}

.single-services-box-wrap .top-content {
    position: relative;
    top: 0;
    transition: all ease .5s
}

.single-services-box-wrap .top-content p {
    margin-bottom: 0
}

.single-services-box-wrap .bottom-content {
    position: absolute !important;
    top: 100%;
    left: 0;
    right: 0;
    padding: 46px 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    transition: all ease .5s
}

.single-services-box-wrap .bottom-content.bg-1 {
    background-image: url(../../assets/images/services/services-card-bg-1.jpg)
}

.single-services-box-wrap .bottom-content.bg-2 {
    background-image: url(../../assets/images/services/services-card-bg-2.jpg)
}

.single-services-box-wrap .bottom-content.bg-3 {
    background-image: url(../../assets/images/services/services-card-bg-3.jpg)
}

.single-services-box-wrap .bottom-content.bg-4 {
    background-image: url(../../assets/images/services/services-card-bg-4.jpg)
}

.single-services-box-wrap .bottom-content.bg-5 {
    background-image: url(../../assets/images/services/services-card-bg-5.jpg)
}

.single-services-box-wrap .bottom-content.bg-6 {
    background-image: url(../../assets/images/services/services-card-bg-6.jpg)
}

.single-services-box-wrap .bottom-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #30296c;
    opacity: .9;
    z-index: -1
}

.single-services-box-wrap .bottom-content h3 {
    margin-bottom: 20px
}

.single-services-box-wrap .bottom-content h3 a {
    color: #fff
}

.single-services-box-wrap .bottom-content p {
    margin-bottom: 30px;
    color: #fff
}

.single-services-box-wrap:hover .top-content {
    top: -500px
}

.single-services-box-wrap:hover .bottom-content {
    top: 0
}

.case-studies-area .owl-theme .owl-nav {
    margin-top: 0 !important
}

.case-studies-area .owl-theme .owl-nav .owl-prev,
.case-studies-area .owl-theme .owl-nav .owl-next {
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 50%;
    left: 315px;
    margin: 0 !important;
    transform: translateY(-62px)
}

.case-studies-area .owl-theme .owl-nav .owl-prev i,
.case-studies-area .owl-theme .owl-nav .owl-next i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    background-color: #fff;
    display: inline-block;
    font-size: 30px;
    border-radius: 50%;
    color: #30296c;
    transition: all ease .5s;
    position: relative;
    z-index: 1
}

.case-studies-area .owl-theme .owl-nav .owl-prev i::after,
.case-studies-area .owl-theme .owl-nav .owl-next i::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 52px;
    height: 52px;
    background-color: #f9fbfe;
    border-radius: 50%;
    z-index: -1
}

.case-studies-area .owl-theme .owl-nav .owl-prev:hover i,
.case-studies-area .owl-theme .owl-nav .owl-next:hover i {
    background-color: #f68820;
    color: #f68820
}

.case-studies-area .owl-theme .owl-nav .owl-next {
    left: auto;
    right: 315px
}

.case-studies-area .owl-item.active.center .single-case::before {
    opacity: 1
}

.case-studies-area .owl-item.active.center .single-case .case-content {
    opacity: 1;
    visibility: visible
}

.case-studies-area.case-studies-area-style-two .single-case {
    position: relative
}

.case-studies-area.case-studies-area-style-two .single-case::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all ease .5s;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9));
    opacity: 0
}

.case-studies-area.case-studies-area-style-two .single-case .case-content {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all ease .5s;
    margin-top: 0
}

.case-studies-area.case-studies-area-style-two .single-case .case-content h3 a {
    color: #fff
}

.case-studies-area.case-studies-area-style-two .single-case .case-content h3 a:hover {
    color: #f68820
}

.case-studies-area.case-studies-area-style-page .single-case {
    position: relative
}

.case-studies-area.case-studies-area-style-page .single-case::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all ease .5s;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9));
    opacity: 0
}

.case-studies-area.case-studies-area-style-page .single-case .case-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all ease .5s;
    margin-top: 0;
    visibility: visible;
    padding: 30px
}

.case-studies-area.case-studies-area-style-page .single-case .case-content h3 a {
    color: #fff
}

.case-studies-area.case-studies-area-style-page .single-case .case-content h3 a:hover {
    color: #f68820
}

.case-studies-area.case-studies-area-style-page .single-case:hover::before {
    opacity: 1
}

.case-studies-area.case-studies-area-style-page .single-case:hover .case-content {
    opacity: 1
}

.case-studies-area.case-studies-area-style-page .load-more {
    text-align: center
}

.single-case {
    margin-bottom: 30px
}

.single-case .case-content {
    margin-top: 20px;
    opacity: 0;
    transition: all ease .5s;
    visibility: hidden
}

.single-case .case-content h3 {
    text-align: center;
    margin-bottom: 0;
    font-size: 24px
}

.single-case .case-content h3 a {
    color: #30296c;
    text-decoration: underline
}

.single-case .case-content h3 a:hover {
    color: #f68820
}

.testimonials-slider-bg {
    max-width: 1170px;
    margin: auto;
    position: relative
}

.testimonials-slider-bg .owl-carousel .owl-item img {
    width: auto
}

.testimonials-slider-bg .owl-theme .owl-nav .owl-prev,
.testimonials-slider-bg .owl-theme .owl-nav .owl-next {
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 50%;
    left: -80px;
    margin: 0 !important;
    transform: translateY(-85px)
}

.testimonials-slider-bg .owl-theme .owl-nav .owl-prev i,
.testimonials-slider-bg .owl-theme .owl-nav .owl-next i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    background-color: #fff;
    display: inline-block;
    font-size: 30px;
    border-radius: 50%;
    color: #30296c;
    transition: all ease .5s;
    position: relative;
    z-index: 1
}

.testimonials-slider-bg .owl-theme .owl-nav .owl-prev i::after,
.testimonials-slider-bg .owl-theme .owl-nav .owl-next i::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 52px;
    height: 52px;
    background-color: #f9fbfe;
    border-radius: 50%;
    z-index: -1
}

.testimonials-slider-bg .owl-theme .owl-nav .owl-prev:hover i,
.testimonials-slider-bg .owl-theme .owl-nav .owl-next:hover i {
    background-color: #f68820;
    color: #f68820
}

.testimonials-slider-bg .owl-theme .owl-nav .owl-next {
    left: auto;
    right: -80px
}

.testimonials-slider-bg .shape {
    position: absolute
}

.testimonials-slider-bg .shape.shape-1 {
    top: -30px;
    left: -30px;
    animation: rotation 30s linear infinite
}

.testimonials-slider-bg .shape.shape-2 {
    top: -30px;
    right: -30px;
    animation: rotation 30s linear infinite
}

.single-testimonials {
    background-color: #fff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    position: relative;
    margin-top: 30px;
    margin: 15px;
    margin-bottom: 124px;
    transition: all ease .5s;
    padding: 50px;
    z-index: 1
}

.single-testimonials::before {
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    border-top: 45px solid #fff;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 0;
    border-right: 50px solid rgba(0, 0, 0, 0);
    bottom: -24px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all ease .5s
}

.single-testimonials i {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 70px;
    color: #eae9f0;
    line-height: 1;
    z-index: -1;
    opacity: .5
}

.single-testimonials p {
    transition: all ease .5s;
    font-size: 20px;
    margin-bottom: 0
}

.testimonials-img {
    position: absolute;
    left: 205px;
    bottom: -100px;
    text-align: left;
    padding-left: 90px
}

.testimonials-img img {
    border-radius: 50px;
    position: absolute;
    bottom: -3px;
    left: 0
}

.testimonials-img h3 {
    margin-bottom: 0;
    font-size: 20px;
    color: #30296c
}

.testimonials-img span {
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    color: #696687
}

.testimonials-area .owl-theme .owl-nav {
    opacity: 0;
    transition: all ease .5s
}

.testimonials-area:hover .owl-theme .owl-nav {
    opacity: 1
}

.pricing-area {
    position: relative;
    z-index: 1
}

.pricing-area .tab {
    text-align: center
}

.pricing-area .tab .tabs {
    border-radius: 50px;
    display: inline-block;
    background-color: #f8cda5;
    padding: 0;
    cursor: pointer;
    margin: 0;
    list-style-type: none;
    position: relative;
    margin-bottom: 40px
}

.pricing-area .tab .tabs .monthly {
    position: absolute;
    top: -5px;
    left: -120px;
    color: #30296c
}

.pricing-area .tab .tabs .yearly {
    position: absolute;
    top: -4px;
    right: -100px;
    color: #30296c
}

.pricing-area .tab .tabs li {
    display: inline-block;
    padding: 0;
    font-size: 20px;
    color: #f68820;
    padding: 6px 5px;
    margin: 0 7px;
    width: 30px;
    height: 12px
}

.pricing-area .tab .tabs li:last-child {
    margin-left: 0
}

.pricing-area .tab .tabs li:first-child {
    margin-right: 0
}

.pricing-area .tab .tabs li.current {
    background-image: linear-gradient(to right, #ffa203, #ff5e29);
    border-radius: 50px;
    color: #f68820
}

.pricing-area .tab .tabs li.current .monthly {
    color: #f68820
}

.pricing-area .tab .tabs li.current .yearly {
    color: #f68820
}

.pricing-area .shape {
    position: absolute;
    z-index: -1
}

.pricing-area .shape.shape-1 {
    top: 100px;
    left: 100px;
    animation: moveBounce 5s linear infinite
}

.pricing-area .shape.shape-2 {
    bottom: 100px;
    right: 100px;
    animation: moveBounce 5s linear infinite
}

.tab .tabs_item {
    display: none
}

.tab .tabs_item:first-child {
    display: block
}

.single-pricing {
    text-align: left;
    background-color: #fff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    padding: 30px;
    overflow: hidden;
    margin-bottom: 30px
}

.single-pricing .pricing-title {
    margin-bottom: 28px
}

.single-pricing .pricing-title h3 {
    font-size: 24px;
    margin-bottom: 20px
}

.single-pricing .pricing-title h2 {
    font-size: 48px
}

.single-pricing .pricing-title h2 sub {
    font-size: 15px;
    color: #696687;
    position: relative;
    top: -4px
}

.single-pricing .pricing-title span {
    font-size: 16px
}

.single-pricing ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-bottom: 35px
}

.single-pricing ul li {
    font-size: 18px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px
}

.single-pricing ul li:last-child {
    margin-bottom: 0
}

.single-pricing ul li i {
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 20px
}

.single-pricing .default-btn {
    background-image: none;
    border: 1px solid #f68820;
    color: #f68820
}

.single-pricing .default-btn:hover {
    border-color: #fff;
    color: #fff
}

.single-pricing:hover .default-btn {
    color: #fff
}

.single-pricing:hover .default-btn::before {
    transform: scale(1)
}

.single-pricing.active {
    position: relative
}

.single-pricing.active .most-popular {
    background-image: linear-gradient(to right, #ffa203, #ff5e29);
    display: inline-block;
    color: #fff;
    padding: 5px 50px;
    position: absolute;
    top: 32px;
    right: -50px;
    transform: rotate(45deg)
}



.footer-area{
  
    margin:auto;
    padding:40px 30px;
    /* background:linear-gradient(180deg, #2c82c9, #0b4f82); */
    background-image: linear-gradient(rgb(45, 134, 255), rgb(3, 58, 167));
    box-shadow:0 20px 40px rgba(0,0,0,0.25);
    position:relative;
    overflow:hidden;
   
  }


  .footer-area::before{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-image: url(/assets/images/shape__one.b432b3f4.png);
    background-position: 50%;
    opacity: 5;
    background-repeat: repeat;
  }


.single-footer-widget {
    margin-bottom: 30px
}

.single-footer-widget .logo {
    margin-bottom: 20px;
    display: inline-block
}

.single-footer-widget p {
    margin-bottom: 25px;
    color: #fff;
}

.single-footer-widget .social-icon {
    line-height: 1;
    padding: 0;
    margin: 0;
    list-style-type: none
}

.single-footer-widget .social-icon li {
    display: inline-block;
    margin-right: 5px
}

.single-footer-widget .social-icon li span {
    color: #fff
}

.single-footer-widget .social-icon li a i {
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    transition: all ease .5s;
    display: inline-block;
    background-color: #ffd700;
    color: #000000;
    border-radius: 4px
}

.single-footer-widget .social-icon li a:hover i {
    transform: translateY(-2px)
}

.single-footer-widget h3 {
    font-size: 24px;
    margin-bottom: 25px;
    position: relative;
    margin-top: -5px;
    color: #fff;
}

.single-footer-widget .address {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.single-footer-widget .address li {
    position: relative;
    margin-bottom: 20px;
    position: relative;
    padding-left: 35px
}

.single-footer-widget .address li i {
    position: absolute;
    color: #ffd700;
    left: 0;
    top: 0;
    font-size: 15px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    transition: all ease .5s;
    display: inline-block;
    background-color: #ffd700;
    color: #000000;
    border-radius: 4px
}

.single-footer-widget .address li a {
    display: block;
    color: #fff;
}
.single-footer-widget .address li {

    color: #fff;
}

.single-footer-widget .address li a:hover {
    color: #f68820
}

.single-footer-widget .address li:last-child {
    margin-bottom: 0
}

.single-footer-widget .import-link {
    padding: 0;
    margin: 0;
    list-style-type: none;
    
}

.single-footer-widget .import-link li {
    margin-bottom: 16px;
    color: #fff !important;
}

.single-footer-widget .import-link li a {
    color: #fff !important;
}

.single-footer-widget .import-link li:last-child {
    margin-bottom: 0
}

.single-footer-widget .import-link li:hover::before {
    border-radius: 50%
}

.single-footer-widget .import-link li:hover a {
    color: #f68820
}

.single-footer-widget .newsletter-form {
    position: relative
}

.single-footer-widget .newsletter-form p {
    margin-bottom: 25px
}

.single-footer-widget .newsletter-form .form-control {
    background-color: #fff
}

.single-footer-widget .newsletter-form .form-control::placeholder {
    color: #696687
}

.single-footer-widget .newsletter-form .send-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background-image: linear-gradient(to right, #ffa203, #ff5e29);
    color: #fff;
    font-size: 25px
}

.single-footer-widget .newsletter-form #validator-newsletter {
    color: darkred;
    margin-top: 10px
}

.copy-right-area {
    border-top: 1px solid #eaecf2;
    padding-top: 20px;
    padding-bottom: 20px
}

.copy-right-area p i {
    position: relative;
    top: 2px
}

.copy-right-area p a {
    color: #30296c;
    font-weight: 600
}

.copy-right-area p a:hover {
    color: #f68820
}

.copy-right-area ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: right
}

.copy-right-area ul li {
    display: inline-block;
    margin-left: 30px;
    position: relative
}

.copy-right-area ul li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -17px;
    width: 2px;
    height: 10px;
    background-color: #696687
}

.copy-right-area ul li:first-child {
    margin-left: 0
}

.copy-right-area ul li:first-child::before {
    display: none
}

.banner-area-style-two {
    background-image: url(../../assets/images/banner/banner-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.banner-area-style-two .banner-content {
    max-width: 640px
}

.banner-area-style-two .shape {
    position: absolute
}

.banner-area-style-two .shape.shape-3 {
    top: 30px;
    left: 30px;
    z-index: -1;
    animation: FocuS 1s linear 1s infinite
}

.banner-area-style-two .shape.shape-4 {
    top: 30px;
    left: 30px;
    z-index: -1;
    animation: rotation 30s linear infinite
}

.banner-area-style-two .shape.shape-5 {
    top: 30px;
    right: 30px;
    z-index: -1;
    animation: FocuS 1s linear 1s infinite
}

.banner-area-style-two .single-category {
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    padding: 19px 30px
}

.banner-area-style-two .single-category i {
    font-size: 30px;
    display: block;
    line-height: 1;
    margin-bottom: 5px
}

.banner-area-style-two .single-category p {
    line-height: 1
}

.banner-area-style-two .single-category.seo {
    right: 540px;
    top: 70px;
    animation: 2s zoomIn
}

.banner-area-style-two .single-category.growth {
    padding: 30px;
    bottom: 50px;
    right: 360px;
    animation: 3s zoomIn
}

.banner-area-style-two .single-category.analytics {
    top: 30%;
    right: 60px;
    padding: 36px 30px;
    animation: 4s zoomIn
}

.single-approach-box {
    background-color: #fff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    padding: 30px;
    margin-bottom: 30px
}

.single-approach-box .icon {
    position: relative;
    margin-bottom: 15px;
    display: inline-block
}

.single-approach-box .icon i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 1;
    font-size: 50px;
    color: #30296c;
    transition: all ease .5s
}

.single-approach-box .icon .icon-shape {
    transition: all ease .5s
}

.single-approach-box .icon .icon-shape-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: scale(0);
    transition: all ease .5s
}

.single-approach-box h3 {
    font-size: 24px;
    margin-bottom: 15px
}

.single-approach-box:hover .icon .icon-shape {
    transform: scale(0)
}

.single-approach-box:hover .icon .icon-shape-hover {
    transform: scale(1)
}

.single-approach-box:hover .icon i {
    color: #fff
}

.about-img {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    text-align: center
}

.about-img img {
    animation: border-transform 10s linear infinite alternate forwards
}

.about-img .about-shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    animation: rotation 30s linear infinite
}

.about-img .video-button {
    position: absolute;
    bottom: 0;
    right: 0
}

.about-img .video-button a i {
    font-size: 70px;
    background-image: linear-gradient(to right, rgba(255, 162, 3, 0.9), rgba(255, 94, 41, 0.9));
    width: 150px;
    height: 150px;
    line-height: 150px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: #fff;
    animation: border-transform 10s linear infinite alternate forwards
}

.about-img-three {
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 30px
}

.about-img-three .about-shape-3 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1
}

.about-img-three.before-style::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #ffa203, #ff5e29);
    z-index: -1;
    animation: border-transform 10s linear infinite alternate forwards
}

.about-content {
    margin-bottom: 30px;
    margin-left: 50px;
    margin-top: -5px
}

.about-content span {
    color: #f68820;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    font-weight: 700
}

.about-content h2 {
    font-size: 40px;
    margin-bottom: 20px
}

.about-content h3 {
    font-size: 20px;
    margin-bottom: 30px
}

.about-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px
}

.about-content ul li {
    margin-bottom: 20px;
    font-family: "Barlow", sans-serif;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    padding-left: 30px
}

.about-content ul li:last-child {
    margin-bottom: 0
}

.about-content ul li i {
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #f68820;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0
}

.about-content ul li h4 {
    font-size: 20px;
    font-weight: 600
}

.about-content .default-btn {
    margin-top: 5px
}

.counter-bg {
    background-color: #fff8f0;
    border-radius: 0 30px 0 30px
}

.single-counter {
    position: relative;
    margin-bottom: 30px;
    z-index: 1
}

.single-counter .count-title {
    text-align: center
}

.single-counter .count-title h2 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
    margin-bottom: 20px;
    background-image: linear-gradient(to right, #ffa203, #ff5e29);
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 110px;
    border-radius: 50%
}

.single-counter .count-title h2 .target {
    position: relative;
    top: 2px;
    margin-left: -10px;
    font-size: 48px;
    color: #fff
}

.single-counter .count-title h4 {
    font-size: 24px;
    margin-bottom: 0;
    color: #30296c;
    font-weight: 600
}

.single-counter .counter-shape {
    position: absolute;
    top: 50px;
    right: 0;
    margin-right: -100px
}

.single-counter .counter-shape.shape-2 {
    top: 32px
}

.why-choose-us-img {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    text-align: center
}

.why-choose-us-img .why-choose-us-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1
}

.why-choose-us-img.before-style::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #ffa203, #ff5e29);
    z-index: -1;
    animation: border-transform 10s linear infinite alternate forwards
}

.why-choose-us-content {
    margin-bottom: 30px
}

.why-choose-us-content span {
    font-size: 16px;
    color: #f68820;
    display: block;
    margin-bottom: 5px;
    font-weight: 700
}

.why-choose-us-content h2 {
    font-size: 46px;
    margin-bottom: 20px;
    position: relative
}

.why-choose-us-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 30px
}

.why-choose-us-content ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px
}

.why-choose-us-content ul li:last-child {
    margin-bottom: 0
}

.why-choose-us-content ul li i {
    position: absolute;
    top: 1px;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #f68820;
    color: #fff;
    border-radius: 50%;
    font-size: 18px
}

.why-choose-us-content ul li h3 {
    font-size: 24px
}

.why-choose-us-content ul li p {
    margin-bottom: 0
}

.single-team-member {
    transition: all ease .5s;
    margin-bottom: 30px
}

.single-team-member .team-content {
    position: relative;
    transition: all ease .5s;
    padding-top: 20px
}

.single-team-member .team-content h3 {
    margin-bottom: 10px;
    font-size: 24px
}

.single-team-member .team-content span {
    display: block;
    font-size: 15px
}

.single-team-member .team-content .team-social .control {
    width: 50px;
    height: 50px;
    line-height: 53px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    background-color: #fff;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 0;
    color: #f68820;
    border-radius: 50%;
    z-index: 1
}

.single-team-member .team-content .team-social .control::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 40px;
    height: 40px;
    background-color: #f9fbfe;
    z-index: -1;
    border-radius: 50%;
    transition: all ease .5s
}

.single-team-member .team-content .team-social ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -170px;
    right: 5px;
    opacity: 0;
    transition: all ease .5s
}

.single-team-member .team-content .team-social ul li a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #f68820;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #eee;
    transition: all ease .5s;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 10px
}

.single-team-member .team-content .team-social ul li a:hover i {
    background-color: #30296c
}

.single-team-member .team-content .team-social ul li:nth-child(4) a i {
    transform: translateY(40px)
}

.single-team-member .team-content .team-social ul li:nth-child(3) a i {
    transform: translateY(80px)
}

.single-team-member .team-content .team-social ul li:nth-child(2) a i {
    transform: translateY(120px)
}

.single-team-member .team-content .team-social ul li:nth-child(1) a i {
    transform: translateY(160px)
}

.single-team-member .team-content .team-social:hover ul {
    opacity: 1
}

.single-team-member .team-content .team-social:hover ul li:nth-child(4) a i {
    transform: translateY(0)
}

.single-team-member .team-content .team-social:hover ul li:nth-child(3) a i {
    transform: translateY(0)
}

.single-team-member .team-content .team-social:hover ul li:nth-child(2) a i {
    transform: translateY(0)
}

.single-team-member .team-content .team-social:hover ul li:nth-child(1) a i {
    transform: translateY(0)
}

.single-team-member:hover .team-social .control {
    background-color: #f68820;
    color: #fff
}

.single-team-member:hover .team-social .control::before {
    background-color: #f68820
}

.header-area.header-area-style-three {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.header-area.header-area-style-three .top-header {
    background-color:  rgb(3, 58, 167);
    border-bottom: none
}

.hero-premium{
    min-height:100vh;
    position:relative;
    overflow:hidden;
    color:#fff;
    background-image: linear-gradient(rgb(45, 134, 255), rgb(3, 58, 167));
    padding-top: 105px;
    padding-bottom: 0px;
  }
  
  /* dots texture */
  .hero-premium::before{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-image: url(/assets/images/shape__one.b432b3f4.png);
    background-position: 50%;
    opacity: .8;
    background-repeat: repeat;
  }
  
  .container{
    max-width:1280px;
    margin:auto;
    padding:0 24px;
    position:relative;
    z-index:2;
  }
  
  .hero-inner{
    min-height:100vh;
    display:grid;
    grid-template-columns:1.2fr 1fr;
    align-items:center;
    gap:60px;
  }
  
  /* LEFT */
  .hero-badge{
    display:inline-flex;
    align-items:center;
    padding:10px 20px;
    background:rgba(255,255,255,.18);
    backdrop-filter:blur(12px);
    border-radius:50px;
    font-size:14px;
    margin-bottom:30px;
  }
  
  .hero-left h1{
    font-weight:900;
    line-height:1.05;
    margin-bottom:22px;
    font-size: 45px;

    color: #fff;
  }
  
  .hero-left h1 span{
    color:#ffd84d;
  
  }
  
  .hero-left h1 span::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-10px;
    width:100%;
    height:6px;
    background:#ffd84d;
    border-radius:4px;
  }
  
  .hero-left p{
    font-size:19px;
    max-width:540px;
    opacity:.92;
    margin-bottom:40px;
  }
  
  /* BUTTONS */
  .hero-actions{
    display:flex;
    gap:18px;
    margin-bottom:26px;
  }
  
  .btn-main{
    background:#fff;
    color:#2d3c58;
    padding:11px 23px;
    border-radius:30px;
    font-weight:600;
    text-decoration:none;
    box-shadow:0 20px 50px rgba(0,0,0,.35);
    transition:.3s;
    font-family:  "Inter", sans-serif;
  }
  
  .btn-main:hover{
    transform:translateY(-3px);
    background-color: #ffc107;
    color: #000;

  }
  
  .btn-outline{
    border:2px solid rgba(255,255,255,.4);
    color:#fff;
    padding:11px 23px;
    border-radius:30px;
    font-weight:600;
    text-decoration:none;
    font-family:  "Inter", sans-serif;
  }
  
  .hero-price{
    font-size:15px;
    opacity:.95;
  }
  
  /* RIGHT IMAGE */
  .hero-right img{
    width:100%;
    max-width:560px;
    filter:drop-shadow(0 60px 100px rgba(0,0,0,.45));
    animation:float 5s ease-in-out infinite;
    border-radius: 73% 27% 24% 76%/34% 26% 74% 66%;
  }
  
  @keyframes float{
    0%{transform:translateY(0)}
    50%{transform:translateY(-18px)}
    100%{transform:translateY(0)}
  }
  
  /* arrows */
  .swiper-button-next,
  .swiper-button-prev{
    color:#fff;
  }
  
  /* responsive */
  @media(max-width:992px){
    .hero-inner{
      grid-template-columns:1fr;
      text-align:center;
    }
    .hero-actions{
      justify-content:center;
    }
    .hero-left h1{
      font-size:46px;
    }
  }




  /* testmonials start */

/* SECTION */
.pu-section{
    background-image: linear-gradient(rgb(45, 134, 255), rgb(3, 58, 167));
    padding:60px 20px 90px;
    color:#fff;
  }
  
  /* TOP TEXT */
  .pu-top{
    text-align:center;
    color:#ffd700;
    font-size:20px;
    margin-bottom:40px;
  }
  .pu-top::after{
    content:"";
    width:40px;
    height:3px;
    background:#ffd700;
    display:block;
    margin:12px auto 0;
  }
  
  /* LAYOUT */
  .pu-wrap{
    max-width:1250px;
    margin:auto;
    display:flex;
    gap:40px;
  }
  
  /* LEFT PANEL */
  .pu-left{
    width:30%;
  }
  .pu-left h3{
    color:#ffd700;
    margin-bottom:28px;
  }
  
  .pu-rating{
    display:flex;
    gap:12px;
    align-items:center;
    margin-bottom:18px;
  }
  .pu-rating img{width:34px}
  .pu-rating div{font-size:15px}
  .pu-rating strong{color:#ffd700}
  
  .jd-logo svg{width:34px;height:34px}
  
  .pu-exp{
    margin-top:30px;
    display:flex;
    gap:12px;
    align-items:center;
  }
  .pu-exp-num{
    font-size:72px;
    font-weight:800;
    background:linear-gradient(#ffd700,#ffb300);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
  }
  .pu-exp-text{
    font-size:14px;
  }
  .pu-exp-text span{
    letter-spacing:4px;
    font-weight:600;
  }
  
  /* RIGHT SLIDER */
  .pu-right{
    width:70%;
    overflow:hidden;
    position:relative;
  }
  
  .pu-track{
    display:flex;
    transition:transform .6s ease;
  }
  
  .pu-slide{
    min-width:100%;
    display:flex;
    gap:22px;
  }
  
  /* CARD */
  .pu-card{
    background:#fff;
    color:#2c4a6e;
    border-radius:20px;
    border:2px solid #8de4b7;
    padding:28px 26px;
    flex:1;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
  }
  
  .pu-card p{
    font-size:16px;
    line-height:1.7;
  }
  
  .pu-user{
    display:flex;
    gap:12px;
    align-items:center;
    margin-top:25px;
  }
  
  .pu-avatar{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#2f7d1f;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
  }
  
  .pu-avatar-img{
    width:42px;
    height:42px;
    border-radius:50%;
    object-fit:cover;
  }
  
  .pu-google{
    display:flex;
    align-items:center;
    gap:6px;
    margin-top:4px;
    color:#f6b800;
  }
  .pu-google img{width:16px}
  
  /* DOTS */
  .pu-dots{
    text-align:center;
    margin-top:18px;
  }
  .pu-dots span{
    width:8px;
    height:8px;
    background:#9bb9d1;
    border-radius:50%;
    display:inline-block;
    margin:0 4px;
    cursor:pointer;
  }
  .pu-dots .active{background:#fff}
  
  /* ARROWS */
  .pu-arrow{
    position:absolute;
    bottom:-50px;
    width:36px;
    height:36px;
    border-radius:50%;
    border:none;
    background:#fff;
    cursor:pointer;
    font-size:18px;
  }
  .pu-prev{left:0}
  .pu-next{left:48px}
  
  /* MOBILE */
  @media(max-width:900px){
    .pu-wrap{flex-direction:column}
    .pu-left,.pu-right{width:100%}
    .pu-slide{flex-direction:column}
  }
  
/* testmonial end */

/* step section start */


/* SECTION */
.gem-process{
    padding:80px 20px;
    background:linear-gradient(180deg,#ffffff,#eef4ff);
  }
  
  /* HEADER */
  .gem-process-header{
    max-width:900px;
    margin:0 auto 60px;
    text-align:center;
  }
  
  .gem-process-header h2{
    font-size:34px;
    color:#0b63b5;
    margin-bottom:14px;
  }
  
  .gem-process-header p{
    font-size:17px;
    color:#444;
    line-height:1.7;
  }
  
  /* GRID */
  .gem-steps{
    max-width:1300px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:28px;
  }
  
  /* CARD */
  .gem-step{
    background:#fff;
    border-radius:22px;
    padding:34px 26px 30px;
    position:relative;
    box-shadow:0 15px 40px rgba(11,99,181,0.12);
    transition:transform .35s ease, box-shadow .35s ease;
  }
  
  .gem-step:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 55px rgba(11,99,181,0.22);
  }
  
  /* STEP NUMBER */
  .gem-step-number{
    position:absolute;
    top:-22px;
    left:26px;
    width:50px;
    height:50px;
    border-radius:50%;
    background:linear-gradient(135deg,#0b63b5,#0a4fa3);
    color:#fff;
    font-weight:700;
    font-size:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 8px 18px rgba(11,99,181,0.35);
  }
  
  /* ICON */
  .gem-step-icon{
    width:52px;
    height:52px;
    border-radius:14px;
    background:#eef4ff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:18px;
    font-size:24px;
    color:#0b63b5;
  }
  
  /* TITLE */
  .gem-step h3{
    font-size:19px;
    color:#0b63b5;
    margin-bottom:12px;
  }
  
  /* TEXT */
  .gem-step p{
    font-size:15px;
    line-height:1.7;
    color:#555;
  }
  
  /* RESPONSIVE */
  @media(max-width:1200px){
    .gem-steps{
      grid-template-columns:repeat(3,1fr);
    }
  }
  
  @media(max-width:800px){
    .gem-steps{
      grid-template-columns:repeat(2,1fr);
    }
  }
  
  @media(max-width:480px){
    .gem-steps{
      grid-template-columns:1fr;
    }
    .gem-process-header h2{
      font-size:26px;
    }
  }



  /* step section end */


  /* gem portal start */

  /* SECTION */
/* .gem-section{
    padding:35px 20px;
    background-image:linear-gradient(rgb(45,134,255), rgb(3,58,167));
  } */
  
  .gem-section{
  
    margin:auto;
    padding:40px 30px;
    /* background:linear-gradient(180deg, #2c82c9, #0b4f82); */
    background-image: linear-gradient(rgb(45, 134, 255), rgb(3, 58, 167));
    box-shadow:0 20px 40px rgba(0,0,0,0.25);
    position:relative;
    overflow:hidden;
   
  }


  .gem-section::before{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-image: url(/assets/images/shape__one.b432b3f4.png);
    background-position: 50%;
    opacity: 5;
    background-repeat: repeat;
  }


  /* HEADING */
  .gem-title{
    text-align:center;
    margin-bottom:25px;
  }
  .gem-title h2{
    font-size:34px;
    font-weight:600;
    color:#ffffff;
    letter-spacing:.3px;
  }
  .gem-title h2::after{
    content:"";
    width:44px;
    height:4px;
    background:#ffffff;
    display:block;
    margin:10px auto 0;
    border-radius:4px;
  }
  
  /* CARD BOX (SLIM & MODERN) */
  .gem-cardbox{
    max-width:980px;                 /* 👈 slimmer */
    margin:auto;
    background:rgba(255,255,255,.98);
    border-radius:18px;
    box-shadow:0 16px 40px rgba(0,0,0,0.18); /* 👈 softer */
    overflow:hidden;
  }
  
  /* TABLE */
  .gem-table{
    width:100%;
    border-collapse:collapse;
  }
  
  /* HEADER */
  .gem-table thead{
    background:#f4f8ff;
  }
  .gem-table th{
    padding:5px 25px;               /* 👈 tighter */
    text-align:left;
    font-size:15px;
    font-weight:600;
    color:#033aa7;
  }
  
  /* BODY */
  .gem-table td{
    padding:5px 25px;               /* 👈 tighter */
    font-size:14.5px;
    line-height:1.65;
    border-top:1px solid #e6e9f2;
  }
  
  /* FEATURE COLUMN */
  .gem-feature{
    width:34%;
    font-weight:600;
    color:#0b4edb;
  }
  
  /* SUBTLE HOVER */
  .gem-table tbody tr{
    transition:background .25s ease;
  }
  .gem-table tbody tr:hover{
    background:#f9fbff;
  }
  
  /* gem portal end */



  /* why section start */


/* SECTION */
.why-pu{
    padding:90px 20px;
  }
  
  /* WRAPPER */
  .why-pu-wrap{
    max-width:1250px;
    margin:auto;
    display:grid;
    grid-template-columns:0.9fr 1.1fr;
    gap:60px;
    align-items:center;
  }
  
  /* LEFT IMAGE */
  .why-pu-image{
    position:relative;
    display:flex;
    justify-content:center;
  }
  .why-pu-image img{
    max-width:80%;
    height:auto;
  }
  
  /* RIGHT CONTENT */
  .why-pu-content h2{
    font-size:36px;
    font-weight:600;
    color:#033AA7;
    margin-bottom:18px;
  }
  
  .why-pu-content p{
    font-size:16.5px;
    line-height:1.75;
    color:#374151;
    margin-bottom:34px;
  }
  
  .why-pu-content a{
    color:#0d6efd;
    text-decoration:none;
  }
  
  /* FEATURES GRID */
  .why-pu-features{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:34px 60px;
  }
  
  /* FEATURE ITEM */
  .pu-feature{
    display:flex;
    align-items:center;
    gap:16px;
  }
  
  /* ICON */
  .pu-icon{
    width:56px;
    height:56px;
    border-radius:50%;
    background:#146eff;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 6px 14px rgba(108,197,46,0.4);
  }
  
  .pu-icon img{
    width:30px;
    height:30px;
  }
  
  /* TEXT */
  .pu-feature span{
    font-size:18px;
    font-weight:600;
    color:#0b3a6f;
  }
  
  /* RESPONSIVE */
  @media(max-width:1000px){
    .why-pu-wrap{
      grid-template-columns:1fr;
      text-align:center;
    }
    .why-pu-features{
      grid-template-columns:1fr;
    }
    .pu-feature{
      justify-content:center;
    }
  }

  /* why section end */


  /* contact section */
  .contact-section{
    padding:60px 20px 70px;
}

/* HEADING */
.contact-heading{
  text-align:center;
  margin-bottom:40px;
}
.contact-heading h2{
  font-size:36px;
  font-weight:600;
  color:#005be3;
  position:relative;
  display:inline-block;
}
.contact-heading h2::after{
  content:"";
  width:44px;
  height:4px;
  background: #146eff;
  display:block;
  margin:10px auto 0;
  border-radius:4px;
}

/* MAIN GRID – EXACT 50/50 */
.contact-wrapper{
  max-width:1250px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr; /* 50% / 50% */
  gap:40px;
  align-items:stretch;
}

/* LEFT SIDE – 4 BOX GRID */
.contact-info-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px;
  height:auto;
}

/* INFO CARD – SAME SIZE */
.info-card{
  background:#ffffff;
  border-radius:16px;
  padding:22px 20px;
    text-align:center;
  box-shadow:0 14px 35px rgba(0,0,0,0.08);
  display:flex;
  flex-direction:column;
  justify-content:center;
}

/* ICON */
.info-icon{
  width:46px;
  height:46px;
  margin:0 auto 14px;
}
.info-icon svg{
  width:100%;
  height:100%;
  fill: #146eff;
}

/* TEXT */
.info-card h4{
  font-size:20px;
  font-weight:600;
  color:#0b3a6f;
  margin-bottom:10px;
}
.info-card p{
  font-size:15px;
  color:#6b7280;
  line-height:1.6;
}

/* RIGHT SIDE – FORM */
.contact-form{
  background:#ffffff;
  border-radius:18px;
  padding:40px;
  box-shadow:0 18px 45px rgba(0,0,0,0.1);
  height:auto;
  display:flex;
  flex-direction:column;
}

/* FORM TITLE */
.contact-form h3{
  font-size:28px;
  color:#0b3a6f;
  margin-top: -25px;
  margin-bottom:15px;
  position:relative;
}
.contact-form h3::after{
  content:"";
  width:42px;
  height:4px;
  background:#146eff;
  display:block;
  margin-top:8px;
  border-radius:4px;
}

/* FORM INPUTS */
.form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  margin-bottom:20px;
}

.contact-form input,
.contact-form textarea{
  width:100%;
  padding:9px 14px;
    font-size:15px;
  border-radius:6px;
  border:1px solid #cbd5e1;
}

.contact-form textarea{
  height:100px;
  resize:none;
  margin-bottom:30px;
}

/* BUTTON */
.contact-form button{
  background:#146eff;
  color:#ffffff;
  border:none;
  padding:14px 42px;
  font-size:16px;
  border-radius:30px;
  cursor:pointer;
  box-shadow:0 8px 20px rgba(33, 130, 250, 0.45);
  margin-top:auto;
}

/* RESPONSIVE */
@media(max-width:900px){
  .contact-wrapper{
    grid-template-columns:1fr;
  }
}

@media(max-width:600px){
  .contact-info-grid{
    grid-template-columns:1fr;
  }
  .form-row{
    grid-template-columns:1fr;
  }
}
  /* contact end */


.privacy-policy {
    max-width: 930px;
    margin: 0 auto -14px
}

.privacy-policy .privacy-content {
    margin-bottom: 30px
}

.privacy-policy .privacy-content h3 {
    margin-bottom: 10px;
    font-size: 25px
}

.privacy-policy .privacy-content p {
    margin-bottom: 10px
}

.privacy-policy .privacy-content ul {
    margin-top: 20px;
    padding-left: 18px
}

.privacy-policy .privacy-content ul li {
    margin-bottom: 10px
}

.privacy-policy .privacy-content ul li:last-child {
    margin-bottom: 0
}

.privacy-policy .privacy-content ul li::marker {
    color: #f68820
}

.privacy-policy .privacy-content.content-8 {
    margin-bottom: 0
}
.terms-conditions {
    max-width: 930px;
    margin: 0 auto -14px
}

.terms-conditions .terms-content {
    margin-bottom: 30px
}

.terms-conditions .terms-content h3 {
    margin-bottom: 10px;
    font-size: 25px
}

.terms-conditions .terms-content p {
    margin-bottom: 10px
}

.terms-conditions .terms-content ul {
    margin-top: 20px;
    padding-left: 18px
}

.terms-conditions .terms-content ul li {
    margin-bottom: 10px
}

.terms-conditions .terms-content ul li:last-child {
    margin-bottom: 0
}

.terms-conditions .terms-content ul li::marker {
    color: #f68820
}

.terms-conditions .terms-content.content-8 {
    margin-bottom: 0
}

.coming-soon-area {
    height: 100vh;
    position: relative;
    background-image: url(../../assets/images/coming-soon-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1
}

.coming-soon-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .5;
    z-index: -1
}

.coming-soon-area .coming-soon-content {
    max-width: 700px;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    padding: 40px 60px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff
}

.coming-soon-area .coming-soon-content .logo {
    display: inline-block
}

.coming-soon-area .coming-soon-content h2 {
    font-size: 48px;
    margin-top: -10px;
    margin-bottom: 0
}

.coming-soon-area .coming-soon-content #timer {
    margin-top: 40px
}

.coming-soon-area .coming-soon-content #timer div {
    border: 4px solid #f68820;
    color: #f68820;
    width: 100px;
    height: 105px;
    border-radius: 5px;
    font-size: 40px;
    font-weight: 800;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 20px 0 20px 0
}

.coming-soon-area .coming-soon-content #timer div span {
    display: block;
    margin-top: -2px;
    font-size: 17px;
    font-weight: 600
}

.coming-soon-area .coming-soon-content form {
    position: relative;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px
}

.coming-soon-area .coming-soon-content form .form-group {
    margin-bottom: 25px;
    width: 100%;
    position: relative
}

.coming-soon-area .coming-soon-content form .form-group .label-title {
    margin-bottom: 0;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    color: #30296c
}

.coming-soon-area .coming-soon-content form .form-group .label-title i {
    position: absolute;
    left: 0;
    transition: all ease .5s;
    top: 9px;
    font-size: 22px
}

.coming-soon-area .coming-soon-content form .form-group .label-title::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    transition: all ease .5s;
    background: #f68820
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter {
    border-radius: 0;
    border: 1px solid #eee;
    padding: 10px 20px;
    color: #30296c;
    height: 50px;
    display: block;
    width: 100%;
    transition: all ease .5s;
    font-size: 16px;
    font-weight: 400;
    background-color: #fff
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter::placeholder {
    color: #696687;
    transition: all ease .5s
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus {
    border-color: #f68820;
    outline: 0 !important
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus::placeholder {
    color: rgba(0, 0, 0, 0)
}

.coming-soon-area .coming-soon-content form .default-btn {
    border-radius: 0;
    position: relative;
    height: 46px;
    line-height: 0
}

.coming-soon-area .coming-soon-content form .default-btn::before {
    border-radius: 0
}

.coming-soon-area .coming-soon-content form .validation-danger {
    margin-top: 15px;
    color: red
}

.coming-soon-area .coming-soon-content form .validation-success {
    margin-top: 15px
}

.coming-soon-area .coming-soon-content form p {
    margin-bottom: 0;
    margin-top: 20px
}

.coming-soon-area .coming-soon-content .newsletter-form {
    position: relative
}

.coming-soon-area .coming-soon-content .newsletter-form .default-btn {
    position: absolute;
    top: 2px;
    right: 2px
}

.coming-soon-area .online-treatment-shape-1 {
    position: absolute;
    top: 0;
    right: 0
}

.coming-soon-area .online-treatment-shape-2 {
    position: absolute;
    bottom: 0;
    left: 0
}

.error-area {
    text-align: center;
    position: relative;
    z-index: 1;
    background-color: #e9fcff
}

.error-area .error-content {
    z-index: 1;
    position: relative
}

.error-area .error-content h1 {
    font-size: 300px;
    line-height: 1;
    font-weight: 700;
    color: #f68820;
    margin-top: -59px
}

.error-area .error-content h1 .a {
    display: inline-block
}

.error-area .error-content h1 .red {
    color: red;
    display: inline-block;
    transform: rotate(45deg)
}

.error-area .error-content h1 .b {
    display: inline-block
}

.error-area .error-content h3 {
    margin: 30px 0 0;
    position: relative;
    color: red
}

.error-area .error-content p {
    margin: 20px 0 20px;
    font-size: 19px;
    color: #f68820
}

.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 99999
}

.preloader .lds-ripple {
    position: absolute;
    width: 80px;
    height: 80px;
    animation: spin-six 2.5s infinite cubic-bezier(0.17, 0.72, 0.55, 1.66);
    left: 50%;
    top: 50%;
    transform: translate(-40px, -50px)
}

.preloader .preloader-container {
    width: 80px;
    height: 80px
}

.preloader .pl-spark-1 {
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    margin: 0 auto 18px auto;
    position: relative;
    width: 50px;
    height: 50px
}

.preloader .pl-spark-1:before,
.preloader .pl-spark-1:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    background: #f68820;
    display: block;
    transform-origin: 50% 100%;
    clip-path: polygon(0 0, 100% 0, 50% 100%)
}

.preloader .pl-spark-1.pl-spark-2:before {
    animation-name: scaleA
}

.preloader .pl-spark-1.pl-spark-2:after {
    animation-name: scaleB
}

.preloader.preloader-deactivate {
    visibility: hidden
}

@keyframes scaleA {
    from,
    50%,
    to {
        transform: scale(1)
    }
    25%,
    75% {
        transform: scale(-1)
    }
}

@keyframes scaleB {
    from,
    50%,
    to {
        transform: rotate(90deg) scale(0)
    }
    12.5%,
    62.5% {
        transform: rotate(90deg) scale(1)
    }
    37.5%,
    87.5% {
        transform: rotate(90deg) scale(-1)
    }
}

.go-top {
    position: fixed;
    cursor: pointer;
    right: 3%;
    top: 87%;
    background-color: #f68820;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    transform: scale(0);
    visibility: hidden;
    transition: .9s
}

.go-top i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    transition: .5s;
    font-size: 20px
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%
}

.go-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #f68820;
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

.go-top:hover {
    color: #fff;
    background-color: #f68820
}

.go-top:hover::before {
    opacity: 1;
    visibility: visible
}

.go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden
}

.go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%
}

.go-top:focus {
    color: #fff
}

.go-top:focus::before {
    opacity: 1;
    visibility: visible
}

.go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden
}

.go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%
}

.go-top.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    right: 3%;
    top: 84%;
    transform: scale(1)
}

.video-btn {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 0;
    color: #f68820;
    position: relative;
    top: 3px;
    z-index: 1;
    background-color: rgba(98, 189, 94, .8);
    border-radius: 50%;
    transition: all ease .5s
}

.video-btn i {
    font-size: 42px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 3px;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    height: 100%
}

.video-btn::after,
.video-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 0;
    border-radius: 50%;
    transition: all ease .5s;
    animation: ripple 1.6s ease-out infinite;
    background-color: rgba(98, 189, 94, .8)
}

.video-btn:hover {
    background-color: rgba(27, 27, 27, .8)
}

.video-btn:hover::before,
.video-btn:hover::after {
    background-color: rgba(27, 27, 27, .8)
}

@keyframes ripple {
    0%,
    35% {
        transform: scale(0);
        opacity: 1
    }
    50% {
        transform: scale(1.5);
        opacity: .8
    }
    100% {
        opacity: 0;
        transform: scale(2)
    }
}

.nice-select .list {
    width: 100%;
    border-radius: 0;
    height: 200px;
    overflow-y: scroll
}

.nice-select .option:hover {
    background-color: #f68820;
    color: #fff
}

.nice-select .option.selected.focus {
    color: #f68820
}

.nice-select .current {
    font-size: 16px
}

.pagination-area {
    margin-top: 10px
}

.pagination-area .page-numbers {
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #30296c;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 17px;
    background-color: #f9fbfe;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    border: 1px solid #ebebeb
}

.pagination-area .page-numbers:hover {
    color: #fff;
    border-color: #f68820;
    background-color: #f68820
}

.pagination-area .page-numbers i {
    font-size: 20px
}

.pagination-area .page-numbers.next {
    top: 3px
}

.pagination-area .page-numbers.current {
    color: #fff;
    border-color: #f68820;
    background-color: #f68820
}

@keyframes moVebounce {
    0% {
        transform: translateX(0px)
    }
    50% {
        transform: translateX(-20px)
    }
    100% {
        transform: translateX(0px)
    }
}

@keyframes moveBounce {
    0% {
        transform: translateY(0px)
    }
    50% {
        transform: translateY(-20px)
    }
    100% {
        transform: translateY(0px)
    }
}

@keyframes FocuS {
    0% {
        opacity: 0
    }
    75% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

@keyframes border-transform {
    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }
    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }
    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }
    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }
    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }
    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }
    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}

/*# sourceMappingURL=style.css.map */

/* MAIN WRAPPER */
.gemx-wrap-zone {
    min-height: 70vh;
    
    background-image:
    linear-gradient(
      rgba(45, 134, 255, 0.88),
      rgba(3, 58, 167, 0.88)
    ),
    url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d");
  
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 40px 20px;
   
  }
  
  /* GRID SYSTEM */
  .gemx-flex-grid {
    max-width: 1200px;
    margin: auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 40px;
    align-items: center;
    margin-top: 200px;
  }
  
  /* LEFT CONTENT */
  .gemx-copy-panel h1 {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
  }
  
  .gemx-copy-panel h2 {
    font-size: 22px;
    color: #ffc107;
    font-weight: 600;
    margin-bottom: 28px;
  }
  
  .gemx-copy-panel ul {
    list-style: none;
    margin-bottom: 30px;
  }
  
  .gemx-copy-panel li {
    color: #fff;
    font-size: 17px;
    margin-bottom: 14px;
    display: flex;
    gap: 10px;
  }
  
  .gemx-copy-panel li::before {
    content: "✔";
    color: #ffc107;
    font-weight: 700;
  }
  
  /* RATING */
  .gemx-trust-strip {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
  }
  
  .gemx-star-score {
    font-weight: 600;
  }
  
  .gemx-star-icons {
    color: #ffc107;
    font-size: 18px;
  }
  
  /* FORM CARD */
  .gemx-form-shell {
    background: #fff;
    border-radius: 10px;
    padding: 32px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
  }
  
  .gemx-form-shell h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 26px;
    color: #08324f;
  }
  
  /* INPUTS */
  .gemx-input-row {
    margin-bottom: 18px;
  }
  
  .gemx-input-row input {
    width: 100%;
    padding: 14px 16px;
    font-size: 15px;
    border-radius: 6px;
    border: 1px solid #d6dce4;
    outline: none;
  }
  
  .gemx-input-row input:focus {
    border-color: var(--prime-blue-mid);
  }
  
  /* BUTTON */
  .gemx-cta-btn {
    width: 100%;
    padding: 15px;
    background: #146eff;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .gemx-cta-btn:hover {
    background: #0b63b5;
  }
  
  /* RESPONSIVE */
  @media (max-width: 900px) {
    .gemx-flex-grid {
      grid-template-columns: 1fr;
    }
  
    .gemx-copy-panel h1 {
      font-size: 32px;
    }
  }
  
  @media (max-width: 480px) {
    .gemx-copy-panel h1 {
      font-size: 26px;
    }
  
    .gemx-copy-panel li {
      font-size: 15px;
    }
  
    .gemx-form-shell {
      padding: 24px;
    }
  }



  .prm-gem-section {
    max-width: 1200px;
    margin: auto;
    padding: 70px 20px;
  }
  
  .prm-gem-header {
    margin-bottom: 35px;
  }
  
  .prm-gem-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
  }
  
  .prm-gem-title-dark {
    color: #1f2933;
  }
  
  .prm-gem-title-accent {
    color: #0b63b5;
  }
  
  /* LAYOUT */
  .prm-gem-layout {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 50px;
    align-items: flex-start;
  }
  
  /* TEXT */
  .prm-gem-content p {
    font-size: 16px;
    color: #1a1a1a;
    line-height: 1.7;
    margin-bottom: 22px;
    font-family: 'Inter', sans-serif;
    text-align: justify;
  }
  
  /* IMAGE CARD */
  .prm-gem-visual {
    background: #ffffff;
    padding: 14px;
    border-radius: 14px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.12);
  }
  
  .prm-gem-visual img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
  }
  
  /* RESPONSIVE */
  @media (max-width: 900px) {
    .prm-gem-layout {
      grid-template-columns: 1fr;
    }
  
    .prm-gem-title {
      font-size: 24px;
    }
  }
  
  @media (max-width: 480px) {
    .prm-gem-content p {
      font-size: 15px;
    }
  }
  


  .tocx-shell {
    padding: 60px 20px;
  }
  



  .tocx-card {
    max-width: 1200px;
    margin: auto;
    border-radius: 22px;
    border: 1px solid #d7e3ec;
    padding: 45px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
    align-items: center;
    position:relative;
    overflow:hidden;
    color:#fff;
    background-image: linear-gradient(rgb(45, 134, 255), rgb(3, 58, 167));
  
  }

    /* dots texture */
    .tocx-card::before{
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        content: "";
        background-image: url(/assets/images/shape__one.b432b3f4.png);
        background-position: 50%;
        opacity: .8;
        background-repeat: repeat;
      }
  
  /* LEFT */
  .tocx-title {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
  }
  
  .tocx-underline {
    display: block;
    width: 110px;
    height: 10px;
    background: #ffc107;
    border-radius: 20px;
    margin-bottom: 30px;
  }
  
  .tocx-list {
    list-style: none;
    padding: 0;
  }
  
  .tocx-list li {
    font-size: 18px;
    color: #fff;
    margin-bottom: 14px;
    position: relative;
    padding-left: 22px;
    line-height: 1.3;
  }
  
  .tocx-list li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #ffc107;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
  }
  
  /* RIGHT IMAGE */
  .tocx-right {
    display: flex;
    justify-content: center;
  }
  
  .tocx-right img {
    max-width: 80%;
    height: auto;
    border-radius: 18px;
    /* box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15); */
  }
  
  /* RESPONSIVE */
  @media (max-width: 900px) {
    .tocx-card {
      grid-template-columns: 1fr;
      padding: 30px;
    }
  
    .tocx-right {
      order: -1;
    }
  }
  
  @media (max-width: 480px) {
    .tocx-title {
      font-size: 22px;
    }
  
    .tocx-list li {
      font-size: 15px;
    }
  }
  

  .gemdef-wrap {
    max-width: 1200px;
    margin: auto;
    padding: 60px 20px;
    text-align: center;
  }
  
  .gemdef-heading {
    font-size: 32px;
    font-weight: 700;
    color: #0b63b5;
    margin-bottom: 25px;
    position: relative;
  }
  
  .gemdef-underline {
    display: block;
    width: 70px;
    height: 6px;
    background: #ffc107;
    margin: 10px auto 0;
    border-radius: 20px;
  }
  
  .gemdef-text {
    font-size: 17px;
    line-height: 1.9;
    color: #1f2933;
    max-width: 1050px;
    margin: auto;
    font-family: 'Inter', sans-serif;

  }
  
  /* RESPONSIVE */
  @media (max-width: 768px) {
    .gemdef-heading {
      font-size: 26px;
    }
  
    .gemdef-text {
      font-size: 15px;
    }
  }
  
  @media (max-width: 480px) {
    .gemdef-heading {
      font-size: 22px;
    }
  }
  

  .gem-benefits-wrapper-9xk21 {
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
  }
  
  .gem-benefits-container-9xk21 {
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: 40px;
    align-items: center;
  }
  
  .gem-benefits-text-9xk21 {
    flex: 1;
  }
  
  .gem-benefits-title-9xk21 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 35px;
    text-align: center;
  }
  
  .gem-benefits-title-9xk21 span {
    color: #0b63b5;
  
  }
  
  .gem-benefits-intro-9xk21 {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.6;
    font-family: 'Inter', sans-serif;
    color: #000;
  }
  
  .gem-benefits-list-9xk21 {
    padding-left: 18px;
  }
  
  .gem-benefits-list-9xk21 li {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
    color: #000;
  }
  
  .gem-benefits-image-9xk21 {
    flex: 1;
    text-align: center;
  }
  
  .gem-benefits-image-9xk21 img {
    max-width: 100%;
    height: auto;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .gem-benefits-container-9xk21 {
      flex-direction: column;
      text-align: center;
    }
  
    .gem-benefits-list-9xk21 {
      text-align: left;
    }
  }
  


  .gem-other-wrap-r82m {
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
  }
  
  .gem-other-inner-r82m {
    max-width: 1200px;
    margin: auto;
    background-image: linear-gradient(rgb(45, 134, 255), rgb(3, 58, 167));
    border-radius: 16px;
    padding: 40px;
    display: flex;
    gap: 30px;
    align-items: center;
    color: #ffffff;
  }
  
  .gem-other-left-r82m {
    flex: 1;
  }
  
  .gem-other-title-r82m {
    font-size: 26px;
    margin-bottom: 25px;
    color: #fff;
  }
  
  .gem-other-list-r82m {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  
  .gem-other-item-r82m {
    background: rgba(255, 255, 255, 0.18);
    padding: 14px 18px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
  }
  
  .gem-other-icon-r82m {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #ffc107;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
  }
  
  .gem-other-right-r82m {
    flex: 0.9;
    text-align: right;
  }
  
  .gem-other-right-r82m img {
    max-width: 100%;
    height: auto;
  }
  
  /* Responsive */
  @media (max-width: 900px) {
    .gem-other-inner-r82m {
      flex-direction: column;
      text-align: center;
    }
  
    .gem-other-list-r82m {
      grid-template-columns: 1fr;
    }
  
    .gem-other-right-r82m {
      text-align: center;
    }
  }
  


  .gem-process-wrap-x91a {
    max-width: 1100px;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    font-family: Arial, sans-serif;
  }
  
  .gem-process-head-x91a {
    background-image: linear-gradient(rgb(45, 134, 255), rgb(3, 58, 167));
    color: #fff;
    padding: 40px 20px;
    text-align: center;
  }
  
  .gem-process-title-x91a {
    font-size: 28px;
    margin-bottom: 10px;
    color: #fff;
  }
  
  .gem-process-sub-x91a {
    font-size: 15px;
    max-width: 800px;
    margin: auto;
  }
  
  .gem-process-tabs-x91a {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px;
    justify-content: center;
    background: #f7f9fb;
  }
  
  .gem-tab-btn-x91a {
    padding: 10px 18px;
    border-radius: 20px;
    border: none;
    background: #e3e8ed;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
  }
  
  .gem-tab-btn-x91a.active {
    background: #0b5fa5;
    color: #fff;
  }
  
  .gem-process-content-x91a {
    display: flex;
    gap: 25px;
    padding: 40px;
    align-items: center;
  }
  
  .gem-icon-box-x91a {
    width: 90px;
    height: 90px;
    border-radius: 16px;
    background-image: linear-gradient(rgb(45, 134, 255), rgb(3, 58, 167));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #fff;
  }
  
  .gem-text-box-x91a h3 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  
  .gem-text-box-x91a p {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .gem-process-content-x91a {
      flex-direction: column;
      text-align: center;
    }
  }
  


  .gem-cta-wrap-q71p {
    width: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
  }
  
  .gem-cta-inner-q71p {
    max-width: 1200px;
    margin: auto;
    background-image: linear-gradient(rgb(45, 134, 255), rgb(3, 58, 167));
    border-radius: 16px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    position: relative;
    overflow: hidden;
  }
  
  .gem-cta-left-q71p {
    max-width: 600px;
  }
  
  .gem-cta-title-q71p {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #fff;
  }
  
  .gem-cta-title-q71p span {
    color: #ffc107;
  }
  
  .gem-cta-text-q71p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 22px;
  }
  
  .gem-cta-btn-q71p {
    display: inline-block;
    padding: 12px 26px;
    background: #ffc107;
    color: #0b3c66;
    font-weight: 700;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
  }
  
  .gem-cta-btn-q71p:hover {
    background: #ffc107;
  }
  
  .gem-cta-right-q71p img {
    max-width: 260px;
    height: auto;
  }
  
  /* Responsive */
  @media (max-width: 900px) {
    .gem-cta-inner-q71p {
      flex-direction: column;
      text-align: center;
      padding: 30px 20px;
    }
  
    .gem-cta-right-q71p {
      margin-top: 25px;
    }
  }
  



 
.faq-wrapper{
    background:#f3f5f7;
    padding:40px 20px;
}

.faq-container{
    max-width:1150px;
    margin:auto;
    display:flex;
    gap:20px;
}

/* LEFT FAQ */
.faq-section{
    flex:2;
    background:#e9ecef;
    padding:30px;
    border-radius:12px;
}

.faq-title{
    text-align:center;
    font-size:26px;
    font-weight:700;
    color: #0b63b5;
    margin-bottom:25px;
}

.faq-item{
    background:#fff;
    border-radius:8px;
    margin-bottom:15px;
    overflow:hidden;
}

.faq-question{
    padding:18px 20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
}

.faq-question h4{
    font-size:15px;
    margin:0;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
}

.faq-question i{
    color:#000;
    transition:0.3s;
}

.faq-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height 0.4s ease;
    padding:0 20px;
    background:#fafafa;
}

.faq-answer p{
    padding:15px 0;
    font-size:14px;
    margin:0;
}

.faq-item.active .faq-answer{
    max-height:200px;
}

.faq-item.active .faq-question i{
    transform:rotate(45deg);
}

/* RIGHT CARD */
.contact-card{
    flex:1;
    background:#e9ecef;
    padding:25px;
    border-radius:12px;
    text-align:center;
}

.contact-card img{
    width:110px;
    margin-bottom:15px;
}

.contact-title{
    font-size:18px;
    font-weight:600;
    margin-bottom:15px;
}

.btn-contact{
    display:inline-block;
    background:#2ecc71;
    color:#fff;
    padding:12px 20px;
    border-radius:6px;
    text-decoration:none;
    font-weight:600;
    margin-bottom:20px;
}

.features{
    display:flex;
    justify-content:space-between;
    padding:15px 0;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
}

.feature{
    font-size:13px;
}

.feature i{
    display:block;
    font-size:18px;
    color:#2ecc71;
    margin-bottom:5px;
}

/* INDUSTRIES */
.industries{
    margin-top:20px;
}

.industries h4{
    font-size:16px;
    margin-bottom:20px;
}

.industry-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px 15px;
}

.industry-item{
    text-align:center;
}

.industry-item i{
    font-size:30px;
    color: #146eff;
    margin-bottom:8px;
}

.industry-item p{
    font-size:14px;
    font-weight:600;
    margin:0;
    font-family: Arial, Helvetica, sans-serif;
}

/* RESPONSIVE */
@media(max-width:992px){
    .faq-container{
        flex-direction:column;
    }
}

@media(max-width:500px){
    .industry-grid{
        grid-template-columns:repeat(2,1fr);
    }
}