/* Global Styles */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 30px;
  font-family: "Roboto", serif;
  font-size: 16px;
  transition: background-color 0.3s ease;
  color: #6c757d;
}

h1 {
  font-size: 40px;
  line-height: 56px;
}

h2 {
  font-size: 36px;
  line-height: 46px;
}

h3 {
  font-size: 30px;
  line-height: 36px;
}

h4 {
  font-size: 26px;
  line-height: 36px;
}

h5 {
  font-size: 22px;
  line-height: 36px;
}

h6 {
  font-size: 20px;
  line-height: 36px;
}

a {
  color: #00b6fa;
  text-decoration: underline;
}

.navbar-light .navbar-nav .nav-link {
  color: #6c757d;
}

p {
  font-size: 18px;
  line-height: 30px;
  color: #6c757d;
}

b,
strong {
  font-weight: bolder;
  /* color: #0078b8; */

}

a {
  color: #2b3763;
  text-decoration: none;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 10px 15px;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.btn-primary {
  color: #fff;
  background-color: #2b3763 !important;
}

section {
  position: relative;
  overflow: hidden;
}

.mt-1 {
  margin-top: 10px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.pd-0 {
  padding: 0;
}

.img-fluid {
  width: 100%;
  height: auto;
}

footer.footer p {
  color: #ffffff;
}
.mb-4 {
    margin-bottom: 40px !important;
}
#moveToTop {
  display: none;
  /* Hidden by default */
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #000000;
  color: white;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 50px;
  font-size: 18px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#moveToTop:hover {
  background-color: #0056b3;
  /* Darker blue */
}

.navbar-expand-lg .navbar-collapse {
  justify-content: flex-end !important;
}
.mega-content img {
    border-radius: 20px;
}
.inline-block {
  display: flex;
  gap: 20px;
}

.dark {
  background-color: black;
  color: white;
}

.dark section {
  background-color: black !important;
  color: white;
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark p {
  color: white !important;
}

.dark .counter-box,
.dark .service,
.dark .hm,
.dark .card,
.dark .accordion-button,
.dark .service-box,
.dark .service-card {
  background-color: rgb(28, 27, 27) !important;
  /* Add any other styles for dark mode .counter-box */
  color: #fff;
}

.dark .carousel-captions h2 {
  color: #383f85 !important;
}

.dark .carousel-captions p {
  color: #dcdcdc !important;
}

.dark .welcome-message {
  color: #fff;
}

.dark h3.flip-box-header {
  color: #383f85 !important;
}

.dark .box-item {
  color: #3d3d3d !important;
}

section.main-caption img {
  /* border-radius: 20px; */
  width: 80%;
  text-align: center;
}

.welcome-message {
    font-size: 50px;
    line-height: 56px;
    text-align: center;
    font-weight: 600;
    color: #0077b7;
    margin-bottom: 45px;
}

span.block {
  display: block;
}

.block-btns {
    text-align: center;
    gap: 10px;
    display: inline-flex;
}

.w-100 {
  padding: 50px 50px 50px 0px;
  margin-left: -10%;
  margin-right: -20px;
  width: 100% !important;
}

.checkbox {
  opacity: 0;
  position: absolute;
}

.checkbox-label {
  position: fixed;
  top: 8px;
  right: 1px;
  background-color: #00719c;
  width: 50px;
  height: 26px;
  z-index: 99999999;
  border-radius: 50px;
  padding: 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fa-moon {
  color: #f1c40f;
}

.fa-sun {
  color: #f39c12;
}

.checkbox-label .ball {
  background-color: #fff;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  transition: transform 0.2s linear;
}

.checkbox:checked+.checkbox-label .ball {
  transform: translateX(24px);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgb(0 120 179);
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color: rgb(0 120 179);
}

.navbar-light .navbar-nav .nav-link {
  font-size: 18px !important;
  padding-top: 12px;
  padding-left: 15px;
}

.nav-contact {
  display: flex;
  flex-direction: row;
  justify-content: right;
  margin-right: 0px;
}

.nav-contact p {
  padding: 5px;
  margin-bottom: 0px;
  color: #fff;
}


.main-service h1 {
  font-size: 12px;
  padding: 5px 15px;
  border-radius: 20px;
  margin: 10px;
  background: #fff;
}

.main-service {
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
}

.main-service i.fa {
  padding-right: 2px;
}

.nav-contact i.fa {
  background: #0382c1;
  color: #fff;
  padding: 5px;
  border-radius: 50%;
  font-size: 14px;
  margin: 1px;
}

.nav-contact p {
  padding: 5px;
  margin-bottom: 0px;
  margin-right: 10px;
}

section.nav-top {
  background: #0077b7;
}

section.about-section img {
  border-radius: 20px;
  /* margin-right: 50px; */
  width: 85%;
}

section.main-caption {
  padding: 120px 0px;
  text-align: center;
}

section.main-caption h1 {
  font-size: 80px;
  line-height: 100px;
  text-align: center;
  font-weight: 800;
  color: #2b3763;
}

section.creative-section.home h2 span {
  color: #2b3763;
  font-weight: 600;

}

span.block {
  color: #2b3763 !important;
}

section.main-caption p {
  padding: 0px 0px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

#install-button {
  display: block !important;
  z-index: 9999;
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  width: 100px;
  height: auto;
  cursor: pointer;
}

section.sales-captions img {
  text-align: center;
  margin: auto;
  width: 35%;
  display: block;
}

a.custom-btn.Secondary.btn-5 {
  background-color: #2b3763;
  border: 1px solid #2b3763;
  color: #ffffff;
}

nav.navbar img {
  width: 150px;
}

.tooltip-container {
  position: relative;
  display: inline-block;
}

.tooltip-text {
  visibility: hidden;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 6px 10px;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

ol.breadcrumb.blue-grey.lighten-4 {
  background: #efefef;
  padding: 10px 20px;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0px;
  padding-top: 57px;
  margin-top: -45px;
}

.server-table {
  height: auto;
  overflow-y: scroll;
}

table.table.server {
  width: 100%;
  border-collapse: collapse;
  /* table-layout: fixed; */
}

.table-dark {
  --bs-table-bg: #ffffff;

  color: #303030;
  border-color: #373b3e;
}

tr.server-tr {
  position: sticky;
  top: 0;
  background: #00b8e5;
  color: #fff;
}

.option {
  padding: 0px 20px;
}

thead.thead-dark:hover {
  background: #00aa58;
}

.table-hover>tbody>tr:hover {
  --bs-table-accent-bg: #0b77de;
}

tr.mainhead:hover {
  color: #000 !important;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #F2F4CC;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgb(105 181 96);
}

textarea::placeholder {
  color: #999;
  text-align: left;
}

/* Navigation Bar */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
  position: static;
}

.navbar {
  margin-top: 40px;
  z-index: 999;
}

ul.navbar-nav {
  margin-top: -5px;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 90%;
  top: auto;
  left: 5%;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}

.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

.icons {
  display: inline-flex;
  margin-left: auto;
}

.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}

.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}

/* Hero Section */

.hero {
  position: relative;
  height: 100vh;
  padding: 0px !important;
}

div#slider {
  height: 100vh;
}

div#carouselExampleIndicators img {
    width: 100%;
}
.carousel-item {
  transition: transform 0.5s ease-in-out;
}



.carousel-item.active {
  transform: translateX(0);
}

.carousel-item-next.carousel-item-start,
.carousel-item-prev.carousel-item-end {
  transform: translateX(0);
}

.carousel-item-next,
.carousel-item-prev {
  transform: translateX(100%);
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-captions {
  position: absolute;
  top: 40%;
  left: 36%;
  transform: translate(-50%, -50%);
  text-align: left;
  color: #fff;
  padding: 10px;
}

.carousel-captions h2 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 60px;
  color: #2b3763;
}

.carousel-captions p {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  color: #666666;
}

img.img-slider-sub {
  width: 180px;
}



/* Sales Captions */

.story-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 30px 0;
  flex-wrap: wrap;
}

.story {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(45deg, #ff9a00, #ff2d55);
  padding: 4px;
  cursor: pointer;
  transition: transform 0.3s;
}

.story:hover {
  transform: scale(1.1);
}

.story img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid white;
  object-fit: cover;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal-content {
  width: 90%;
  max-width: 500px;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  position: relative;
}

.modal-content iframe,
.modal-content img {
  width: 100%;
  max-height: 400px;
  border-radius: 10px;
  object-fit: cover;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
  color: #333;
}

.nav-btns {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.nav-btns button {
  padding: 8px 12px;
  background-color: #ff2d55;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.progress-bar {
  height: 4px;
  width: 0%;
  background: #ff2d55;
  transition: width 30s linear;
}

.promo-card {
      background: #fff;
      border-radius: 10px;
     
      margin: auto;
      padding: 15px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

    .actions {
    margin-top: 30px;
}
.actions i.fa {
   font-size: 20px;
}
.drop {
  position: relative;
  width: 100%;
  min-height: 350px;
  box-shadow:
    inset 20px 20px 20px rgba(0, 0, 0, 0.05),
    25px 35px 20px rgba(0, 0, 0, 0.05),
    25px 30px 30px rgba(0, 0, 0, 0.05),
    inset -20px -20px 25px rgba(255, 255, 255, 0.9);
  transition: 0.5s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

.drop:nth-child(1) {
  border-radius: 47% 53% 70% 30% / 30% 43% 57% 70%;
}

.drop:nth-child(2) {
  border-radius: 61% 39% 52% 48% / 44% 59% 41% 56%;
}

.drop:nth-child(3) {
  border-radius: 35% 65% 31% 69% / 57% 59% 41% 43%;
}

.drop:hover {
  border-radius: 50%;
}

.drop::before {
  content: '';
  position: absolute;
  top: 50px;
  left: 85px;
  width: 35px;
  height: 35px;
  background: #FFF;
  border-radius: 50%;
  opacity: 0.9;
}

.drop::after {
  content: '';
  position: absolute;
  top: 90px;
  left: 110px;
  width: 15px;
  height: 15px;
  background: #FFF;
  border-radius: 50%;
  opacity: 0.9;
}

.break {
  display: block;
}

.content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 40px;
  gap: 15px;
}

.content h4 {
  position: relative;
  color: #2b3760 !important;
  box-shadow: inset 2px 5px 10px rgba(0, 0, 0, 0.1),
    inset -2px -5px -10px rgba(255, 255, 255, 1),
    15px 15px 10px rgba(0, 0, 0, 0.05),
    15px 10px 15px rgba(0, 0, 0, 0.025) !important;

}

.sales-captions p {
  color: #6c757d;
}

.caption img {
  padding-bottom: 10px;
  width: 55px;
  height: max-content;
  padding: 5px;
  background: #cbfffa;
  border-radius: 50%;
  border: 3px solid #2c88ba;
  margin-bottom: 10px;
}


/* Company profile*/

section.company-profile h2 {
  color: #212529;
  padding-bottom: 0.5rem;
  margin-bottom: 0px;
  padding-top: 1.5rem;
}

section.company-profile p {
  text-align: justify;
}

section.company-profile img {
  text-align: center;
  width: 50%;
}

i.fas.fa-check-circle.me-2 {
  color: #B6C746;
}

.company-profile {
  background-color: #fff;
  padding: 0rem 0rem 4rem 0rem;
  margin-top: -5rem;
}

ul.list-unstyled li {
  padding-bottom: 0.5rem;
}

.section-title {
  text-align: center;
  margin-bottom: 30px;
}

.home-service img {
  border-radius: 10%;
}

.profile-details {
  display: flex;
  align-items: center;
}

.profile-image img {
  width: 150px;
  height: auto;
  margin-right: 30px;
}

.profile-content h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.profile-content p {
  margin-bottom: 20px;
}

.profile-highlights {
  list-style: none;
  padding: 0;
}

.profile-highlights li {
  margin-bottom: 10px;
}

.profile-highlights i {
  color: #55b359;
  margin-right: 5px;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin-top: 1rem;
}

ul.home-list {
  color: #5a5a5a;
  list-style: none;
  padding-left: 10px;
}

i.fa.fa-bandcamp {
  color: #00bbde;
  padding-right: 15px;
}


/* Services Section */

.services {
  padding: 4rem 0;
  background: #fff;
}

.services h2 {

  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 0px;
  color: #2e418c;
  font-weight: 500;
  line-height: 46px;
}

.service {
  display: block;
  margin-bottom: 5px;
  width: 100%;
  margin-top: 30px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); */
  padding: 20px;
  align-items: center;
}

section#services p {
  text-align: center;
  font-size: 18px;
}

.service img {
  margin-bottom: 1rem;
  width: 50%;
  padding: 20px;
}

section.services.home span {
    color: #2e418c;
    font-size: 30px;
    font-weight: 600;
}
a.custom-btn.btn-5 span {
    font-weight: 500;
    font-size: inherit;
}
.service h1 {
  padding-bottom: 0.5rem;
  color: #2b3763;
  font-weight: 500;
  padding-top: 0.5rem;
  line-height: 36px;
  font-size: 24px;
  text-align: center;
}

.service-details {
  padding: 20px;
}

.service p {
  color: #6c757d;
  line-height: 26px;
}

section.training-new {
  text-align: center;
  padding: 40px 0px;
}

section.training-new h2 {
  padding-bottom: 15px;
}

section#contact {
  overflow: hidden;
}

section.articles-block {
  padding: 60px 0px;
}

section.articles-block-hight {
  background: #eee;
  padding: 20px;
  text-align: center;
}



section.training-section.tier h3 {
  text-align: center;
  font-weight: 600;
  background: #fff;
  padding: 10px;
  margin-bottom: 30px;
  border-radius: 10px;
}

section.training-section.tier img {
  width: 35px;
  height: auto;
}

.video-container h1 {
    font-size: 50px;
    line-height: 56px;
    font-weight: 600;
}
.video-container span.special {
    color: rgb(255 227 71);
    display: block;
}
/* Styles for the parallax video section */
.video-container {
  position: relative;
  width: 100%;
  padding: 20% 0%;
}

.video-container h4 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
}

section.sales-captions {
    padding: 10px 0px 100px 0px;
}

.video-container h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
}

.overlay-content p {

  color: #eee!important;
}
.overlay h5 {
    font-size: 22px;
    font-weight: 400;
    line-height: 46px;
    margin-top: 17px;
}
.article-box {
  padding: 10px;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20% 0px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  /* Adjust the transparency as needed */
}

.overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 100%;
  text-align: left;
}

.overlay-content h2 {
  margin-bottom: 1rem;
}

.overlay-content p {
  margin-bottom: 2rem;
  font-size: 18px;
}

.overlay-content .btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ff7f50;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.overlay-content .btn:hover {
  background-color: #ff6347;
}




/* Packages Section */

.packages {
    background-color: #f8f8f8;
    padding: 85px 0px;
}

.packages h1 {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 0px;
    color: #2e418c;
    font-size: 40px;
}

.card-basic.hm,
.card-premium.hm,
.card-standard.hm,
.card-advanced.hm {
  min-height: auto !important;
}

.card-basic,
.card-premium,
.card-standard,
.card-advanced {
  margin: 0 2rem 1rem 0;
  padding: 0 0 0.5rem 0;
  width: 100%;
  background: #fff;
  color: #444;
  text-align: center;
  border-radius: 1rem;
  box-shadow: 0.5rem 0.5rem 1rem rgba(51, 51, 51, 0.2);
  overflow: hidden;
  transition: all 0.1ms ease-in-out;
  position: relative;
}

.card-basic:hover,
.card-premium:hover,
.card-advanced:hover,
.card-standard:hover {
  transform: scale(1.02);
}

.row.web .card-basic,
.card-premium,
.card-standard,
.card-advanced {
  min-height: auto;
}

.filter-dropdown {
  width: 100px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.overlay-content a.custom-btn.btn-5 {
  color: #fff;
  border: 1px solid #ffffff;
}


.row.web .btn-5 {
  position: absolute;
  bottom: 30px;
  text-align: center;
  left: 35%;
  right: 0;
}

.row.seo .btn-5 {
  position: absolute;
  bottom: 30px;
  text-align: center;
  left: 35%;
  right: 0;
}


.row.social .btn-5 {
  position: absolute;
  bottom: 30px;
  text-align: center;
  left: 35%;
  right: 0;
}

.row.digital .btn-5 {
  position: absolute;
  bottom: 30px;
  text-align: center;
  left: 35%;
  right: 0;
}

.row.seo .card-basic,
.card-premium,
.card-standard,
.card-advanced {
  min-height: auto;
}

.row.social .card-basic,
.card-premium,
.card-standard,
.card-advanced {
  min-height: auto;
}

.row.digital .card-basic,
.card-premium,
.card-standard,
.card-advanced {
  min-height: auto;
}

.card-header {
  text-transform: uppercase;
  padding: 30px 0px;
  color: #fff;
  clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%);
}

.card-header h4 {
    line-height: 30px;
    margin-bottom: 0rem;
    font-size: 30px;
    text-transform: capitalize;
}

ul.card-element-container {
  list-style-type: none;
  padding: 0;
  margin-bottom: 20px;
}

ul.card-element-container li {
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

ul.card-element-container a {
  color: #444;
  text-decoration: none;
}

.header-basic,
.btn-basic {
  background: linear-gradient(135deg, #00b8e5, #2a75cf);
}

.header-standard,
.btn-standard {
  background: linear-gradient(135deg, #00b8e5, #2a75cf);
}

.header-advanced,
.btn-standard {
  background: linear-gradient(135deg, #00b8e5, #2a75cf);
}

.header-premium,
.btn-premium {
  background: linear-gradient(135deg, #00b8e5, #2a75cf);
}

.card-body {
  padding: 0.5rem 0;
}

.card-body h5 {
  font-weight: 700;
  padding: 0.5rem 0.1rem;
}

.card.career {
  position: relative;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0.25rem;
  margin-bottom: 20px;
  box-shadow: 1px 5px 9px 1px #e5e5e5;
  min-height: auto;
}

.card-element-container {
  color: #444;
  list-style: none;
}

.card-element-hidden {
  display: none;
}

h1.section-heading {
  text-align: center;
  padding-bottom: 2rem;
  margin-bottom: 0px;
  color: #2b3763;
}

section#services {
  background-color: #ffffff;
  padding:80px 0px;
}
section#services h1 {
    text-align: center;
}
section#services p {
  text-align: center;
}

.service-box i.fas {
  color: #2c88ba;
  padding: 10px;
}


/* Service Box */
.service-box {
  padding: 3rem;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}

.service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

section.contact a.custom-btn {
  color: #153269;
}

section.contact h3 {
  padding-top: 35px;
}



/* Packages Section */

.training {
  background-color: #f5cbcb42;
  padding: 100px 0px;

}

section#training img {
  border-radius: 30px;
}

img.training-class {
  width: 50px;
}

.trainind-sub {
  display: flex;
  align-items: stretch;
  padding-bottom: 20px;
}

section.creative-section.caption2 h3 {
  color: #6c757d;
}

.training h1 {
  text-align: left;
  padding-bottom: 20px;
  margin-bottom: 0px;
  color: #2b3763;
  font-size: 45px;
  line-height: 50px;
}

.trainin-sub-sec h3 {
  color: #00b6fa;
}

section#training h4 {
  margin-bottom: 2rem;
  line-height: 30px;
  font-weight: 300;
  font-size: 18px;
}

.training a.custom-btn {
    border: 1px solid #2b3763;
    color: #2b3763;
    background-color: #fff !important;
    padding: 5px 12px;
}

.trainin-sub-sec p {
    /* line-height: 26px; */
    margin-bottom: 10px;
}

.trainin-sub-sec h5 {
  font-weight: 400;
  margin-bottom: 0px;
  color: #333333;
}

section#training h6 {
    color: #2b3763;
    font-weight: 500;
    padding-top: 0px;
    font-size: 20px;
    margin-bottom: 0px;
}

.trainin-sub-sec h3 {
  color: #0077b7;
  margin-bottom: 0px;
}

.training-icon {
  padding: 5px 15px;
}

.trainin-sub-sec .btn-5 {
  margin-top: 15px !important;
}

.trainind-sub.seecond {
  margin-top: 40px;
}

.creative-section.inner-page h2 {
  margin-bottom: 15px;
  font-size: 55px;
  color: #ffffff !important;
  line-height: 66px;
}

/* creative  section */
.creative-section {
    padding: 70px 0px 60px 0px;
    text-align: center;
    background: #d9f2ff;
    background-attachment: fixed;
    background-position: top;
    border-radius: 30px;
    box-shadow: -4px -10px 20px 0px #d3d3d3ee;
    z-index: 9;
    background-size: cover;
}

.creative-section h2 {

    font-size: 40px;
    font-weight: 600;
    color: #2b3763;
    line-height: 46px;
}

section.creative-section.caption2 h2 span {
  color: #2b3763;
  font-weight: 600;

}


section.creative-section.caption2 a.custom-btn.btn-5.mt-1 {}

.creative-section p {
    font-size: 20px;
    color: #565656;
}

section.creative-section.caption2 h5 {
  color: #eaeaea;
}

.sales-captions h4 {
    color: #fff;
    padding-bottom: 5px;
    font-weight: 700;
    font-size: 26px;
    padding-top: 20px;
    line-height: 36px;
}

section.parallax-video-section {
  border-radius: 50px 50px 0px 0px;
  box-shadow: -4px -10px 20px 0px #d3d3d3ee;
  margin-top: -30px;
}

/* home- bout */
section.about-section {
  padding: 80px 0px;
  background-color: #f5cbcb42;
  border-radius: 50px 50px 0px 0px;
  box-shadow: -4px -10px 20px 0px #d3d3d3ee;
}

section.about-section h2 {
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    color: #6c757d;
}
section.about-section h1 {
    font-size: 40px;
    font-weight: 500;
    line-height: 46px;
    color: #2b3763;
}
.highlight {
    display: block;
    margin-top: 10px;
    position: relative;
    text-align: left;
}

.highlight p {
  border: 1px solid #ffffff;
  padding: 10px;
  width: fit-content;
  display: inline-flex;
  border-radius: 10px;
  font-weight: 500;
  color: #2b3763;
  border: 1px solid #2b3763;
}

.highlight p:hover {
    background: #0077b7;
    border: none;
    color: #fff;
}
p.highlighter {
  background: #ffb342;
  color: #fff;
}

section.main-service {
  padding: 80px 0px 80px 0px;
  border-radius: 50px 50px 0px 0px;
}

.marketing-cap-home a {
  color: #000000 !important;
}

.box-main.bg1 {
  background: #ffe97957;
  padding: 40px;
  text-align: center;
background: linear-gradient(0deg, rgb(255 255 255 / 2%) 0%, rgb(0 178 234 / 9%) 100%);

}

.box-main {
  border-radius: 35px;
}

.box-main.bg2 {
  background: #b7f5985c;
  padding: 40px;
  text-align: center;
background: linear-gradient(0deg, rgb(255 255 255 / 2%) 0%, rgb(0 178 234 / 9%) 100%);
}

.box-main.bg3 {
  background: #7eeff05c;
  padding: 40px;
  text-align: center;
background: linear-gradient(0deg, rgb(255 255 255 / 2%) 0%, rgb(0 178 234 / 9%) 100%);
}

.box-main img {
  width: 70%;
  text-align: center;
  margin: auto;
  display: block;
}

section.main-service h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #2e418c;
}
.trainin-sub-sec h3 {
    color:#2e418c;
    padding-bottom: 5px;
    font-size: 30px;
    font-weight: 500;
}
section.main-service h45{
  font-size: 22px;

}
section#training h2 {
    color: #6c757d;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    margin-top: 5px;
}
.box-main.bg1 .box-point p {
  display: inline-flex;
  padding: 0px 14px;
  background: #f8d22b;
  margin: 4px;
  border-radius: 5px;
  color: #fff;
}

.box-main.bg2 .box-point p {
  display: inline-flex;
  padding: 0px 14px;
  background: #18ad00;
  margin: 4px;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
}

.box-main.bg3 .box-point p {
  display: inline-flex;
  padding: 0px 14px;
  background: #00ceff;
  margin: 4px;
  border-radius: 5px;
  color: #fff;
}

.box-main img {
  width: 100%;
  text-align: center;
  margin: auto;
  display: block;
  margin-bottom: 15px;
  margin-top: 20px;
  border-radius: 10px;
}

img.star {
  position: absolute !important;
  width: 5% !important;
  top: 7% !important;
  left: 7% !important;
}

.sub-details-cont p {
  font-size: 16px;
}

section.contact {
  background: url(../images/banner/bg-contact.webp);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

section.contact a {
  color: #fff;
}

section.creative-section.contact a {
  color: #fff;
  border: 1px solid #eee;
}

section.career {
  background: url(../images/bg-career.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

section.career a {
  color: #fff;
}

section.clients {
  background: url(../images/bg-clients.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

section.clients a {
  color: #fff;
}

section.pricing {
  background: url(../images/bg-pricing.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

section.pricing a {
  color: #fff;
}

section.web-development {
  background: url(../images/bg-web-development.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

section .web-development a {
  color: #fff;
}

section.profile {
  background: url(../images/bg-profile.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

section .profile a {
  color: #fff;
}

section.business-consultancy {
    background: url(../images/bg-business-consultancy.jpg);
    background-attachment: fixed;
    background-size: contain;
    background-position: top;
}

section.business-consultancy a {
  color: #fff;
}

section.online-reputation-management {
  background: url(../images/bg-online-reputation-management.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: bottom;
}

section.online-reputation-management a {
  color: #fff;
}

section.digital-branding {
  background: url(../images/bg-digital-branding.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: bottom;
}

section.bg-digital-branding a {
  color: #fff;
}


section.digital-marketing-solutions {
  background: url(../images/bg-digital-branding.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: bottom;
}

section.digital-marketing-solutions a {
  color: #fff;
}

section.digital-training-programs {
  background: url(../images/bg-training.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: bottom;
}

section.digital-training-programs a {
  color: #fff;
}

section.social-media-leads {
  background: url(../images/bg-social-lead.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: bottom;
}

section.social-media-leads a {
  color: #fff;
}

section.seo-methodology {
  background: url(../images/bg-seo-methodology.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: bottom;
}

section.seo-methodology a {
  color: #fff;
}

section.featured-business-websites {
  background: url(../images/bg-featured-business-websites.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: bottom;
}





section.featured-business-websites a {
  color: #fff;
}

.box-item {
  position: relative;
  -webkit-backface-visibility: hidden;
  width: 100%;
  margin-bottom: 35px;
  max-width: 100%;
}

.flip-box {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;

}

.flip-box-front,
.flip-box-back {
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  min-height: 315px;
  -ms-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
  transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
  -webkit-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  /* From https://css.glass */
background: linear-gradient(0deg, rgb(255 255 255 / 2%) 0%, rgb(0 178 234 / 9%) 100%);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);

  border: 1px solid rgba(255, 255, 255, 0.3);

}

.flip-box:hover .flip-box-front {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  /* From https://css.glass */
background: linear-gradient(0deg, rgb(255 255 255 / 2%) 0%, rgb(0 178 234 / 9%) 100%);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;

  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.flip-box-back.text-center a {
    padding: 0px;
    border: 1px solid #2b3763;
    padding: 10px;
    margin-top: 0px;
}

.flip-box:hover .flip-box-back {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.flip-box .inner {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 30px;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;

  transform: translateY(-50%) translateZ(60px) scale(.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
  top: 50%;
}

.flip-box-header {
    font-size: 30px;
    color: #2b3763;
    font-weight: 500;
    line-height: 36px;
}

.flip-box p {
    font-size: 18px;
    line-height: 26px;
    color: #6c757d;
    padding: 5px;
    margin-top: 20px;
    margin-bottom: 0px;
}
.flip-box-button {
  background-color: transparent;
  border: none;
  border-radius: 2px;
  color: #2b3763;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  margin-top: 25px;
  padding: 5px 15px;
  text-transform: initial;
}

.flip-box p b {
  color: #2b3763;
}

section.sales-captions h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 70px;
    margin-top: 30px;
    font-weight: 500;
    color: #2b3763;
}

section.parallax-video-section img {
  border-radius: 20px;
}

.video-container.second {
    padding: 15% 0%;
}



/* map  section */
section.map-form {
  position: relative;
  background: #f5f3f3;
  overflow: hidden;
}

.row.services-flip {
  margin-top: 45px;
}

.map-form h1 {
  text-align: left;
  padding-bottom: 2rem;
  margin-bottom: 0px;
  color: #2b3763;
}

.form-control {
  margin-bottom: 20px;
}

.form-control label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.form-control {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-bottom: 25px;

}

input.btn.btn-primary {
  margin-top: 20px;
}

/* Google Map */





/* Enquiry Form */
.sub-cont-sec {
  display: block;
  position: relative;
  padding-left: 10px;
}

.sub-cont-sec img {
    background: #fff;
    width: 50px;
    padding: 10px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 15px;
}

.sub-details-cont p {
    color: #6c757d;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}

.flex-cap h4 {
  font-size: 18px;
}

.contact-details.quick-cont p {
  font-size: 15px;
  color: #ffffff !important;
}

.contact-details.quick-cont p a {
  font-size: 15px;
  color: #ffffff !important;
}

.sub-cont-sec h5 {
  color: #252525;
  ;
  font-weight: 600;
}

.enquiry-form input,
.enquiry-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;

}

div#form {
  padding: 10px 40px 30px 30px;
  background: #fff;
}






/* Footer Section */

.footer {
  background-color: #134e77;
  padding: 4rem 0rem 2rem 0rem;
  color: #fff;
}

footer.footer .sub-details-cont {
  margin-left: 20px;
  padding: 20px;
}

.footer-div.Right {
    text-align: right;
}

.footer-div.center {
    text-align: center;
}

.footer-linkss {
  list-style-type: none;
  padding: 0;
  margin-bottom: 20px;
}

.footer-linkss li {
  display: inline-block;
  margin-right: 10px;
}

.footer-linkss li a {
  color: #dbdbdb;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-linkss li a:hover {
  color: rgb(141 141 141);
}

.footer-linkss li a:hover {
  color: rgb(0 0 0);
}

.footer-links {
  list-style-type: none;
  padding: 0;
  margin-bottom: 20px;
}

.sub-details-cont span {
  display: block;
}

.footer-links li {
  display: inline-block;
  margin-right: 10px;
  line-height: 50px;
}

.footer-links li a {
  color: #dbdbdb;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links li a:hover {
  color: rgb(0 0 0);
}

.footer-social-icons {
  list-style-type: none;
  padding: 0;
  margin-bottom: 20px;
}

.footer-social-icons li {
  display: inline-block;
  margin-right: 10px;
}

.footer-social-icons li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 15px;
    background: #3d68a3;
    padding: 8px;
    border-radius: 10px;
}

.footer-social-icons li a:hover {
  color: #2c88ba;
}

footer.footer h4 {
  padding-bottom: 10px;
}

.footer-bottom {
  padding-top: 10px;
  border-top: 1px solid #ddd;
  color: #cdcdcd;
  font-size: 14px;
  text-align: center; 
padding-bottom: 20px;
}

footer.footer p {
  font-size: 15px;
}

.footer-bottom a {
  color: #c3c3c3;
  text-decoration: none;
  padding: 5px;
}

ul.footer-links.text-center {
  margin-top: 30px;
  margin-bottom: 30px;
}

ul.footer-links.text-center a {
  border: 1px solid #eeeeee38;
  padding: 7px;
  border-radius: 10px;
}

footer.footer .contact-details {
  margin-bottom: 50px;
}

.icons-float img.n2 {
  width: 6% !important;
  position: absolute !important;
  left: 3%;
  top: 24%;
  opacity: .5;
}

.icons-float img.n1 {
  width: 6% !important;
  position: absolute !important;
  right: 3%;
  top: 35%;
  opacity: .5;
}

.icons-float img.n0 {
  width: 6% !important;
  position: absolute !important;
  left: 23%;
  bottom: 3%;
  opacity: .5;
}

.icons-float img.n3 {
  width: 7% !important;
  position: absolute !important;
  left: 6%;
  top: 35%;
  opacity: .2;
}

.icons-float img.n4 {
  width: 6% !important;
  position: absolute !important;
  right: 25%;
  top: 20%;
  opacity: .5;
}

.icons-float img.n5 {
  display: block;
  animation: float 4s infinite ease-in-out;
  animation-delay: 0s;
  width: 100%;
}

@keyframes float {
  0% {
    transform: translate(0px, 0px);
  }

  50% {
    transform: translate(0px, 16px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

a.icons-float:nth-child(0) {
  display: inline-block;
  animation: float 4s infinite ease-in-out;
  animation-delay: 0s;
}

a.icons-float::nth-child(1) {
  display: inline-block;
  animation: float 4s infinite ease-in-out;
  animation-delay: 0.5s;
}

a.icons-float::nth-child(2) {
  display: inline-block;
  animation: float 4s infinite ease-in-out;
  animation-delay: 1s;
}










/* About us*/

section.company-aboutus {
  padding: 120px 0px;
}

section.company-aboutus h2 {
  margin-top: 20px;
  margin-bottom: 5px;
}

section.company-aboutus h4 {
  padding-top: 20px;
}

section.company-whychoose h3 {
  color: #2b3763;
  font-size: 34px;
  line-height: 36px;
}

section.company-whychoose {
  padding: 120px 0px;
}

section.company-aboutus h1 {
  padding-bottom: 10px;
  margin-bottom: 0px;
  color: #2b3763;
  line-height: 46px;
  font-size: 36px;
}

section.company-whychoose h2 {
  font-size: 36px;
  margin-top: 60px;
  line-height: 46px;
  margin-bottom: 40px;
  background: #eee;
  text-align: center;
  padding: 20px 0px;
  font-weight: 700;
  border-radius: 20px;
}

.counter-box {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  text-align: center;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.counter {
  font-size: 48px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.counter p {
  font-size: 16px;
  color: #777;
}

section.bispage-about-expertice {
  text-align: center;
  padding: 80px 0px;
}

section.bispage-about-expertice .card {
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

section.bispage-facts-quick {
  padding: 4rem 0rem;
  background: #fff4f4;
}

section.bispage-facts-quick h5 {
  line-height: 32px;
}

.accordion-button {
  font-size: 26px;
}

.package-suber {
  background: #2b3763;
  padding: 30px;
  color: #fff;
  margin-top: 40px;
  border-radius: 20px;
}

.package-suber img {
  padding: 10px 0px;
}

.web-pack a {
  color: #fff;
}

.web-pack h2 {
  font-size: 50px !important;
  margin-bottom: 20px !important;
}

section.bispage-facts-quick h2 {
  padding-bottom: 10px;
  margin-bottom: 0px;
  color: #2b3763;
  font-size: 40px;
  line-height: 46px;
}

section.bispage-facts-quick h6 {
  font-weight: 400;
  margin-bottom: 1rem;
}


/*training*/
section.creative-section.inner-page a {
  color: #fff;
}

section.creative-section.inner-page a {
  border: 1px solid #fff !important;
}

section.creative-section.inner-page span.sub {
  font-size: 36px;
}

section.creative-section.inner-page {
  box-shadow: none !important;

}

section.training-section {
  padding: 4rem 0rem;
  background: #fff;
}

section.training-section h1 {
    text-align: left;

    color: #2b3763;
}

section.training-section h2 {
  margin-top: 1rem;
  line-height: 40px;
  color: #2b3763;
  padding: 10px 25px 10px 0px;
}

section.training-pack-section {
  padding: 4rem 0;
  background: #F2F4CC;
}

section.training-pack-section h1 {
  text-align: left;
  padding-bottom: 1rem;
  margin-bottom: 0px;
  color: #2b3763;
}

section.training-pack-section .card {
  min-height: 165px;
  border-bottom: 5px solid #3887BE;
  text-align: center;
}

.tier img {
  width: 35px;
  padding: 10px;
}

.card.trn-blk h3 {
  color: #0c8fd2;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
}

section.training-pack-section div#form {
  margin: 0px 15px;
}


/*packages*/
.card-basic .card-body {
  padding: 20px;
}

section.packages h2 {
  color: #2b3763;
  margin-bottom: 20px;
  text-align: center;
  font-size: 40px;
}

div#map {
  margin-bottom: -10px;
}

section#contact h4 {
  text-align: center;
  padding-bottom: 2rem;
  margin-top: -1rem;
}


/*portfolio*/

section.portfolio {
  padding: 4rem 0rem;
}

section.portfolio h1 {
  text-align: center;
  color: #2e418c;
  line-height: 46px;
  font-size: 45px;
  padding-bottom: 15px;
}

section.creative-section a {

  /* border: 1px solid #eee; */
}

.pricing-btn {
  margin-top: 30px;
}

.pricing-btn a.btn-5 {
  margin: auto;
  position: relative !important;
  bottom: 0px !important;
  left: 0px !important;
}

section.it-solution img {
  border-radius: 10px;
}







/*itsolution*/
section.it-solution {
  padding: 50px 0px;
  position: relative;
}

section.it-solution h1 {
  text-align: left;
  color: #2e418c;
  line-height: 46px;
}

section.it-solution.business-consultancy-sec h3 {
    color: #2e418c;
    font-size: 30px;
    padding-top: 20px;
}
section.it-solution.business-consultancy-sec h2 {
  color: #2b3763;
  font-size: 40px;
  padding-top: 20px;
}

section.it-solution p {
  margin-bottom: 15px;
}

section.it-solution h4 {
    font-size: 18px;
    font-weight: 600 !important;
}

section.services {
  padding: 40px 0px;
  position: relative;
}

section.services.home h3 {
  text-align: center;
  color:
    #2e418c;
  line-height: 36px;
  font-size: 30px;
  padding-bottom: 20px;
  margin-top: 0px;
  padding-top: 0px;
}

section.services h2 {
  color: #2b3763;
  padding-top: 20px;
}

section.creative-section.featured-business-websites a {
  color: #fff;
}

section.services.home .service {
  margin-bottom: 20px;
  background-color: #282c34;
  background: linear-gradient(0deg, rgb(255 255 255 / 2%) 0%, rgb(0 178 234 / 9%) 100%);
  box-shadow: 0 7px 20px 5px #9b9b9b4f;
  border-radius: .7rem;
  backdrop-filter: blur(7px);
  overflow: hidden;
  transition: .5s all;
  min-height: 365px;
}

section.it-solution.business-consultancy-sec h1 {
    text-align: left;
}
section.it-solution.business-consultancy-sec h1 {
    text-align: left;
    padding-bottom: 0px;
}








/*training-prm*/


section.digital-training-sec2,
section.digital-training-sec3,
section.digital-training-sec4,
section.digital-training-sec5 {
  padding: 40px 0px 80px 0px;
}

section.digital-training-sec2 {
  background: #f5cbcb42;
}

.digital-training-sec1 h1 {
  text-align: left !important;
  margin-bottom: 0px;
  font-size: 50px;
  margin-bottom: 10px;
}
.digital-training-sec1 h2 {
    margin-top: 30px;
    line-height: 40px;
    text-align: center;
}
.digital-training-sec1 h5 {
  margin-bottom: 15px;
  font-size: 24px;
  color: #2b3763;
  background: #fff;
  width: fit-content;
  border-radius: 20px;
  padding: 5px 20px;
  margin-bottom: 10px;
}

.digital-training-sec2 h3,
.digital-training-sec4 h3 {
  text-align: left !important;
  margin-bottom: 0px;
  font-size: 36px;
  color: #2b3763;
  margin-bottom: 10px;
}

.digital-training-sec3 h2,
.digital-training-sec5 h2 {
  font-size: 36px;
  color: #2b3763;
  margin-bottom: 10px;
}

section.digital-training-sec4 p {
  margin-top: 10px;
}

.box-training-sol img {
  border-radius: 10%;
  width: 100%;
  margin: 20px 0px;
  padding: 30px;
}

section.digital-training-sec4 img {
  padding: 0px 30px;
}

.icon-top {
  margin-top: 30px;
}

.box-training-sol {
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.icon-top i.fa {
  font-size: 20px;
  background: #2e418c;
  width: 50px;
  border-radius: 50px;#2b3763;
  padding: 15px;
  margin-bottom: 10px;
  color: #fff;
}

.icon-top {
  margin-top: 30px;
  display: flex;
  gap: 20px;
}

.icon-top-details h4 {
  margin-bottom: 0px;
}

.color-1 {
  background: #fdffba;
}

.color-2 {
  background: #ecffe3;
}

.color-3 {
  background: #d9f2ff;
}

.color-4 {
  background: #ffddf0;
}

.mt-4 {
  margin-top: 40px;
}
.primary-color{
color: #0077b7;
}
.secondary-color{
color: #2e418c;
}
.third-color{
  color: #6c757d;
}
.caption-bg {
  background: #748DAE;
  padding: 10px 20px;
  margin: 20px 0px;
  width: fit-content;
  display: block;
  border-radius: 5px;
}

.caption-bg h5 {
  background: none !important;
  margin-bottom: 0px !important;
  padding: 10px !important;
  color: #fff;
}

.caption-bg i.fa {
  color: #000000;
}

.box-training-sol p {
  color: #535353;
  margin-bottom: 15px;
}

p.overview {
  margin-bottom: 5px !important;
}

.box-training-sol h3 {
  color: #2b3763;
  font-size: 32px;
  margin-bottom: 10px;
}

.btn-row {
  gap: 15px;
  display: flex;
}

section.enquiry h3 {
  font-size: 50px;
  line-height: 70px;

}

.enquiry-box {

  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  text-align: center
}

section.enquiry {
  padding-bottom: 80px;
}



/*contact*/
section.contact-page {
  padding: 40px 0px;
  position: relative;
}

.contact-details {
  position: relative;
  background: #ffffff;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}

.sub-details-cont h2 {
  color: #2b3763;
  font-size: 45px;
  padding-bottom: 10px;
}

.sub-details-cont h2 {
    color: #2b3763;
    font-size: 30px;
    padding-bottom: 5px;
}
.alert-success, .alert-danger {
    width: fit-content;
}
.flex-cap p {
  display: flex;
  align-items: baseline;
}

.flex-cap i.fa {
  padding-right: 5px;
}

.contact-details a {
  color: #404040;
}

section.contact-page h1 {
  text-align: center;
  color: #2e418c;
  font-size: 45px;
  padding-bottom: 15px;
}

section.contact-page h2 {
  color: #2e418c;
}

.heading-header {
  text-align: center;
  margin-bottom: 85px;
}

div#forms {
  padding-left: 30px;
  background: #fff;
}

div#forms h3 {
  text-align: left;
  padding-bottom: 2rem;
  margin-bottom: 0px;
  color: #2b3763;
  font-size: 34px;
}

img.width-50 {
  width: 50%;
}

.bg-1 .card,
.bg-1 .contact-details {
  background: #0077b7;
  border-radius: 20px;

}

.bg-1 .sub-cont-sec h5 {
  color: #ffffff;
}

.bg-1 .sub-details-cont p,
.contact-details a {
  color: #cacaca;
}

.upi {
  padding-left: 20%;
}

.bg-1 {
  margin-top: 20px;
}

.play-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #efefef;
  border: 1px solid #cbcbcb;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.2s ease;
  overflow: hidden;
  position: absolute;
  right: 0px;
  color: #fff;
}

i.icon.pause-icon.fas.fa-pause {
  color: #303030;
  font-size: 18px;

}

i.fa.fa-volume-up {
  font-size: 18px;
  color: #000000;
  line-height: 40px;
}

i.fa.fa-stop {
  color: #000000;
}

.play-button:hover {
  transform: scale(1.1);
}

.icon {
  font-size: 30px;
  color: white;
  transition: transform 0.2s ease;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease;
}

.pause-icon,
.stop-icon {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #000;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease;
}

.play-button.playing .play-icon {
  opacity: 0;
}

.play-button.playing .pause-icon,
.play-button.stopped .play-icon {
  opacity: 1;
}

.play-button.stopped .pause-icon,
.play-button.playing .stop-icon {
  opacity: 0;
}

.wave {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: wave 2s infinite;
  z-index: -1;
}

@keyframes wave {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}


@media screen and (min-width: 768px) {
  /* .ps-timeline-sec .container {
  overflow-x: auto;
  white-space: nowrap;
}
.ps-timeline-sec .container ol.ps-timeline {
  display: flex;
  width: 100%; 
} */
}

@media screen and (max-width: 767px) {
  .navbar {
    height: 75px !important;
  }

  footer.footer .contact-details {
    margin-bottom: 5px;
  }

    section.map-form .sub-cont-sec {
        margin: 50px 0px !important;
    }

  img.star {
    position: absolute !important;
    width: 19% !important;
    top: 2% !important;
    left: 7% !important;
  }

  .w-100 {
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
  }

  section.training-section {
    padding: 1rem 0rem;
    background: #fff;
  }

  .main-service {
    display: block;
    margin-bottom: 20px;
    justify-content: center;
  }

  /* .ps-timeline-sec .container ol:before {
    background: #348e80;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: 130px !important;
    left: 36px !important;
  } */
  .contact-details span {
    display: block;
  }

  section.company-profile h2 {
    text-align: left;
  }

  .trainind-sub {
    display: block;
  }

  .footer-links li {
    line-height: 26px;
  }

  /* section.creative-section a.custom-btn {
  display: flex;
} */
  section.creative-section h5 {
    text-align: center;
  }

  .creative-section h2 {
    text-align: center;
  }

  .creative-section.inner-page h2 {
    font-size: 36px;
    line-height: 44px;
  }

  section.it-solution h1 {
    line-height: 46px;
    font-size: 36px;
  }

  .digital-training-sec2 h3,
  .digital-training-sec4 h3 {
    font-size: 30px;
    line-height: 44px;
  }

  .digital-training-sec3 h2,
  .digital-training-sec5 h2 {
    font-size: 32px;
    color: #2b3763;
    margin-bottom: 10px;
    line-height: 44px;
  }

  .icon-top-details h4 {
    line-height: 26px;
  }

  section.enquiry h3 {
    font-size: 36px;
    line-height: 46px;
  }

  .enquiry-box {

    min-height: auto;
    padding-top: 50px;
    text-align: center;
  }

  .inline-block {
    display: block;
    gap: 20px;
  }

  .box-training-sol h3 {
    font-size: 30px;
  }
}


/* Animated Buttons */

.btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-primary {
  color: #fff;
  background-color: #3887BE !important;
  border: none;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #3887BE !important;
}

/* Profile Section */

.profile-icons {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.profile-icons i {
  font-size: 2rem;
  margin: 0 0.5rem;
  color: #333;
  transition: color 0.3s ease;
}

.profile-icons i:hover {
  color: #007bff;
}

.packages-innerpages img {
  padding: 10px;
}

.packages-innerpages h3 {
  font-size: 36px;
  line-height: 50px;
  text-align: center;
}

.package-mini .btn-5 {
  border: 1px solid #eee;
  color: #fff;
}

.packages-innerpages h3 {
  padding: 10px;
}

.packages-innerpages p {
  text-align: center;
  color: #fff;
}

.collapse-image {
  max-width: 100%;
  height: auto;
  cursor: pointer;
}

section.why-choose {
  padding: 4rem 0rem;
  background-color: #fff;
}

section.why-choose h1 {
  padding-bottom: 2rem;
  margin-bottom: 0px;
  color: #2b3763;
}

.accordion-button:not(.collapsed) {
  color: #2b3763;
  background-color: #F2F4CC;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button:focus {
  z-index: 3;
  border-color: #2b3763;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgb(27 157 119);
}


/*career*/
section.career-page {
  padding: 4rem 0rem;
}

p.text-right {
  text-align: right;
  color: #9a9e9f;
}

h3.career {
  text-align: center;
  background: #2b3763;
  color: #fff;
  padding: 10px;
  font-family: inherit;
  margin-bottom: 15px;
}

i.fa.fa-sign-in {
  padding-right: 5px;
  color: #2c88ba;
  font-size: 14px;
}

p.career {
  color: #4e4e4e;
  display: flex;
  align-items: baseline;
  padding-bottom: 5px;
}

.card-block.career {
  padding: 20px;
}

h4.career {
  font-size: 15px;
  padding-bottom: 0px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #000000;
  font-family: inherit;
}

section.career-page h1 {
  text-align: center;
  /* padding-bottom: 2rem; */
  /* margin-bottom: 40px; */
  color: #2e418c;
  font-size: 45px;
  padding-bottom: 15px;
}

.box-5 {
  background: #ffec89d9;
  padding: 20px;
  border-radius: 20px;
}

section.works p {
  margin-bottom: 15px;
}

.box-5 h3 {
  color: #2b3763;
  font-weight: 600;
}

.box-5 h5 {
  color: #000000;
}

.box-5 a {
  color: #3a3f40;
}






/*website-development*/
section.website-development {
  padding: 4rem 0;
}

section.website-development h1 {
  text-align: left;
  margin-bottom: 0px;
  color: #2b3763;
}

section#contact h2 {
  color: #2b3763;
  padding-bottom: 0.5rem;
  margin-bottom: 0px;
  text-align: center;
}

section#marketing-caption h2 {
  font-weight: bold;
  margin-bottom: 1.5rem;
}

section#contact h3 {
  color: #2b3763;
}

section#contact h3 {
    color: #2b3763;
    line-height: 36px;
    margin-top: 20px;
}

section#contact .card {
  min-height: 675px;
}

section.website-development h2 {
  color: #2e418c;
  padding-top: 1.5rem;
}

.features {
  position: relative;
}

.card-img-top {
  width: auto;
}
.bg-3 {
    background: #fffecd;
}
.features .boxes .box {
  display: inline-block;
  position: relative;
  width: 100%;
  min-height: 295px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .5);
  color: #fff;
  margin: 10px;
  padding: 30px 20px;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
}

.features.boxes .box img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 10px 0;
}

.container .boxes .box h1 {
  font-size: 20px;
}

.features .boxes .box h1 span {
  font-size: 15px;
  color: #2196f3;
}

.features .boxes .box:hover h1 span {
  color: #fff;
}

.features .boxes .box::before,
.features .boxes .box::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 1s;
}

.features .boxes .box::before {
  background: #ffffff;
  top: 0;
}

h5.card-title {
  color: #000;
}

.features .boxes .box::after {
  background: linear-gradient(0deg, #00b8e5, #2a75cf);
  top: 98%;
}

.features .boxes .box:hover::after {
  top: 0;
}

section#features h1 {
  padding-bottom: 2rem;
  margin-bottom: 0px;
  color: #2b3763;
}

section#features {
  padding: 4rem 0;
}

.why-bispage-web {
  padding: 1rem;
  margin: 2rem;
  border-left: 5px solid #2b3763;
  margin-bottom: 15px;
  box-shadow: 4px 5px 7px rgb(157 157 157 / 40%);
  -webkit-transition: all .1s;
  -moz-transition: all .1s;
  transition: all .1s;
}

.why-bispage-web:hover {
  box-shadow: 1px 1px 1px rgb(157 157 157 / 40%);
}

#why-bispage {
  padding: 4rem 0;
}

#why-bispage h1 {
  padding-bottom: 1rem;
  margin-bottom: 0px;
  color: #2b3763;
}

section#pricing-carousel h2 {
  color: #2b3763;
  padding-bottom: 0.5rem;
  margin-bottom: 0px;
  text-align: center;
}

section#pricing-carousel {
  padding: 4rem 0;
  background: #eee;
}

section#pricing-carousel .item {
  text-align: center;
}

section#pricing-carousel .item .card {
  width: 300px;
  margin: 0 auto;
  border-top: 20px solid #2b3763;
  border-radius: 124px;
  transition: 1s;
}

section#pricing-carousel .item .card:hover {
  width: 300px;
  margin: 0 auto;
  border-top: 10px solid #2c88ba;
  border-radius: 124px;
}

section#pricing-carousel .item .card-body {
  padding: 20px;
}

section#pricing-carousel .item .card-title {
  font-size: 20px;
  font-weight: bold;
}

section#pricing-carousel .item .card-text {
  margin-top: 10px;
}

section#pricing-carousel .item .btn {
  margin-top: 20px;
}

.owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  background-color: #fff;
  color: #000;
  font-size: 20px;
  padding: 10px 15px;
  border-radius: 50%;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  background-color: #000;
  color: #fff;
}

.owl-nav .owl-prev {
  margin-left: 10px;
}

.owl-nav .owl-next {
  margin-right: 10px;
}

span.pricing {
  color: #ff0000;
  font-weight: 800;
  padding-left: 1px;
}

h4.cost {
  padding-top: 1rem;
}

/*other services*/
section.it-solution.otherdigital-2 .card {
    min-height: 475px;
}

/*seo*/

section.seo {
  padding: 4rem 0;
}

section.seo-facts {
  padding: 4rem 0;
  background: #F2F4CC;
}

.creative-section.seo {
  background-color: #fff;
  padding: 4rem 0px;
  text-align: center;
}

.creative-section.seo h2 {
  font-weight: bold;
  margin-bottom: 20px;
  color: #2b3763;
}

.creative-section.seo p {
  font-size: 18px;
  color: #777;

}

section.seo h1 {
  text-align: left;
  margin-bottom: 0px;
  color: #2b3763;
}

.creative-section .card.sub-header {
  background: #ffffff;
}

.creative-section .card.sub-header p {
  padding: 20px;
  font-size: inherit;
  text-align: left;
  color: #6b6b6b;
}

section.seo h2 {
  color: #2b3763;
  padding-top: 1.5rem;
}

section.services p {
  margin-bottom: 15px;
}



/*potfolio*/

.info-portfolio {
  padding: 4rem 0;
  background-color: #ffec89d9;
  border: none;
}

section.works h3 {
  color: #2b3763;
  font-size: 34px;
  padding-bottom: 15px;
}

.info-portfolio .card {
  padding: 0.5rem;
  background-color: #2b3763;
  position: relative;
  box-shadow: none !important;
  border: none;
}

.info-portfolio .card:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  background-color: skyblue;
  top: 0px;
  right: 0px;
  border-bottom: 20px solid #2b3763;
  border-left: 20px solid #2b3763;
  border-right: 20px solid #ffefa4;
  border-top: 20px solid #ffefa4;
  position: absolute;
  filter: drop-shadow(-5px 5px 3px rgba(0, 0, 0, 0.5));
}

.info-portfolio .card h3 {
  color: white;
  font-weight: 400;
  text-transform: initial;
  letter-spacing: 1px;
  margin-bottom: 0rem;
  padding: 0.25rem;
}

section#info h2 {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 0px;
  color: #2b3763;
  font-size: 40px;
}

section.works {
  padding: 4rem 0;
}

section.works img {
  padding: 20px;
}

section#info h5 {
  text-align: center;
  color: #747474;
  margin-top: -1rem;
  margin-bottom: 2rem;
}

section.works h2 {
  text-align: center;
  color: #2b3763;
}

img.img-seo {
  text-align: center;
  width: 40%;
  margin: auto;
}

section.web-client img {
  margin-top: 20px;
  border-radius: 20px;
}

.video-container.client h2 {
  font-size: 40px;
  padding-bottom: 20px;
}

.video-container.client h3 {
  font-size: 30px;
}

.video-container.client p {
  margin-top: 20px;
}

.video-container.client a {
  color: #fff;
}

/*promotion*/

section.promotion {
  padding: 4rem 0;
}

section.promotion h2 {
  color: #2b3763;
  padding-top: 1.5rem;
}

section.promotion-circles .img-1 {
  width: 100px;
  text-align: left;
  margin: auto;
  height: auto;
  display: flex;
  margin-bottom: 20px;
  animation: slideAnimation 32s linear infinite;
}

section.promotion-circles .img-2 {
  width: 100px;
  margin: auto;
  float: left;
  height: auto;
  display: flex;
  margin-bottom: 20px;
  animation: slideAnimation 38s linear infinite;
}

section.promotion-circles .img-3 {
  width: 100px;
  margin: auto;
  text-align: right;
  height: auto;
  display: flex;
  margin-bottom: 20px;
  animation: slideAnimation 28s linear infinite;
}

section.web-client {
  padding: 80px 0px;
  text-align: center;
}

section.web-client h2 {
  color: #2b3763;
  font-size: 40px;
  margin-bottom: 15px;
}

section.web-client h5 {
  color: #2b3763;
  font-size: 25px;
}

@keyframes slideAnimation {

  0%,
  100% {
    transform: translateX(-100%);
  }

  50% {
    transform: translateX(100%);
  }
}

section.social-sections {
  padding: 4rem 0;
}

section.social-sections h3 {
  color: #2b3763;
}

.card.social h5 {
  margin-top: 1rem;
}

.card.cta-cap h5 {
    font-size: 18px;
    line-height: 30px;
}

/*digital-consultancy*/

.advertisers-service-sec {

}

.advertisers-service-sec .col {
  padding: 0 1em 1em 1em;
  text-align: center;
}

.advertisers-service-sec .service-card {
  width: 100%;
  height: 100%;
  padding: 2em;
  border-radius: 20px;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #fff;
}

section#advertisers h2 {
  color: #2b3763;
}

.advertisers-service-sec .service-card::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(#F2F4CC, #2c88ba);
  position: absolute;
  left: 0%;
  top: -98%;
  z-index: -2;
  transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.advertisers-service-sec h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  color: #1f194c;
  margin: 1em 0;
  z-index: 3;
}

.advertisers-service-sec p {
  color: #575a7b;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  z-index: 3;
}

.advertisers-service-sec .icon-wrapper {
  position: relative;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
  z-index: 3;
}

.advertisers-service-sec .service-card:hover:after {
  top: 0%;
}

.service-card .icon-wrapper {
  background-color: #ffffff;
  color: rgb(255, 23, 131);
}

.advertisers-service-sec .service-card:hover .icon-wrapper {
  color: #0dcaf0;
}

.advertisers-service-sec .service-card:hover h3 {
  color: #ffffff;
}

.advertisers-service-sec .service-card:hover p {
  color: #f0f0f0;
}

section.digital-solution {
  padding: 50px 0px;
  background: #fff;
}

section.digital-solution h1 {
  text-align: left;
  color: #2b3763;

}

p.digi-sol {
  text-align: left !important;
}

/*digital marketing solution*/

section.digital-solution img {
  padding-bottom: 1rem;
}

section.digital-solution h3 {
  text-align: center;
  color: #2b3763;
}

section.digital-solution .card {
  box-shadow: 2px 3px 15px #eee;
  border: navajowhite;
  padding: 0rem;
  background: #F2F4CC;
}

section.digital-solution p {
  text-align: center;
}

/*base*/

.custom-btn {
  width: max-content;
  height: auto;
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  ont-family: HelveticaNeue Light, sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}

.btn-5 {
  width: max-content;
  height: auto;
  line-height: 26px;
  text-decoration: none;
  border: 1px solid #2b3763;
  background: #007da700;
  padding: 6px 20px;
  color: #2b3763;
}

.btn-5:hover {
  color: #000;
  background: transparent;
  box-shadow: none;
}

.btn-5:before,
.btn-5:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #2e418c;
  transition: 400ms ease all;
}

.btn-5:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}

.btn-5:hover:before,
.btn-5:hover:after {
  width: 100%;
  transition: 800ms ease all;
}

#topButton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #2c88ba;
  color: #fff;
  font-size: 24px;
  border: none;
  box-shadow: 0px 2px 2px #4c4c4c;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

#topButton.show {
  opacity: 1;
}

.whatsapp-icon img {
  position: fixed;
  bottom: 2%;
  right: 15px;
  height: auto;
  width: 50px;
  z-index: 999999;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}

.move-up {
  bottom: 15% !important;
  transition: 2s ease-in-out;
}

.card {
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 3px;
  display: block;
  word-wrap: normal;
  border: none;
  position: relative;
}

.card .card-block,
.card.card-block {
  padding: 2rem;
}

.card.trn-blk h4 {
  font-weight: 800;
}

.card.trn-blk {
  /* background: #d2effe; */
  min-height: 575px;
}

.card.trn-blk p {
  font-size: 18px;
  display: flex;
  align-items: center;
  line-height: 26px;
  padding-bottom: 10px;
}

.form-group label {
  text-align: left;
}

.flex-cap i.fa {
  color: #254a98;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}

.popup-content {
  position: absolute;
  top: 55%;
  left: 50%;
  width: 60%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
}

.popup input,
.popup button {
  margin-bottom: 10px;
}

.close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
}

.boxes img {
  opacity: .3;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid #F2F4CC;
}

.main-service a {
  text-decoration: none;
}

.calendar {
  font-family: "Roboto", serif;
  max-width: 600px;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 20px;
}

.month {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}

.day {
  text-align: center;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
}

.today {
  background-color: #7FFF00 !important;
  font-weight: bold;
}

.event {
  background-color: #FFFF00;
  /* Yellow */
}

.past-event {
  background-color: #FF6347;
  /* Red */
}

.fixed-events {
  margin-top: 20px;
  text-align: center;
}

section.calender-area {
  padding: 50px 0px;
}

.fixed-events div {
  padding: 5px;
  background-color: #f0f0f0;
  border-radius: 5px;
  margin-bottom: 5px;
}

.fixed-events div:hover {
  background-color: #e0e0e0;
  /* Lighter grey on hover */
}

.today-event {
  margin-top: 20px;
  padding: 10px;
  background-color: #f0f0f0;
  border-radius: 5px;
}



section.map-form .sub-cont-sec {
    display: flex;
    margin: 50px 0px 0px 50px;
}

.counter-box.colored {
  background: #2b3763;
}

.counter-box:hover {
  background: #2b3763;
  transition: ease-in-out;
}

.counter-box:hover p {
  color: #fff !important;
}

.counter-box:hover span {
  color: #fff !important;
}

section.about-section h2 span {
  color: #2b3763;
  font-size: 36px;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
  color: #fff !important;
}

.mt-6 {
  margin-top: 65px;
}

section.creative-section.caption2 a {}

section.map-form a {
  color: #133872;
}

#sticky-bottom-bar {
  display: block;
  background: #2b3763;
  position: fixed;
  bottom: 0px;
  width: 100%;
  top: auto;
  padding: 1px;
  z-index: 1000;

  transition: transform 0.5s ease-in-out;
  /* Smooth transition */
}

.checkbox-label {
  position: fixed;
  top: 8px;
  right: 15px;
}

.footicoins {
    display: flex;
    justify-content: space-around;
    margin-top: -10px;
}
.footicoins a {
    color: #ffff;
    border-radius: 50%;
    padding-left: 10px;
    width: 35px;
    line-height: 36px;
    height: 35px;
    background: #1b304d;
}

.list-group-item.active {
  background-color: #0077b7;
  border-color: #2b3763;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #0078b7;
}

.bg-light {
  background-color: #ffffff !important;
}


/*media Querry*/
@media screen and (min-device-width: 1200px) and (max-device-width: 1400px) {

  .container.ds {
    max-width: 1260px;
  }

  .sub-cont-sec {
    padding-left: 15px;
  }

  .card.trn-blk {
    min-height: 630px;
  }
}

@media (min-width:1200px) {
  .carousel-captions h2 {
    font-size: 55px;
    font-weight: bold;
    margin-bottom: 1rem;
    line-height: 66px;
  }

  section.main-caption {
    padding: 85px 0px 65px 0px;
    text-align: center;
  }

}

@media screen and (min-device-width: 991px) and (max-device-width: 1200px) {

  .tier .col-md-3 {
    width: 50%;
  }
}

@media (max-width:1200px) {
  .navbar-nav li {
    margin-right: 0px;
  }

  .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
  }

  .col-md-3.half {
    width: 50% !important;
  }

  .carousel-captions h2 {
    font-size: 36px;
    line-height: 46px;

  }

  footer.footer .sub-cont-sec {
    padding-left: 0px;
  }

  footer.footer .sub-details-cont {
    margin-left: 10px;
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .card-header {
    height: 6rem;
  }

  .welcome-message span {
    display: inline;
  }

  .welcome-message {
    font-size: 60px;
    line-height: 76px;
    font-weight: 700;
  }

  .navbar {
    height: 75px !important;
  }

  .navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    padding-left: 10px;
    border-bottom: 1px solid #00b6fa;
  }

  .navbar-light .navbar-nav .nav-link {
    color: rgb(101 87 87);
  }

  .navbar-nav {
    background: #ebebeb;
  }



  .navbar-light .navbar-brand {
    position: relative;
  }



  .carousel-captions {
    top: 55%;
  }

  p.mob {
    display: none;
  }

  .navbar {
    height: 60px;
  }

}

@media (min-width: 991px) {}

@media screen and (min-device-width: 769px) and (max-device-width: 992px) {
  .row.services-flip .col-md-3 {
    width: 50%;
  }

  .tier .col-md-3 {
    width: 50%;
  }

  section#services .col-md-4 {
    width: 50%;
  }

  section.main-service .col-md-4 {
    width: 100%;
  }

  img.bg2-abs {
    position: absolute;
    top: 2%;
    left: 0%;
    opacity: 0.1;
  }

  section.sales-captions img {
    width: 60%;
  }

  .video-container {
    padding: 40% 0%;
  }

  section.map-form .col-md-5.pd-0 {
    width: 100%;
  }

  section.map-form .col-md-7.pd-0 {
    width: 100%;
  }

  ul.footer-links.text-center a {

    margin-bottom: 10px;
    display: block;
  }

  footer.footer .col-md-3 {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .mob-display {
    display: none;
  }

  .desk-display {
    display: block;
  }

  .carousel-captions {
    width: 50%;
  }

  .hero {
    height: 85vh;

  }

  div#slider {
    height: 85vh;
  }
}

@media (max-width: 768px) {
  section.main-caption {
    padding: 40px 0px;
  }

  .creative-section {
    /* background-color: #2b3763; */

    background-position-x: 75%;
  }

  span#typed br {
    display: none;
  }

  .footer-linkss {
    margin-bottom: 5px;
  }

  ul.footer-links.text-center {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  footer.footer .sub-details-cont {
    margin-left: 10px;
    padding: 15px;
  }

  footer.footer .sub-cont-sec {
    margin-bottom: 0px;
  }

  ul.footer-links.text-center a {

    padding: 5px 7px;
    border-radius: 10px;
    display: block;
    margin-bottom: 5px;
    font-size: 10px;
  }

  section.contact-page h1 {
    text-align: left;
  }

  section.contact-page h1 {
    text-align: left;
    line-height: 36px;
    font-size: 36px;
    margin-bottom: 0px;
  }
  .footer-div.Right {
    text-align: left;
}

.footer-social-icons li a {
    
    font-size: 12px;
    padding: 10px;
    border-radius: 10px;
}
.footer-social-icons li {
    display: inline-block;
    margin-right: 5px;
}
.footer-div.center {
    text-align: left;
}
  section.contact-page .heading-header p {
    text-align: left;
    line-height: 26px;
  }

  .sub-details-cont p {
    font-size: 18px;
  }

  .flex-cap h4 {
    font-size: 18px;
    font-weight: 500;
  }

  div#forms {
    padding-left: initial;
  }

  .upi {
    padding-left: initial;
  }

  .card.payment h4 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-header {
    text-align: center;
    margin-bottom: 40px;
  }

  section.company-aboutus {
    padding: 50px 0px;
  }

  section.company-aboutus h1 {
    font-size: 36px;
  }

  .nav-contact i.fa {

    font-size: 16px;
    margin-right: 5px;
  }


  a.navbar-brand img {
    padding: 10px;
    width: 150px;
  }

  section.main-caption h1 {
    font-size: 45px;
    line-height: 55px;
  }

  h1 {
    font-size: 30px;
    padding-bottom: 1rem !important;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  section.sales-captions img {
    width: 100%;

  }

  .navbar-nav {
    height: 450px;
    overflow-y: scroll;
    z-index: 9999;
    position: relative;
  }

  img.img-slider-sub {
    width: 100px;
  }

  .col-md-3.half {
    width: 100% !important;
  }

  .mob-display {
    display: block;
  }

  ul.nav.navbar-nav.demo {
    height: auto;
  }

  .overlay-content p {
    margin-bottom: 2rem;
    display: none;
  }

  .dropdown .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
  }

  .desk-display {
    display: none;
  }

  .carousel-captions {
    top: 30%;
    left: 50%;
    width: 100%;
    padding: 20px;
  }

  .carousel-captions p {
    color: #202020;
  }

  img.slider {
    opacity: 0.2;
  }

  .navbar-toggler {
    margin-right: -5px;
  }

  div#form {
    padding: 20px;
  }

  .play-button {
    width: 30px;
    height: 30px;

    right: 15px;
    color: #fff;
    opacity: .6;

  }

  section.inner-section {
    padding: 0rem !important;
  }

  .carousel-inner {

    background: #fff;
  }

  .hero {
    height: 75vh;

  }

  div#slider {
    height: 75vh;
  }

  section {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  section.company-aboutus img {
    padding-top: 15px;
  }

  .footer {
    padding: 2rem 1.5rem 2rem 1.5rem;
  }

  ul.footer-links.text-center {
    text-align: left !important;
  }

    footer.footer h4 {
        padding-bottom: 5px;
        margin-bottom: 0rem;
    }

  .footer-div {
    padding-bottom: 10px;
  }

  footer.footer p {
    padding-bottom: 0px;
    text-align: left;
    font-size: 14px;
  }

  .footer-links li a {
    font-size: 14px;
  }

  .bg-1 .sub-cont-sec h5 {
    color: #ffffff;
    margin-top: 10px;
  }

  section.company-profile h2 {

    text-align: center !important;
  }

  section#contact .card {
    min-height: auto;
  }

  section#services {

    padding: 3rem 0;
  }

  .creative-section {

    padding: 3rem 0;
    text-align: center;
  }

  section.about-section {
    padding: 120px 0px;
  }

  .ps-timeline-sec .container {
    overflow-x: auto;
    white-space: nowrap;
  }

  .sub-cont-sec {
    align-items: self-start;
    margin: 0px;
    padding-left: 0.1rem;
    margin-bottom: 30px;
  }

  section.bispage-facts-quick {
    padding: 3rem 0rem;
  }

  section.why-choose h1 {
    margin-top: 1rem;
  }

  section.website-development h1 img,
  section.seo h1 img {
    display: flex;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
  }

  .features .boxes .box {
    width: 100%;
    min-height: auto;
    margin: 0.5rem 0;
    padding: 30px 20px;
  }

  .why-bispage-web {
    margin: 1rem 0rem;
  }

  section.training-section img {
    padding-bottom: 1rem !important;
  }

  section.training-section.tier img {

    height: auto;
    padding-bottom: 0px !important;
    padding: 10px !important;
  }

  section.seo-facts img {
    margin-bottom: 10px;
  }

  section#features {
    padding: 2rem 0;
  }

  .navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    padding-left: 10px;
    border-bottom: 1px solid #2b3763;
  }

  section.training-section img {
    padding: 0rem;
  }

  section.training-section h4 {
    padding-top: 1rem;
  }

  section.training-pack-section .card {
    min-height: auto;
  }

  .row.web .card-basic,
  .card-premium,
  .card-standard,
  .card-advanced {
    min-height: auto;
  }

  .row.web .btn-5 {
    position: relative;
    bottom: auto;
    text-align: center;
    left: auto;
    right: 0;
  }

  .row.seo .card-basic,
  .card-premium,
  .card-standard,
  .card-advanced {
    min-height: auto;
  }

  .row.seo .btn-5 {
    position: relative;
    bottom: auto;
    text-align: center;
    left: auto;
    right: 0;
  }

  .row.social .card-basic,
  .card-premium,
  .card-standard,
  .card-advanced {
    min-height: auto;
  }

  .row.social .btn-5 {
    position: relative;
    bottom: auto;
    text-align: center;
    left: auto;
    right: 0;
  }

  .row.digital .card-basic,
  .card-premium,
  .card-standard,
  .card-advanced {
    min-height: auto;
  }

  .row.digital .btn-5 {
    position: relative;
    bottom: auto;
    text-align: center;
    left: auto;
    right: 0;
  }

  section.company-aboutus {
    overflow: hidden !important;
  }

  .img-handler-top:after {
    display: none;
  }

  .main-service {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    display: block;
  }

  .main-service h1 {
    font-size: 14px;
    text-align: left;
    text-decoration: none;
    margin-bottom: 10px;
    padding-bottom: 10px !important;
    line-height: 0px;
    padding-top: 10px;
  }

  .welcome-message {
    font-size: 36px;
    line-height: 46px;
    text-align: left;
  }

  .services h1 {
    font-size: 36px;
    line-height: 46px;
  }

  section.about-section h2 {
    font-size: 36px;
    line-height: 46px;

  }

  section.main-caption p {

    text-align: left;
  }

  .block-btns {
    display: flex;
    text-align: left;
    margin: auto;
  }

  .block-btns a.custom-btn {
    margin-right: 10px;
  }
      .main-service {

        margin-bottom: 0px;
      
    }


    ul.footer-links.text-center a {

        font-size: 14px;
    }

}

@media (max-width: 568px) {
  .carousel-captions {
    top: 45%;

  }

  .nav-contact p {
    margin-right: 45px;
  }

  .nav-contact p>span {
    display: none;
  }

  .carousel-captions h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .carousel-captions p {

    font-size: 18px;
  }

  .tawk-button-circle.tawk-button-large {
    width: 50px !important;
    height: 50px !important;
  }

  .whatsapp-icon img {
    width: 40px;
  }

  .btn-5 {
    padding: 5px 15px;
  }

.overlay-content h2 {

        font-size: 30px !important;
        line-height: 36px;
        padding-bottom: 5px;
    }
  span.block {
    display: block;
  }

  .creative-section h2 {
    font-size: 36px;
    line-height: 56px;
  }

  section.about-section img {
    width: 100%;
  }
    
section.about-section h2 {
        font-size: 30px;
        line-height: 46px;
        padding-bottom: 0px;
    }

  section.about-section img {
    margin-bottom: 20px;
  }

  section.about-section p.text-center {
    text-align: left !important;
  }

  section.about-section h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
    color: #2b3763;
}
.training-icon {
    padding: 5px 0px;
}

  /* .highlight p {

  padding: 10px;
  margin: 10px;
  width: auto;
  display: block;
  border-radius: 10px;
  font-weight: 600;
  color: #2b3763;
  border: 1px solid #2b3763;
  font-size: 14px;
} */



    .promo-img {
      width: 100%;
      border-radius: 10px;
    }

    .video-container {
        padding: 40% 0%;
        min-height: 900px;
    }

    .video-container h1 {
        font-size: 36px;
        line-height: 46px;
    }

    section.sales-captions h2 {
        font-size: 30px;
        line-height: 46px;
    }

  .overlay h5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 46px;
    margin-top: 15px;
}

  .box-main {
    border-radius: 35px;
    margin-bottom: 30px;
  }

  .training h1 {
    margin-top: 25px;
  }

    .packages h1 {
        font-size: 36px;
    }

  section.main-caption img {
    width: 100%;
  }

  .icons-float img.n1 {
    width: 12% !important;
  }

  .icons-float img.n2 {
    width: 12% !important;
    top: 35%;

  }

    .highlight p {
        text-align: center !important;
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }

  .overlay-content {
    padding: 20px;
  }

  .highlight {
    display: block;
    margin-top: 25px;
  }

  section.parallax-video-section {
    background-position-x: 30%;
  }
  .row.services-flip {
    margin-top: 25px;
}
.flip-box-front, .flip-box-back {
    min-height: 260px;
}
.flip-box-header {
    font-size: 26px;
}
section.services h2 {
    font-size: 30px;
    padding-top: 20px;
    line-height: 36px;
}


section.services.home h3 {
    line-height: 36px;
    font-size: 26px;
    padding-bottom: 10px;
}

.flip-box p {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 0px;
}

    section.about-section {
        padding: 85px 0px;
    }

    .sales-captions h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
}

.drop {
    min-height: 200px;
    margin-bottom: 10px;
}
section.sales-captions {
    padding: 50px 0px;
}

section.main-service h3 {
    font-size: 26px;
    line-height: 36px;
}

section.main-service h5 {
    font-size: 15px;
}

section.main-service {
    padding: 50px 0px 50px 0px;
}
section#training h2 {
    font-size: 30px;
    padding-bottom: 5px;
    line-height: 36px;
    margin-top: 30px;
}
.trainin-sub-sec h3 {
    padding-bottom: 5px;
    font-size: 26px;
}
.video-container.second {
    padding: 15% 0%;
    min-height: 350px;
}

.video-container h4 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
}

}


@media (max-width: 400px) {
  .carousel-captions {
    top: 50%;

  }

  .carousel-captions h2 {
    font-size: 36px;
    line-height: 50px;
  }

  .carousel-captions p {

    font-size: 17px;
  }



  .hero {
    height: 60vh;

  }

  div#slider {
    height: 60vh;
  }

    .welcome-message {
        font-size: 36px;
        line-height: 46px;
        text-align: center;
    }

    .creative-section h2 {
        margin-bottom: 15px;
        font-size: 30px;
        line-height: 46px;
    }

}

@media (min-width:300px) and (max-width:399px) {}