@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");

.carosal-section {
  overflow: hidden;
}

* {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  /* font-family: Arial, sans-serif; */
}

#overlay {
  position: fixed;
  /* Sit on top of the page content */
  display: none;
  /* Hidden by default */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black background with opacity */
  z-index: 2;
  /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
  /* Add a pointer on hover */
}

.header {
  left: 0;
  right: 0;
  z-index: 2;
  transition: all 0.5s ease;
}

.header.bg-solid,
.header.scrolled {
  background-color: rgb(82 142 222);
}

.header.bg-solid .nav-link,
.header.scrolled .nav-link {
  color: #fff;
}

.color-one {
  background-color: #163661;
}

/* .font-color-one {
  color: #163661;
} */

.navbar-last-drop-down .dropdown-menu {
  right: 50px;
}

.navbar-nav .nav-item {
  margin-right: 12px;
}

.navbar .nav-link {
  font-weight: 500;
  color: #fff;
}

.tab-content > .active {
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #fff;
  font-weight: 500;
  border-color: transparent;
  box-shadow: #ccc 0 0 0.25em;
}

.nav-link {
  font-weight: 500;
  color: #000;
  padding: 10px 15px;
}

.navbar-brand img {
  filter: invert(100%);
  height: 50px !important;
  width: 60px;
}

.navbar-brand {
  padding: 0;
  display: flex;
  flex-direction: column;
}

.navbar-brand span {
  color: #fff;
  font-size: 13px;
}

.companies-log {
  display: flex;
  justify-content: center;
  margin-bottom: 10px !important;
}

/* infographics */

.container-infographics {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  padding-top: 20px;
}

.infographics-heading h1 {
  font-size: 2em;
  margin-bottom: 0;
}

.infographics-heading h2 {
  font-size: 1.2em;
  color: #666;
  margin-top: 0;
}

.infographic {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

.circle-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 155px;
}

.circle-container .circle {
  background-color: #fff;
  border-radius: 50%;
  padding: 10px;
  width: 165px;
  height: 165px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  /* border: 5px solid #ffffff; */
}

.circle-container .circle .content {
  text-align: center;
  color: #fff;
}

.circle-container .circle img {
  width: 40px;
  height: 40px;
}

.circle-container .circle p {
  margin: 10px 0 5px;
  font-size: 1em;
  font-weight: bold;
}

.circle-container .circle span {
  font-size: 0.8em;
  color: #fff;
}

.process-title {
  margin-top: 70px;
  font-size: 15px;
  color: #333;
  font-weight: 600;
  width: 60px;
  text-align: center;
}

#circle1 .circle {
  background-color: #333;
}

#circle1 .process-title {
  color: #333;
}

#circle2 .circle {
  background-color: #2f7d8c;
}

#circle2 .process-title {
  color: #2f7d8c;
}

#circle3 .circle {
  background-color: #6d548b;
}

#circle3 .process-title {
  color: #6d548b;
}

#circle4 .circle {
  background-color: #f2b400;
}

#circle4 .process-title {
  color: #f2b400;
}

#circle5 .circle {
  background-color: #e04d4a;
}

#circle5 .process-title {
  color: #e04d4a;
}

#circle6 .circle {
  background-color: #2ca3a0;
}

#circle6 .process-title {
  color: #2ca3a0;
}

#circle7 .circle {
  background-color: #4dc0e0;
}

#circle7 .process-title {
  color: #4dc0e0;
}

#circle1 {
  position: relative;
}

#circle2 {
  position: relative;
  margin-top: 70px;
  margin-left: -20px;
}

#circle3 {
  position: relative;
  margin-left: -20px;
}

#circle4 {
  position: relative;
  margin-top: 70px;
  margin-left: -20px;
}

#circle5 {
  position: relative;
  margin-left: -20px;
}

#circle6 {
  position: relative;
  margin-top: 70px;
  margin-left: -20px;
}

#circle7 {
  position: relative;
  margin-left: -20px;
}

.zigzag-container {
  position: relative;
  top: 10px;
}

.zigzag-updated {
  position: relative;
  width: 100%;
  height: 20px;
  /* Adjust height to control the thickness of the line */
  background: linear-gradient(135deg, transparent 75%, black 75%) repeat-x;
  background-size: 40px 40px;
  /* Adjust the size to control the frequency of the zigzag-updated */
}

.zigzag-updated-1::before,
.zigzag-updated-2::after {
  content: "";
  position: absolute;
  top: 35px;
  width: 1px;
  height: 80px;
  border: 2px dotted grey;
  /* background-color: #000;
  /* Same as the background of the container */
}

.zigzag-updated-1::before {
  left: 66px;
  transform: skewX(58deg);
}

.zigzag-updated-2::after {
  right: -70px;
  transform: skewX(-60deg);
  top: -35px;
}

.circle-container i {
  font-size: 20px;
}

/* about us */

.about-us-header-section .heading-one {
  font-weight: 600;
  color: #fff;
  font-size: 36px;
}

.new-about-us-header-section .heading-one {
  font-weight: 600;
  font-size: 36px;
}

.new-about-us-header-section .heading-two {
  font-size: 22px;
  font-weight: 600;
}

.development-header-section .heading-one {
  font-weight: 600;
}

.contact-us-heading-development {
  font-size: 16px;
  text-align: justify;
}

.development-full-services {
  background-color: #effafe;
}

.full-services-header {
  background-color: #ddf3fe;
  padding: 15px;
  width: 80%;
  margin-left: 30px;
  border-radius: 10px;
}

.services-container {
  background-color: #fff;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.services-container .fa-solid {
  font-size: 23px;
  color: #43a0da;
}

.full-services-header li {
  width: 50%;
}

.our-story-heading {
  font-size: 56px;
}

.contact-us-values-section .heading-one,
.contact-us-mission-section .heading-one,
.contact-us-about-us .heading-one,
.our-story-heading {
  font-weight: 600;
  color: #43a0da;
  font-size: 36px;
}

.contact-us-mission-section .heading-one,
.our-mission-paragraph {
  color: #fff !important;
}

.banner-custom-development {
  background: url("./images/software-develop.jpg") no-repeat center;
  background-size: cover;
  min-height: 80dvh;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.banner-custom-development:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  content: " ";
  z-index: -1;
}

.custum-development h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}

.custum-development p {
  font-size: 18px;
}

.contact-us-values-section .heading-two,
.about-us-header-section .heading-two {
  font-size: 22px;
  font-weight: 600;
}

.contact-us-heading-one {
  font-weight: 600;
}

.contact-us-mission-section .heading-two {
  font-weight: 600;
  color: #fff;
  font-size: 22px;
}

.contact-us-values-section .values-box {
  background-color: #f9f9f9;
  margin: 10px;
  padding: 30px;
  font-size: 16px;
  border-radius: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  min-height: 108px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-us-header-section .heading-two {
  color: lightgray !important;
}

.our-mission-paragraph {
  font-size: 16px;
}

.our-story-section .heading h3 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin: 0px;
}

.our-story-section .story p {
  font-size: 16px;
}

.our-story-section .story .stylish {
  font-weight: 500;
}

.text-justify {
  text-align: justify;
}

.approach-list {
  padding-left: 1rem;
}

.approach-list li {
  font-size: 16px;
  text-align: justify;
}

.team-section {
  text-align: center;
  background-color: #ffffff;
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.team-title {
  font-weight: 600;
  font-size: 36px;
}

.title-line {
  width: 350px;
  height: 3px;
  background-color: #032251;
  margin: 0 auto 20px auto;
  margin-top: 13px !important;
  border: none;
}

.team-members {
  display: flex;
  justify-content: space-around;
}

.team-member {
  text-align: center;
  width: 20%;
}

.member-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #f0f0f0;
  margin-bottom: 15px;
  object-fit: contain;
}

.member-icons a {
  font-size: 25px;
  background-color: #f0f0f0;
  border-radius: 50%;
  padding: 6px 13px;
}

.linkedin-icon-team {
  font-size: 25px;
}

.member-name {
  font-size: 1.2em;
  color: #444444;
  margin: 0;
}

.member-role {
  font-size: 0.9em;
  color: #888888;
  margin: 5px 0 10px 0;
}

.member-icons img {
  width: 20px;
  height: 20px;
  margin: 0 5px;
}

/* counting */
.counting-section {
  background-color: #f6f8ff;
  margin-top: 70px;
}
.counting-section .counting-container .counting-items {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f9f9f9;
  margin: 20px;
  padding: 10px;
  border-radius: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.counting-section .counting-container .counting-items div {
  text-align: center;
  margin: 5px;
}

.counting-section .counting-container .counting-items div .fa-solid {
  font-size: 26px;
}

.counting-section .counting-container .counting-items .counting-number {
  margin-left: 10px;
}

/* sdlc */
.sdlc-section .sdlc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sdlc-section .sdlc img {
  max-width: 600px;
  width: 100%;
}

.dropdown-menu.show {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #d2cfcf !important;
}

/* goals */
.goals-area .goals-box {
  border: 1px solid #ccc;
  padding: 30px 20px;
  border-radius: 10px;
  min-height: 155px;
  overflow: hidden;
  height: 100%;
}

.goals-area .goals-box:hover {
  border-color: #000;
}

.goals-area .goals-heading {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}

.goals-area .goals-text {
  text-align: justify;
}

.goals-area .goals-value {
  font-weight: 600;
  font-size: 16px;
  color: rgb(0 111 255 / 1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.goals-area .value {
  color: #fff;
  position: relative;
  z-index: 1;
}

.goals-area .value:after {
  position: absolute;
  top: -15px;
  left: -15px;
  right: -100px;
  bottom: 0;
  border-radius: 20px 0 0 20px;
  content: " ";
  background-color: rgb(0 111 255 / 85%);
  z-index: -1;
  height: 50px;
}

.goals-value i {
  font-size: 2.5rem;
}

/* revops page */
.making-revops-section-easy .heading-one {
  font-weight: 700;
  font-size: 36px;
}

.making-revops-section-easy .sales-force-points-card {
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.the-windfall-way {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.the-windfall-way .step-heading {
  font-weight: 600;
  font-size: 23px;
}

.the-windfall-way .step-para {
  font-size: 18px;
}

.making-revops-section-easy .heading-one a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  background-color: rgb(82 142 222);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 17px;
  border-radius: 20px;
}

.making-revops-section-lucky-day .heading-one {
  font-weight: 700;
  font-size: 30px;
}

.making-revops-section-lucky-day .para {
  font-size: 18px;
}

.making-revops-section-lucky-day .para .blue-txt {
  color: #4361cb;
  font-size: 18px;
}

.width-50 {
  width: 50%;
}

.department-card {
  min-height: 330px !important;
}

.department-card h3 {
  margin-bottom: 30px;
  font-weight: 500;
}

.department-card .image-holder {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  max-height: 330px;
  max-width: 500px;
  flex-basis: 500px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 24px;
}

.department-card-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px !important;
}

.department-card li {
  text-align: justify;
}

.container-body {
  background-color: #f0f8ff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.windfall-way-bg {
  background-color: #effafe;
}

.container-business-infographics {
  width: 80%;
  max-width: 600px;
}

.container-business-infographics .step {
  background-color: #ddf3fe;
  margin: 20px 0;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
}

.container-business-infographics .step-number {
  width: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  color: #fff;
  margin-right: 20px;
  flex-direction: column;
  background-color: lightblue;
}

.container-business-infographics .step-number .num {
  font-size: 22px;
}

.container-business-infographics .step-content p {
  margin: 30px 0;
  font-weight: 600;
}

.container-business-infographics .step-content {
  flex: 1;
}

.container-business-infographics .step-content h3 {
  margin: 0 0 10px 0;
}

.sales-force-cloud-section {
  background-color: #163661;
  color: #fff;
  overflow: hidden;
  padding: 60px 0;
}

.sales-force-cloud-section .list {
  margin-top: 30px;
  display: flex;
  text-align: center;
  width: 100%;
  list-style-type: none;
  border-top: 1px solid rgba(248, 248, 255, 0.2);
}

.sales-force-cloud-section .list li {
  flex-basis: 33%;
  border-right: 1px solid rgba(248, 248, 255, 0.2);
}

.sales-force-cloud-section .list li:last-child {
  border: 0;
}

.sales-force-cloud-section .list li strong {
  display: block;
  font-size: 30px;
}

/* contact us */
.contact-us-section .heading,
.partnership-section .heading,
.sdlc-section .heading,
.counting-section,
.heading,
.carosal-section .heading,
.goals-section .heading {
  font-size: 36px;
  font-weight: 600;
}

.carosal-section .department-heading {
  font-size: 36px;
  font-weight: 700;
}

.submenu-heading {
  font-weight: 500;
  font-size: 18px;
  margin-top: 20px;
  color: #163661;
}

.contact-us-navigation a {
  background-color: rgb(82 142 222);
  text-decoration: none;
  color: #fcfdfd !important;
  padding: 8px 12px;
  border-radius: 8px;
}

.contact-us-navigation a .fas,
.contact-us-navigation a .fa-solid {
  background-color: rgb(82 142 222);
  font-size: 30px;
  height: 53px;
  width: 53px;
  border-radius: 50%;
  position: relative;
  left: -2px;
  top: -6px;
}

.contact-us-navigation .fa-envelope::before {
  content: "\f0e0";
  position: relative;
  top: 12px;
  left: 11px;
}

.contact-us-section .fa-brands {
  font-weight: 400;
  font-size: 24px;
  color: #163661;
}

/* footer */
.footer-bottom-container.color-one {
  background-color: rgb(82 142 222);
}
.footer-bottom-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
}

.footer-bottom-container ul a {
  color: #fcfdfd !important;
  text-decoration: none;
}

.footer-bottom-container ul li {
  color: #fcfdfd !important;
  margin-bottom: 10px;
}

.footer-bottom-container hr {
  color: #fcfdfd !important;
}

.footer-bottom-container h3 {
  color: #fcfdfd !important;
  font-weight: 500;
  font-size: 18px;
  margin-top: 20px;
}

.footer-bottom-container .fab,
.footer-bottom-container .fa-brands {
  font-size: 24px;
  margin-right: 10px;
  opacity: 0.8;
}

.footer-bottom-container .fab:hover,
.footer-bottom-container .fa-brands:hover {
  opacity: 1;
}

/* .icon-box-superman div{
  width: 16.66%;
} */
.icon-box-superman div img {
  width: 60px;
}

/* swipper */
.swiper {
  width: 100%;
  height: 100%;
}

.bg-carousel .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swipper-container > div {
  margin-bottom: 4px;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.navbar-toggler {
  background-color: #fff;
}

.home-header-section {
  /* background-image: url("images/home-header-bg.png"); */
  /* background-repeat: no-repeat;
  background-size: cover; */
  position: relative;
  min-height: 100vh;
  padding-top: 10%;
  color: #000;
  margin-bottom: 100px;
}

.home-header-section:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(10, 103, 223, 0.9),
    rgba(255, 255, 255, 0.917)
  );
  content: " ";
  clip-path: polygon(0 0, 100% 0, 100% 60%, 0% 100%);
  z-index: -1;
}

.home-header-section h1 {
  font-size: 3.5rem;
  max-width: 85%;
  margin-bottom: 30px;
  font-weight: bold;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}

.home-header-section .frame {
  min-height: 78vh;
}

.home-header-section .description {
  font-size: 1.4rem;
  max-width: 70%;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}

.home-header-section .hero-image {
  max-width: 400px;
}

.service h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.service .col {
  transition: transform 0.5s ease;
}

.service .col:hover {
  transform: scale(1.03);
}

.service > p {
  font-size: 1rem;
}

.service i {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: blue;
  font-size: 2.5rem;
  margin-bottom: 30px;
}

.service .card {
  padding: 1rem;
  height: 100%;
}

/* sales force */
.sales-force-section {
  background-image: url("images/startup-dummy.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.sales-force-section .heading-one {
  margin-top: 160px;
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
}

.home-header-section .heading-one {
  font-weight: 600;
  color: #fff;
  font-size: 22px;
}

.home-header-section .heading-two {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.about-us-main-img img {
  width: 65%;
  max-width: 700px;
}

.new-about-us-header-section {
  background-color: #e3efff;
}

.about-us-over-mission-paragraph {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-us-over-mission-paragraph li {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.our-mission-paragraph.bolded-text {
  font-size: 16px;
  font-weight: 600;
}

.about-us-header-section {
  background-image: url(images/dark-gray-wooden-textured-flooring-background_53876-104676.avif);
  padding: 150px 0 !important;
}

.revenue-ops-header-section {
  background-image: url(images/Growth_Medium.jpg);
  padding: 170px 0 !important;
  background-position: center;
  background-size: cover;
}

.revenue-ops-header-section .heading-one {
  color: #fff;
  font-style: italic;
  font-size: 55px;
}

.mb-0-imp {
  margin-bottom: 0 !important;
}

.home-header-section .heading-three {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  padding-left: 300px;
}

.partnership-section {
  background-color: #f6f8ff;
}

.contact-us-about-us,
.development-header-section {
  background-color: rgb(201, 231, 253);
}

.contact-us-mission-section {
  background-color: #062554;
  background-image: url(images/MissionMountain_Large-bg.jpg);
  background-position: center;
  background-size: cover;
}

.nav.nav-tabs,
.nav.nav-tabs .nav-item,
.tab-content {
  border: 0;
}

.nav.nav-tabs .nav-item {
  text-align: center;
  margin: 0 5px;
}

.nav-tabs .nav-link {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 20px;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
  box-shadow: none;
  border: 0;
  background-color: rgba(10, 103, 223, 0.5);
}

.tab-content {
  border-radius: 20px;
}

.home-header-bg-box {
  background-color: #f9f9f9;
  font-weight: 600;
  font-size: 16px;
  width: 140px;
  margin: 45px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  height: 80px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 20px;
  border: 3px solid black;
}

.home-header-bg-box a {
  color: #000 !important;
}

.sales-force-section .heading-two {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
}

.sales-force-section .paragraph-salesforce {
  color: #fff;
  font-size: 21px;
  padding-top: 50px !important;
  padding-bottom: 100px !important;
  text-align: justify;
  font-weight: normal;
}

.challenges-budget-section .heading-one {
  font-size: 40px;
  margin-bottom: 3px;
  font-weight: 600;
}

.challenges-budget-section .lucky-yellow {
  color: #ffff00;
}

.challenges-budget-section .challenges-budget-heading {
  font-weight: 600;
  font-size: 17px;
}

.challenges-budget-section .challenges-budget-paragraph {
  margin: 0;
  text-align: justify;
}

.challenges-budget-section {
  padding: 0 60px;
}

.challenges-budget-section-border {
  border: 2px solid #0176d3;
  border-radius: 10px;
}

.sales-force-consulting-section .heading-one {
  font-size: 26px;
  margin-bottom: 3px;
  font-weight: 600;
}

.sales-force-consulting-section .consultation-paragraph {
  font-size: 16px;
}

.sales-force-consulting-section {
  background-color: #effafe;
}

.sales-force-points-section .heading-one {
  font-size: 26px;
  margin-bottom: 3px;
  font-weight: 600;
}

.sales-force-points-section .heading-one .blue-text {
  color: #43a0da;
  font-size: 26px;
}

.sales-force-points-card {
  background-color: #f9f9f9;
  margin: 10px;
  padding: 30px;
  border-radius: 20px;
  min-height: 177px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.sales-force-points-card .heading {
  font-weight: 600;
  font-size: 17px;
}

.sales-force-points-card .paragraph {
  font-weight: 500;
}

.sales-force-points-card span i {
  color: #43a0da;
}

.sales-force-cartoon-section {
  background-color: #e8ddbe;
}

.sales-force-cartoon-section .heading {
  font-size: 22px;
  font-weight: 600;
}

.sales-force-cartoon-section .btn-cartoon {
  background-color: #0176d3;
  color: #fff;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 10px;
  font-size: 16px;
}

.sales-force-cartoon-section .heading-two {
  font-size: 20px;
  font-weight: 500;
}

.sales-force-expertise-section {
  background-color: #effafe;
}

.sales-force-expertise-section .heading {
  font-size: 26px;
  margin-bottom: 3px;
  font-weight: 600;
}

.sales-force-expertise-section .card-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.sales-force-expertise-section .card-heading {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 23px;
  margin-top: 10px;
}

.sales-force-expertise-section .card {
  padding: 20px;
  min-height: 246px;
}

.sales-force-expertise-section i {
  color: #43a0da;
  margin-right: 10px;
}

.contact-us-bg {
  background-color: #f9f9f9;
  padding: 25px;
  border-radius: 15px;
}

.contact-us-heading {
  font-size: 20px;
  font-weight: 600;
}

.contact-us-heading-below {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 30px;
}

.form-control:hover {
  border-color: #163661 !important;
}

.form-control:focus {
  box-shadow: none !important;
}

.form-select:hover {
  border-color: #163661 !important;
}

.form-select:focus {
  box-shadow: none !important;
}

.form-control {
  font-size: 14px !important;
  border-radius: 12px !important;
}

.form-select {
  font-size: 14px !important;
  border-radius: 5px !important;
}

.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown),
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding: 8px !important;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  line-height: 43px !important;
  height: 43px !important;
  min-height: 43px !important;
}

.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after {
  background-color: transparent !important;
}

.form-floating > label {
  padding: 10px 20px !important;
  font-size: 16px;
  font-weight: 400;
  color: #000 !important;
}

.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-33px) translateX(-6px) !important;
  font-size: 16px;
  font-weight: 500;
  color: #000 !important;
}

.form-floating {
  margin-bottom: 40px !important;
}

.contact-us-text-area .form-control {
  min-height: 100px !important;
  height: auto !important;
  line-height: 23px !important;
}

.contact-us-form-btn {
  background-color: #255da6;
  color: #fff;
  width: 100%;
  border: transparent;
  border-radius: 7px;
  height: 42px;
}

.contact-us-blue-btn {
  background-color: #255da6;
  color: #fff;
  border: transparent;
  border-radius: 7px;
  padding: 5px 10px;
  font-size: 14px;
  margin-top: 5px;
}

.contact-us-right {
  background-color: #c9e7fd;
  padding: 15px 0 15px 15px;
}

.contact-us-right .contact-us-right-widget {
  background-color: #fafdff;
  margin-bottom: 15px;
  padding: 15px;
}

.contact-us-right .contact-us-right-widget:last-child {
  margin-bottom: 0 !important;
}

.contact-us-right-widget .contact-us-heading-below {
  margin-bottom: 0 !important;
  margin-top: 8px;
}

.sales-force-left-col {
  border-right: 1px solid #8080807a;
}

@media only screen and (max-width: 992px) {
  .header {
    background-color: rgb(82 142 222);
  }
  .home-header-section {
    padding-top: 15%;
  }
  .home-header-section h1 {
    font-size: 2.5rem;
  }
  .home-header-section .description {
    font-size: 1rem;
  }

  .service {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-right: 40px;
  }

  .footer-bottom-container ul {
    align-items: center !important;
  }

  .sales-force-left-col {
    border-right: none !important;
  }

  .contact-us-navigation .fa-envelope::before {
    left: 1px !important;
  }

  .counting-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .counting-section .counting-container .counting-items {
    margin: 10px;
    width: 47%;
  }

  .partnership-section .nav.nav-tabs {
    width: 30%;
    flex-basis: 30%;
  }

  .partnership-section .tab-content {
    width: 70%;
    flex-basis: 70%;
  }

  .partnership-section .nav.nav-tabs .nav-item {
    width: 100%;
  }

  .sdlc-section .sdlc {
    display: flex;
    justify-content: center;
  }

  .sdlc-section .sdlc-text {
    text-align: center;
    margin: 30px;
    font-size: 18px;
  }

  .sales-force-section .heading-one {
    font-size: 28px;
  }

  .sales-force-section .heading-two {
    font-size: 24px;
  }

  .sales-force-section .paragraph-salesforce {
    font-size: 19px;
    padding: 25px;
  }

  .challenges-budget-section .heading-one {
    font-size: 45px;
  }

  .challenges-budget-section {
    padding: 0 10px;
  }

  .challenges-budget-section .challenges-budget-heading {
    font-weight: 600;
    font-size: 15px;
    text-align: justify;
  }

  .sales-force-consulting-section .heading-one {
    font-size: 18px;
  }

  .sales-force-consulting-section .consultation-paragraph {
    font-size: 15px;
  }

  .sales-force-points-section .heading-one {
    font-size: 18px;
  }

  .sales-force-points-section .heading-one .blue-text {
    font-size: 18px;
  }

  .sales-force-cartoon-section .heading {
    font-size: 16px;
  }

  .sales-force-cartoon-section .btn-cartoon {
    padding: 7px 22px;
    font-size: 15px;
  }

  .sales-force-cartoon-section .heading-two {
    font-size: 15px;
  }

  .sales-force-expertise-section .heading {
    font-size: 18px;
  }

  .home-header-section .heading-three {
    padding-left: 0;
    text-align: center;
  }

  .nav.nav-tabs .nav-item {
    width: 50%;
  }

  .nav.nav-tabs .nav-item button {
    width: 100%;
  }

  .full-services-header {
    width: 100%;
  }

  .full-services-header li {
    width: 100%;
  }

  .making-revops-section-easy .heading-one {
    font-size: 26px;
  }

  .the-windfall-way .step-heading {
    font-size: 20px;
  }

  .the-windfall-way .step-para {
    font-size: 17px;
  }

  .about-us-header-section .heading-one {
    font-size: 26px;
  }

  .zigzag-container {
    display: none;
  }

  .infographic {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .process-title {
    width: auto;
    margin-top: 20px;
  }

  #circle1,
  #circle2,
  #circle3,
  #circle4,
  #circle5,
  #circle6,
  #circle7 {
    position: relative;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 25px;
  }

  .width-50 {
    width: 100% !important;
  }

  .contact-us-values-section .heading-one,
  .contact-us-mission-section .heading-one,
  .contact-us-about-us .heading-one,
  .our-story-heading {
    font-size: 32px;
  }

  .contact-us-mission-section .heading-one {
    color: #fff;
  }

  .carosal-section .department-heading {
    font-size: 26px;
  }

  .about-us-section-direction {
    flex-direction: column-reverse;
  }

  .new-about-us-header-section .heading-one {
    font-size: 26px;
    text-align: center;
    margin-top: 10px;
  }

  .new-about-us-header-section .heading-two {
    font-size: 22px;
    text-align: center;
  }

  .get-to-know-us-btn {
    justify-content: center;
  }

  .revenue-ops-header-section {
    padding: 140px 0 70px !important;
    background-size: contain;
    background-position: bottom;
  }

  .revenue-ops-header-section .heading-one {
    font-size: 26px;
  }

  .custum-development h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .custum-development p {
    font-size: 16px;
  }

  .department-card .image-holder {
    margin: 0 auto 30px;
  }
  .department-card .image-holder img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .department-card .image-holder {
    max-height: 219px;
    max-width: 330px;
  }
  .contact-us-mission-section {
    background-position: left;
  }
  .team-members {
    align-items: center;
    flex-direction: column;
  }
  .team-member {
    width: auto;
    margin-bottom: 30px;
  }
  .home-header-section {
    padding-top: 35%;
  }

  .home-header-section h1 {
    max-width: 100%;
    font-size: 2rem;
  }

  .home-header-section .description {
    max-width: 100%;
  }

  .contact-us-section .heading,
  .partnership-section .heading,
  .sdlc-section .heading,
  .counting-section,
  .heading,
  .carosal-section .heading,
  .goals-section .heading {
    font-size: 22px;
    padding: 0 10px;
  }

  .counting-section .counting-container .counting-items {
    width: 43%;
  }

  .partnership-section .nav.nav-tabs {
    flex-basis: auto;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    width: auto;
    padding: 10px 0;
  }

  .partnership-section .tab-content {
    width: auto;
    flex-basis: auto;
  }

  .partnership-section .nav.nav-tabs .nav-item {
    width: auto;
    flex-shrink: 0;
  }
}
