html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #f1f1f1;
  font-family: OpenSans-Regular;
  font-size: 16px;
  color: #000;
}

/* Font-Family */
@font-face {
  font-family: "OpenSans-Regular";
  src: url("./../fonts/OpenSans-Regular.ttf ");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans-Bold";
  src: url("./../fonts/OpenSans-Bold.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans-Semibold";
  src: url("./../fonts/OpenSans-Semibold.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Medium";
  src: url("./../fonts/Roboto-Medium.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Regular";
  src: url("./../fonts/Roboto-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}

.font-regular {
  font-family: "OpenSans-Regular";
  font-family: "Roboto-Regular";
  font-weight: normal;
  font-style: normal;
}

.font-medium {
  font-family: "Roboto-Medium";
}

.font-bold {
  font-family: "OpenSans-Bold ";
  font-weight: normal;
  font-style: normal;
}

.font-semibold {
  font-family: "OpenSans-Semibold";
  font-weight: normal;
  font-style: normal;
}

/* Font-Family End */
/* Comman css */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h1,
h2,
h3 {
  letter-spacing: 0.5px;
}

p {
  font-size: 16px;
  font-family: "OpenSans-Regular";
  letter-spacing: 0.5;
}

.custom-con {
  padding-top: 70px;
}

.custom-contain {
  padding-bottom: 60px;
}

.custom-container {
  padding-top: 70px;
  padding-bottom: 60px;
}

:focus {
  outline: 0;
}

img {
  max-width: 100%;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #99278f;
  color: white;
  cursor: pointer;
  padding: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

#myBtn:hover {
  background-color: rgb(153, 39, 143, 0.6);
}

.fa {
  color: white;
  font-size: 20px;
}
 
/* Comman css End*/
/* Nav Section Strat */

/* nav.scrollup {
  transform: translateY(-100px);
} */
.nav-up,
.nav-down {
  transition: top 0.5s linear, padding 0.5s linear;
}

.scrolled {
  padding: 1rem 0;
  transition: top 0.5s linear, padding 0.5s linear;
}

.navbar.menu-expanded .nav-up {
  top: 0;
}

.nav-down.scrolled.nav-bg {}

.navigation.scrolled.nav-bg {
  background: #99278f;

  box-shadow: 1px -5px 15px rgba(0, 0, 0, 0.2);
}

.navigation {
  position: fixed;
  /* top: 2%; */
  right: 0;
  left: 0;
  z-index: 1029;
  width: 100vw;
  height: 100vh;
}

.navbar {
  position: absolute;
  z-index: 1;
  /* top: 2%; */
  width: 100%;
}

.collapse-button {
  outline: none;
  border: none;
}

.collapse-button:focus {
  outline: none;
  border: none;
}

.nav-button {
  background-color: #ffffff;
  width: 120px;
  height: 26px;
  border-radius: 100px;
  color: #99278f;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "OpenSans-Semibold";
  font-size: 14px;
}

.navbar-nav .nav-item .nav-link {
  color: #ffffff;
  font-family: "OpenSans-Semibold";
  font-size: 16px;
}

.navbar-nav .nav-item .pad {
  padding-right: 1.5rem;
}

 

.form-control {
  color: black;
  border: 2px solid rgb(153, 39, 143, 0.6);
}

.get-started {
  padding-left: 10rem;
  font-size: 20px;
  color: #721468;
  font-family: "OpenSans-Bold";
}

.btn-submit {
  width: 100%;
  background-color: #721468;
  color: #ffffff;
  font-size: 20px;
  font-family: "OpenSans-Bold";
}

/* Nav Section End */
/* Banner Section Start */
#banner-section {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("./../img/pexels-photo-1249158.jpeg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

#banner-section .bg-color {
  width: 100%;
  height: 100vh;
  background-color: rgb(153, 39, 143, 0.8);
}

#banner-section .caption {
  position: absolute;
  padding-left: auto;
  padding-right: auto;
  bottom: 80px;
  right: 10%;
  left: 10%;
  z-index: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

#banner-section .caption h1 {
  font-family: "OpenSans-Bold";
}

#banner-section .caption h1 .font-regular {
  font-family: "OpenSans-Regular";
  padding-right: 20px;
}

/* Banner Section End */
/* Sevices ection Start */
#sercvices-section {
  width: 100%;
  background: #e8e8e8;
}

.hello {
  position: relative;
}

.half-logo {
  position: absolute;
  bottom: 0;
  left: 30px;
  bottom: 30px;
}

#services-section h2 {
  color: #0063b1;
  font-family: "OpenSans-Bold";
  margin-bottom: 45px;
}

#services-section h2 .font-regular {
  font-family: "OpenSans-Regular";
}

#services-section .services-text {
  width: 90%;
  margin-left: 0%;
}

#services-section .services-text h6 {
  color: #959497;
  font-size: 24px;
  font-family: "OpenSans-Regular";
  line-height: 32px;
}

#services-section .services-colums {
  position: relative;
  width: 100%;
  left: 3%;
  /* height: 230px; */
  margin-bottom: 70px;
}

#services-section .services-colums:last-child {
  margin-bottom: 0px;
}

#services-section .services-colums .services-header {
  color: #0063b1;
  font-family: "OpenSans-Bold";
}

#services-section .services-colums .services-list {
  width: 100%;
  margin-top: 1.1rem;
  font-size: 16px;
  font-family: "OpenSans-Regular";
  letter-spacing: 0.5px;
  line-height: 27px;
  color: #2e2e2e;
}

#services-section ul li {
  list-style-type: none;
  -webkit-padding-start: 16px;
  margin: 4px 0 0;
}

#services-section ul li::before {
  content: "•";
  color: #959497;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-weight: bold;
  font-size: 1em;
  line-height: calc(100% + 6px);
}

/* Sevices ection End */
/* Business section */
#business-section {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  height: 962px;
  overflow: hidden;
}

#business-section .bg-circle {
  position: absolute;
  width: 1350px;
  height: 1350px;
  background-color: #f5fafa;
  border-radius: 50%;
  overflow: hidden;
  left: -24%;
  top: -18%;
}

#business-section h2 {
  position: absolute;
  color: #00747b;
  z-index: 1;
  font-family: "OpenSans-Bold";
}

#business-section h2 .font-regular {
  font-family: "OpenSans-Regular";
}

.business-header h3 {
  font-size: 26px;
  letter-spacing: 0.5px;
}

.business-header1 h3 {
  font-size: 26px;
  letter-spacing: 0.5px;
}

.business-header2 h3 {
  font-size: 26px;
  letter-spacing: 0.5px;
}

#business-section .business-circle {
  position: absolute;
  width: 673px;
  height: 125px;
  z-index: 1;
  top: 27%;
  left: 27%;
}

#business-section .business-circle1 {
  position: absolute;
  width: 450px;
  height: 125px;
  z-index: 1;
  top: 46%;
  left: 31.5%;
}

#business-section .business-circle2 {
  position: absolute;
  width: 450px;
  height: 125px;
  z-index: 1;
  top: 65%;
  left: 26.5%;
}

.business-circle1 .business-header1 {
  position: absolute;
  float: right;
  width: 569px;
  height: 35px;
  left: 22%;
  top: 16px;
  color: #00747b;
  font-family: "OpenSans-Bold";
}

.business-circle2 .business-header2 {
  position: absolute;
  float: right;
  width: 569px;
  height: 35px;
  left: 22%;
  top: 16px;
  color: #00747b;
  font-family: "OpenSans-Bold";
}

.business-header {
  position: absolute;
  float: right;
  width: 569px;
  height: 35px;
  left: 15%;
  top: 16px;
  color: #00747b;
  font-family: "OpenSans-Bold";
}

.sub-text {
  position: absolute;
  width: 296px;
  height: 61px;
  color: #2e2e2e;
  font-family: "OpenSans-Regular";
  bottom: 0;
  left: 20%;
  font-size: 18px;
  line-height: 30px;
}

.sub-text1 {
  position: absolute;
  width: 296px;
  height: 61px;
  color: #2e2e2e;
  font-family: "OpenSans-Regular";
  bottom: 0;
  left: 20%;
  font-size: 18px;
  line-height: 30px;
}

.business-white-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #ffffff;
  float: left;
}

.business-white-circle .business-wb-circle {
  width: 43px;
  height: 43px;
  background-color: #00747b;
  border-radius: 50%;
}

#business-section .white-circle {
  position: absolute;
  position: relative;
  width: 600px;
  height: 600px;
  background-color: #ebf3f4;
  border-radius: 50%;
  top: 5%;
  left: -9%;

  display: flex;
  justify-content: center;
  align-items: center;
}

.triangle-text {
  width: 94%;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  z-index: 0;
  top: 10%;

  position: relative;
}

.triangle {
  width: 25%;
  height: 50px;
  position: absolute;
  background: #009ba3;
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 20px;
  font-family: "OpenSans-Semibold";
}

.triangle::before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #00747a;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}

.triangle1 {
  left: 23%;
  width: 25%;
  height: 50px;
  position: absolute;
  background: #00747a;
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 20px;
  font-family: "OpenSans-Semibold";
}

.triangle1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #009ba3;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}

.triangle1::before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #009ba3;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}

.triangle2 {
  left: 46%;
  width: 25%;
  height: 50px;
  position: absolute;
  background: #004e52;
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 20px;
  font-family: "OpenSans-Semibold";
}

.triangle2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #00747a;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}

.triangle2::before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #009ba3;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}

.triangle3 {
  right: 0;
  width: 30%;
  height: 50px;
  position: absolute;
  background: #032d2f;
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 20px;
  font-family: "OpenSans-Semibold";
}

.triangle3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #004e52;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}

#business-section .white-circle .written-img {
  position: absolute;
  background-image: url("./../img/writingperson.jpeg");
  width: 435px;
  height: 435px;
  border-radius: 50%;
}

#business-section .white-circle .trasferancy-color {
  position: absolute;
  width: 435px;
  height: 435px;
  border-radius: 50%;
  background-color: rgba(0, 116, 123, 0.6);
}

/* Business Section End */
/*Life-cycle*/
.startups-section {
  background: #e8e8e8;
}

.startups-txtcolor h2 {
  color: #ff9900;
  font-family: "OpenSans-Bold";
  margin-bottom: 53px;
}

.startups-txtcolor h2 .font-regular {
  font-family: "OpenSans-Regular";
}

.startups-section .bold {
  font-family: "OpenSans-Bold";
}

.startups-subheading {
  font-family: "OpenSans-Bold";
  font-size: 22px;
  color: #5d5d5d;
  text-align: right;
  letter-spacing: 0.5px;
}

.startups-content {
  position: relative;
  font-size: 22px;
  color: #5d5d5d;
  text-align: left;
  border-left: 1px solid lightgray;
  padding-left: 40px;
  left: 4.3%;
}

.startups-content::before {
  content: "";
  position: absolute;
  left: -21px;
  height: 40px;
  width: 40px;
  background-color: #ff9900;
  border: 8px solid #fcddaf;
  border-radius: 50%;
}

.startups-content ul li {
  list-style-type: none;
  -webkit-padding-start: 16px;
}

.startups-content ul {
  font-size: 18px;
  color: #5d5d5d;
  padding-left: 47px;
  font-family: "OpenSans-Regular";
}

.startups-content>ul li {
  padding-bottom: 20px;
}

.startups-content>ul li::before {
  content: "•";
  color: #959497;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 2px;
  font-weight: bold;
  font-size: 1em;
  line-height: calc(100% + 6px);
}

.startups-content {
  display: flex;
}

/* Stratup Section End */
/*MANAGEMENT-CONSULTING*/
.management-consulting {
  background: #ffffff;
}

.consulting-txtcolor h2 {
  font-family: "OpenSans-Bold";
  color: #78bf3f;
  margin-bottom: 45px;
}

.consulting-txtcolor h2 .font-regular {
  font-family: "OpenSans-Regular";
  padding-right: 20px;
}

.business-image {
  background: url("./../img/pexels-photo-1080865.jpeg");
  width: 105.5%;
  height: 400px;
  position: relative;
}

.green-color {
  width: 100%;
  height: 400px;
  background-color: rgb(120, 191, 63, 0.8);
}

.consuling-text {
  position: absolute;
  color: white;
  top: 39%;
  width: 270px;
  height: 100px;
  left: 10%;
}

.consuling-text1 {
  position: absolute;
  color: white;
  top: 39%;
  width: 270px;
  height: 100px;
  right: 10%;
}

.font-bold {
  font-family: "OpenSans-Bold";
}

.consulting-content {
  font-size: 16px;
  color: #2e2e2e;
  padding-bottom: 10%;
  padding-top: 5%;
  padding-left: 20px;
  font-family: "OpenSans-Regular";
}

.consulting-subcontent ul {
  margin-left: 41px;
  font-size: 18px;
  color: #2e2e2e;
  font-family: "OpenSans-Regular";
  list-style-type: none;
}

.consulting-subcontent>ul li::before {
  content: "•";
  color: #959497;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 2px;
  font-weight: bold;
  font-size: 1em;
  line-height: calc(100% + 6px);
}

.consulting-subcontent {
  display: flex;
}

/* Management Section End */
/*  Engagement-section*/
#engagement-section {
  background: #e8e8e8;
  width: 100%;
}

#engagement-section h2 {
  color: #e2048d;
  font-family: "OpenSans-Bold";
}

#engagement-section h2 .font-regular {
  font-family: "OpenSans-Regular";
}

#engagement-section .strategic {
  margin-top: 10%;
  width: 100%;
}

#engagement-section .strategic .strategic-header h3 {
  margin-left: 10%;
  font-family: "OpenSans-Bold";
  color: #7c7c7c;
  font-size: 26px;
  letter-spacing: 0.5px;
}

#engagement-section .strategic .startegic-text {
  margin-top: 18px;
  margin-left: 13%;
}

#engagement-section .strategic ul li {
  font-family: "OpenSans-Regular";
  color: #2e2e2e;
  letter-spacing: 0.5;
  font-size: 16px;
}

#engagement-section .strategic ul li {
  list-style-type: none;
  padding-bottom: 7px;
}

.un-list {
  margin-left: 18.5%;
}

#engagement-section .strategic ul li::before {
  content: "•";
  color: #959497;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-weight: bold;
  font-size: 1em;
  padding-bottom: 10px;
  line-height: calc(100% + 6px);
}

#engagement-section .pink-circle {
  width: 30px;
  height: 30px;
  background: #e2048d;
  border-radius: 50%;
  float: left;
}

.round-circle {
  position: relative;
  top: 70px;
  left: 7%;
  /* right: 0px; */
}

/* .round-circle img {
  width: 60%;
} */
/*  Engagement-section  End*/
/*  */
#happy-section {
  width: 100%;
  height: 559px;
}

#happy-section .carousel-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(96, 125, 139, 0.8);
}

#happy-section .carousel-inner img {
  width: 100%;
  height: 559px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#happy-section .carousel-inner {
  width: 100%;
  height: 559px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-image: url("./../img/happycustomers_bg.jpeg");
}

#happy-section .carousel-inner .carouusel-color {
  width: 100%;
  height: 559px;
  background-color: rgb(96, 125, 139, 0.8);
}

#happy-section h2 {
  font-family: "OpenSans-Bold";
  color: #ffffff;
}

#happy-section h2 .font-regular {
  font-family: "OpenSans-Regular";
}

#happy-section .subline-text {
  width: 50%;
  margin-top: 50px;

  font-family: "Roboto-Regular";
}

#happy-section .subline-text h5 {
  font-size: 25px;
}

.goodux h6 {
  font-size: 20px;
  font-family: "Roboto-Medium";
  padding-top: 35px;
}

.goodux p {
  font-size: 16px;
  font-display: "Roboto-Regular";
}

/*  */

/*  */
#location-section h2 {
  color: #880daa;
  font-family: "OpenSans-Bold";
}

#location-section h2 .regular {
  font-family: "OpenSans-Regular";
}

.mapsection {
  position: relative;
}

.mul {
  transform: translate(-50%, -87%);
  background-color: white;
  position: absolute;
  z-index: 1;
  top: 55%;
  left: 50%;
  width: 62%;
  height: 250px;
  text-align: center;
  align-self: auto;
  font-size: 26px;
  color: #7c7c7c;
  font-family: "OpenSans-Bold";
}

.mapsection ul {
  font-family: "glyphicons-light";
  margin-top: 40px;
  padding: 0px;
  text-align: center;
  list-style-type: none;
}

.laabh-text {
  font-family: "OpenSans-Bold";
  font-size: 26px;
  color: #880daa;
  letter-spacing: 0.5px;
  padding-top: 20px;
}

.location-text {
  font-family: "OpenSans-Semibold";
  font-size: 18px;
  color: #000000;
  letter-spacing: 0.5px;
  padding-top: 20px;
}

.no-text {
  font-family: "OpenSans-Semibold";
  font-size: 14px;
  color: #000000;
  padding-top: 20px;
  letter-spacing: 0.5px;
}

.mul .row {
  padding-top: 0px;
}

.mapsection li>a {
  padding-top: 10px;
  color: black;
  font-size: 15px;
}

.bgclr {
  opacity: 0.9;
  width: 100%;
  height: 300px;
  background-color: #721468;
  position: absolute;
  top: 0px;
}

.mbgimg {
  background-attachment: fixed;
  background-image: url("./../img/mimg.jpg");
  background-position: center;
  height: 300px;
  width: 100%;
  opacity: 0.8;
}

/* Map Section End */
/* Temp location */
#temp-loaction {
  width: 100%;
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  background-image: url("./../img/mimg.jpg");
}

#temp-loaction .temp-color {
  width: 100%;
  height: 600px;
  background-color: rgb(153, 39, 143, 0.8);
}

#temp-loaction .temp-color h2 {
  color: #ffffff;
  font-family: "OpenSans-Bold";
}

#temp-loaction .temp-color h2 .regular {
  font-family: "OpenSans-Regular";
}

#temp-loaction .temp-color .address {
  width: 62%;
  height: 250px;
  background-color: #ffffff;
  text-align: center;
  margin: auto;
}

.social-link {
  width: 200px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
   
  margin-top: 7px;
}

.social-link a {
  text-decoration: none;
}
.social-link .fa{
  width: 40px;
   font-size:30px;
   color: #99278f;
}

/* Temp location End*/
/* Footer Section */
#footer-section {
  position: relative;
  width: 100%;
  height: 120px;
  background: #ffffff;
}

#footer-section .logo {
  position: absolute;
  top: 27%;
}

.laabh-technology {
  position: absolute;
  right: 100px;
  top: 42%;
  color: #5d5d5d;
  font-size: 12px;
  font-family: "OpenSans-Bold";
}

.bold-text {
  font-size: 14px;
  font-weight: 500%;
  color: #000;
}

/* Media Query */

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1100px) {
  #banner-section .caption h1 {
    font-size: 50px;
  }

  #banner-section .caption {
    right: 10%;
    left: 10%;
  }

  #sercvices-section .services-text {
    width: 100%;
  }

  #services-section .services-text h6 {
    font-size: 20px;
  }

  .triangle-text {
    width: 95%;
    height: 40px;
    top: 14%;
  }

  .triangle {
    width: 25%;
    height: 40px;

    font-size: 14px;
  }

  .triangle::before {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }

  .triangle1 {
    width: 25%;
    height: 40px;
    left: 23%;
    font-size: 14px;
  }

  .triangle1::before {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }

  .triangle1:after {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }

  .triangle2 {
    width: 25%;
    height: 40px;
    left: 47%;
    font-size: 14px;
  }

  .triangle2::before {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }

  .triangle2:after {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }

  .triangle3 {
    width: 30%;
    height: 40px;

    font-size: 14px;
  }

  .triangle3:after {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }

  .round-circle {
    left: 4%;
  }
}

@media screen and (max-width: 992px) {
  #banner-section .caption h1 {
    font-size: 40px;
  }

  #banner-section .caption {
    right: 10%;
    left: 10%;
  }

  .navbar svg {
    width: 130px;
  }

  #services-section h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }

  #services-section .services-text {
    width: 100%;
    margin-bottom: 3%;
    margin-left: 1%;
  }

  #services-section .services-text h6 {
    font-size: 20px;
  }

  #services-section .services-colums .services-header h4 {
    font-size: 18px;
    margin-top: 15px;
  }

  #services-section .services-colums {
    left: 0%;
    margin-bottom: 30px;
  }

  #business-section {
    height: 850px;
  }

  #business-section h2 {
    font-size: 35px;
  }

  #business-section .bg-circle {
    width: 950px;
  }

  #business-section .bg-circle {
    top: -26%;
    left: -14%;
  }

  #business-section .white-circle {
    z-index: 0;
    width: 500px;
    height: 500px;
    top: 5%;
    left: -9%;
  }

  #business-section .white-circle .written-img {
    width: 350px;
    height: 350px;
  }

  #business-section .white-circle .trasferancy-color {
    width: 350px;
    height: 350px;
  }

  #business-section .business-circle {
    left: 33%;
  }

  .business-white-circle {
    width: 55px;
    height: 55px;
  }

  .business-white-circle .business-wb-circle {
    width: 33px;
    height: 33px;
  }

  .business-header {
    left: 12%;
  }

  #business-section .business-circle2 {
    top: 60%;
    left: 36%;
  }

  #business-section .business-circle1 {
    top: 43%;
    left: 39%;
  }

  .business-circle2 .business-header2 {
    left: 18%;
  }

  .business-circle1 .business-header1 {
    left: 18%;
  }

  .business-header h3 {
    font-size: 20px;
  }

  .business-header1 h3 {
    font-size: 20px;
  }

  .business-header2 h3 {
    font-size: 20px;
  }

  .sub-text {
    left: 15%;
    font-size: 15px;
    line-height: 30px;
  }

  .sub-text1 {
    left: 23%;
    font-size: 15px;
    line-height: 30px;
  }

  .triangle-text {
    width: 95%;
    height: 40px;
    top: 14%;
  }

  .triangle {
    width: 25%;
    height: 40px;

    font-size: 12px;
  }

  .triangle::before {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }

  .triangle1 {
    width: 25%;
    height: 40px;
    left: 23%;
    font-size: 12px;
  }

  .triangle1::before {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }

  .triangle1:after {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }

  .triangle2 {
    width: 25%;
    height: 40px;
    left: 47%;
    font-size: 12px;
  }

  .triangle2::before {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }

  .triangle2:after {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }

  .triangle3 {
    width: 30%;
    height: 40px;

    font-size: 12px;
  }

  .triangle3:after {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }

  .startups-section .bold {
    padding-left: 8%;
  }

  .startups-txtcolor h2 {
    font-size: 35px;
  }

  .startups-subheading {
    margin-top: -20px;
    margin-bottom: 20px;
    font-size: 18px;
    text-align: left;
  }

  .startups-content::before {
    top: -30px;
  }

  .startups-content {
    font-size: 18px;
    border-left: 1px solid lightgray;
    margin-top: -22px;
    padding-top: 20px;
  }

  /* .startups-content :last-child {
    border-left: 1px solid lightgray;
  } */

  .startups-content ul {
    padding-top: 10px;
    font-size: 16px;
  }

  /*  */
  .consulting-txtcolor h2 {
    font-size: 35px;
  }

  .business-image {
    margin-left: -10px;
    width: 100%;
    height: 400px;
    position: relative;
  }

  .green-color {
    width: 100%;
    height: 400px;
    background-color: rgb(120, 191, 63, 0.8);
  }

  .consulting-subcontent ul {
    margin-top: -50px;
  }

  /*  */
  #engagement-section h2 {
    font-size: 35px;
  }

  #engagement-section .strategic .strategic-header h3 {
    margin-left: 11%;
    font-size: 20px;
  }

  #happy-section h2 {
    font-size: 30px;
  }

  #happy-section .subline-text {
    width: 60%;
  }

  #happy-section .subline-text h5 {
    margin-top: 10px;
    font-size: 20px;
  }

  #location-section h2 {
    font-size: 35px;
  }

  #temp-loaction .temp-color h2 {
    font-size: 35px;
  }

  .round-circle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 10px;
    right: 0;
    left: 0;
  }

  .round-circle img {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {

  /* .nav-up,
  .nav-down {
    height: 50px;
  } */
  nav.scrolled {
    background: #99278f;
    padding: 0px;
  }

  .navbar {
    padding: 0;
  }

  #banner-section .caption h1 {
    font-size: 30px;
  }

  #banner-section .caption {
    right: 10%;
    left: 10%;
  }

  .navbar svg {
    width: 120px;
  }

  #services-section h2 {
    font-size: 30px;
  }

  #services-section .services-text h6 {
    font-size: 15px;
  }

  #services-section .services-colums .services-header h4 {
    font-size: 16px;
  }

  #services-section .services-colums .services-list {
    margin-top: 1.1rem;
    font-size: 14px;
  }

  #business-section h2 {
    font-size: 30px;
  }

  #business-section {
    height: 1350px;
  }

  #business-section .bg-circle {
    width: 100%;
    height: 100%;
    border-radius: 0;
    left: 0%;
    top: 0;
  }

  #business-section .white-circle {
    z-index: 0;
    width: 550px;
    height: 550px;
    top: 2%;
    left: 9%;
    right: 9%;
    padding-left: auto;
    padding-right: auto;
  }

  #business-section .white-circle .written-img {
    width: 400px;
    height: 400px;
  }

  #business-section .white-circle .trasferancy-color {
    width: 400px;
    height: 400px;
  }

  .triangle-text {
    width: 95%;
    height: 160px;
    top: 34%;
    display: block;
  }

  .triangle {
    width: 100%;
    height: 40px;
    font-size: 20px;
  }

  .triangle::before {
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
  }

  .triangle1 {
    width: 100%;
    height: 40px;

    left: 0;
    top: 25%;
    font-size: 20px;
  }

  .triangle1::before {
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
  }

  .triangle1:after {
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
  }

  .triangle2 {
    width: 100%;
    height: 40px;
    left: 0%;
    top: 50%;
    font-size: 20px;
  }

  .triangle2::before {
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
  }

  .triangle2:after {
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
  }

  .triangle3 {
    width: 100%;
    height: 40px;
    left: 0;
    top: 75%;
    font-size: 20px;
  }

  .triangle3:after {
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
  }

  #business-section .business-circle {
    left: 10%;
    top: 54%;
  }

  #business-section .business-circle1 {
    left: 10%;
    top: 64%;
  }

  #business-section .business-circle2 {
    left: 10%;
    top: 75%;
  }

  .startups-txtcolor h2 {
    font-size: 30px;
  }

  .startups-content {
    font-size: 18px;
    border-left: 1px solid lightgray;
    margin-top: -22px;
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .startups-subheading {
    font-size: 20px;

    text-align: left;
  }

  /* .startups-content {
    font-size: 16px;
    border-left: 1px solid lightgray;
  } */

  .startups-content ul {
    font-size: 14px;
    padding-top: 15px;
    padding-left: 25px;
  }

  .startups-content>ul li {
    padding-bottom: 10px;
  }

  .startups-content::before {
    left: -15px;
    height: 30px;
    top: -28px;
    width: 30px;
    background-color: #ff9900;
    border: 8px solid #fcddaf;
  }

  /*  */
  .consulting-txtcolor h2 {
    font-size: 30px;
  }

  .consulting-content {
    font-size: 16px;
    color: #2e2e2e;
    padding-bottom: 20%;
    padding-top: 5%;
    padding-left: 0px;
    font-family: "OpenSans-Regular";
  }

  .consulting-subcontent ul {
    margin-left: 27px;
    font-size: 14px;
    margin-top: -88px;
  }

  /*  */
  #engagement-section h2 {
    font-size: 30px;
  }

  #engagement-section .strategic .strategic-header h3 {
    font-size: 18px;
  }

  #engagement-section .strategic .strategic-header h3 {
    margin-left: 10%;
    font-size: 18px;
  }

  #engagement-section .pink-circle {
    width: 22px;
    height: 22px;
  }

  #happy-section h2 {
    font-size: 25px;
  }

  #happy-section .subline-text {
    width: 75%;
  }

  #happy-section .subline-text h5 {
    margin-top: 10px;
    font-size: 20px;
  }

  #location-section h2 {
    font-size: 30px;
  }

  #temp-loaction .temp-color h2 {
    font-size: 30px;
  }

  .laabh-technology {
    right: 50px;

    font-size: 10px;
  }

  .round-circle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    left: 0;
  }
}

@media screen and (max-width: 576px) {
  .navbar-nav .nav-item .nav-link:last-child {
    padding-bottom: 20px;
  }

  #banner-section .caption h1 {
    font-size: 20px;
  }

  .get-started {
    padding-left: 7rem;
  }

  #banner-section .caption {
    right: 10%;
    left: 10%;
    bottom: 35%;
  }

  .navbar-brand svg {
    width: 110px;
  }

  #services-section h2 {
    font-size: 25px;
  }
   
  #services-section .custom-container {
     
    padding-bottom: 50px;
}
  #business-section {
    height:1000px;
  }

  .half-logo img {
    opacity: 0.4;
  }

  #business-section h2 {
    font-size: 25px;
  }

  #business-section .white-circle {
    z-index: 0;
    width: 330px;
    height: 330px;
    top: 2%;
    left: 9%;

    padding-left: auto;
    padding-right: auto;
  }

  #business-section .white-circle .written-img {
    width: 330px;
    height: 330px;
  }

  #business-section .white-circle .trasferancy-color {
    width: 330px;
    height: 330px;
  }

  .triangle-text {
    width: 95%;
    height: 160px;
    top: 33%;
    display: block;
  }

  .triangle {
    width: 100%;
    height: 40px;

    font-size: 14px;
  }

  .triangle::before {
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
  }

  .triangle1 {
    width: 100%;
    height: 40px;

    left: 0;
    top: 25%;
    font-size: 14px;
  }

  .triangle1::before {
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
  }

  .triangle1:after {
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
  }

  .triangle2 {
    width: 100%;
    height: 40px;
    left: 0%;
    top: 50%;
    font-size: 14px;
  }

  .triangle2::before {
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
  }

  .triangle2:after {
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
  }

  .triangle3 {
    width: 100%;
    height: 40px;
    left: 0;
    top: 75%;
    font-size: 14px;
  }

  .triangle3:after {
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
  }

  #business-section .business-circle {
    left: 5%;
    top: 50%;
  }

  .business-header {
    left: 11%;
  }

  .business-circle1 .business-header1 {
    left: 17%;
  }

  .business-circle2 .business-header2 {
    left: 17%;
  }

  .business-header h3 {
    font-size: 18px;
  }

  .business-header1 h3 {
    font-size: 18px;
  }

  .business-header2 h3 {
    font-size: 18px;
  }

  .sub-text {
    left: 12%;
    font-size: 14px;
    line-height: 30px;
    top: 29%;
  }

  .sub-text1 {
    left: 18%;
    font-size: 14px;
    line-height: 30px;
    top: 30%;
  }

  #business-section .business-circle1 {
    left: 5%;
    top: 59%;
  }

  #business-section .business-circle2 {
    left: 5%;
    top: 68%;
  }

  .startups-txtcolor h2 {
    font-size: 25px;
  }

  .startups-subheading {
    font-size: 16px;

    text-align: left;
  }

  .startups-content ul {
    font-size: 12px;
    margin-top: -20px;
    padding-top: 35px;

    padding-left: 25px;
    padding-bottom: 2px;
  }

  .startups-section .bold {
    padding-left: 30px;
  }

  .startups-content::before {
    left: -13px;
    top: -21px;
    height: 25px;
    width: 25px;
    background-color: #ff9900;
    border: 8px solid #fcddaf;
  }

  /*  */
  .consulting-txtcolor h2 {
    font-size: 20px;
  }

  .consulting-txtcolor h2 .font-regular {
    padding-right: 8px;
  }

  .consuling-text h2 {
    font-size: 30px;
  }

  .consuling-text1 {
    right: -5%;
  }

  .consuling-text1 h2 {
    font-size: 30px;
  }

  .consulting-content {
    font-size: 12px;
  }

  .consulting-subcontent ul {
    margin-left: 27px;
    font-size: 12px;
    margin-top: -40px;
  }

  /*  */
  #engagement-section h2 {
    font-size: 25px;
  }

  #engagement-section h2 {
    font-size: 20px;
  }

  #engagement-section .strategic .strategic-header h3 {
    margin-left: 10%;
    font-size: 12px;
  }

  #engagement-section .pink-circle {
    width: 15px;
    height: 15px;
  }

  #engagement-section .strategic ul li {
    letter-spacing: 0.5;
    font-size: 12px;
  }

  #happy-section h2 {
    font-size: 20px;
  }

  #happy-section {
    height: 414px;
  }

  #happy-section .carousel-inner {
    height: 414px;
  }

  #happy-section .subline-text {
    width: 100%;
  }

  .goodux p {
    font-size: 13px;
    padding-top: 8px;
  }

  #happy-section .subline-text h5 {
    width: 100%;
    margin-top: -25px;
    font-size: 16px;
  }

  #temp-loaction {
    height: 530px;
  }

  #temp-loaction .temp-color h2 {
    font-size: 25px;
  }

  #temp-loaction .temp-color .address {
    width: 95%;
    height: 190px;
  }
.social-link .fa{
  font-size: 20px;
  width: 20px;
}
  #footer-section {
    height: 80px;
  }

  #footer-section .logo {
    width: 40px;
  }

  .laabh-technology {
    right: 10px;
    font-size: 8px;
  }

  .round-circle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 10;
    right: 0;
    left: 0;
  }

  .round-circle img {
    width: 250px;
    height: 260px;
    padding-top: 10px;
  }

  .business-image {
    height: 300px;
    margin-left: 0;
  }

  .green-color {
    height: 300px;
  }

  .mul {
    font-size: 16px;
    width: 95%;
    height: 200px;
  }

  .carousel-indicators {
    left: 15px;
    bottom: 15%;
  }

  .laabh-text {
    font-size: 16px;
  }

  .location-text {
    font-size: 12px;
  }

  .no-text {
    font-size: 10px;
  }

  .bold-text {
    font-size: 8px;
  }
  
}

@media screen and (max-width: 356px) {
  #banner-section .caption h1 {
    font-size: 16px;
  }

  #banner-section .caption {
    right: 10%;
    left: 10%;
  }
}