*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body{
    font-family: 'Satoshi';
    background-color: var(--white);
  }
  :root{
      --font-text:#102126;
      --p-text:#4D4D4D;
      --primary-color:#3590EC;
      --small-text-bg:#FFB3DA;
      --gray-bg:#FAFAFA;
      --border:#DBDEDE;
      --white:#fff;
      --dark-blue:#13395E;
      --border-light:#eee;
   
  }
  h1, h2, h3, h4, h5, h6,p { font-family: 'Satoshi';}
  /*text-css*/
  h1 {font-size: 55px;color: var( --font-text);line-height: 62px; margin-bottom: 20px; font-weight: bold; text-transform: capitalize;}
  h2 {font-size: 32px;color: var( --font-text);line-height: 42px; margin-bottom: 20px; font-weight: bold; text-transform: capitalize;}
  h3 {font-size: 28px;color: var( --font-text);line-height: 38px; margin-bottom: 20px; font-weight: bold; text-transform: capitalize;}
  h4 {font-size: 24px;color: var( --font-text);line-height: 34px; margin-bottom: 20px; font-weight: bold; text-transform: capitalize;}
  h5 {font-size: 18px;color: var( --font-text);line-height: 25px; margin-bottom: 20px; font-weight: 500; text-transform: capitalize;}
  h6 {font-size: 16px;color: var( --font-text);line-height: 26px; margin-bottom: 20px; font-weight: bold; text-transform: capitalize;}
  p {font-size: 14px; color: var( --p-text); line-height: 24px;} 
  /*text-css*/

  /* Font We Use  */
  @font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Light.woff2') format('woff2'),
         url('../fonts/Satoshi-Light.woff') format('woff'),
         url('../fonts/Satoshi-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-LightItalic.woff2') format('woff2'),
         url('../fonts/Satoshi-LightItalic.woff') format('woff'),
         url('../fonts/Satoshi-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
    font-style: italic;
  }
  @font-face {
    font-family: 'Satoshi-Regular';
    src: url('../fonts/Satoshi-Regular.woff2') format('woff2'),
         url('../fonts/Satoshi-Regular.woff') format('woff'),
         url('../fonts/Satoshi-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Italic.woff2') format('woff2'),
         url('../fonts/Satoshi-Italic.woff') format('woff'),
         url('../fonts/Satoshi-Italic.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: italic;
  }
  @font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Medium.woff2') format('woff2'),
         url('../fonts/Satoshi-Medium.woff') format('woff'),
         url('../fonts/Satoshi-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2'),
         url('../fonts/Satoshi-MediumItalic.woff') format('woff'),
         url('../fonts/Satoshi-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: italic;
  }
  @font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Bold.woff2') format('woff2'),
         url('../fonts/Satoshi-Bold.woff') format('woff'),
         url('../fonts/Satoshi-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2'),
         url('../fonts/Satoshi-BoldItalic.woff') format('woff'),
         url('../fonts/Satoshi-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: italic;
  }
  @font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Black.woff2') format('woff2'),
         url('../fonts/Satoshi-Black.woff') format('woff'),
         url('../fonts/Satoshi-Black.ttf') format('truetype');
    font-weight: 900;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: 'Satoshi-BlackItalic';
    src: url('../fonts/Satoshi-BlackItalic.woff2') format('woff2'),
         url('../fonts/Satoshi-BlackItalic.woff') format('woff'),
         url('../fonts/Satoshi-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-display: swap;
    font-style: italic;
  }

  
  .text-white{
      color: var(--white);
  }
  /*btn-css*/
  ul{
    margin: 0px;
    padding: 0px;
  }
  ul li {
    list-style: none;

  }
  .img-band img {
    width: 100%;
    height: 100%;
}
.p-font-16{
    font-size: 16px!important;
}
.p-sm{
    font-size: 14px;
}
.p-md{
    font-size: 16px;
}
.p-lg{
    font-size: 18px;
}
span.sm-text-band.small-bg {
    background-color: var(--small-text-bg);
    color: var(--font-text);
    padding: 5px 17px !important;
    font-size: 12px;
    border-radius: 100px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    width: fit-content;
}
/* hero-band */

.hero-band .right-band {
    width: 50%;
}
.hero-band .left-band {
    width: 50%;
}
.btn {
    color: var(--white) !important;
    background-color: var(--primary-color);
    padding: 6px 25px;
    border: 1px solid var(--primary-color);
    text-decoration: none;
    transition: all 0.3slinear 0s;
    text-transform: capitalize;
    height: 46px;
    font-size: 15px;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 100px !important;
    width: fit-content;
}
.group-btn {
    display: flex;
}
.group-btn .btn {
    margin-right: 15px;
}
.group-btn .btn:last-child {
    margin-right: 0px;
}
.secondary-btn {
    background-color: #ffffff00 !important;
    border-color: rgb(15 23 42 / 20%);
    color: var(--font-text) !important;
}
.secondary-btn:hover {
    background-color:var(--primary-color) !important;
    color: var(--white) !important;
    border-color: var(--primary-color) !important;
}
.btn.primary-btn:hover {
    background-color: #1B79D7;
    transition: all 0.5s;
}
.btn-small {
    padding: 6px 20px !important;
    height: 40px !important;
}
  .btn-red {
      background-color: #FF3838;
      border: 2px solid #FF3838;
  }
  .btn-width{
      width: 170px;
  }
  section {
      padding: 50px 0px;
  }

  .small-text {
      font-size: 16px;
      font-weight: 500;
      text-transform: uppercase;
  }
  .dark-bg {
      background-color: #0F051D;
  }
  .blue-bg {
      background-color: #F4F5FF;
  }
  .light-blue-bg {
    background-color: #EDF5FD;
    }
  .white-bg {
      background-color: var(--white);
  }
  .gray-bg{
      background-color:#FAFAFA;
  }
  .dark-header .small-text {
      color: rgb(255 255 255 / 60%);
  }
  .dark-header h2 {
    color: var(--white);
  }
  .text-band.dark h5 {
      color: var(--white);
      font-weight: 500;
  }

/* Padding & Margin */
.pt-20{
    padding-top: 20px !important;
}
.pt-30{
    padding-top: 30px !important;
}
.pt-40{
    padding-top: 40px !important;
}
.pt-50{
    padding-top: 50 !important;
}
.pt-60{
    padding-top: 60px !important;
}

.pb-20{
    padding-bottom: 20px !important;
}
.pb-30{
    padding-bottom: 30px !important;
}
.pb-40{
    padding-bottom: 40px !important;
}
.pb-50{
    padding-bottom: 50 !important;
}
.pb-60{
    padding-bottom: 60px !important;
}

.mt-105-min{
    margin-top: -105px;
}
.pb-140{
    padding-bottom: 140px;
}
  
/* Padding & Margin */
  .bg-heading  h2 {
      width: 50%;
      margin: 0 auto;
      font-size: 38px;
      line-height: 52px;
      text-transform: none;
  }
  .bg-heading p {
      font-size: 16px;
      width: 49%;
      margin: 0 auto;
      margin-top: 11px;
      color: rgb(23 27 36 / 70%);
  }
  
   

header.header.sticky{position:fixed;width:100%;z-index:999;top:0;left:0;animation:smoothScroll .5s forwards}
.navbar-toogle-btn{display:none}
.closebtn{display:none}
button.navbar-toogle-btn img{width:34px}
button.navbar-toogle-btn{border:none;background:0 0;padding:0;margin-right:16px}
.md-p-img{display:none}
a.close-btn i{font-size:16px;color:#737474}
a.close-btn{width:27px; text-decoration: none;  height:27px;border-radius:31px;border:#ffdead;background-color:var(--white);display:flex;align-items:center;justify-content:center;padding:0;position:absolute;right:12px}
a.nav-link:hover {
    color: var(--primary-color) !important;
}
@keyframes mymove {
    100% {transform: rotate(360deg);}
}
@keyframes smoothScroll{
0%{transform:translateY(-40px)}
100%{transform:translateY(0)}
}
a.navbar-brand img {
    width: 88px;
}
nav.navbar.navbar-expand-lg {
    border-top: 1px solid var(--border);
    height: 90px;
    box-shadow: 0px 3px 3px rgb(0 0 0 / 1%);
    background-color: var(--white);
    border-bottom: 1px solid #dbdede59;
}
div#info-band .left-band label ion-icon {
    font-size: 21px;
    margin-right: 7px;
    padding: 0;
}
div#info-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
    height: 37px;
    background-color: var(--dark-blue);
    color: var(--white);
}
div#info-band .left-band label {
    display: flex
;
    align-items: center;
    line-height: 1px;
    margin-right: 5px;
}
div#info-band .left-band label ion-icon {
    font-size: 21px;
    margin-right: 7px;
    padding: 0;
}
div#info-band .left-band label {
    display: flex;
    align-items: center;
    line-height: 1px;
    margin-right: 5px;
}
div#info-band .left-band {
    display: flex;
    align-items: center;
}


#info-band .left-band a {
    line-height: 9px;
    font-weight: 400 !important;
    color: var(--white);
    opacity: 0.9;
    font-size: 15px;
}
#info-band .right-band ul li a {
    font-size: 15px;
}

ul#mySidenav li {
    margin-right: 30px;
}
ul#mySidenav li:last-child {
    margin-right: 0px;
}
ul#mySidenav li a {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-weight: 500;
    color: var(--font-text);
}
a.nav-link.active {
    color: var(--primary-color) !important;
}

.hero-band {
    padding: 50px 0px;
}

.hero-band .left-band {
    width: 66%;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}
.btn-group {
    display: flex
;
    flex-wrap: wrap;
    gap: 12px;
}

.hero-band .left-band a.btn.primary-btn {
    max-width: 54%;
}

.hero-band .right-band {
    width: 44%;
    display: flex
;
    justify-content: flex-end;
}

.hero-band .img-band img {
    width: 500px;
    height: 100%;
}
.hero-band .brand-logos-band ul {
    flex-wrap: wrap;
    display: flex
;
    align-items: center;
}
.hero-band .brand-logos-band ul li {
    display: flex
;
    align-items: center;
    margin-right: 14px;
}
.hero-band .brand-logos-band ul li img {
    width: 115px;
}


/* footer */
section.footer {
    display: flex
;
    flex-direction: column;
    align-items: center;
    background-color: var(--gray-bg);
    border-radius: 50px 50px 0px 0px;
    margin: 0px 50px;
    padding-bottom: 0px;
}
section.footer  .logo-band img {
    width: 145px;
    margin-bottom: 14px;
}
section.footer .text-band {
    text-align: center;
    margin-top: 13px;
    margin-bottom: 0px;
}
section.footer ul.navbar-nav {
    display: flex
;
    width: fit-content;
    flex-direction: row;
    justify-content: center;
    margin: 20px auto;
}
section.footer ul.navbar-nav li {
    width: fit-content !important;
    margin-right: 21px;
}
section.footer .copy-band {
    border-top: 1px solid var(--border);
    width: 100%;
    text-align: center;
    padding: 14px 0px;
}
section.footer .copy-band p {
    margin: 0px;
    text-transform: capitalize;
}
section.footer a.nav-link {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-weight: 500;
    color: var(--font-text);
}

.center-band .text-band {
    text-align: center;
    display: flex
;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}
.hero-img-band .img-band img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-img-band .img-band {
    width: 100%;
    height: 400px;
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
}


/* center titile band */
.sub-center-titile-band .text-band p {
    margin: 0;
    width: 60%;
}
.sub-center-titile-band .text-band h3 {
    margin-bottom: 10px;
}
.sub-center-titile-band .text-band {
    text-align: center;
    display: flex
;
    flex-direction: column;
    align-items: center;
}

/* card  */
.card-band {
    border: 1px solid var(--border);
    padding: 20px;
    border-radius: 15px;
    height: 100%;
    background-color: var(--white);
}
.icon-band {
    width: 60px;
    height: 60px;
    background-color: rgb(53 144 236 / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 15px;
}
.card-band p {
    font-size: 15px;
    margin-bottom: 0;
}

.card-group-band:before {
    content: '';
    background-color: var(--gray-bg);
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 155px;
    z-index: -1;
    border-radius: 20px;
    bottom: 0;
}
.card-group-band {
    padding: 50px 70px;
    position: relative;
    z-index: 5;
}

.line-desc {
    padding-left: 15px;
    border-left: 3px solid var(--primary-color);
    line-height: 25px;
}
.center-details-band .right-band .img-band img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.center-details-band .right-band .img-band {
    width: 100%;
    height: 480px;
    border-radius: 15px;
    overflow: hidden;
    object-fit: cover;
}
.center-details-band .left-band {
    height: 100%;
    display: flex
;
    align-items: center;
}
.center-details-band .icon-text-band {
    padding-right: 50px;
}

.icon-text-band.pl-left {
    padding-left: 50px;
    padding-right: 0px;
}

.yellow-light-bg{
    background-color: #FFD978 !important;
}
.orange-light-bg{
    background-color: #FFA666 !important;
}
.pink-light-bg{
    background-color: #FAA9E4 !important;
}
.skyblue-light-bg{
    background-color: #93E7FE !important;
}
.pt-100 {
    padding-top: 100px;
}
.pb-100{
    padding-bottom: 100px;
}

ul.dropdown-menu {
    padding: 9px 10px !important;
}
ul.dropdown-menu li {
    width: 100%;
}

ul.dropdown-menu li a {
    margin: 0px;
    padding: 9px !important;
    background-color: var(--white) ;
    width: 100%;
    height: 39px;
    margin-bottom: 4px;
    display: flex
;
    align-items: center;
    border-radius: 6px;
}

ul.dropdown-menu {
    border: 1px solid rgb(16 33 38 / 5%);
    border-radius: 10px;
    box-shadow: 0px 3px 15px hsl(0deg 0% 0% / 4%);
}

.dropdown-item.active, .dropdown-item:active {
    color: var(--primary-color) !important;
    text-decoration: none;
    background-color: rgb(53 144 236 / 10%);
}

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--primary-color) !important;
    background-color: rgb(53 144 236 / 10%);
}
section.footer ul.dropdown-menu li {
    margin-right: 0px !important;
}


.p-font-bold {
    font-weight: 500 !important;
    color: #181D27 !important;
}
.w-80 {
    width: 80%;
}

.hero-profile-list .round-profile-card {
    border-radius: 20px 20px 0px 0px;
    display: flex
;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    height: 345px;
}
.hero-profile-list {
    align-items: end;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.hero-profile-list span.profile-name {
    margin-top: 11px;
    font-size: 14px;
    font-weight: 500;
}
.hero-profile-list .img-band {
    width: 100%;
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
    display: flex
;
    justify-content: center;
    height: auto;
}
.hero-profile-list .round-profile-card .img-band img {
    width: 238px;
    height: auto;
}


.light-orange{
    background-color: #FFE9DB !important;
}
.light-blue{
    background-color: #EDF6FF !important;
}
.light-yellow{
    background-color: #FFF9E7 !important;
}
.light-purple{
    background-color: #EAE8FF !important;
}

.h-290{
    height: 290px;
}
.small-profile{ 
    height: 289px !important;
}

/* Counter Card */

.counter-group .card-band:last-child {
    border-radius: 0px 10px 10px 0px;
}
.counter-group .card-band:first-child {
    border-radius: 10px 0px 0px 10px;
}
.counter-group .card-band:last-child {
    border-radius: 0px 10px 10px 0px;
}
.counter-group .card-band:last-child {
    border-right: 1px solid var(--border);
}
.counter-group .card-band {
    text-align: center;
    border-radius: 0px;
    border-right: 0px;
}
.counter-group {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    max-width: 700px;
    width: 100%;
    min-width: 700px;
    margin: 0 auto;
}
.counter-group .card-band h1 {
    font-size: 44px;
}

.text-primary{
    color: var(--primary-color) !important;
}
.icon-band.rounded {
    border-radius: 100px !important;
    font-size: 25px;
    color: var(--primary-color);
}

.card-group-band.before-none:before{
    display: none !important;
}

/* Container Card Action Info Section */

.action-info-section {
    padding: 0px 40px;
    border-radius: 15px;
}
.action-info-section .left-band {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.action-info-section .img-band {
    height: 246px;
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    display: flex
;
    justify-content: flex-end;
}
.action-info-section .img-band img {
    width: fit-content;
    height: 100%;
    object-fit: contain;
}

/* Ul Check List  */


.list-content-band ul {
    list-style: none;
}

.round-check-list {
    padding-top: 12px;
    padding-left: 0;
    margin-bottom: 25px;
}
.round-check-list li {
    padding-top: 16px;
    font-size: 16px;
}
.round-check-list li:first-child{
    padding-top: 0;
}
.round-check-list li:before {
    content: "";
    background: url(../img/icon/right-icon.svg) no-repeat;
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    background-color: #3590EC14;
    padding: 10px;
    background-position: center;
    border-radius: 100%;
    margin-right: 10px;
    background-size: 13px 100%;
}
.blue-icon img {
    width: 24px;
}
.blue-icon {
    border: 5px solid #3590EC14;
    border-radius: 100%;
    height: 55px;
    width: 55px;
    display: flex
;
    margin-bottom: 13px;
    align-items: center;
    justify-content: center;
}

ul.icon-list p {
    font-weight: 400;
    line-height: 29px;
    font-size: 16px;
    color: var(--font-text);
    margin-bottom: 16px;
}
.icon-list li p {
    display: flex;
    justify-content: flex-start;
}
.icon-list li p ion-icon {
    margin-right: 7px;
    color: var(--primary-color);
    height: 25px;
    max-width: 25px;
    min-width: 25px;
    width: 25px;
    margin-top: 2px;
}
.list-content-band {
    padding-left: 86.5px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.img-band.img-body-fill {
    height: 480px;
    border-radius: 15px 0px 0px 15px;
    overflow: hidden;
    margin-right: -12px;
}

.img-band.img-body-fill img {
  object-fit: cover;
}

.middle-section.reverse .img-band.img-body-fill {
    margin-right: 0px;
    margin-left: -12px;
    border-radius: 0px 15px 15px 0px;
}
.middle-section.reverse .list-content-band {
    padding-right: 89.5px;
}

.card-band h3.title-height {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 10px;
}
.card-band .p-height {
    height: 110px;
}
.box-icon {
    background: var(--border-light)3F480;
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 10px;
}
.box-icon.green{
    background: #E8FCDE;
}
.box-icon.yellow{
    background: #FFF4CE80;
}
.box-icon.light-blue-bg{
    background-color: #EDF6FF !important;
}
.box-icon img {
    width: 24px;
}

a.text-btn ion-icon {
    margin-left: 8px;
}
a.text-btn {
    display: flex
;
    align-items: center;
    color: var(--font-text);
    text-decoration: none;
}

a.text-btn:hover ion-icon {
    transform: rotate(-46deg);
}
a.text-btn:hover {
    color: var(--primary-color);
    transition: all 0.5s;
}

.flow-cards-band . {
    border: 1px solid #dbdede54;
    box-shadow: 0px 1px 5px #00000008;
}
.flow-cards-band .card-band:hover {
    border-color: var(--primary-color) !important;
    transform: translateY(-5px);
    transition: all 0.5s;
}



/* capacity start */
.capacity-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.capacity-row {
    display: table-cell;
    vertical-align: top;
}
.capacity-table .capacity-row:first-child{
    width: 45px;
}
.capacity-row span{
    border-radius: 100%;
    font-size: 19px;
    line-height: 22px;
    padding: 10px;
}
.capacity-row span{
    background: #3590EC14;
    color: var(--primary-color);
    font-weight: 700;
}
.capacity-row h5{
    font-size: 19px;
    line-height: 30px;
    color: var(--font-text);
    margin-bottom: 0;
}
.capacity-row p{
    font-size: 15px;
    line-height: 27px;
    color: var(--p-text);
    margin-bottom: 0;
}
.capacity-table{
    margin-top: 30px;
}
.capacity-content .capacity-table:first-child{
    margin-top: 0;
}
.capacity-table .capacity-row:last-child{
    padding-left: 30px;
}
.capacity-content h3 {
    margin-top: 28px;
}
.what-section{
    padding-top: 80px;
}
.started {
    display: flex;
    align-items: center;
    background: var(--border);
    border-radius: 14px;
    overflow: hidden;
    padding: 0;
}
.capacity-section .capacity-row span{
    line-height: 49px;
}

.img-band-sub {
    display: inline-block;
    background: var(--primary-color);
    text-align: center;
    padding: 14px 23px;
    border-radius: 16px;
    position: absolute;
   
    bottom: -30px;
    left: -30px;
}

.img-band-top{
    position: relative;
    height: 100%;
}
.img-band-sub span{
    font-size: 40px;
    line-height: 60px;
    color: var(--white);
    font-weight: 700;
}
.img-band-sub p{
    font-size: 16px;
    line-height: 24px;
    color: var(--white);
    font-weight: 700;
    margin-bottom: 0;
}
/* capicity end */

.img-band.rounded img {
    object-fit: cover;
}
.img-band.rounded {
    border-radius: 15px !important;
    overflow: hidden;
    height: 100%;
}
.icon-list p img {
    width: 25px;
    margin-right: 10px;
}
.pl-cus-50{
    padding-left: 50px !important; 
}
.br-15{
    border-radius: 15px;
}

.get-started-list-section {
    overflow: hidden;
}

.get-started-list-section .right-band img {
    transform: translate(-2px, 63px);
}
.get-started-list-section .right-band img {
    transform: translate(-2px, 63px);
}
.get-started-list-section .left-band {
    height: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    padding: 0px 60px;
}
.h-550{
    height: 550px !important;
}




.jobs-find-band {
    height: 272px;
}
.search-bar {
    height: 78px;
    margin-top: -37px;
    z-index: 99;
    position: relative;
}
.form-sl .row-group-search {
    background: var(--white);
    box-shadow: 0px 1px 3px rgba(28, 36, 51, 0.1);
    padding: 12px 13px 12px 14px;
    border-radius: 1000px;
    border: 1px solid var(--border);
}
  .form-sl .form-group-1,
  .form-sl .form-group-2 {
    flex-grow: 1;
    position: relative;
  }
  
.form-sl .form-group-2 {
    border: unset;
    display: flex;
    align-items: center;
  }
  
.form-sl .form-group-3 {
    flex-grow: 0;
  }
  
   .form-sl .form-group-1 {
    max-width: 384px;
  }
  
.form-sl .form-group-1 input {
    margin-left: 0;
    padding-left: 40px;
    color: #121212;
    height: 46px;
    border: unset;
  }
  .form-sl .form-group-2 input {
    margin-left: 0;
    padding-left: 50px;
    color: #121212;
    border: unset;
    height: 46px;
    border-left: 1px solid var(--border);
}
  .form-sl .form-group-2 select {
    padding-left: 44px;
    color: #121212;
    margin-right: 19px;
    border: none !important;
}

 .form-sl .nice-select {
    padding: 13px 0;
  }

  .form-sl input:focus-visible {
    outline-offset: unset !important;
    outline: none !important;
}
select:focus-visible {
    outline-offset: unset !important;
    outline: none !important;
}
  .row-group-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
   .form-sl .form-group-1 input {
    margin-left: 0;
    padding-left: 40px;
    color: #121212;
    border: unset;
}
.form-sl .form-group-1 span {
    left: 8px;
    top: 8px;
    color:var(--font-text);
    opacity: 0.4;
}
.form-sl .form-group-2 span {
    left: 17px;
    z-index: 1;
    top: 8px;
    color:var(--font-text);
    opacity: 0.4;
}
.row-group-search span {
    top: 0;
    color: var(--font-text);
    font-size: 24px;
    position: absolute;
}

.align-band {
    display: flex
;
    justify-content: space-between;
}
.jobs-find-band .text-band {
    text-align: left !important;
    display: flex
;
    align-items: flex-start;
}
.jobs-find-band .center-band.left-text-band {
    width: 65%;
}
.hero-clipart-img-band {
    width: 35%;
    display: flex
;
    justify-content: flex-end;
}
.hero-clipart-img-band img {
    width: 294px;
}


/* Jobs Card  */
.job-card {
    padding: 16px;
    box-shadow: 0px 2px 3px #10212617;
}
.job-card .top-head .role-logo img {
    width: 20px;
}
.job-card .top-head {
    display: flex
;
    align-items: center;
}
.job-card .top-head .role-logo {
    width: 58px;
    height: 58px;
    background-color: #04A0C3;
    max-width: 58px;
    min-width: 58px;
    border-radius: 9px;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
}
.job-card .top-head h5.role-name {
    margin: 0;
}
.role-desc {
    padding: 14px 0px;
}
.tag-penal ul {
    flex: auto;
    align-items: center;
    flex-wrap: wrap;
    display: flex
;
    justify-content: stretch;
    padding: 8px 0px;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}
.tag-penal ul li {
    font-size: 14px;
    display: flex
;
    align-items: center;
    margin-right: 12px;
}
.tag-penal ul li svg {
    width: 20px;
    margin-right: 5px;
    opacity: 0.6;
}
li.job-close {
    color: #FF3D40;
}

.role-desc p {
    font-size: 15px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* contact us action section */
.action-contact-band {
    padding: 38px 0px;
    border-radius: 15px;
}
.profile-img-group-band {
    margin: 0 auto;
    width: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
    padding-bottom: 35px;
}
li.round-profile:first-child {
    margin-right: -20px;
    margin-bottom: -14px;
}
li.round-profile:last-child {
    margin-left: -20px;
    margin-bottom: -14px;
}
li.round-profile:nth-child(2) {
    z-index: 1;
    width: 65px;
    min-width: 65px;
    max-width: 65px;
    height: 65px;
}
.profile-img-group-band ul {
    display: flex
;
    align-items: flex-end;
}
li.round-profile {
    border: 2px solid var(--white);
    box-shadow: 0px 2px 30px #0000001a;
    background-color: var(--white);
    border-radius: 1000px;
    width: 56px;
    height: 56px;
    overflow: hidden;
    min-width: 56px;
    max-width: 56px;
}
li.round-profile img {
    width: 100%;
    height: 100%;
}


/* Jobs Details */
.jobs-detail-band {
    height: 150px;
    position: relative;
    z-index: -1;
    overflow: hidden;
}
.top-info-band {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -31px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--border);
}
.top-info-band .job-card {
    box-shadow: none;
    padding: 0;
}
.top-info-band .job-card .top-head {
    flex-direction: column;
    align-items: flex-start;
}
.top-info-band .job-card .top-head .role-logo {
    width: 70px;
    height: 70px;
    background-color: #04A0C3;
    max-width: 70px;
    min-width: 70px;
    border-radius: 10px;
    margin-right: 0px;
}
.top-info-band .job-card .top-head h5.role-name {
    font-size: 26px;
    font-weight: 600;
    margin-top: 24px;
}
.top-info-band .tag-penal ul {
    padding: 8px 11px;
    border: 1px solid var(--border) ;
    margin-top: 19px;
    border-radius: 9px;
}
.top-info-band .tag-penal ul li {
    font-size: 14px;
    display: flex;
    align-items: center;
    border-right: 1px solid var(--border);
    padding-right: 12px;
    margin-right: 12px;
}
.top-info-band .tag-penal ul li:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border-right:0px;
}

.job-detilas-inner-band .text-band {
    border-bottom: 1px solid var(--border-light);
    padding-bottom: 9px;
    margin-bottom: 18px;
}
.job-detilas-inner-band .text-band h4 {
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 10px;
}

.job-detilas-inner-band .text-band ul {
    padding-left: 19px;
    margin-top: 13px;
}
.job-detilas-inner-band .text-band ul li {
    list-style: disc;
    margin-bottom: 8px;
}
.job-detilas-inner-band .text-band:last-child {
    border-bottom: 0px;
}
.inner-title h4 {
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 15px;
}
.detail-job-lists .job-card {
    margin-bottom: 18px;
}


.jobs-detail-band:before {
    content: '';
    background-image: url(../img/shap-clipart-right.png);
    position: absolute;
    right: 0px !important;
    z-index: 999;
    height: 164px;
    background-repeat: no-repeat;
    background-size: contain;
    top: -2px;
    width: 161px;
}
.jobs-detail-band:after {
    content: '';
    background-image: url(../img/shap-clipart-left.png);
    position: absolute;
    left: 0px !important;
    z-index: 999;
    height: 164px;
    background-repeat: no-repeat;
    background-size: contain;
    top: -2px;
    width: 69px;
}


.dark-mid-bg{
	background-color: #04A0C3 !important;
}
.dark-pink-bg{
	background-color: #A142B9 !important;
}
.light-pink-bg{
	background-color: #E16BFF !important;
}
.black-bg{
	background-color: #09090B !important;
}
.light-mid-blue-bg{
	background-color: #3368DB !important;
}
.dark-mid-blue-bg{
	background-color: #143375 !important;
}



/* New 05-03-2025 */


.title-section{
    text-align: center;
}
.title-section .sm-text-band.small-bg{
    margin: 0 auto;
}
.title-section h3 {
    font-size: 17px;
    line-height: 22px;
    color: var(--p-text);
    font-weight: 700;
}
.title-section h2 {
    padding-top: 20px;
    font-size: 40px;
    line-height: 44px;
    color: var(--font-text);
}
.counter-group.left-counter {
    margin: inherit;
    padding-top: 50px;
    grid-template-columns: repeat(2, 1fr);
}

.counter-group.left-counter .card-band {
    text-align: left;
    border-radius: 0px;
    border-right: 0px;
}
.left-counter .card-band:first-child{
    border-right: 1px solid var(--border);
}
.about-section .counter-group {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    max-width: 500px;
    width: 100%;
    min-width: 500px;
    margin: inherit;
    
}
.about-section .card-band {
    border: 0;
}
.about-section .counter-group .card-band:last-child {
     border-right: inherit
}
.about-section .card-band {
    padding: 0px;
    text-align: left;
}
.about-section .card-band h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 46px;
}
.about-section .card-band:first-child {
    border-right: 1px solid var(--border)
}
.about-section .card-band:last-child{
    padding-left: 30px;
}
.about-section .counter-group {
    padding-top: 20px;
}
.img-band-slider {
    padding-top: 40px;
}
.img-band-slider .img-slider {
    height: 300px;
    object-fit: cover;
    width: 100%;
}
.img-band-slider img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.w-60 {
    width: 60%;
}
.skyyellow-light-bg{
    background:#FCF49FCC;
}
.green-light-bg{
    background: #B3FF9BCC;
}
.our-mission .icon-list li p{
    align-items: start;
    line-height: 24px;
    
}
.small-icon-band{
    width: 50px;
    height: 50px;
}
.about-section h2{
    margin-bottom: 10px;
}
.img-band-slider .item {
    border-radius: 10px;
    overflow: hidden;
}
.about-section .counter-group  .card-band:first-child h1:after{
    content: "k+";
}
.about-section .counter-group  .card-band:last-child h1:after{
    content: "%";
}
/* acoordian style start */
.acoordian-section .acc-content {
    display: none;
   
  }
  .acoordian-section .acc {
    border-bottom: 1px solid var(--border);

  }
  .acoordian-section .acc-head:after{
    content: "";
    background: url(../img/icons/plus.svg) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 100%;
  }
 .acoordian-section .acc-head {
    position: relative;
    padding: 25px 0;
}
.acoordian-section .acc-head:after {
    content: "";
    background: url(../img/icons/plus.svg) no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: 24px 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.acoordian-section .acc-head p{
    margin-bottom: 0;
}
.acoordian-section .acc-head h4 {
    margin-bottom: 0;
    font-size: 18px;
    opacity: 0.9;
    line-height: 24px;
}
.acoordian-section .acc-head.active h4{
    opacity: 1;
}
.acoordian-section .acc-head.active:after{
    content: "";
    background: url(../img/icons/minus.svg) no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 24px 100%;
}
.w-95{
    width: 90%;
}
.acoordian-section .acc-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 26px;
}
.acoordian-section .text-band{
    margin-bottom: 30px;
}
.acoordian-section  .acc-container .acc:last-child{
    border-bottom: 0px;
}
.acoordian-section .acc-container {
    max-width: 866px;
    margin: 0 auto;
    
}
/* acoordian style end */


/* Counter  */


.about-section .counter-group  .card-band:last-child h1:after{
    content: "%";
}
.card-group-band .counter-group .card-band:first-child h1:after{
    content: "K+";
}
.card-group-band .counter-group .card-band:nth-child(2),:nth-child(3) h1:after{
    content: "%";
}
.sm-logo-cus img{
width: 76px !important;
    margin-left: 9px;
}

/* Form  */
section.job-apply-form-band {
    padding-top: 0;
    margin-top: -136px;
}
.job-apply-hero-band {
    height: 445px;
}
.card-band.form-band {
    padding: 25px;
}
.register-form-band .form-group {
    margin-bottom: 15px;
}
.register-form-band .form-group label {
    font-size: 15px;
    margin-bottom: 8px;
    color: #414651;
    font-weight: 500;
}
.register-form-band form input {
    width: 100%;
    height: 42px;
    font-size: 15px;
    border: 1px solid #e9e9e9;
    box-shadow: 0px 1px 2px #0000000f;
    border-radius: 8px;
}
.register-form-band textarea {
    width: 100%;
    font-size: 15px;
    border: 1px solid var(--border-light);
    box-shadow: 0px 1px 2px #0000000f;
    border-radius: 8px;
}
.register-form-band {
    max-width: 100%;
    margin: 0 auto;
    width: 750px;
}
.register-form-band form input:hover {
    border: 1px solid var(--border);
}
.register-form-band form textarea:hover {
    border: 1px solid var(--border);
}
.form-select{
    width: 100%;
    height: 42px;
    font-size: 15px;
    border: 1px solid var(--border-light);
    box-shadow: 0px 1px 2px #0000000f;
    border-radius: 8px;
}
.register-form-band .form-info-text {
    color: var(--font-text);
}

/* Contact Us */

.contact-us-hero-band{
    position: relative;
}
.contact-us-tab-menu {
    background-color: var(--white);
    width: fit-content;
    border: 1px solid var(--border-light);
    padding: 7px;
    border-radius: 102px;
    box-shadow: 0px 3px 5px rgb(0 0 0 / 4%);
    margin-top: 20px;
}
.contact-us-tab-menu .nav-link {
    border-radius: 100px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: rgb(16 33 38 / 90%);
    padding: 0px 15px;
}

.contact-us-tab-menu .nav-link.active {
    background-color: var(--primary-color);
}

.form-title h3 {
    margin-bottom: 12px;
}
.form-title {
    margin-bottom: 33px;
}

.hero-band .right-band {
    width: 40%;
    display: flex
;
    justify-content: flex-end;
}
.contact-us-hero-band .right-band .img-band img {
    width: fit-content;
    height: 335px;
    display: flex
;
}
.contact-us-hero-band .right-band .img-band {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    display: flex
;
    align-items: flex-end;
    height: 304px;
    justify-content: flex-end;
}



/* Upload File  */

.upload-file-band .form-text {
    position: relative;
    
}
.upload-file-band #drop-zone {
    border: 2px dashed var(--border-light);
    padding: 20px;
    text-align: center;
    position: relative;
}
#drop-zone:hover{
    cursor: pointer;
}


.file-item {
    position: relative;
}
#drop-zone span{
    color: var(--primary-color);
}
#drop-zone h5{
    font-size: 16px;
    color: var(--p-text);
    margin-top: 15px;
    margin-bottom: 0px;
}
.upload-file-band #drop-zone {
    border: 1px solid #e9e9e9;
    box-shadow: 0px 1px 2px #0000000f;
    position: relative;
    text-align: center;
    padding: 17px;
    margin-bottom: 15px;
    border-radius: 8px;
}


.file-item {
    position: relative;
    display: flex
;
    justify-content: space-between;
    border: 1px solid var(--border-light);
    padding: 13px 10px;
    border-radius: 9px;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 3%);
    align-items: center;
    margin-top: 15px;
}
.file-item div {
    padding-left: 50px;
}
.file-item button {
    background-color: #d91f11;
    color: var(--white);
    border: none;
    padding: 5px 13px;
    cursor: pointer;
    border-radius: 2px;
    margin-left: 10px;
    border-radius: 102px;
    font-size: 12px;
}
.file-item:before {
    content: "";
    background: url(../img/icons/file-icon.svg) no-repeat;
    position: absolute;
    left: 9px;
    background-color: #3590ec24;
    padding: 20px;
    display: flex;
    background-size: 14px;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 32px;
}
.job-apply-hero-band{
    position: relative;
    z-index: -1;
}

.job-apply-hero-band::before{
    content: '';
    background-image: url(../img/profile-clipart-right.png);
    position: absolute;
    right: 18px !important;
    z-index: 999;
    height: 147px;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 69px;
    width: 187px;
}
.job-apply-hero-band::after{
    content: '';
    background-image: url(../img/profile-clipart-left.png);
    position: absolute;
    left: 108px !important;
    z-index: 999;
    height: inherit;
    background-repeat: no-repeat;
    background-size: contain;
    top: 86px;
    width: 99px;
}

/* Team */
.team-card span.text-blue {
    color: var(--primary-color);
    font-size: 16px;
    line-height: 28px;
}
.team-card .text-band {
    padding-top: 16px;
}
.team-card .text-band h4 {
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 22px;
}
.team-card .img-band {
    border-radius: 15px;
    overflow: hidden;
    height: 290px;
    border: 1px solid var(--border);
}
.team-card .img-band img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.brand-logo-band-slider{
    display: contents;
}
.tabing-slider-show .owl-dots,.owl-nav{
    display: none;
}
.tabing-slider-show .contact-us-tab-menu{
    width: 100%;
}


/* Sucess Model */

.modal-dialog.modal-dialog-centered.sucess-model .modal-content {
    border-radius: 20px;
    overflow: hidden;
}
.sucess-model .modal-header {
    border: none;
    padding: 0;
    margin: 0;
}
.sucess-model .modal-header button.btn-close {
    position: absolute;
    right: 19px;
    top: 19px;
    font-size: 12px;
    z-index: 999;
}
.sucess-model .modal-body {
    padding: 0px;
}
.sucess-model .sucess-card-band {
    display: flex
;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px;
    position: relative;
    z-index: 0;
}
.sucess-model .sucess-card-band:before {
    width: 100%;
    height: 77px;
    background: linear-gradient(180deg, #70d21140, #70d21100);
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    border-radius: 20px 20px 0px 0px;
}
.sucess-model .sucess-card-band .icon-band {
    border-radius: 200px;
    background-color: #59a70d;
    position: relative;
    z-index: 2;
}
.sucess-model .sucess-card-band .icon-band:before {
    content: '';
    background-color: #60b40f33;
    width: 80px;
    height: 80px;
    right: -10px;
    position: absolute;
    z-index: -1;
    border-radius: 200px;
}
.sucess-model .sucess-card-band h3 {
    font-size: 26px;
    margin-bottom: 6px;
    margin-top: 17px;
}
.sucess-model .sucess-card-band p {
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 0;
}
.sucess-model .action-band {
    width: 100%;
}
.sucess-card-band .icon-band span {
    display: flex
;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 42px;
}
.sucess-model .action-band a {
    width: 100% !important;
    margin-top: 27px;
}
