body {
    font-family: 'Raleway', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.header {
    border-bottom: 1px solid #E2E8F0;
    background: #ffffff;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
}

.hamburger {
    display: none;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #101010;
}

.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 7rem;
    margin-left: 0px;
}

.logo-container {
    margin-left: 7rem;
}

.nav-item {
    margin-left: 5rem;
}

.nav-link {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.nav-link:hover {
    color: #69598f;
}

.hero {
    display: flex;
    flex-direction: column;
    background-image: url("../images/1a.jpg");
    height: 100vh;
    align-self: center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    justify-content: center;
}

.text {
    font-size: 1.4rem;
    color: white;
    text-align: left;
    margin-left: 600px;
}

.text h1 {
    display: block;
    margin-bottom: 20px;
}

.text p {
    display: block;
    margin-bottom: 20px;
}

.btn-1 {
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 20px;
    background-color: #69598f;
    color: white;
    text-decoration: none;
    border-radius: 2px;
}

:root {
    --bs-gutter-x: 0;
}

.row-height {
    display: flex;
}

.pr0{
    padding-right: 0;
}

.col-custom {
    border: 1px solid blanchedalmond;
}

.img-box {
    display: inline-flex;
    width: 100%;
    height: 100%;
}

.img-box img {
    object-fit: cover;
}

.about-text {
    background-color: #69598f;
}

#text {
    margin-left: 200px;
}

.btn-2 {
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 20px;
    background-color: white;
    color: #69598f;
    text-decoration: none;
    border-radius: 2px;
}

.about-text h1 {
    margin-bottom: 30px;
}

.about-text p {
    margin-top: 30px;
}

#mission {
    margin-top: 30px;
}

.about-text a {
    display: inline-block;
    margin-top: 20px;
}

.bg-color{
    background-color: #69598f;
}

.custom-height .icon-cont {
    height: 200px; /* Adjust the height as needed */
    padding:0px 160px;
}
.integrity{
    padding-left: 180px;
}
.innnovation{
    padding-left:90px;
    padding-right:100px;
}
.team-work{
    padding-right:90px;
}
.awesome{
    margin-left:300px;

}

.bg-image {
    background-image: url("../images/services-image.jpg");
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    /* Adjust the transparency here */
    position: absolute;
    top: 60px;
    bottom: 60px;
    left: 0;
    right: 120px;
}
.bg-image .overlay .container .row .col-md-6 h4 {
    /* Your styles here */
    color:#69598f
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Align text to the top */
    height: 100%; /* Ensure the card body takes full height */
}
.card {
    border:none;
  }

  .blue-box-content{
    margin-top: 300px;
    margin-left:200px;
  }

  .blue-box-content h1{
    margin-bottom: 40px;
  }
  .blue-box-content p{
    margin-bottom: 40px;
  }
  .blue-box-content a{
    margin-bottom: 40px;
  }

.card-title{
    color:#69598f;
}
  .footer-underline{
    list-style: none;
    text-decoration: none;

}
  
.footer-underline span{
    color:#69598f
}
.footer{
    background-color:  #151a20;
    text-decoration: none;
}
.footer-underline {
    display: flex;
    flex-direction: row;
    align-items: center; /* Align items vertically */
    justify-content: space-between;
}

/* Styling for the horizontal rule */

.footer h4{
    color:#69598f;
}
.links {
    text-decoration: none;
}
.btn-3{

    padding:5px 42px;
    color: #fff;
    background-color: #69598f;
    border: 1px solid #69598f;
}
.subscribe-button{
    margin-top:30px;
    display: inline-block;
}
.footer-col {
    margin-top: 20px; /* Adjust this value as needed */
}



a {
    color: white; /* or specify the color you want, e.g., color: black; */
}



.icons a {
    display: inline-block; /* Make the icons display inline */
    width: 30px; /* Adjust the width as needed */
    margin-right: 10px; /* Add margin between icons */
    margin-top:20px;
}


.footer-rule {
    height: 2px;
    border: none;
    margin: 20px 0; /* Adjust margin as needed */
    width: calc(100% - 400px); /* Adjust as needed */
    margin-left: auto;
    margin-right: auto;
}
.copy-rights{
    margin-left:150px;
}
.powered-by{
    margin-right: 150px;
}

.breadcrumb{
    font-size: 16px;
    padding: 8px;
    background-color: #69598f;
}
.breadcrumb-text{
    margin-left:300px;
}

.breadcrumb-1{
    font-size: 16px;
    padding: 8px;
    background-color:#e3dfe0;  

}
.breadcrumb-text-1 a{
    color:#69598f;
}
.breadcrumb-text-1{
    margin-left: 300px;
}

#services h1{
    color:#69598f;
    

}
.know-more {
    display: inline-block; /* Set to inline-block */
    width: 110px; /* Set a fixed width */
    padding: 2px; /* Adjust padding as needed */
    text-align: center;
    background-color: #69598f;
    color: white;
    border-radius: 3px; /* Add border-radius for rounded corners */
    margin-left:15px;
}

.contact-heading h1 {
color:#69598f;
}
.contact h5{
    color:#69598f;
}
.contact-us h1{
    color:#69598f;
}
.custom-img{
    max-width: 100%;
}


/* Review's  Scetion Style  */


@import url(https://fonts.googleapis.com/css?family=Roboto:300,400);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);



.reviews-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: white;
  text-align: center;
}

.snip1533 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #9e9e9e;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  margin: 35px 10px 10px;
  max-width: 310px;
  min-width: 250px;
  width: calc(33.33% - 20px); /* 3 cards in a row with 20px gap */
  background-color: #e5e5e5;
  border-radius: 5px;
  border-top: 5px solid #69598f;
  flex: 1; /* grow to fill container */
  box-sizing: border-box; /* Include padding and border in width calculation */
}

.snip1533 *,
.snip1533 *:before {
  box-sizing: border-box;
  transition: all 0.1s ease-out;
}

.snip1533 figcaption {
  padding: 13% 10% 12%;
  position: relative;
}

.snip1533 figcaption:before {
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: #d2652d;
  content: "\f10e";
  font-family: 'FontAwesome';
  font-size: 32px;
  font-style: normal;
  left: 50%;
  line-height: 60px;
  position: absolute;
  top: -30px;
  width: 60px;
}

.snip1533 h3 {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  margin: 10px 0 5px;
}

.snip1533 h4 {
  font-weight: 400;
  margin: 0;
  opacity: 0.5;
}

.snip1533 blockquote {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 20px;
}
.btn-4{
    background-color: #3c3c3c;
    color:whitesmoke
}

/* Mobile view */
@media (max-width: 768px) {
  .snip1533 {
    width: calc(50% - 20px); /* 2 cards in a row for mobile view */
  }
}

@media only screen and (max-width: 768px) {
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 6rem;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        border-radius: 10px;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-item {
        margin: 2rem 0;
    }

    .logo-container {
        margin-left: 0;
    }

    .hamburger {
        display: block;
        cursor: pointer;
    }

    .about-text {
        margin-left: 0;
        padding-left: 0;
        margin-right:-200px;
    }

    #text {
        font-size: 1.2rem;
        margin-left: 20px;

    }

    .btn-2 {
        font-size: 14px;
    }
    .awesome{
        margin-left:20px;
    }
    .custom-height .icon-cont{
        padding: 0;
    }
    .integrity{

        padding:0;
        font-size:14px;
     

    }
    .integrity br{
        display:none;
    }
    .innovation{
       padding:0;
       font-size:14px;
    }
    .innovation br{
            display:none;
        }
    
    .team-work{
        padding:0;
        font-size:14px;
    }
    .team-work br{
        display:none;
    }
    .icon-cont img {
        width: 50px; /* Adjust the width of the icons as needed */
        height: auto; /* Maintain aspect ratio */
        margin-right:10px;
    }
    
    .card {
        border:none;
      }



.card {
    border:none;
  }
  .bg-image-txt{
    
  }

  .footer-underline p,
    .footer-underline a {
        font-size: 14px;

    }
    .footer-underline {
        display: flex;
        flex-direction: column;
        align-items: center; /* Center align the content */
        text-align: center; /* Center align the text */
    }

    .footer-underline p {
        margin-bottom: 10px;
    }

    .breadcrumb{
        font-size: 14px;
        padding: 8px;
        background-color: #69598f;
    }
    .breadcrumb-text{
        margin-left:0;

}
.breadcrumb-1{
    font-size: 14px;
    padding: 8px;
    background-color:white;  

}

.breadcrumb-text-1{
    margin-left: 0px;
}
}




  
@media (max-width: 576px) {
    .text {
        font-size: 1rem;
        margin-left: 10px;
    }

    .text h1 {
        font-size: 1.8rem;
    }
}
