.similarcompany{
    font-size: 17px;
    text-align: center;
    margin-top: 7px;
    font-weight: 600;
}
.col-md-2 .card{
    max-width: 75%;
    height: 175px;
    margin-left:12.5px;
}
.form-container{
    display:none;
    margin-top:30px;
}
.col-sm-4 button{
    border: 2px solid blue;
    margin-bottom: 7px;
}
.d-grid button{
    display: block; 
    width:100%;
    border:1px solid #4863A0;
    text-decoration: none;

}
    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23090e59' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
    }
    .nav-link:focus, .nav-link:hover {
    color: #090e59 !important;
   }
   .navbar-dark .navbar-nav .nav-link {
    color: #090e59 !important;
}

.card {
  border: 6px solid white;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.container-fuid{
    width:90%;
}
.carousel-inner{
    height:335px;
}
.new-col{
    height:280px;
    overflow: auto;
}
#gray{
    border:1px solid LightGray;
}
#new-row{
   border: 2px solid blue;
}
.main-body{
     margin-top:75px;
}
#tutorial-content{
        font-size:15px;
}
#tutorial-heading{
    font-size:28px;
}
#tutorial-subheading{
    font-size:22px;
}
ul,li{
    font-size:15px;
}
a{
    cursor:pointer;
    text-decoration:none;
}
a:hover { text-decoration: none; }
#heading{
    font-weight:500;
}
.dropdown:hover .dropdown-menu {display: block;}

    .dropdown-menu{
          display: none;
          position: absolute;
          min-width: 620px;
          box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
          z-index: 1;
          height:250px;
          overflow:scroll;
    }
    .d-grid a{
        display:table;
    }
    .dropdown-menu a{
        
    }
    .nav-item a{
        font-size:17px;
    }
    .list-group a{
        text-align:center;
        font-size:18px;
    }
.container-fluid p{
    font-size:18px;
}
h1{
    font-size:26px;
}
.card{
    border-radius: 10px;
    transition: 0.5s;
}

.navbar {
    background-color: white !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  .main-body{
     margin-top:75px;
  }
.row
{
    margin-left: 10px;
    margin-right: 10px;  
}
  .card{
           margin-bottom:15px;
       }
    .form-inline input{
      padding-right:210px;
      padding-left:10px;
      }
      .form-control{
        float:left;
        padding-right: 30px;
      }

   .carousel{
       margin-top:140px;
   }
  .carousel-item img
  {
      height: 400px;
      width: 100%;
  
  }
  .carousel-control-next-icon{
  height:30px;
  width:30px
  }
  .carousel-control-prev-icon{
  height:30px;
  width:30px
  }
  .carousel-caption
  {
      color:black;
      float:left;
      font-family:red;
  
  }
 
  
  
  
     .scroll-images {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        }

        .scroll-images::-webkit-scrollbar {
            -webkit-appearance: none;
        }

        .scroll-images::-webkit-scrollbar-thumb {
            -webkit-appearance: none;
        }

            a{
                text-decoration: none;
            }
            
/* --Added Codes -----*/

.toggled {
  overflow-x: hidden;
}

.list-group {
  height: 100vh;
  overflow-y: scroll;
}

/*-------------------*/

@media only screen and (min-width: 1000px) {
  /* For large screens: */
  .main-bodys {margin-right: 30px; margin-left: 30px}
}
@media only screen and (max-width: 600px) {
  col-md-5 {
    height: 250px;
  }
  .d-grid button{
    display: block; 
    width:45%;
    border:1px solid #4863A0;
    text-decoration: none;
  }
  .text-right {
    text-align: center !important;
   }
}





        .inline-element1 {
        display: inline-block;
        /* Add any other styling you need */
    }
    .form-select{
        border:3px solid black;
        height: 40px;
        position:absolute;
        margin-top: 8px;
        margin-left:10px;
        font-weight:500;
    }
     .unique-image-container {
      display: flex;
      flex-wrap: wrap;
    }
    
    .unique-image {
      width: 25%; 
      padding: 5px;
    }
    
    .unique-image img {
      width: 100%;
      height: auto;
      cursor: pointer;
    }
    
    @media (max-width: 768px) {
      .unique-image {
        width: 50%;
      }
    }

      .commentUl li{
         font-size:16px;
      }
    .input-group-append{
        margin-top:-13px!important;
        border-radius:7px;
        margin-left: 5px;
    }
    .input-group-append button{
        border-radius:10px;
        font-size:15px;
    }
    .input-group input{
        border:2px solid black!important;
    } 
    .qna .input-group{
        width:100%;
    }
#profile-upper {
      position: relative;
      box-shadow: 0 4px 8px -2px rgba(0,0,0,0.5);
    }
    #profile-d {
      position: absolute;
      left: 59px;
      bottom: 0px;
      right: 0px;
      height: 180px;
      z-index: 2;
    }
    #boldHeading{
    font-size: 19px;
    font-weight: bold;
    }
    .col-md-6 .row{
        margin-left:0px;
        margin-right:0px;
    }
    .col-md-6{
        margin-left:0px!important;
    }
    #company-para{
        font-size:15px;
        font-weight:490;
    }
    #profile-banner-image {
      height: 120px;
      overflow: hidden;
      z-index: 1;
    }
    
    #profile-banner-image img {
      width: 100%;
      margin-top: -20%;
    }
    
    #profile-pic {
      width: 109px;
      height: 109px;
      border-radius: 3px;
      margin-top: 120px;
      overflow: hidden;
      box-shadow: 0 4px 8px 5px rgba(0,0,0,0.5);
    }
    
    #profile-pic img {
      width: 100%;  
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); 
    }
    

    /* Content area */
    #main-content {
      padding: 0px 0px 0px 21px;
      
    }
    #main-content :a{
      color:black;
    }
    .td {
    display: inline-block;
    margin-right: 20px; 
    font-size: 20px;
    font-weight:600;
     }
     .profile-Item-I{
        box-shadow: 0 4px 8px 5px rgba(0,0,0,0.5);
     }
     #profile-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-left:160px;
        padding-right:20px;
        font-size:32px;
        font-weight:bold;
        margin-bottom:10px;
      }
    
      #u-name {
        margin-right: auto;
        margin-top:2px;
      }
        
          .td.selected {
            background-color: #242145; 
            color: white; 
            padding-left:5px;
            padding-right:5px;
            height: 42px;
            padding-top: 4px;
          }
          .td.selected a{
              color:white;
          }
         h1{
             font-size:26px!important;
         }
         h2{
             font-size:22px;
         }
         .btn {
            font-size: 17px !important;
            font-weight: bold;
            padding: 5px;
            border: 3px solid;
            margin-top: 8px;
            }
          @media  only screen and (max-width: 600px) {
            #profile-container {
               font-size:18px;
               margin-left:70px;
            }
            .footer-logo{
               text-align:center;   
            }
            #profile-button {
               font-size:20px;
            }
            #profile-d{
               left: 11px;
            }
            #profile-banner-image {
              height: 85px;
            }
            #profile-pic{
                width: 73px;
                height: 74px;
                border-radius: 8px;
                margin-top: 136px;
                overflow: hidden;
            }
            ul{
                margin-left: -48px;
            }
            .td-menu li.dropdown {
                display: block;
                text-align:center;
            }
         .btn {
            font-size: 12px !important;
            padding: 5px;
            border: 2px solid;
            margin-top: 8px;
            }
            .td{
                font-size:15px;
            }
          }

ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: relative;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 15px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 17px;
  color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #090e59;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #090e59;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}


.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 8px;
}
.footer-widget ul li a:hover{
  color: #090e59;
  font-weight:700;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
  text-decoration:none;
  font-size:17px;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: white;
  border: 1px solid #2E2E2E;
  color: black;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background:#090e59;
    color:white;
    padding: 15px 20px;
    border:none;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 25px 0;
}
.copyright-text p {
  margin:0;
  font-size:16px;
  text-decoration:none;
  color: #878787;
}
.copyright-text p a{
  color: #090e59;
  font-size:18px;
  text-decoration:none;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #090e59;
  font-weight:700;
}
.footer-menu li a {
  font-size: 17px;
  color: #878787;
  text-decoration: none;
}
.footer-logo span{
    color:#090e59;
    font-size:35px;
    font-weight:700;
}
#spanh3{
  color: #090e59;
  font-size:25px;
}
.navbar-nav a:hover{
    color:white;  
}

.navbar{
    background-color:white !important;
}
.dropdown-menu{
    background-color:#090e59 !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width:300px!important;
}
.dropdown-menu::-webkit-scrollbar {
        display: none;
      }
      .col-md-4{
          text-color:white;
      }
        .card-img {
          border-bottom-left-radius: 0px;
          border-bottom-right-radius: 0px;
          height:100px;
        }
        .carousel-item img {
            height: 238px !important;
            width: 100% !important;
        }
        .card-title {
          margin-bottom: 0.3rem;
        }
        
        .cat {
          display: inline-block;
          margin-bottom: 1rem;
        }
        
        .fa-users {
          margin-left: 1rem;
        }
        
        .card-footer {
          font-size: 0.8rem;
        }
        .carousel-inner {
            height: 100% !important;
        }
        .carousel-control-icon{
           color:black !important;   
        }
        .blog-post {
              display: flex; /* Use flexbox for layout */
              align-items: center; /* Center align items vertically */
            }
            .blog-image {
              width: 40%; 
              height: auto; 
              margin-right: 5px; 
            }
            .blog-content {
              width: 60%; 
              padding:10px;
            }
            .blog-heading {
              font-size: 21px; 
              font-weight: bold;
              color: #333; 
            }
            .blog-content p {
              font-size: 17px; 
              color: #666; 
            }
               .button {
                  padding: 8px 8px;
                  margin-right: 10px;
                  font-size: 15px;
                  background-color: white;
                  color: #242145;
                  border: 2px solid #242145; 
                  border-radius: 5px;
                  cursor: pointer;
                }
                .button:hover {
                  background-color: #242145; 
                  border-color: #242145; 
                  color:white;
                }
            article{
                margin-top:10px;
                box-shadow: 0px 12px 24px 0px rgba(0,0,0,0.3); 
                border-radius:15px;
            }
            @media (max-width: 768px) {
              .blog-content p {
                display: none;
              }
              
              .container-fluid{
                padding-right: 1px;
                padding-left: 1px;
              }
              .button {
                  padding: 6px 6px;
                  margin-right: 10px;
                  font-size: 12px;
                  background-color: white;
                  color: #242145;
                  border: 2px solid #242145; 
                  border-radius: 5px;
                  cursor: pointer;
                }
                .footer-menu{
                    text-align:center;
                    margin-left:0px;
                }
                .footer-menu li {
                  margin-left: 0px;
                  margin:5px;
                }
            }
            .col-lg-4{
                margin-top:6px;
            }
            #subheading{
              font-size:27px;
              margin-top:7px;
            }
       .carousel-control-prev-icon,
      .carousel-control-next-icon {
        background-color: black;
      }

.box-right-side {
  width: 200px;
  height: 300px;
  background-color: #f0f0f0;
  overflow: hidden;
  position: relative;
}

#linkList {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  animation: moveUp 40s linear infinite; /* Adjust the speed here */
}
#linkList:hover{
    animation-play-state: paused;
}
@keyframes moveUp {
  0% { transform: translateY(0%); }
  100% { transform: translateY(90%); } /* Adjust this value to create a seamless loop */
}

#linkList li {
  margin-bottom: 10px; 
}

#linkList li a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 5px;
  font-size:13px;
  font-weight:700;
  background-color: #fff;
  border-radius: 5px;
  transition: background-color 0.3s;
}

#linkList li a:hover {
  background-color: #ddd;
}

.d-grid a{
    color:white !important;
    text-color:white !important;
    font-family: system-ui;
    
}
.square-list {
    list-style-type: none;
    padding: 0;
  }
  .square-list li {
    margin-bottom: 4px;
    padding-left: 20px;
    position: relative;
    color:white;
    cursor:pointer;
  }
  .square-list li:hover{
      color:#f0abf5;
  }
  
.square-list li a{
    color:white;
    font-size:18px;
  }
 .square-list li a:hover{
    color:#f0abf5;
  }
  .square-list li:before {
    content: "\25A0"; /* Square character */
    position: absolute;
    left: 0;
  } 
