/*** Spinner Start ***/
/*///////     googal translator//////*/
.goog-te-gadget .goog-te-combo {
    margin: 10px 0px 0px !important;
    border: solid 1px;
}

.goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: #fff !important;
    white-space: nowrap;
}
a.VIpgJd-ZVi9od-l4eHX-hSRGPd {
    display: none !important;
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc {
    display: none !important;
}
iframe#\:1\.container {
    display: none !important;
}


#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }

/*** Spinner End ***/


/*** Button Start ***/

h1, .h1  {
    font: 800 45.22px/70px "Montserrat", sans-serif;
color:#fff;
text-align: center;
}
h4, .h4 {
  font:   600 25px/33px "Montserrat", sans-serif;

}
.yellow-section h1:after {
    background: #EED144;
}
.yellow-section h1:after {
    content: "";
    position: relative;
    display: block;
    width: 43%;
    height: 3px;
    background: #EED144;
    left: 0;
    bottom: -18px;
}

.blue-section h1:after {
    content: "";
    position: relative;
    display: block;
    width: 20%;
    height: 3px;
    background: #0b86af;
    left: 0;
    bottom: -18px;
}
.careerfy-parallex-text.blue-section h2::after{
    content: "";
    position: relative;
    display: block;
    width: 54%;
    height: 3px;
    background: #329eff;
    left: 0;
    bottom: -18px;
  
}
.video {
    max-width: 100%;
    height: 100%;
    width: 100%;
  }
  

p{
  font: 400 19px/34px "Montserrat", sans-serif;
    line-height: inherit;
    color: #000000;
}


.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-md-square {
    width: 46px;
    height: 46px;
}

.btn-lg-square {
    width: 58px;
    height: 58px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    background-color: #ed7d31;
}

.back-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
/* nav */

li.dropdown.btn.btn-warning {
  background: #ed7d31;
}
  

#menu ul {
  margin: 0;
  padding: 0;
}

#menu .main-menu {
  display: none;
}

#tm:checked + .main-menu {
  display: block;
}

#menu input[type="checkbox"], 
#menu ul span.drop-icon {
  display: none;
}

#menu li, 
#toggle-menu, 
#menu .sub-menu {
  border-style: solid;
  border-color: rgba(0, 0, 0, .05);
}

#menu li, 
#toggle-menu {
  border-width: 0 0 1px;
}

#menu .sub-menu {
  background-color: #444;
  border-width: 1px 1px 0;
  margin: 0 1em;
}

#menu .sub-menu li:last-child {
  border-width: 0;
}

#menu li, 
#toggle-menu, 
#menu a {
  position: relative;
  display: block;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .125);
}

#menu, 
#toggle-menu {
  background-color: #09c;
}

#toggle-menu, 
#menu a {
  padding: 1em 1.5em;
}

#menu a {
  transition: all .125s ease-in-out;
  -webkit-transition: all .125s ease-in-out;
}

#menu a:hover {
  background-color: white;
  color: #09c;
}

#menu .sub-menu {
  display: none;
}

#menu input[type="checkbox"]:checked + .sub-menu {
  display: block;
}

#menu .sub-menu a:hover {
  color: #444;
}

#toggle-menu .drop-icon, 
#menu li label.drop-icon {
  position: absolute;
  right: 1.5em;
  top: 1.25em;
}

#menu label.drop-icon, #toggle-menu span.drop-icon {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  text-align: center;
  background-color: rgba(0, 0, 0, .125);
  text-shadow: 0 0 0 transparent;
  color: rgba(255, 255, 255, .75);
}

#menu .drop-icon {
  line-height: 1;
}
/* header nav */


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.header {
  transition: all 0.5s;
  z-index: 997;
  position: relative;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 70px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);

}
.header.sticked {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 70px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}

.header .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.8px;
  color: #fff;
  font-family: var(--font-primary);
}

.header .logo h1 span {
  color: #f96f59;
}

.sticked-header-offset {
  margin-top: 70px;
}

section {
  scroll-margin-top: 70px;
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar>ul>li {
    white-space: nowrap;
    padding: 10px 20px 10px 10px;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content:start;
    padding: 0 3px;
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.6);
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    color: #000;
  }

  .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--color-secondary);
    visibility: hidden;
    width: 0px;

  }

  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #000000;
    border-bottom: 1px solid #ed7d31;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
 right: 10px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #ffffff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    /*transition: 0.3s;*/
    border-radius: 4px;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
    color: #000000;
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--color-secondary);
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .navbar .dropdown .dropdown  ul li {
    min-width: 200px;
  }
  .navbar .dropdown .dropdown ul {
    display: block;
    position: absolute;
 right: 10px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #ffffff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }

 
  .navbar .dropdown .dropdown:hover>ul {
 
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
}



@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.9);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: var(--font-primary);
    font-size: 15px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
  }

  .navbar .getstarted,
  .navbar .getstarted:focus {
    background: var(--color-primary);
    padding: 8px 20px;
    border-radius: 4px;
    margin: 15px;
    color: #fff;
  }

  .navbar .getstarted:hover,
  .navbar .getstarted:focus:hover {
    color: #fff;
    background: rgba(0, 131, 116, 0.8);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
   
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: rgba(0, 0, 0, 0.6);
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin-right: 10px;
  }

  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9996;
  }
}

/* nav end */
/*** Button End ***/

.ban_text h1.typewrite {
  color: #7ac8ff;

}
span.typewrite {
  color: #7ac8ff;
  font-size: 4.5rem;
  text-transform: capitalize;
  font-weight: 600;
}

/*** Topbar Start ***/

.topbar .top-info {
    letter-spacing: 1px;
}

.topbar .top-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar .top-link a {
    margin-right: 10px;
}

#note {
    width: 500px;
    overflow: hidden;
}

#note small {
    position: relative;
    display: inline-block;
    animation: mymove 5s infinite;
    animation-timing-function: all;
}

@keyframes mymove {
    from {left: -100%;}
    to {left: 100%;}
}
.ban_sec {
    width: 100%;
    padding: 0;
    margin: 0;
  
  }
  .ban_img {
    width: 100%;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 0px;
  }
  .ban_img img {
    width: 40%;
  }


  @media (min-width: 500px) and (max-width: 1024px) {
    .ban_img  {
     flex-direction: column;
    }
    .ban_img img {
     display: none;
    }
    .Program{
      text-align: center;
    }
    .slider{
      flex-direction: column;
    }
    .slider .slide-track{
      flex-wrap: wrap;
    }
    .slider .slide{
      margin: 20px 0px;
    }
  }

  .ban_text {
 
    text-align: center;
   
  }
  .ban_text h1 {
    color: #fff;

  }
  .ban_text strong {
    color: #fff;
  
  }
  
  .ban_text strong span {
    font: 500 75.44px/65px "Montserrat", sans-serif;
    letter-spacing: 3px;
    color: #fff;
  
  }
  .ban_text p {
    font: 400 25px/30px "Montserrat", sans-serif;
    color: #fff;
    margin: 7px 0 25px;
  }
  .ban_text a {
    display: inline-block;
    font: 600 19.39px/24px "Montserrat", sans-serif;
    background: #ed7d31;
    border-radius: 26px;
    color: #fff;
    padding: 12px 60px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration:none;
  }
  .ban_text a:hover {
    background: #061e59;
  }
  
  @media (min-width: 1200px) and (max-width: 1399px) {
    .ban_text p {
      font-size: 21px;
    }
  }
  
  @media (min-width: 992px) and (max-width: 1199px) {
    .ban_text p {
      font-size: 17px;
    }
    .ban_text strong {
      font-size: 50px;
      line-height: 60px;
    }
  
    .ban_text a {
      font-size: 16px;
      line-height: 19px;
    }
  }
  

  @media only screen and (max-width: 991px) {
    .ban_text strong {
      font-size: 30px;
      line-height: 40px;
    }
    .ban_text strong span {
      font-size: 30px;
      line-height: 40px;
    }
    .ban_text p {
      font-size: 14px;
      line-height: 20px;
    }
    .ban_text a {
      font-size: 13.39px;
      line-height: 15px;
    }
  }
  @media only screen and (max-width: 767px) {
    span.typewrite{
      font-size: 30px;
    }
    .ban_text h1{ 
      font-size: 30px;
    }
    .ban_img img {
      min-height: 290px;
      object-fit: cover;
      display: none;
    }
  }
  @media only screen and (max-width: 575px) {

    .ban_text strong {
      margin: 0;
      padding: 0px;
      width: 100%;
      display: block;
    }
  }
  @media only screen and (max-width: 480px) {
    .ban_text strong span {
      font-size: 22px;
      line-height: 13px;
      letter-spacing: 1px;
    }
    .ban_text strong {
      font-size: 20px;
      line-height: 21px;
    }
    .ban_text {
      left: 2%;
    }
    .slider .slide-track{
     flex-wrap: wrap;
    }
    .slider .slide{
  margin: 20px;
    }
  }



  .text{
    color: white;
      font-size: 55px;
      font-weight: bold;
      font-family: sans-serif;
      color: #2e75b6;
      padding:10px 0px;

  }
  .language{
    display: block;
  }
  marquee{
    width: 100%;
    gap: 20px;
    color: #45a6ff;
    font: 400 25px/30px "Montserrat", sans-serif;

}
marquee span{
    color: #45a6ff;
    font: 800 25px/30px "Montserrat", sans-serif;
    text-transform: capitalize;
}


  /* marquree */
  
  
  .marquee div {

    gap: 30px;
    height: auto;
    position: relative;

  margin-left:1px solid pink;
    animation: marquee 15s linear infinite;
    margin-bottom: 20px;
    flex-shrink: 0;
  }
  
  .marquee span {
    float: left;
    width: 50%;
    font: 400 25px/30px "Montserrat", sans-serif;
color: pink;
text-transform: l
  }
  
  @keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
  }
  
.marquee {
    width:100%;
    margin:auto;
    --duration: 60s;
    --gap: var(--space);
  
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
  /*   transform: skewY(-3deg); */
  }
  
  .marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll var(--duration) linear infinite;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .marquee__group {
      animation-play-state: paused;
    }
  }
  
  .marquee__group img {
    max-width: clamp(10rem, 1rem + 28vmin, 20rem);
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 1rem;
  }
  
  .marquee__group p {
 color: #ffffff;
  }
  
  .marquee--borders {
    border-block: 3px solid dodgerblue;
    padding-block: 0.75rem;
  }
  
  .marquee--reverse .marquee__group {
    animation-direction: reverse;
    animation-delay: calc(var(--duration) / -2);
 
  }
  
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
  
    100% {
      transform: translateX(calc(-100% - var(--gap)));
    }
  }
  

/* employ */
.card{
  height: 100%;
}
.map-box{
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.card-statistic-3 {
  background: #061e59;
}



h5.card-title {
  text-align: left;
  font: 600 19px/30px "Montserrat", sans-serif;
  color: #000000;
  margin: 10px auto;
}
/*** Topbar End ***/
.right-menus {
    margin: 0 0 0 20px;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
.btn-Bounce.TryBounce{
    background: #ed7d31;
    font-size: 14px;
    color: #ffffff;
    padding: 8px 20px;
    margin-right: 30px;
    border-radius: 9px;
    transition: 0.3s;
  }
  .btn-Bounce.Login{
    background: #162837;
    font-size: 14px;
    color: #ffffff;

    padding: 8px 20px;

    border-radius: 9px;
    transition: 0.3s;
  }


  
/* card css */
@media (min-width:767px){
.card-group {
    display: flex;
    flex-flow: row wrap;
    flex-wrap: wrap;
}
}
/* card end */

/* flags silder */

  .slider {
   height: auto;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 30px 0px 0px;
  }
  .slider .slide-track {
    display: flex;
 align-items: center ;
 justify-content: center;
 gap: 20px;
  }
  .slider .slide {
    height: 100px;
    width: 110px;
    text-align: center;
  }
  /* .slider .slide img { width: 100%;} */
  .slider .slide p { 
    text-align: center;
    font-weight: bold;
    margin: 10px 0px;
    color:#fff;
    font: 600 16px/30px "Montserrat", sans-serif;
  }

.Program {
  background-color: #fff;
      padding: 0px;
      border: 1px solid #fff
}

/*** Carousel Start ***/

.carousel-item {
    position: relative;
}

.carousel-item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .1);
}

.carousel-caption {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    top:13%
}

.carousel-item p {
    max-width: 700px;
    margin: 0 auto 35px auto;
}

.carousel-control-prev {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 0 50px 50px 0;
    opacity: 1;
}

/* .carousel-control-prev:hover {
    background: var(--bs-secondary);
    transition: .8s;
} */

.carousel-control-next {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    border-radius: 50px 0 0 50px;
    opacity: 1;
}

/* .carousel-control-next:hover {
    background: var(--bs-secondary);
    transition: .8s;
} */

.carousel-caption .carousel-content a button.carousel-content-btn1 {
    background: var(--bs-secondary);
    color: var(--bs-dark);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn1:hover {
    background: var(--bs-primary);
    color: #ffffff;
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2 {
    background: var(--bs-primary);
    color: var(--bs-white);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2:hover {
    background: var(--bs-secondary);
    color: var(--bs-dark);
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

#carouselId .carousel-indicators li {
    width: 30px;
    height: 10px;
    background: var(--bs-white);
    margin: 10px;
    border-radius: 30px;
    opacity: 1;
}

#carouselId .carousel-indicators li:hover,
#carouselId .carousel-indicators li:active {
    background: var(--bs-primary);
        opacity: 1;
}

@media (max-width: 992px) {
    .carousel-item {
        min-height: 500px;
    }
    
    .carousel-item img {
        min-height: 500px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 40px !important;
    }

    .carousel-item p {
        font-size: 16px !important;
    }
    .navbar-light.sticky-top{
      width: 100%;

    transition: .5s;
    display: flex;
    }
}

@media (max-width: 768px) {
    .carousel-item {
        min-height: 400px;
    }
    
    .carousel-item img {
        min-height: 400px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 28px !important;
    }

    .carousel-item p {
        font-size: 14px !important;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(..//img/bg12.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}

/*** Carousel End ***/


/* user blog */
.content {
  background-color: #0f7597;
  height: 164px;
}

.content-1{
  background-color: #16b0e3;
  height: 164px;

}
.content,.content-1,h4{
  color:#fff;
  padding: 20px 0px;
}


/* user b */
.card-body ul li{
  color: #000000;
  font: 400 18px/33px "Montserrat", sans-serif;
}
.css-8eapfi {
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 0px 0px;
  opacity: 1;
  background: rgb(3, 6, 68);
  color: rgb(52, 71, 103);
  border-radius: 1rem;
  position: relative;
}
/*** Services Start ***/
.Scale-team p{
  font: 400 16px/30px "Montserrat", sans-serif;
  letter-spacing: 0.7px;
    line-height: inherit;
    color: #000000;
}
.Scale-team1 ul li{
  color: #fff;
  margin-bottom: 10px;
    font: 400 18px/28px "Montserrat", sans-serif;

}
.line {
  display: block;
  width: 300px;
  height: 3px;
  background: #0dcaf0;
  margin-bottom: 20px;
}
.line1 {
  display: block;
  width: 300px;
  height: 3px;
  background: #ed7d31;
  margin-bottom: 20px;
}
.line2 {
  display: block;
  width: 300px;
  height: 3px;
  background: #061e59;
  margin-bottom: 20px;
}

.card-img-overlay{
  padding: 0;
}
img.card-img1 {
  width: 37%;
  margin: 0 auto;
 
}
.services-text h3{
  font: 500 28px/40px "Montserrat", sans-serif;

}
.services-text{
  display: flex;
  align-items: center;
justify-content: center;

}

.services .services-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
  height: 100%;
    border-radius: 10px;
 
    position: relative;
    transition: all 0.5s;
background-color: #16b0e3


}


.services .services-item .services-content-icon p{
  font: 500 25px/40px "Montserrat", sans-serif;    letter-spacing: 0.7px;
}

.services .services-item .services-content-icon p {
  font: 500 17px/30px "Montserrat", sans-serif;
}
.services-content-icon
h3,h4,i{ color:#ffffff}

 /* .services .services-item:hover{
    box-shadow: none;
    background-color: #0f7597;
    color:#ffffff
} */


/* 
.services-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
    background: #099ca5b0;
    transition: .5s;
    box-shadow: none;
} */
/* 
.services-content::after {
    top: 0;
    bottom: auto;
    border-radius: 10px 10px 10px 10px;
}

.services-item:hover .services-content::after {
    height: 100%;
    opacity: 1;
    transition: .5s;
} */

.services-item:hover .services-content-icon {
    position: relative;
    z-index: 2;
}

.services-item .services-content-icon i,
.services-item .services-content-icon p {
    transition: .5s;
}

.services-item:hover .services-content-icon i {
    color: var(--bs-dark) !important;
}

.services-item:hover .services-content-icon p {
    color: var(--bs-dark);
}

/*** Services End ***/

/*** Project Start ***/

.project-img {
  position: relative;
  padding: 15px; 
}

/* .project-img::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0;
  left: 0;
  background: #0dcaf0 ;
  border-radius: 10px;
  opacity: 1;
  z-index: -1;
  transition: .5s;
}

.project-img::after {
  content: "";
  width: 150px;
  height: 150px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--bs-primary);
  border-radius: 10px;
  opacity: 1;
  z-index: -1;
  transition: .5s;
} */

.project-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-content a {
  display: inline-block;
  padding: 0px 10px;
  background: #00BCD4;
  border-radius: 10px;
  width: 80%;
}
.project-content a h4{
  font: 600 23px/33px "Montserrat", sans-serif;
}
.project-item:hover .project-content {
  opacity: 1;
  transition: .5s;
}

.project-item:hover .project-img::before,
.project-item:hover .project-img::after {
  opacity: 0;
}

/*** Project End ***/
i.fa.fa-check.text-primary.me-3 {
  position: relative;
  margin: 0 -29px;
}
i.fa.fa-check.text-white.me-3{
  position: relative;
  margin:  0 -36px
}

/*** Blog Start ***/

.grid {
  /* Grid Fallback */
  display: flex;
  flex-wrap: wrap;
  
  /* Supports Grid */
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(331px, 1fr));
  grid-auto-rows: minmax(150px, auto);
 
}

.module {
  /* Demo-Specific Styles */
  background: #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  text-align: center;
  /* Flex Fallback */
  margin-left: 5px;
  margin-right: 5px;
  flex: 1 1 200px;
  font: 600 22px/30px "Montserrat", sans-serif;
  padding: 10px;
  color: #000;
}

/* If Grid is supported, remove the margin we set for the fallback */
@supports (display: grid) {
  .module {
    margin: 0;
  }
}

.items {
	display: flex;
	flex-wrap: wrap;
}
.items .item img{
  margin: 0 auto;
  width: 50%; 

}
.items .item  h5{
  color: #fff;
  text-align: center;
}

.items .item {
  font: 400 22px/30px "Montserrat", sans-serif;
	flex: 1 0 200px;
  box-sizing: border-box;
  background: #e0ddd5;
  color: #171e42;
  padding: 10px; 
  text-align: center;
  display: block;
  align-items: center;
}

@media (max-width: 1040px) {
  .items{
    display: block;
  }
 .item {
   width: 100%; 
  }
}
@media (min-width: 1250px) {
  .items .item {
    max-width: calc(38.66667% - 36px);
  }
}
@media (min-width: 1460px) {
  .items .item {
    max-width: calc(38.66667% - 36px);
  }
}
@media (min-width: 1670px) {
  .items .item {
    min-width: calc(12.5% - 10px);
  }
}
/*  */
.blog-item-main1 {
  padding: 20px;
  background-color: #eaeaea;
  height: 170px;

}
.blog-item-main-text {
  padding: 20px;
  background-color: #eaeaea;
  height: 280px;

}
.blog-item-main3{
 
    padding: 20px;
    background-color: #ffffff7a;
    height: 300px;
  
  }

.blog-item-main1 p{
  font: 500 16px/30px "Montserrat", sans-serif;
  color: #000000;
  margin-bottom:0px;
  letter-spacing: 0.7px;
  
}
.blog-item-main {
  padding: 20px;
  background: #061e59;
  height: 280px;

}
.blog-item-main h5{
  color:#ffffff
}
.blog-item-main3  p{
  font: 500 16px/30px "Montserrat", sans-serif;
}
.blog-item-main-text p{
  font: 500 16px/30px "Montserrat", sans-serif;
}
.blog-item-main p{
  font: 500 16px/30px "Montserrat", sans-serif;
  color: #ffffff;
  margin-bottom:0px;
  letter-spacing: 0.7px;
  
}

.blog-item-1 {
  padding: 10px 3px;
  background-color: #eaeaea;
    margin: 3px 0px 0px;
  
}

.blog-item-2 {
  padding: 10px 3px;
  background-color: #061e59;
    margin: 3px 0px 0pc;
  
}
.blog-item-1, .blog-item-2 h5{ 
    color: #ffffff;
}
.blog-item-2 p{ 
  font: 500 15px/30px "Montserrat", sans-serif;
  color: #ffffff;
  margin-bottom:0px;

}
.blog-item-1 p{ 
  font: 500 15px/30px "Montserrat", sans-serif;
  color: #000;
  margin-bottom:0px;


}
.blog-item {
    background:#eaeaea;
    height: 100%;

}
.blog-item .blog-btn {
    z-index: 2;
}

.blog-btn .blog-btn-icon {
    height: 50px;
    position: relative;
    overflow: hidden;
}

.blog-btn-icon .blog-icon-2 {
    display: flex;
    position: absolute;
    top: 6px;
    left: -140px;
    
}

.blog-btn-icon:hover .blog-icon-2 {
    transition: 1s;
    left: 5px;
    top: 6px;
    padding-bottom: 5px;
}
.blog-icon-1 {
    position: relative;
    top: -4px;
}
.blog-btn-icon:hover .blog-icon-1 {
    top: 0;
    right: -140px;
    transition: 1s;
}

/*** Blog End ***/

/*** Job Search ***/
.vc_custom_1513336190320 {
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
    padding-top: 40px !important;
    padding-bottom: 31px !important;
    border-top-color: #e6e6e6 !important;
    border-top-style: solid !important;
    border-bottom-color: #e6e6e6 !important;
    border-bottom-style: solid !important;
}
.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.careerfy-parallex-text, .careerfy-typo-wrap .careerfy-parallex-text {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding: 45px 0 0;
}
.careerfy-static-btn-1{
    background-color: #13b5ea;
    display: inline-block;
    padding: 14px 24px;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;

    
}
input.careerfy-static-btn, .careerfy-typo-wrap .careerfy-static-btn {
  background-color: #ed7d31;
  display: inline-block;
  padding: 12px 81px;;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 13px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    transition: all 0.5s ease-in;
    font: 600 23.44px/35px "Montserrat", sans-serif;

}
a.careerfy-static-btn, .careerfy-typo-wrap .careerfy-static-btn {
  background-color: #ed7d31;
  display: inline-block;
  padding: 12px 81px;;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 13px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    transition: all 0.5s ease-in;
    font: 600 23.44px/35px "Montserrat", sans-serif;

}

a.careerfy-static-btn:hover, .careerfy-typo-wrap .careerfy-static-btn :hover {
 background-color: #cdcdcd;
    display: inline-block;
    padding: 12px 81px;
    line-height: 1;
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    font: 600 23.44px/35px "Montserrat", sans-serif;
    transition: all 0.5s ease-in;
}

@media (max-width: 1040px) {
  a.careerfy-static-btn, .careerfy-typo-wrap .careerfy-static-btn{
    font: 600 16.44px/35px "Montserrat", sans-serif;
    padding: 10px 51px;
  }
  .css-8eapfi{
    width: 80vw;
  }
}
ol.job-Step li{
  color: #fff;
  margin-top: 20px;
}
.img-wrap3 {
  position: relative;
  height: 100%;
  min-height: 460px;
}
.img-wrap3 img {
  position: absolute;
  top: 3rem;
  right: 3rem;
  width: calc(100% - 6rem);
  height: calc(100% - 5rem);
  object-fit: cover;
  border-radius: 6px;

}
.img-wrap4 {
  position: relative;
  height: 100%;
  min-height: 400px;
}
.img-wrap4 img {
  position: absolute;
  top: 3rem;
  right: 3rem;
  width: calc(100% - 6rem);
  height: calc(100% - 5rem);
  object-fit: cover;
  border-radius: 6px;

}
.img-wrap5 {
  position: relative;
  height: 100%;
  min-height: 500px;
}
.img-wrap5 img {
  position: absolute;
  top: 3rem;
  left: 0rem;
  width: calc(100% - 1rem);
  height: calc(100% - 5rem);
  object-fit: cover;
  border-radius: 6px;

}
.img-wrap6 {
  position: relative;
  height: 100%;
  min-height: 300px;
}
.img-wrap6 img {
  position: absolute;
  top: 3rem;
  left: 0rem;
  width: calc(100% - 1rem);
  height: calc(100% - 7rem);
  object-fit: cover;
  border-radius: 6px;

}
    

  
/* job search */
/*** Team Start ***/
    

.product-detail p{
  font: 400 16px/30px "Montserrat", sans-serif;
}
.team-item {
    transition: 1.35s all ease-in;
    border: none;
    /* margin: 25px auto; */
    padding: revert;
    position: relative;
    height: 450px;
    padding: 20px;
    overflow: hidden;
}

.team-content::before {
    height: 176px;
    display: block;
    content: "";
    position: relative;
    /* top: -101px;
    background: var(--bs-secondary); */
    clip-path: polygon(50% 50%, 100% 50%, 50% 100%, 0% 50%);
    padding: 60px;
    opacity: 1;
}

.team-img-1{

  display: block;
  margin: 20px 20px 0px;
}
.team-img-1 p{
    background-color: #ffffff;
    color: #000000;
    padding: 5px 5px;
    font-size: 14px;
    margin-top: 5px;
    border: 1px solid;
  
    
}
.team-img-icon {
    position: relative;
    margin-top: -200px;
    background: #898989;
    padding-bottom: 0;
   
}


.product_price 
{
  float:right;
	color:#6b7270;
	font-size: 20px;
	font-weight:400;
}


.product-detail {
  position: absolute;
  height: 450px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  overflow: hidden;
  background-color:#fff;
  transition: all 1.35s;
  text-align: center;
box-sizing: border-box;
}
.team-item.product-detail h5
{

  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 3px 0;
 
}

.product-detail span.subheading {
  font-weight: 400;

  letter-spacing: 1px;
  text-align: center;
  color: rgba(0,0,0,0.6);
  margin: 20px 0px;
}



/* .team-img {
    border: 15px solid var(--bs-white);
} */

.product-user-blg{
  height: 173px;
}

.owl-carousel .owl-item img {
  position: relative;
    display: block;
    width: 34%;
    top: 19%;
}
.team-img img {
    border: 10px solid var(--bs-secondary);
    transition: .5s;
    width: 40%;
}

.team-item:hover h4 {
    color: var(--bs-primary);
    transition: .5s;
}

.team-item:hover .team-img img {
    transform: scale(1.05);
    border: 10px solid var(--bs-secondary);
}

.team-carousel .owl-stage {
    position: relative;
    width: 100%;
    height: 100%;
}

.team-carousel .owl-nav {
    position: relative;
    top: -225px;
    /* right: 50px; */
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    width: 35px;
    height: 35px;
    border-radius: 56px;
    margin-left: 15px;
    background: #ed7d31;
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (max-width: 992px) {
    .team-carousel {
        margin-top: 3rem;
    }

    .team-carousel .owl-nav {
        top: -85px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        margin-left: -15px;
    }
}


/*** Team End ***/


/*** Testimonial Start ***/

@media (max-width: 992px) {

.square-holder1 img{
  width: 30% ;
}
 
}
@media (max-width: 572px) {

.square-holder1 img{
  width: 20% ;
}
 
}


.square-holder-1 i {
color: #ed7d31;
}

.square-holder-1{
  display:flex;
  align-items: center;
  justify-content: center;
  background-color:#061e59;
  min-height:56px
}
.square-holder-1 img{
  width: 50%
}

.square-holder {
    display:flex;
    align-items: center;
    justify-content: center;
    margin-bottom:20px;
    background-color:#ffffff;
    min-height:96px
  }
  
  .square-holder img {
    max-width:100%;
    transition: all 0.3s;
  }

  .square-holder:hover img{
    filter:none;
  }
/*** Testimonial End ***/
.square-holder1 {
  display:block;
 margin: 0 auto;
  margin-bottom:20px;
  background-color:#ffffff;
  min-height:40px;
  text-align: center;
}

.square-holder1 img {
  max-width:64%;
  transition: all 0.3s;
}
img.Front{
  width: 90px;
  object-fit: cover;
}

.square-holder1 p{
  font: 600 13px/28px "Montserrat", sans-serif;
  color:#000000;
  margin: 0;
  padding: 0;
  
}
/*** Contact Start ***/
.contact-detail::before {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgb(210, 243, 235, 1), rgba(230, 250, 245, .3)), url(../img/background.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    z-index: -1;
}

.contact-map {
    background: #26d48c;
}

.contact-form {
    background: #26d48c;
}


/*** Contact End ***/


/*** Footer Start ***/

.footer .short-link a,
.footer .help-link a,
.footer .contact-link a {
    transition: .5s;
}

.footer .short-link a:hover,
.footer .help-link a:hover,
.footer .contact-link a:hover {
    letter-spacing: 1px;
}
.hightech-link a i:hover{
    color:#ffffff
}
.footer .hightech-link a:hover {
    background: #0dcaf0;
    border: 0;
    color:#ffffff}
.testimonial-item .stars i {
    color: #ffc107;
    margin: 0 1px;
}
/*** Footer End ***/

.footer-title-subgroup {
  grid-column-gap: 32px;
  align-self: stretch;
  align-items: center;

  margin-bottom: 10px;
  display: flex;
}
.footer-h3 {
  color: #b2d2fa;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
}
.thin-horizontal-line.fw-grad {
  background-color: #ffc107;
  background-image: linear-gradient(90deg,#b2d2fa,#b2d2fa 50%,rgba(178,210,250,0));
  flex: 1;
      
    height: 2px;
  margin-top: auto;
  margin-bottom: auto;
}

.square-foter {

  border: 1px solid #cecece;
 text-align: center;
padding: 6px ;
background-color: #061e59;

}


/* book meeting popup*/
#whatsapp{
	position:fixed;
		right :25px;
	top:75%;
	height:50px;
	width:50px;
	cursor: pointer;
    z-index: 99999;
}
/* whatsapp css */

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06D85F;
}
#popup1{

  display: block;
  z-index: 999;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 0px auto;
  padding: 20px;
  background:#dcdcdd;
  border-radius: 5px;
  width: 48%;
  position: relative;
  top: 5%;
  transition: all 0.5s ease-in-out;
  text-align: center;

}

.popup h2 {
  margin-top: 0;
  color: #333;
}
.popup .close {
    position: relative;
background-color: #000;
  transition: all 200ms;
  font-size: 20px;
  padding: 6px 40px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
border-radius: 12px;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  /* overflow: auto; */
}
.popup h5{
    font-size: 22px;
}
.popup .content p{
    font-size: 18px ;
    line-height: 28px;
    color:#fff
}


@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 100%;
  }
}

.popup-box{
    --tw-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    text-align: left;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 14px;
    margin-bottom: 20px;

}
.popup-box p{
font-size: 18px ;
line-height: 28px;
color: #000;
}
/* book meeting popup end*/



/* ONBORDING CSS */

.onbording-right img{
  position: absolute;
  margin-right: 14%;
  right: 18%;
  width: 2%;
  z-index: -1;
  margin-top: 40px;

}
@media screen and (max-width: 1024px) {
  
  .onbording-right img{
    display: none;
  }

}
/* ==========================================================================
   Variables
   ========================================================================== */

:root {
  /* --- Colors --- */

  --light-blue-100: 199, 84%, 55%; /* #2bb0ed */
  --light-blue-500: 202, 83%, 41%; /* #127fbf */
  --light-blue-900: 204, 96%, 27%; /* #035388 */

  --blue-100: 210, 22%, 49%; /* #627d98 */
  --blue-500: 209, 34%, 30%; /* #334e68 */
  --blue-900: 209, 61%, 16%; /* #102a43 */

  --gray-100: 210, 36%, 96%; /* #f0f4F8 */
  --gray-300: 212, 33%, 89%; /* #d9e2ec */
  --gray-500: 210, 31%, 80%; /* #bcccdc */
  --gray-700: 211, 27%, 70%; /* #9fb3c8 */
  --gray-900: 209, 23%, 60%; /* #829ab1 */

  --white: 0, 0%, 100%; /* #ffffff */

  /* --- Typography --- */

  --font-family-sans-serif: "Montserrat", sans-serif;

  /* --- Layout --- */

  --space-multiplier: 0.8;

  --content-max-width: 140rem;

  --grid-spacer-width: 1.5rem;
  --grid-column-count: 12;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * Reset box-sizing on all elements
 *
 * `border-box` includes padding and border in the calculations for total
 * width, height values. This is more predictable than the default
 * `content-box`, which does the opposite.
 *
 * 1. Apply `inherit` to all elements (global selector)
 * 2. Apply the same with a global selector for pseudo-elements
 */


:focus-visible {
  outline: hsl(var(--light-blue-900)) auto 1px;
  outline-offset: 0;
}



/* ==========================================================================
   Accessibility
   ========================================================================== */


.visually-hidden {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  white-space: nowrap; /* 1 */
  width: 1px;
}
/* ==========================================================================
   CSS Flex
   ========================================================================== */



@media only screen and (min-width: 640px) {
  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .sm\:flex-column {
    flex-direction: column;
  }

  .sm\:flex-column-reverse {
    flex-direction: column-reverse;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .sm\:flex-wrap-nowrap {
    flex-wrap: nowrap;
  }
}

@media only screen and (min-width: 940px) {
  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:flex-column {
    flex-direction: column;
  }

  .md\:flex-column-reverse {
    flex-direction: column-reverse;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .md\:flex-wrap-nowrap {
    flex-wrap: nowrap;
  }
}

@media only screen and (min-width: 1240px) {
  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:flex-column {
    flex-direction: column;
  }

  .lg\:flex-column-reverse {
    flex-direction: column-reverse;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .lg\:flex-wrap-nowrap {
    flex-wrap: nowrap;
  }
}



.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

@media only screen and (min-width: 640px) {
  .sm\:flex-1 {
    flex: 1 1 0%;
  }

  .sm\:flex-auto {
    flex: 1 1 auto;
  }

  .sm\:flex-initial {
    flex: 0 1 auto;
  }

  .sm\:flex-none {
    flex: none;
  }
}

@media only screen and (min-width: 940px) {
  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-auto {
    flex: 1 1 auto;
  }

  .md\:flex-initial {
    flex: 0 1 auto;
  }

  .md\:flex-none {
    flex: none;
  }
}

@media only screen and (min-width: 1240px) {
  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:flex-auto {
    flex: 1 1 auto;
  }

  .lg\:flex-initial {
    flex: 0 1 auto;
  }

  .lg\:flex-none {
    flex: none;
  }
}

/* ==========================================================================
   CSS Grid
   ========================================================================== */


.grid-col-1 {
  grid-template-columns: 1fr;
}

.grid-col-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-col-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-col-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-col-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-col-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

@media only screen and (min-width: 640px) {
  .sm\:grid-col-1 {
    grid-template-columns: 1fr;
  }

  .sm\:grid-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-col-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-col-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-col-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media only screen and (min-width: 940px) {
  .md\:grid-col-1 {
    grid-template-columns: 1fr;
  }

  .md\:grid-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-col-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-col-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-col-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media only screen and (min-width: 1240px) {
  .lg\:grid-col-1 {
    grid-template-columns: 1fr;
  }

  .lg\:grid-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-col-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-col-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-col-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

/* ==========================================================================
   CSS Layout
   ========================================================================== */

/* Alignment (Parent)
   ========================================================================== */

.justify-start {
  justify-content: start;
}

.justify-end {
  justify-content: end;
}

.justify-center {
  justify-content: center;
}

.justify-space-between {
  justify-content: space-between;
}

.justify-space-around {
  justify-content: space-around;
}

.justify-space-evenly {
  justify-content: space-evenly;
}

.align-items-start {
  align-items: start;
}

.align-items-end {
  align-items: end;
}

.align-items-center {
  align-items: center;
}

.align-items-stretch {
  align-items: stretch;
}

.align-items-baseline {
  align-items: baseline;
}

@media only screen and (min-width: 640px) {
  .sm\:justify-start {
    justify-content: start;
  }

  .sm\:justify-end {
    justify-content: end;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:justify-space-between {
    justify-content: space-between;
  }

  .sm\:justify-space-around {
    justify-content: space-around;
  }

  .sm\:justify-space-evenly {
    justify-content: space-evenly;
  }

  .sm\:align-items-start {
    align-items: start;
  }

  .sm\:align-items-end {
    align-items: end;
  }

  .sm\:align-items-center {
    align-items: center;
  }

  .sm\:align-items-stretch {
    align-items: stretch;
  }

  .sm\:align-items-baseline {
    align-items: baseline;
  }
}

@media only screen and (min-width: 940px) {
  .md\:justify-start {
    justify-content: start;
  }

  .md\:justify-end {
    justify-content: end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-space-between {
    justify-content: space-between;
  }

  .md\:justify-space-around {
    justify-content: space-around;
  }

  .md\:justify-space-evenly {
    justify-content: space-evenly;
  }

  .md\:align-items-start {
    align-items: start;
  }

  .md\:align-items-end {
    align-items: end;
  }

  .md\:align-items-center {
    align-items: center;
  }

  .md\:align-items-stretch {
    align-items: stretch;
  }

  .md\:align-items-baseline {
    align-items: baseline;
  }
}

@media only screen and (min-width: 1240px) {
  .lg\:justify-start {
    justify-content: start;
  }

  .lg\:justify-end {
    justify-content: end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-space-between {
    justify-content: space-between;
  }

  .lg\:justify-space-around {
    justify-content: space-around;
  }

  .lg\:justify-space-evenly {
    justify-content: space-evenly;
  }

  .lg\:align-items-start {
    align-items: start;
  }

  .lg\:align-items-end {
    align-items: end;
  }

  .lg\:align-items-center {
    align-items: center;
  }

  .lg\:align-items-stretch {
    align-items: stretch;
  }

  .lg\:align-items-baseline {
    align-items: baseline;
  }
}

/* ==========================================================================
   Display
   ========================================================================== */

/**
 * These classes are named in the format `{breakpoint}:d-{value}`
 *
 * Where `{breakpoint}` is one of sm, md, or lg
 *
 * Where `{value}` is one of:
 *    none
 *    inline
 *    inline-block
 *    block
 *    flex
 *    inline-flex
 */

.d-none {
  display: none;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-block {
  display: block;
}

.d-flex {
  column-gap: calc(var(--grid-spacer-width) * 2);
  display: flex;
}

.d-inline-flex {
  column-gap: calc(var(--grid-spacer-width) * 2);
  display: inline-flex;
}

.d-grid {
  column-gap: calc(var(--grid-spacer-width) * 2);
  display: grid;
}

.d-inline-grid {
  column-gap: calc(var(--grid-spacer-width) * 2);
  display: inline-grid;
}

@media only screen and (min-width: 640px) {
  .sm\:d-none {
    display: none;
  }

  .sm\:d-inline {
    display: inline;
  }

  .sm\:d-inline-block {
    display: inline-block;
  }

  .sm\:d-block {
    display: block;
  }

  .sm\:d-flex {
    column-gap: calc(var(--grid-spacer-width) * 2);
    display: flex;
  }

  .sm\:d-inline-flex {
    column-gap: calc(var(--grid-spacer-width) * 2);
    display: inline-flex;
  }

  .sm\:d-grid {
    column-gap: calc(var(--grid-spacer-width) * 2);
    display: grid;
  }

  .sm\:d-inline-grid {
    column-gap: calc(var(--grid-spacer-width) * 2);
    display: inline-grid;
  }
}

@media only screen and (min-width: 940px) {
  .md\:d-none {
    display: none;
  }

  .md\:d-inline {
    display: inline;
  }

  .md\:d-inline-block {
    display: inline-block;
  }

  .md\:d-block {
    display: block;
  }

  .md\:d-flex {
    column-gap: calc(var(--grid-spacer-width) * 2);
    display: flex;
  }

  .md\:d-inline-flex {
    column-gap: calc(var(--grid-spacer-width) * 2);
    display: inline-flex;
  }

  .md\:d-grid {
    column-gap: calc(var(--grid-spacer-width) * 2);
    display: grid;
  }

  .md\:d-inline-grid {
    column-gap: calc(var(--grid-spacer-width) * 2);
    display: inline-grid;
  }
}

@media only screen and (min-width: 1240px) {
  .lg\:d-none {
    display: none;
  }

  .lg\:d-inline {
    display: inline;
  }

  .lg\:d-inline-block {
    display: inline-block;
  }

  .lg\:d-block {
    display: block;
  }

  .lg\:d-flex {
    column-gap: calc(var(--grid-spacer-width) * 2);
    display: flex;
  }

  .lg\:d-inline-flex {
    column-gap: calc(var(--grid-spacer-width) * 2);
    display: inline-flex;
  }

  .lg\:d-grid {
    column-gap: calc(var(--grid-spacer-width) * 2);
    display: grid;
  }

  .lg\:d-inline-grid {
    column-gap: calc(var(--grid-spacer-width) * 2);
    display: inline-grid;
  }
}

/* ==========================================================================
   Typography
   ========================================================================== */

/* Paragraphs
   ========================================================================== */

/* Links
   ========================================================================== */



/* ==========================================================================
   Forms
   ========================================================================== */

:root {
  --form-accent-color: var(--light-blue-500);
  --form-error-color: 356, 75%, 53%; /* #e12d39 */

  /* --- Fields --- */

  --field-background-color: hsl(var(--white));
  --field-border-width: 1px;
  --field-border-style: solid;
  --field-border-color: hsl(var(--gray-500));
  --field-border: var(--field-border-width) var(--field-border-style)
    var(--field-border-color);
  --field-border-radius: 3px;
  --field-height: 4.2rem;
  --field-padding: 0 calc(var(--space-multiplier) * 2rem);
  --field-text-color: hsl(var(--blue-900));
  --field-text-font-family: var(--font-family-sans-serif);
  --field-text-font-size: 1.4rem;
  --field-text-font-weight: 500;
  --field-text-letter-spacing: 0.05em;

  /* --- Labels --- */

  --label-text-color: hsl(var(--blue-900));
  --label-text-font-family: var(--font-family-sans-serif);
  --label-text-font-size: 1.0rem;
  --label-text-font-weight: 600;
  --label-text-letter-spacing: 0.05em;

  /* --- Error Text ---*/

  --error-text-color: hsl(var(--form-error-color));
  --error-text-font-family: var(--font-family-sans-serif);
  --error-text-font-size: 1.2rem;
  --error-text-font-weight: 500;
  --error-text-letter-spacing: 0.05em;
}

@media only screen and (min-width: 640px) {
  :root {
    --field-height: 4.6rem;
  }
}

/* Fieldset
   ========================================================================== */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Labels
   ========================================================================== */

label,
legend {
  color: var(--label-text-color);
  font-family: var(--label-text-font-family);
  font-size: var(--label-text-font-size);
  font-weight: var(--label-text-font-weight);
  display: block;
  letter-spacing: var(--label-text-letter-spacing);
  line-height: 1.6;
  padding-bottom: calc(var(--space-multiplier) * 1rem);
  position: relative;
}

label > [data-required="true"]::after,
legend > [data-required="true"]::after {
  color: hsl(var(--form-error-color));
  content: "*";
  padding-left: 0.25em;
  position: absolute;
}

.img-border1 {
    position: relative;
    height: 100%;
    min-height: 400px;
}
.img-border1::before {
  position: absolute;
  content: "";
  top: 15px;
  left: 7px;
  right: 11rem;
  bottom: 4rem;
  border: 5px solid #061e59;
  border-radius: 6px;
}
.img-border1 img {
  position: absolute;
  top: 3rem;
  left: 3rem;
  width: calc(100% - 6rem);
  height: calc(100% - 5rem);
  object-fit: cover;
  border-radius: 6px;
  width: 70%;
}
.img-border2 {
  position: relative;
  height: 100%;
  min-height: 400px;
}
.img-border2::before {
position: absolute;
content: "";
top: 15px;
right: 5px;
left:  11rem;
bottom: 4rem;
border: 5px solid #0dcaf0;
border-radius: 6px;
}
.img-border2 img {
position: absolute;
top: 3rem;
right: 3rem;
width: calc(100% - 6rem);
height: calc(100% - 5rem);
object-fit: cover;
border-radius: 6px;
width: 70%;
}
.job-tab{
  color: #fff;
  border-bottom: 1px solid #38d1f3;
}
.job-tab:hover{
  color: #fff;
  border-bottom: 1px solid #38d1f3;
}
/* Fields
   ========================================================================== */

[multiple],
[type="date"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {

  background:white;;
  border-radius: var(--field-border-radius);
  color: var(--field-text-color);
  display: block;
  letter-spacing: var(--field-text-letter-spacing);
  width: 100% !important;
  padding: 12px;
  border: none;
}



textarea {
  --field-padding: calc(var(--space-multiplier) * 2rem);
  padding: var(--field-padding);
  resize: vertical;
}

/* --- Checkbox and Radio --- */

.form__choice-wrapper {
  --label-text-font-weight: 500;
  column-gap: 1.5rem;
  display: grid;
  grid-template-columns: min-content 1fr;
  padding: 0;
}

.form__choice-wrapper + .form__choice-wrapper {
  margin-top: calc(var(--space-multiplier) * 1rem);
}

/* Errors
   ========================================================================== */

input[aria-invalid="true"],
select[aria-invalid="true"],
textarea[aria-invalid="true"] {
  --field-border-color: hsl(var(--form-error-color));
  
}

/* floting */

.float{
  position: fixed;
  height: 45px;
  top: 200px;
  right: 0px;
  padding: 11px;
  padding: 10px 30px;
  background-color: #ed7d31;
  color: #ffffff;
  /* border-radius: 10px; */
  text-align: center;
  box-shadow: 2px 2px 3px #00BCD4;
  z-index: 999;
  display: inline-block;
  animation: wiggle 2.7s infinite;
}
.float:hover{
  color: #061e59;
}
.my-float{
  font: 600 18px/26px "Montserrat", sans-serif;
  
}

/*SHAKER*/
@keyframes wiggle {
  2% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  4% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  6% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  8% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  10% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  12% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  14% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  16% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  18% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  20% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

/* end */
/* --- Error Text --- */

.form__error-text {
  color: var(--error-text-color);
 font-size: 15px;
  margin-top: calc(var(--space-multiplier) * 1rem);
}

/* ==========================================================================
   Buttons
   ========================================================================== */


button {
  padding: 12px 30px;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    color 0.2s ease-in-out, text-shadow 0.2s ease-in-out;
  white-space: nowrap;
  width: 100%; outline: none;
  background-color: #ed7d31;
  color: #fff;
  border: none;
}

button:hover,
button:focus {
  background-color: hsl(var(--light-blue-900));
  color: hsl(var(--white));
}

@media only screen and (min-width: 640px) {
  button {
    display: inline-block;
    vertical-align: top;
    width: auto;
  }
}

/* ==========================================================================
   Container
   ========================================================================== */



  
   /*
   This following statements selects each category individually that contains an input element that is a checkbox and is checked (or selected) and chabges the background color of the span element.
   */
/* ==========================================================================
   Component: Progress Form
   ========================================================================== */

.progress-form {
  background-color: #ededed;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgb(0, 0, 0, 10%), 0 1px 2px -1px rgb(0, 0, 0, 10%);
}

/* Tabs
   ========================================================================== */

.progress-form__tabs {
  column-gap: 0;
}

@media only screen and (min-width: 640px) {
  .progress-form__tabs {
    column-gap: 0.2rem;
  }
}

.progress-form__tabs-item {
  --button-background-color: transparent;
  --button-border-width: 5px;
  --button-border-style: solid;
  --button-border-color: hsl(var(--gray-300));
  --button-border: var(--button-border-width) var(--button-border-style)
    var(--button-border-color);
  --button-border-radius: 0;
  --button-height: 1.4;
  --button-text-align: left;
  --button-text-color: hsl(var(--blue-900));
  --button-text-font-size: 1.4rem;
  --button-text-letter-spacing: 0.025em;
  --button-text-shadow: none;

  background-color: var(--button-background-color);
  border: 0;
  border-top: var(--button-border);
  border-radius: var(--button-border-radius);
  color: var(--button-text-color);
  display: none;
  font-size: var(--button-text-font-size);
  letter-spacing: var(--button-text-letter-spacing);
  line-height: var(--button-height);
  position: relative;
  text-align: var(--button-text-align);
  text-shadow: var(--button-text-shadow);
  transition: color 0.2s ease-in-out;
  white-space: normal;
}

.progress-form__tabs-item:active {
  transform: none;
}

.progress-form__tabs-item:hover,
.progress-form__tabs-item:focus {
  background-color: inherit;
  color: inherit;
}

.progress-form__tabs-item::before {
  background-color: hsl(var(--light-blue-500));
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: -5px;
  transition: width 0.2s ease-in-out;
  width: 0;
}

.progress-form__tabs-item > .step {
  color: hsl(var(--blue-100));
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  transition: color 0.2s ease-in-out;
}

@media only screen and (min-width: 640px) {
  .progress-form__tabs-item {
    display: block;
  }
}

/* --- Current Step --- */

.progress-form__tabs-item[aria-selected="true"] {
  display: block;
}

.progress-form__tabs-item[aria-selected="true"]::before {
  width: 50%;
}

.progress-form__tabs-item[aria-selected="true"] > .step {
  color: hsl(var(--light-blue-500));
}

/* --- Disabled Step --- */

@media only screen and (min-width: 640px) {
  .progress-form__tabs-item[aria-disabled="true"] {
    --button-background-color: transparent;
    --button-text-color: hsl(var(--blue-100));

    background-color: var(--button-background-color);
    color: var(--button-text-color);
  }
}

/* --- Completed Step --- */

.progress-form__tabs-item[data-complete="true"]::before {
  width: 100%;
}

.progress-form__tabs-item[data-complete="true"] > .step {
  color: hsl(var(--light-blue-500));
}


/* programing */
.btn-group .select {
  position: relative;
}
.btn-group .select input:checked + label {
  background-color: #00c8a4;  color: #fff;


}
.btn-group .select input:checked + label:hover, .btn-group .select input:checked + label:focus, .btn-group .select input:checked + label:active {
  background-color: #00c8a4;
  color: #fff;
}
.btn-group .select input {
  opacity: 0;
  position: absolute;
}
.btn-group .select .button_select {
  margin: 0 10px 10px 0;
  display: flex;
  background-color: transparent;
  padding: 10px;
}
.btn-group .select .button_select:hover, .btn-group .select .button_select:focus, .btn-group .select .button_select:active {
  background-color: transparent;
}

.ms-btn-value-txt {
  font-size: 14px;
  margin-left: 16px;
}

.ms-btn-chk-ovl {
  border: 2px solid #00c8a4;
  border-radius: 5px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

h6.onb-fs-step-head.mb-4 {
  color: #102a42;
}
/* ONBRODING CSS END */
.form-control:disabled, .form-control:read-only {
  opacity: 1;
  border: 1px solid #ffc107;
  border-radius: 10px;
}
.select {
  position: relative;
  color: #3B627E;
  font-weight: bolder;
  cursor: pointer;
}


[aria-label] {
  position: relative;
  width: 100px;

  }
 
  .small[aria-label]:after {
  content: attr(aria-label);
display: none;
  position: absolute;
  top: 1%;
    left: 239px;
  z-index: 5000;
  pointer-events: none;
  padding: 8px 10px;
  line-height: 20px;
  text-decoration: none;
  text-indent: 0;
  overflow: visible;
  font-size: .9em;

  font-weight: normal;
  color: #fff;
  text-shadow: 1px 0 1px #888;
  background-color: #061e59;
  border-left: 6px solid #061e59;
  border-radius: 2px;
  box-shadow: 1px 2px 6px rgba(0,0,0,0.3);
  width: 330px;
  }
  
  .small[aria-label]::before{
    content: "";

display: none;
    position: absolute;
    left: 220px;
    top: 0;
    border-top: 11px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #061e59
}

  
  small:focus {
    outline:1px dashed #E92C6C;
  }
  
  [aria-label]:hover:after, [aria-label]:focus:after, [aria-label]:hover::before {
  display: block;
  }


ol li{
  color: #000;
  font: 400 16px/30px "Montserrat", sans-serif;
  margin: 10px 0px 0px;

}
/* SIGNUPFROM */

:root {
  --box-height: 43px;
  --border-radius: 5px;
  --space-between: 20px;
  --font-size: 16px;

  --color-0: #ffffff;
  --color-1: #dcdcdd;
  --color-2: #c5c3c6;
  --color-3: #212529;
  --color-4: #659b5e;
  --color-5: #ce4257;
}



/*#title {*/
/*  margin: 30px 0;*/
/*  text-align: center;*/
/*  font-size: 50px;*/
/*  text-transform: capitalize;*/
/*  color: var(--color-3);*/
/*}*/

#description {
  margin: 30px 0;
  padding: 5px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: var(--color-3);
}

.survey-form {
  padding: 30px;
  padding-top: 20px;
  background: var(--color-1);
  opacity: 98%;
  border: none;
  border-radius: calc(2 * var(--border-radius));
}
@media (max-width: 800px) {
 
}
@media (max-width: 500px) {
  .survey-form  {
    font-size: 14px

  }
  label, legend{
    font-size: 12px;
  }
}
input.checkbox{
  width: 20px;
  height: 20px;
}
.survey-form  {
  font-size: var(--font-size);
}


.row-label,
.row-input {
  padding: 5px 10px;
  margin: 0px 0px;
  height: var(--box-height);
  width: 100%;
  display: flex;
  align-items: center;
}

.row-label {
  color: var(--color-3);
  font-weight: 600;
}


.row-input:not(.small) {
  background: white;
  border: none;
  border-radius: var(--border-radius);

}
.css-1hi8eze {
  margin-top: 24px;
  text-align: center;
  opacity: 1;
  background: transparent;
  color: rgb(52, 71, 103);
}
.css-8oc44i {
  margin: 0px;

  opacity: 1;
  text-transform: none;
  vertical-align: unset;
  text-decoration: none;
  font-weight: 700;
  color: rgb(9, 125, 247);
  font-size: 18px;}
.css-p29cld {
  margin: 0px;
  font-size: 14px !important;
  opacity: 1;
  text-transform: none;
  vertical-align: unset;
  text-decoration: none;
  color: rgb(52, 71, 103);
  font-weight: 600;
  user-select: none;
margin-left: 10px;
}
.small {
  height: calc(var(--box-height) * 0.55);
}

#comments {
  padding: 10px;
  margin: 0;
  height: 120px;
  width: 100%;
  background: white;
  border: none;
  border-radius: var(--border-radius);
  resize: none;
}
/* 
#submit {
  margin-top: calc(2 * var(--space-between));
  height: var(--box-height);
  width: 100%;
  background: var(--color-4);
  border: none;
  border-radius: var(--border-radius);
  color: white;
  font-weight: 600;
  cursor: pointer;
  text-transform: capitalize;
}

#submit:hover {
  box-shadow: 0 0 2px var(--color-3);
} */
.job-bannerimage{
  display: flex;
  justify-content: center;
  align-items: center;
}


/* login */

.remember-forgot {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 1rem;
  border-bottom: 1px solid #1d46b7;
}

.remember-me {
  display: grid;
  grid-template-columns: 1rem auto;
  gap: 0.6rem;
  
}



.remember-me input {
  width: 1rem;
  height: 1rem;
  margin-right: 0.3rem;
  border: 1px solid var(--text-light);
  border-radius: 2px;
  border-bottom: 1px solid #1d46b7;
}



.remember-me input:checked {
  background: var(--primary-gradient);
}

.remember-me label {
  color: var(--text-dark);
  user-select: none;
}
.remember-forgot a {
  color: #1842b6;
}
.remember-forgot a:hover {
  text-decoration: underline;
  text-decoration-color: var(--primary);
}

/* login end */
/* About Remote css */
#modulewf-5 .wfcta {
  top: 0%;
  left: 22%;
}
.world-map {
  position: absolute;
  z-index: 99;
  top: 26%;
  left: 25%;
         width: 20%;
  padding: 0;
  margin: 0px;
}
.wfcta {
  width: 13%;
  /* position: absolute;
  z-index: 999; */
  left: 30%;
  
}
.wfcta:hover{
  animation: bounce 0.5s cubic-bezier(0.5, 0.05, 1, 0.5); 
}
.world-map:hover span{
  opacity: 100%;
}

.world-map span{
opacity: 0;
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: bold;
  transition: all 0.5s;
  position: relative;
  padding: 0;
  margin: 0px;
}
#workflow-erp .workflow-module {
  position: absolute;
  left: 0;
  top: 0;
}
/* 2 */
.world-map1:hover span{
  opacity: 100%;
}
.world-map1 span{
  opacity: 0;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: bold;
    transition: all 0.5s;
    position: relative;
    padding: 0;
    margin: 0px;
  }
.world-map1 {
  position: absolute;
  z-index: 99;
  top: 65%;
  left: 33%;
  padding: 0;
  margin: 0px;      
   width: 20%;
}
/* 2 */
.world-map2:hover span{
  opacity: 100%;
}
.world-map2 span{
  opacity: 0;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: bold;
    transition: all 0.5s;
    position: relative;
    padding: 0;
    margin: 0px;
  }
.world-map2 {
  position: absolute;
  z-index: 99;
  top: 56%;
  left: 31%;
  padding: 0;
  margin: 0px;     width: 20%;
}
/* 3 */
.world-map3:hover span{
  opacity: 100%;
}
.world-map3 span{
  opacity: 0;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: bold;
    transition: all 0.5s;
    position: relative;
    padding: 0;
    margin: 0px;
  }
.world-map3 {
  position: absolute;
  z-index: 99;
  top: 42%;
  left: 24%;
  padding: 0;
  margin: 0px;    width: 20%;
}

/* 4 */
.world-map4:hover span{
  opacity: 100%;
}
.world-map4 span{
  opacity: 0;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: bold;
    transition: all 0.5s;
    position: relative;  padding: 0;
    margin: 0px;
  }
.world-map4 {
  position: absolute;
  z-index: 99;
  top: 31%;
  left: 52%;
  padding: 0;
  margin: 0px;
  width: 20%;
}

/* 4 */
.world-map5:hover span{
  opacity: 100%;
}
.world-map5 span{
  opacity: 0;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: bold;
    transition: all 0.5s;
    position: relative;
    padding: 0;
    margin: 0px;
  }
.world-map5 {
  position: absolute;
  z-index: 99;
  top: 37%;
  left: 43%;
  padding: 0;
  margin: 0px;
  width: 20%;
}


/* 6 */
.world-map6:hover span{
  opacity: 100%;
}
.world-map6 span{
  opacity: 0;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: bold;
    transition: all 0.5s;
    position: relative;    padding: 0;
    margin: 0px;
 
  }
.world-map6 {
  position: absolute;
  z-index: 99;
  top: 22%;
  left: 48%;
  padding: 0;
  margin: 0px;
  width: 20%;

}

/* About remote css end */

/* About page Start */
.service-item-top{
  height: 100%;

}
.Scale-team ul li{
  color: #000;  
  font: 400 18px/33px "Montserrat", sans-serif;
}
.service-item-top img {
  transition: .5s;
}
.overflow-hidden {
  overflow: hidden !important;
  opacity: 100%;
  transition: 0.5s;
}

.service-item-top:hover img {
  transform: scale(1.1);
  opacity: 100%;
}
.overflow-hidden:hover  {
  opacity:100%;
}


.our p{
  font: 400 18px/33px "Montserrat", sans-serif;
    color: #000000;
    letter-spacing: 0.7px;
}
.wp-block-image {
  margin-bottom: 1em;
}

figure {
  margin: 10px 0;
}
.wp-block-image:not(.is-style-rounded) img {
  border-radius: inherit;
}

.wp-block-image img {
  max-width: 100%;
}

.card .our1 p{
  letter-spacing: 0.7px;
  font: 400 18px/33px "Montserrat", sans-serif;
}
.our1 {

  align-content: center;
}
.our1 p {
  padding: 0 10px;
  font: 400 21px/32px "Montserrat", sans-serif;
  color: #000000;
  letter-spacing: 0.7px;
  position: relative;
  justify-content: center;
  display: block;
}
.our2{
  height: 100%;
}
.our2 p{
  font: 400 18px/30px "Montserrat", sans-serif;
  color: #000000;
    letter-spacing: 0.7px;
   
}
.card p{
  letter-spacing: 0.7px;
  font: 400 16px/34px "Montserrat", sans-serif;
}
/* About page End */

/* FAQ CSS */
.accordion {
  background-color: #eee;
  color: #000000;
  cursor: pointer;
  padding: 18px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  font-weight: 600;
  transition: 0.4s;
  margin-bottom: 10px;
box-sizing: border-box;
  width: 100% !important; 
  
}

 .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
@media (max-width: 800px) {
 

.accordion {
  background-color: #eee;
  color: #000000;
  cursor: pointer;
  /* padding: 18px; */
  border: none;
  text-align: left;
  outline: none;
  font-size: 9px;
  font-weight: 600;
  transition: 0.4s;
  margin-bottom: 10px;
  box-sizing: border-box;
  width: 100% !important;
}
}
/* 
.active:after {
  content: "\2212";
} */

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel p{
  font: 400 16px/28px "Montserrat", sans-serif;
  letter-spacing: 0.7px;
}
/* FAQ CSS END */


/* telant css */
.hover-item {
  transition: 0.3s;
  box-shadow: 0 2px 18px 0 rgba(0,0,0,.64);
}
.hover-item:hover {
  transform: translate(0, -50px);
}

.cv-main {
  background: #fff;
  padding: 20px;
  background-image: linear-gradient(180deg,#cfcfcf 0,#fff 100%)!important;
  z-index: 9;
  position: relative;
  top: -54px;}

  /* carreers css start */


  .why-choose-section {
    padding: 3rem 0;
}
.feature {
  margin-bottom: 30px;
}
.feature .icon {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}
.feature h3 {

  color: #000000;
}
.feature p {
  font: 400 18px/30px "Montserrat", sans-serif;

  color: #000000;
}

.why-choose-section .img-wrap img {
  border-radius: 20px;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.section-title {
  color: #061e59;
}
.why-choose-section .img-wrap:before {
  position: absolute;
  content: "";
  width: 255px;
  height: 217px;
  background-image: url(../img/dots-yellow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-40%, -40%);
  -ms-transform: translate(-40%, -40%);
  transform: translate(-40%, -40%);
  z-index: -1;
}
/* carreers css end */.input-group {
    position: relative;
    display: flex;
    flex-wrap: initial;
    align-items: stretch;
    width: 100%;
}

.Privacy-Policy ul li{
  color: #000;  
  font: 400 16px/30px "Montserrat", sans-serif;
}
.Privacy-Policy p{
  color: #000;  
  font: 400 16px/30px "Montserrat", sans-serif;
}