
body, html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
a{
  text-decoration: none !important;
}
.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev,
.carousel-control-next {
  top: 50%;
  transform: translateY(-50%);
  width: 60px; 
  height: 60px;
background-color: transparent;
  border: none;
}
/* start nav */
.navbar {
  background-color: #3956D7;
}
.navbar a.navbar-brand img{
  height: auto;
  width: 250px;
  max-width: 100%;
}
.navbar-nav .nav-link {
  font-size: 20px !important;
  padding: 10px 15px !important;
  display: inline-block !important;
  text-decoration: none !important;
  color: #fff !important;
  font-weight: bold;
}
.navbar-nav .nav-link:hover {
  color: #c8ee7e !important;
  transition: 0.4s;
}
/* start welcome section */
.welcome{
  padding-top: 30px;
}
.welcome h2{
  color: #3956D7;
}
.welcome span{
  font-weight: bold;
}
.welcome span.mind-main{
  color: #c8ee7e;
  font-size: 40px;
}
/* start Our Services */
.our-services{
  padding-top: 30px;
}
.our-services img{
  max-width: 100%;
}
.image-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.image-container img {
  width: 100%;
  height: auto;
  display: block;
}

.service-btn {
  position: absolute;
  top: 65%;   
  left: 65%; 
  transform: translate(-50%, -50%);
  background-color: #c8ee7e;
  color: #3956D7;
  padding: 12px 40px;
  font-size: 25px;
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .service-btn {
    font-size: 4vw;
    padding: 8px 8px;
    margin-top: 8px;
  }
}

.service-btn:hover {
  background-color: #3956D7 !important;
  color: #fff !important;
  transition: 0.4s !important;
}
/* start my projects */
.our-projects{
  padding-top: 30px;
}

.image-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.image-container img {
  width: 100%;
  height: auto;
  display: block;
}

.project-btn {
  position: absolute;
  top: 70%; 
  left: 25%; 
  transform: translate(-50%, -50%);
  background-color: #3956D7;
  color: #c8ee7e;
  padding: 12px 40px;
  font-size: 25px;
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .project-btn {
    font-size: 4vw;
    padding: 8px 8px;
    margin-top: 6px;
  }
}

.project-btn:hover {
  background-color: #fff !important;
  color: #3956D7 !important;
  transition: 0.4s !important;
}

/* start What We Do */
.What-we-do {
  padding-top: 30px;
  background-color: #f8f9fa;
}
@media (max-width: 767px) {
  .What-we-do {
    text-align: center;
  }
}

.What-we-do h2 {
  text-align: center;
  color: #3956D7;
  font-size: 60px;
  font-weight: bold;
  padding-bottom: 60px;
}
.What-we-do .two{
  margin-top: 40px;
  margin-bottom: 40px;
}
.What-we-do .row .number {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  background-color: #3956D7;
  color: #fff;
  margin-bottom: 30px;
  border-radius: 50%;
  margin-top: 10px;
}
.What-we-do .row .number span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.What-we-do .row h3 {
  font-size: 28px;
  font-weight: bold;
  color: #3956D7;
  margin-bottom: 1rem !important;
}
.What-we-do .row p{
    font-weight: 400;
    font-size: 18px;
    color: #7c7c7d;
    padding-bottom: 60px;
}
.What-we-do .title{
  font-weight: bold;
  font-size: 20px;
  color: #3956D7;
}

.What-we-do img {
  max-width: 100%;
}
.What-we-do .row .two {
  margin-top: 50px;
}
/* start my-projects */
.my-projects{
  padding-top: 30px;
  padding-bottom: 15px;
}
.my-projects h2{
  text-align: center;
  color: #3956D7;
  font-size: 60px;
  font-weight: bold;
  padding-bottom: 60px;
} 

/* start about us */
.about-us{
  padding-top: 30px;
}
.about-us img{
  max-width: 100%;
}
/* start our partners*/
.our-partners{
  padding-top: 30px;
}
.our-partners .carousel-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; 
}
.our-partners .carousel-item img {
  max-width: 100%; 
  height: 500px;
  margin: 0 auto;
}
.our-partners h2 {
  text-align: center;
  color: #3956D7;
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 40px;
}
/* start footer */
.footer {
  background-image: url('../images/Contact\ Us\ Background.png'); 
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
  padding-top: 30px;
  padding-bottom: 50px;
}
.footer h2 {
  color: #fff;
  font-size: 100px;
  font-weight: bold;
  margin-bottom: 45px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .footer h2 {
    font-size: 55px;
    text-align: center;
  }}
.footer h3{
  font-size: 35px;
  color: #c8ee7e;
}
.foots {
  color: #fff;
  font-weight: 400;
  font-size: 22px;
  display: block;
  padding-left: 32px;  
  position: relative;
  margin-bottom: 10px;
  line-height: 1.6;
  max-width: 400px;
  text-indent: -15px; 
}

.foots::before {
  content: "•";
  color: #c8ee7e; 
  margin-right: 8px;
  font-size: 30px;
  font-weight: bold;
}

.footer p{
  color: #fff;
  font-weight: 400;
  font-size: 22px;
}
.footer-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25vh;
  padding: 0;
  margin: 0;
}

.footer-icons li {
  display: inline-block;
  margin-right: 15px;
}

.footer-icons li a {
  display: inline-block;
  padding: 8px;
  border-radius: 50%;
  transition: 0.4s;
}

.footer-icons li a:hover {
  background-color: #c8ee7e;
}

.footer-icons li a img {
  width: 50px;
  height: 50px;
  display: block;
  transition: 0.4s !important
}

.footer .links{
  margin-left: 60px !important;
}
@media (max-width: 767px) {
  .footer .links {
    margin-left: 20px !important;
  }}
.footer a {
  display: block;
  font-weight: 400;
  font-size: 25px;
  color: #fff;
}
.footer a:hover{
  color: #c8ee7e;
  transition: 0.4s !important
  
}

/* start copyright */
.copyright {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.copyright p {
  font-weight: 400;
  font-size: 15px;
  color: #7c7c7d;
}
.copyright a {
  text-decoration: none;
  color: #3956D7;
}
.copyright i {
  color: #dc3545;
}
.copyright span{
  color: #3956D7;
  font-size: 18px;
}