body {
    font-family: Arial, sans-serif;
}

.navbar {
    background-color: #fff;
    color: #000;
    height: 100px;
    z-index: 20;
}
.navbar-brand img {
    max-width: 100%;
    height: auto;
    max-height: 80px; /* Adjust height as needed */
}
.navbar-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.navbar-nav li {
    margin-left: 10px;
}
.navbar-nav li a {
    color: #000;
    text-decoration: none;
    transition: background-color 0.3s;
}
.navbar-nav li a:hover {
    color: #0374d1;
    
}




.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    margin-top: 10px;
    margin-left: 2px;
    text-align: start;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown-toggle::after{
    display: none !important;
}

/* 
.tilted-line {
    position: absolute;
    top: 0;
    left: 500px;
    width: 100%;
    height: 80%;
    background-color: white;
    transform: rotate(150deg);
    transform-origin: 0 0; 
    z-index: 10;
} */



.section1 {
    text-align: center; /* Center align content horizontally */
    padding: 60px 0; /* Add padding for better spacing */
    background-color: rgba(0, 0, 0, 0.5); /* Add a semi-transparent background overlay */
    background-blend-mode: overlay; /* Blend the background overlay with the image */
    color: #ffffff; /* Set text color to white */
    background-image: url('../images/companyback-original.png'); /* Specify the background image URL */
    background-size: cover; /* Cover the entire section */
    background-position: center; /* Center the background image */
    object-fit: cover; /* Maintain aspect ratio */
    clip-path: polygon(
        0% 10%, /* top-left */
        100% 0%, /* top-right */
        100% 85%, /* bottom-right */
        0% 100% /* bottom-left */
      );
}


.section1 h1 {
    font-size: 58px; /* Adjust font size for mobile */
    margin-bottom: 20px; /* Adjust margin for spacing */
    line-height: 1.2;
   
}

.section1 h2 {
    font-size: 45px; /* Adjust font size for mobile */
    margin-bottom: 20px; /* Adjust margin for spacing */
    line-height: 1.2;
    color: #ccdbeb;
    
}

.section1 h3 {
    font-size: 28px; /* Adjust font size for mobile */
    margin-bottom: 20px; /* Adjust margin for spacing */
    color: #ccdbeb;
  
}

.section1 p {
    font-size: 16px; /* Adjust font size for mobile */
    margin-bottom: 20px; /* Adjust margin for spacing */
}
.section1 .row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn11{
    color: #fff !important;
    background-color: rgb(12, 69, 110) !important;
    border: 2px solid #fff !important;
    border-radius: 25px !important;
}
.btn11:hover{
    background-color: #43759F !important;
}

.section2 {
    padding: 0px;
    text-align: center;
    margin-bottom: 40px;
    background-color: #F0F0F0;
    
}
.card1{
    /* border: none; */
    box-shadow: 
  5px 0px 10px -5px rgba(0, 0, 0, 0.471), /* left shadow */
  -5px 0px 10px -5px rgba(0, 0, 0, 0.471), /* right shadow */
  0px 5px 10px -5px rgba(0, 0, 0, 0.471); /* bottom shadow */
    position: absolute;
    width: 100%; /* Ensure full width */
    top: -38%; /* Adjust the top position as needed */
}

.teamhead{
    position: absolute;
    width: 100%; /* Ensure full width */
    top: 70%; /* Adjust the top position as needed */
}

@media (max-width: 767px) {
    .card1{
        top: -7%; /* Adjust the top position as needed */
    }
    .teamhead {
        top: 97%; /* Adjust the top position for mobile view */
    }

    .section2{
        margin-bottom: 100px !important;
    }

    .section1{
        clip-path: polygon(
            0% 10%, /* top-left */
            100% 0%, /* top-right */
            100% 100%, /* bottom-right */
            0% 100% /* bottom-left */
          );
    }
}

.card-body{
    padding: 0rem 3.25rem 3.25rem 3.25rem !important;
}

.card-body1{
    /* padding: 0rem 3.25rem 3.25rem 3.25rem !important; */
    /* box-shadow: 1px 1px 18px 0px #033259 inset;
    -webkit-box-shadow: 1px 1px 18px 0px #033259 inset;
    -moz-box-shadow: 1px 1px 18px 0px #033259 inset;
     */
     padding: 10px 20px;
     border: 3px dashed #0c456e61 !important;
}
.card-title{
    margin-bottom: 30px;
}



.section3 {
    padding: 20px;
    text-align: center;
    margin-bottom: 15px;
    background-image: url('./images/aboutback3.png'); /* Specify the background image URL */
    background-size: cover; /* Cover the entire section */
    background-position: center; /* Center the background image */

}
.about-h1{
    color: #43759F;
    margin-top: 50px;
}
.about-h2{
    color: #43759F;
    margin-bottom: 30px;
}
.about-p{
    margin-bottom: 50px;
}




.div4 {
    padding: 20px;
    text-align: center;
    min-height: 50vh;
    background-image: url('../images/companybottomback.jpg'); 
    background-size: cover; /* Cover the entire section */
    background-position: center; /* Center the background image */
    background-attachment: fixed; /* Make the background image fixed while scrolling */

}
.section5 {
    padding: 0px;
    text-align: center;
    background-color: #fff;
}

.section5 .row {
    display: flex;
    justify-content: center;
   
}

.section6{
    background-image: url('../images/companypartnerback2.png'); 
    background-size: cover; /* Cover the entire section */
    background-position: center; /* Center the background image */
}










.our-team {
    padding: 30px 0 40px;
    margin-bottom: 30px;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    position: relative;
    box-shadow: 
    5px 0px 10px -5px rgba(0, 0, 0, 0.471), /* left shadow */
    -5px 0px 10px -5px rgba(0, 0, 0, 0.471), /* right shadow */
    0px 5px 10px -5px rgba(0, 0, 0, 0.471); /* bottom shadow */
  }
  
  .our-team .picture {
    display: inline-block;
    height: 130px;
    width: 130px;
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
  }
  
  .our-team .picture::before {
    content: "";
    width: 100%;
    height: 0;
    border-radius: 50%;
    background-color: #43759F;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 0.9;
    transform: scale(3);
    transition: all 0.3s linear 0s;
  }
  
  .our-team:hover .picture::before {
    height: 100%;
  }
  
  .our-team .picture::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #1369ce;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  
  .our-team .picture img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
  }
  
  .our-team:hover .picture img {
    box-shadow: 0 0 0 14px #000000;
    transform: scale(0.7);
  }
  
  .our-team .title {
    display: block;
    font-size: 18px;
    color: #43759F;
    text-transform: capitalize;
  }
  
  .our-team .social {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #1369ce;
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all 0.5s ease 0s;
  }
  
  .our-team:hover .social {
    bottom: 0;
  }
  
  .our-team .social li {
    display: inline-block;
  }
  
  .our-team .social li a {
    display: block;
    padding: 10px;
    font-size: 17px;
    color: white;
    transition: all 0.3s ease 0s;
    text-decoration: none;
  }
  

.card-76{
    height: 200px;
    background-color: rgba(61, 59, 62, 0.978) !important;
}

.card-78 {
    height: 200px;
    background-color: rgb(61, 59, 62) !important;
    align-items: center;
}
.card2{
    /* border: none; */
    box-shadow: 
  5px 0px 10px -5px rgba(0, 0, 0, 0.471), /* left shadow */
  -5px 0px 10px -5px rgba(0, 0, 0, 0.471), /* right shadow */
  0px 5px 10px -5px rgba(0, 0, 0, 0.471); /* bottom shadow */
    position: absolute;
    place-content: center;
    width: 100%; /* Ensure full width */
    top: -53%; /* Adjust the top position as needed */
}

.licensesh{
    box-shadow: 
    5px 0px 10px -5px rgba(0, 0, 0, 0.471), /* left shadow */
    -5px 0px 10px -5px rgba(0, 0, 0, 0.471), /* right shadow */
    0px 5px 10px -5px rgba(0, 0, 0, 0.471); /* bottom shadow */
}