@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800;900&display=swap');

/* @import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700;800;900&display=swap'); */

body {
  font-family   : 'Nunito Sans', sans-serif;
  /* font-family: 'Mulish', sans-serif; */
}

::-webkit-scrollbar {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  /* font-weight: 800; */
  /*font-family: 'Nunito Sans', sans-serif; */
  /* font-family: 'Mulish', sans-serif; */
  font-family: 'Montserrat', sans-serif;

}

p,
li,
a,
span {
  color            : #545A5E;
  font-family      : 'Nunito Sans', sans-serif;
  line-height      : 1.75;
  font-size        : 16.8px;
  font-weight      : 300;
  /* font-family   : 'Mulish', sans-serif; */
}

a:hover {
  color: #09b1ef;
}

.top-nav-collapse {
  background        : #fff;
  z-index           : 999;
  top               : 0 !important;
  box-shadow        : 0 3px 6px 3px rgb(29 20 20 / 7%);
  background        : #fff !important;
  -webkit-transition: 0.6s ease;
  transition        : 0.6s ease;
}

.header.top-nav-collapse .navbar-light .navbar-nav .nav-link {
  color: #545A5E;
}

.heading-text {
  font-weight: 800;
  font-size: 40px;
}

.home-page {
  background-image: url("../images/clouds_digital_banner.png");
  height          : 550px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 55%;
}

.home-page-2 {
  background-image: url("../images/hr_payroll.png");
  height          : 550px;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-page-3 {
  background-image: url("../images/artificial_intelligence.png");
  height          : 550px;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-page-4 {
  background-image: url("../images/crm.png");
  height          : 550px;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-page-5 {
  background-image: url("../images/machine_learning.png");
  height          : 550px;
  background-repeat: no-repeat;
  background-size: cover;
}


.about-us h3 {
  color      : #383838;
  font-weight: 700;
  font-size  : 22px;
  line-height: 31px;
}

.service-icon-box svg {
  color      :#979b9d;
  font-size  : 2rem;
  line-height: 1;
  transition : color 0.3s;
}

.service-icon-box:hover svg {
  color: #00afeb;
}

/* .service-icon-box {
  padding: 2px 25px;
} */

.service-icon-box h5 {
  font-size  : 1rem;
  font-weight: 500;
}

@media (min-width: 992px) {
  .separator {
    position: relative;
  }

  .separator::before {
    content   : "";
    position  : absolute;
    top       : 0;
    left      : 0px;
    display   : block;
    width     : 1px;
    height    : 100%;
    background: #dedede;
  }
}

.home-page {
  position: relative;
}

.home-page .overlay {
  content         : '';
  position        : absolute;
  top             : 0;
  left            : 0;
  width           : 100%;
  opacity         : 0.8;
  height          : 100%;
  background-color: #000000;
  background-image: linear-gradient(147deg, #000000 0%, #07456f 74%);
}

.banner-text {
  z-index   : 99;
  margin-top: 6rem;
  width     : 100%;
  text-align: center;
}

/* .banner-text p{} */
.banner-text h1 {
  color      : #fff;
  font-size  : 52px;
  font-weight: 900;
}

.header .navbar-light .navbar-nav .nav-link {
  color         : #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family   : 'Montserrat', sans-serif;
  font-size     : 13px;
  padding       : 0.5rem 1rem;
  font-weight   : 700;
}

.header .navbar-light .navbar-nav .nav-link:hover {
  color: #09b1ef;
}


.btn {
  border            : none;
  font-family       : inherit;
  font-size         : inherit;
  color             : inherit;
  background        : none;
  cursor            : pointer;
  padding           : 14px 36px;
  display           : inline-block;
  text-transform    : uppercase;
  letter-spacing    : 1px;
  outline           : none;
  position          : relative;
  -webkit-transition: all 0.3s;
  -moz-transition   : all 0.3s;
  transition        : all 0.3s;
}

.btn:focus {
  box-shadow: none;
}

.btn:after {
  content           : '';
  position          : absolute;
  z-index           : -1;
  -webkit-transition: all 0.3s;
  -moz-transition   : all 0.3s;
  transition        : all 0.3s;
}

/* Button 4 */
.btn-4 {
  color        : #fff;
  overflow     : hidden;
  border-radius: 0px;
  background   : #09b1ef;
  font-size    : 12px;
  font-weight  : 600;
  width        : fit-content;
}

.btn-4:hover {
  background: #09b1ef;
  color     : #fff;
}

.btn-4:before {
  position          : absolute;
  font-size         : 32px;
  color             : #fff;
  -webkit-transition: all 0.3s;
  -moz-transition   : all 0.3s;
  transition        : all 0.3s;
}

/* Button 4a */
.btn-4a:before {
  left: 130%;
  top : -6px;
}

.btn-4a:hover:before {
  left: 85%;
}

.icon-arrow-right:before {
  content       : "\203a";
  font-family   : "Font Awesome 6 Pro";
  /* font-weight: 900; */
}

.icon-arrow-down {
  content       : "\F282";
  font-family   : "Font Awesome 6 Pro";
  /* font-weight: 900; */
}

.card {
  box-shadow: 0px 20px 60px 0px rgb(0 11 40 / 6%);
}

.icon-box {
  padding      : 18px;
  border-radius: 50%;
  width        : fit-content;

}

.purple {
  background-image: -webkit-linear-gradient(40deg, #5e2ced 0%, #a485fd 100%);
  background-image: linear-gradient(40deg, #5e2ced 0%, #a485fd 100%);
  box-shadow      : 0px 14px 30px 0px rgb(94 44 237 / 40%);

}

.yellow {
  background-image: -webkit-linear-gradient(40deg, #e09520 0%, #fae926 100%);
  background-image: linear-gradient(40deg, #e09520 0%, #fae926 100%);
  box-shadow      : 0px 14px 30px 0px rgb(224 149 32 / 40%);

}

.orange {
  background-image: -webkit-linear-gradient(40deg, #e03827 0%, #f9a47a 100%);
  background-image: linear-gradient(40deg, #e03827 0%, #f9a47a 100%);
  box-shadow      : 0px 14px 30px 0px rgb(224 56 39 / 40%);
}



.blue {
  background-image: -webkit-linear-gradient(40deg, #2c82ed 0%, #38d0fc 100%);
  background-image: linear-gradient(40deg, #2c82ed 0%, #38d0fc 100%);
  box-shadow      : 0px 14px 30px 0px rgb(44 130 237 / 40%);
}

.btn-4.border-blue {
  border    : 1px solid #38d0fc;
  color     : #38d0fc;
  background: transparent;
}

.btn-4.border-yellow {
  border    : 1px solid #fae926;
  color     : #fae926;
  background: transparent;
}

.btn-4.border-purple {
  border    : 1px solid #a485fd;
  color     : #a485fd;
  background: transparent;
}

.btn-4.border-orange {
  border    : 1px solid #f9a47a;
  color     : #f9a47a;
  background: transparent;
}

.btn-4.border-orange:hover {

  color     : #fff;
  background: #f9a47a;
}

.btn-4.border-purple:hover {
  background: #a485fd;
  color     : #fff
}

.btn-4.border-blue:hover {
  background: #38d0fc;
  color     : #fff
}

.btn-4.border-yellow:hover {
  background: #fae926;
  color     : #fff;
}

.card .card-title {
  /* font-weight: 800; */
  font-size: 16px;
}

.highlighted-text {
  border-left : 2px solid #f29a32;
  padding-left: 10px;
  font-style  : italic;
  font-size   : large;
  font-weight : 400;
}

.cta-section {
  background-image: -webkit-linear-gradient(180deg, #1786d8 0%, #00aff0 100%);
  position        : relative;
}

.cta-section h2,
.cta-section p {
  color: #fff;
}

.cta-section:before {
  content         : '';
  background-image: url("../images/bg_shape.png");
  position        : absolute;
  width           : 100%;
  height          : 100%;
  background-size : cover;
  top             : 0;
}

.cta-section:after {
  content          : '';
  background-image : url("../images/1111.png");
  position         : absolute;
  width            : 100%;
  height           : 190px;
  background-repeat: no-repeat;
  top              : 60px;
}

.primary-footer h5 {
  font-weight   : 800;
  font-size     : 17px;
  letter-spacing: 1px;
}

.primary-footer ul li a,
.primary-footer p {
  font-size: 16px;
  color    : #545A5E;
}

.secondary-footer {
  border-top: 1px solid #ececec;
}

.secondary-footer li,
.secondary-footer li a {
  font-size: 15px
}

.secondary-footer li a {
  position: relative;
}
 li.slash::before {
  content     : "/";
  margin-right: 0.5em;
  margin-left : 0.4em;
}

.breadcrumb-area {
  height         : 50vh;
  align-items    : center;
  justify-content: center;
  display        : flex;
  color:#fff;
}
.breadcrumb-area li ,
.breadcrumb-area li span,
.breadcrumb-area li a {
  color:#fff;
}
.aboutbanner {
  background: url(../images/who-we-are.webp) center center / cover no-repeat;
}


/* Divy New CSS */
.content-justify {
  text-align: justify;
}

.dropdown:hover >.dropdown-menu {
  display: block;
}

.dropdown-menu{
  border: none;
}

.dropdown-item:hover {
  background: none;
}


@media (min-width: 0px) and (max-width: 1199px) {
  
  .dropdown-menu{
    border: none;
    display: block;
  }  

  .dropdown ::after {
    content: none;
  }
}


.career-banner {
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)) , url(../images/careers.webp) center center / cover no-repeat ;
}

.workingwithus-banner {
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)) , url(../images/working-with-us.webp) center center / cover no-repeat ;
}

.text-color {
  color: #09b1ef;
}


/*Abhinav new */ 
 .service-banner {
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)) , url(../images/what-we-do.webp) center center / cover no-repeat;
}

/*.service-page .overlay {
  content         : '';
  position        : absolute;
  top             : 0;
  left            : 0;
  width           : 100%;
  opacity         : 0.8;
  height          : 100%;
  /* background-color: #000000; */
  /* background-image: linear-gradient(147deg, #000000 0%, rgb(190, 186, 149) 34%); 
}

.service-page {
  background-image: url("img/about-banner.jpg");
  height          : 300px;
}
.banner-text {
  z-index   : 99;
  margin-top: 6rem;
  width     : 100%;
}

/* .banner-text p{} 
.banner-text h1 {
  color      : white;
  /* width: 900px; 
  font-size  : 52px;
  font-weight: 900;
  text-align: center;
} */

/* Lavesh new CSS */

#panel, #flip {
  cursor: pointer;
  padding: 5px;
  text-align: left;
  background-color: white;
  /* border: solid 1px #c3c3c3; */
}

#panel {
  padding: 5px;
  display: none;
}

.error {
  color: #F00;
  background-color: #FFF;
}

.contact-page {
  background: url(../images/contact-us.webp) center center / cover no-repeat;
}


.apply-now-page {
  background: url(../images/apply-now.webp) center center / cover no-repeat;
}

/* Lavesh Code */
.wrapper {
  max-width: 485px;
  width: 100%;
  background: #fff;
  padding: 22px 30px 40px;
  border-radius: 10px;
  /* box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.05); */
}

.wrapper .captcha-area {
  display: flex;
  height: 50px;
  margin: 30px 0 20px;
  align-items: center;
  justify-content: space-between;
}

.captcha-area .captcha-img {
  height: 100%;
  width: 345px;
  user-select: none;
  background: #000;
  border-radius: 5px;
  position: relative;
}

.captcha-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  opacity: 0.95;
}

.captcha-img .captcha {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  color: #fff;
  font-size: 42px;
  text-align: center;
  letter-spacing: 10px;
  transform: translate(-50%, -50%);
  text-shadow: 0px 0px 2px #b1b1b1;
  font-family: 'Noto Serif', serif;
}

.wrapper button {
  outline: none;
  border: none;
  color: #fff;
  cursor: pointer;
  background: #4db2ec;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.wrapper button:hover {
  background: #2fa5e9;
}

.captcha-area .reload-btn {
  width: 65px;
  height: 100%;
  font-size: 25px;
}

.captcha-area .reload-btn i {
  transition: transform 0.3s ease;
}

.captcha-area .reload-btn:hover i {
  transform: rotate(15deg);
}

.wrapper .input-area {
  height: 40px;
  width: 100%;
  position: relative;
}

.input-area input {
  width: 100%;
  height: 100%;
  outline: none;
  padding-left: 20px;
  font-size: 20px;
  border-radius: 5px;
  border: 1px solid #bfbfbf;
}

.input-area input:is(:focus, :valid) {
  padding-left: 19px;
  border: 2px solid #4db2ec;
}

.input-area input::placeholder {
  color: #bfbfbf;
}

.input-area .check-btn {
  position: absolute;
  right: 7px;
  top: 50%;
  font-size: 17px;
  height: 45px;
  padding: 0 20px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
}

.input-area input:valid+.check-btn {
  opacity: 1;
  pointer-events: auto;
}

.wrapper .status-text {
  display: none;
  font-size: 18px;
  text-align: center;
  margin: 20px 0 -5px;
}

@media (max-width: 506px) {
  .wrapper {
      padding: 22px 25px 35px;
  }

  .wrapper header {
      font-size: 25px;
  }

  .wrapper .captcha-area {
      height: 60px;
  }

  .captcha-area .captcha {
      font-size: 28px;
      letter-spacing: 5px;
  }

  .captcha-area .reload-btn {
      width: 60px;
      margin-left: 5px;
      font-size: 20px;
  }

  .wrapper .input-area {
      height: 55px;
  }

  .input-area .check-btn {
      height: 40px;
  }

  .wrapper .status-text {
      font-size: 15px;
  }

  .captcha-area .captcha-img {
      width: 250px;
  }
}


#loading-img {
  background: url(img/garyOut) center center no-repeat;
  height: 100%;
}

.overlay {
  background: #e9e9e9;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
}


#loading {
  position: absolute;
  left: 50%;
  top: 60%;
  z-index: 1;
  width: 120px;
  height: 120px;
  margin: -76px 0 0 -76px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  visibility: hidden;
  border-top: 16px solid #07456f;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#loading.display {
  visibility: visible;
}

@-webkit-keyframes spin {
  0% {
      -webkit-transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from {
      bottom: -100px;
      opacity: 0
  }

  to {
      bottom: 0px;
      opacity: 1
  }
}

@keyframes animatebottom {
  from {
      bottom: -100px;
      opacity: 0
  }

  to {
      bottom: 0;
      opacity: 1
  }
}


@media (min-width: 1025px){
  .item {
    width: 234px !important;
    height: 234px !important;
  }
}

@media (max-width: 768px){
  .h-100 {
    height: 369px !important;
  }

  .custom-image {
    position: absolute;
    top: 20%;
    left: 0px;
  }
}

 