@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css");
@import url(https://fonts.googleapis.com/css?family=Roboto:700);

@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsextrabold';
    src: url('../fonts/poppins-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinslight';
    src: url('../fonts/poppins-light-webfont.woff2') format('woff2'),
         url('../fonts/poppins-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsmedium';
    src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'),
         url('../fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinssemibold';
    src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*Graphik Fonts*/
@font-face {
    font-family: 'graphik_trialbold';
    src: url('../fonts/graphik-bold-trial-webfont.woff2') format('woff2'),
         url('../fonts/graphik-bold-trial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'graphik_trialmedium';
    src: url('../fonts/graphik-medium-trial-webfont.woff2') format('woff2'),
         url('../fonts/graphik-medium-trial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'graphik_regular_trialregular';
    src: url('../fonts/graphik-regular-trial-webfont.woff2') format('woff2'),
         url('../fonts/graphik-regular-trial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'graphik_trialsemibold';
    src: url('../fonts/graphik-semibold-trial-webfont.woff2') format('woff2'),
         url('../fonts/graphik-semibold-trial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Work Sans', sans-serif;
  color: #001446;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background: #ff7a00;
}

::-webkit-scrollbar-track {
    background: #dedede;
}
a{
    text-decoration: none;
    color: #2b2b2b;
}
a:hover{
    text-decoration: none;
    color: #000;
}

hr:not([size]) {
    height: 1px;
    color: #ff7a00;
}
h4{
    font-size: 1.6rem;
    font-family: 'poppinsmedium';
    color: #575757;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background: linear-gradient(90deg, #FFA811 0%, #F33B00 100%);
    box-shadow: none;
    border: none;
    border-radius: 15px 15px 0 0;
}
.common-list {
    margin: 0;
    padding: 0;
}
.common-list li {
    list-style: none;
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
}
.common-list li:before {
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    background: transparent;
    font-weight: bold;
    border: 2px solid transparent;
    position: absolute;
    font-size: 0.8rem;
    border-radius: 50%;
    color: #ff7a00;
    left: 0;
    top: 0px;
}
.img-rounded{
    border-radius: 20px;
}

.only-mob {
    display: none;
}

.small-text{
    font-size: 0.8rem;
}
.too-small-text{
    font-size: 0.7rem;
}
.common-heading{
  font-family: 'poppinsextrabold';
  color: #fff;
}
.common-heading span{
  color: #FF7A00;
}
.common-heading span.green-text{
  color: #0DD103;
}
.sub-heading{
  font-family: 'poppinsextrabold';
  color: #FF7A00;
}
.navbar {
  transition: background-color 0.4s ease;
}
.navbar-transparent {
  background: transparent !important;
}
.navbar-scrolled {
  background: rgba(0, 0, 0, 0.9) !important;
}

.nav-link{
  color: #fff;
  text-transform: uppercase;
}
.nav-link:hover{
  opacity: 1;
  color: #FF7A00;
}
.navbar-expand-lg .navbar-nav .nav-link{
  padding-left: 1rem;
  padding-right: 1rem;
}

/* Hero Section */
.hero-section {
  background: url('../images/banner-1.jpg') no-repeat center center/cover;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  position: relative;
}
.inner-hero-section {
  background: url('../images/inner-banner.jpg') no-repeat center center/cover;
  height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  position: relative;
}
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.3);
}
.hero-content {
  position: relative;
  z-index: 2;
}
.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}
#closeMenu{
  display: none;
}

.navbar-brand img{
  width: 200px;
}

.theme-color{
  color: #FF7A00;
}
.theme-color:hover{
  color: #fff;
}
.green-text {
  color: #0DD103;
}
.common-btn {
    background: #FF7A00;
    color: #fff;
    text-align: center;
    padding: 7px 30px;
    text-decoration: none;
    text-transform: uppercase;
    outline: none;
    border: 0;
    display: inline-block;
    cursor: pointer;
    border-radius: 40px;
    font-size: .9rem;
    transition: 0.3s ease-in-out;
}
.common-btn:hover, .common-btn:focus {
    color: #fff;
    background: #0DD103;
    box-shadow: 0 6px 8px rgb(0 0 0 / .5);
    transform: scale(1.05);
}

/*Sparkle Animation*/
 .sparkle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #ff7a00;
    border-radius: 50%;
    opacity: 0;
    animation: sparkle 3s infinite;
    z-index: 20;
  }

  @keyframes sparkle {
    0%, 100% { opacity: 0; transform: scale(0.5); }
    50% { opacity: 1; transform: scale(1.5); }
  }

  /*Om Animation*/
  .om {
    position: absolute;
    font-size: 20px;
    color: gold;
    opacity: 0;
    animation: sparkle 3s infinite;
    text-shadow: 0 0 5px #ffd700, 0 0 10px #ffa500;
    z-index: 20;
  }

  @keyframes sparkle {
    0%, 100% { opacity: 0; transform: scale(0.5) rotate(0deg); }
    50% { opacity: 1; transform: scale(1.5) rotate(360deg); }
  }


/*Whatsapp About*/
.gradient-bg{
  background: #080F15;
  background: linear-gradient(90deg,rgba(8, 15, 21, 1) 0%, rgba(17, 39, 58, 1) 50%, rgba(19, 29, 41, 1) 100%);
  color: #fff;
}
.common-bg{
  background: #080F16;
  color: #fff;
}
.industry-box{
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 15px;
  height: 100%;
}
.industry-box label {
  display: block;
  margin-top: 10px;
}
.industry-box img{
  width: 60px;
}

.bhole-icon-right{
    background-image: url(../images/bhole-icon.png);
    background-repeat: no-repeat;
    background-position: 95% bottom;
    background-size: 200px;
}
.bhole-icon-left {
    background-image: url(../images/bhole-icon.png);
    background-repeat: no-repeat;
    background-position: 5% bottom;
    background-size: 200px;
}
.work-steps{
  display: flex;
  align-items: center;
}
.work-steps .step-num{
  width: 65px;
  height: 65px;
  border-radius: 10px;
  border: 1px solid #FF7A00;
  text-align: center;
  color: #FF7A00;
  line-height: 65px;
  font-family: 'poppinsextrabold';
  font-size: 2.6rem;
  margin-right: 12px;
}
.work-steps .step-num {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}



/*Owl Carousel CSS*/
.blog .owl-prev{
    top: 40% !important;
}
.blog .owl-next{
    top: 40% !important;
}
.owl-prev {
    width: 30px;
    height: 30px;
    line-height: 31px;
    border-radius: 4px;
    text-align: center;
    background: #ff7a00;
    color: #fff;
    opacity: 1;
    position: absolute;
    top: 45% !important;
    left: -45px;
}

.owl-next {
    width: 30px;
    height: 30px;
    line-height: 31px;
    border-radius: 4px;
    text-align: center;
    background: #ff7a00;
    color: #fff;
    opacity: 1;
    position: absolute;
    top: 45% !important;
    right: -45px;
}
.owl-theme .owl-nav [class*=owl-]{
    color: #686868;
    font-size: 14px;
    padding: 0;
    background: #ccc;
}
.owl-carousel .owl-stage{
  display: flex;
}
.owl-theme .owl-dots .owl-dot span{
  width: 15px;
  height: 15px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background: #000;
}
.owl-carousel .owl-stage-outer{
    display: flex;
}
.owl-carousel .owl-item img.comma{
    width: 70px;
    display: inline-block;
}

.industry-specific-box img{
  border-radius: 15px 15px 0 0;
}

.industry-specific-box{
  border-radius: 15px;
  border: 1px solid #ff7a00;
}
.industry-specific-text{
  padding: 15px;
}
.industry-specific-text label{
  font-size: 1.1rem;
  font-family: 'poppinsmedium';
}
.industry-specific-text p{
  font-weight: normal;
  font-size: 0.9rem;
}


/*Price and Plans*/
.price-text{
  padding: 15px;
}
.price-header{
  padding: 10px 15px;
  border-radius: 15px 15px 0 0;
}
.price-header h4{
  color: #fff;
  font-size: 1.2rem;
  font-family: 'poppinssemibold';
}
.price-header p{
  color: #fff;
  font-size: 1.2rem;
  font-family: 'poppinssemibold';
}
.price-btn {
    background: transparent;
    text-align: center;
    padding: 7px 30px;
    text-decoration: none;
    text-transform: uppercase;
    outline: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 40px;
    font-size: .9rem;
    transition: 0.3s ease-in-out;
}
.price-btn:hover, .price-btn:focus {
    color: #fff;
    box-shadow: 0 6px 8px rgb(0 0 0 / .5);
    transform: scale(1.05);
}

.price-box{
  border-radius: 15px;
}

.green-header{
  background: #0DD103;
}
.green-box{
  border: 1px solid #0DD103;
}
.green-btn {
    color: #0DD103;
    border: 1px solid #0DD103;
}
.green-btn:hover, .green-btn:focus {
    background: #0DD103;
}

.blue-header{
  background: #00B4F8;
}
.blue-box{
  border: 1px solid #00B4F8;
}
.blue-btn {
    color: #00B4F8;
    border: 1px solid #00B4F8;
}
.blue-btn:hover, .blue-btn:focus {
    background: #00B4F8;
}

.orange-header{
  background: #FF7A00;
}
.orange-box{
  border: 1px solid #FF7A00;
}
.orange-btn {
    color: #FF7A00;
    border: 1px solid #FF7A00;
}
.orange-btn:hover, .orange-btn:focus {
    background: #FF7A00;
}

/*FAQ*/
.accordion-button:not(.collapsed)::after{
  background: url('../images/up-arrow.png');
  background-size: 90%;
  background-repeat: no-repeat;
}
.accordion-button::after{
  background: url('../images/down-arrow.png');
  background-size: 90%;
  background-repeat: no-repeat;
}
.accordion-item{
  margin-bottom: 15px;
  border-radius: 15px;
  background: transparent;
  color: #fff;
  border: none;
}
.accordion-button{
  border-radius: 15px;
  background: transparent;
  border: 1px solid #ff7a00;
  color: #fe7a00;
}
.accordion-body{
  border-radius: 15px;
}

.accordion-item:first-of-type .accordion-button{
  border-radius: 15px 15px 0 0;
}
.accordion-item:first-of-type{
  border-radius: 15px;
}
.accordion-item:last-of-type {
  border-radius: 15px;
}
.accordion-item:last-of-type .accordion-button.collapsed{
  border-radius: 15px;
}


/*footer*/
footer{
  padding-top: 45px;
  background: #000;
  color: #fff;
}
.footer-logo {
  width: 200px;
  margin-bottom: 15px;
}
.footer-list{
  margin: 0;
  padding: 0;
}
.footer-list li{
  list-style: none;
  margin-bottom: 10px;
}
.footer-list li a{
  color: #fff;
  transition: 0.3s;
}
.footer-list li a:hover{
  color: #FF7A00;
  padding-left: 5px;
}
footer h4{
  color: #fff;
  font-family: 'poppinssemibold';
  font-size: 1.2rem;
}

/*Login/Register*/

.sign-in-box{
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #FF7A00;
}
.form-check a:hover{
  color: #fff;
}
.sign-in-box .form-control{
  padding: .6rem .75rem;
  background: transparent;
  color: #fff;
  font-size: .9rem;
}
.sign-in-box .form-control::placeholder{
  color: #fff;
}


/*Media Query*/
@media (max-width: 991px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 250px;
    height: 100%;
    background: #111;
    transition: right 0.4s ease;
    padding: 2rem 1rem;
    z-index: 1050;
  }

  .navbar-collapse.show {
    right: 0;
  }

  .navbar-nav .nav-link {
    color: #fff !important;
    margin: 0.5rem 0;
  }
  #closeMenu {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 15px;
    background: none;
    border: none;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
  }
  .hero-section {
    height: 80vh;
  }
  .industries .col {
      flex: 0 0 auto;
      width: 50%;
  }
  .owl-prev{
    left: 0;
  }
  .owl-next{
    right: 0;
  }
  footer{
    text-align: center;
  }
  .navbar-brand img {
    width: 175px;
  }
  .hero-section .common-heading {
      font-size: 2.8rem;
  }
  .hero-section .lead {
      font-size: 1.4rem;
  }
}