.col-sm-4 button{
    border: 2px solid blue;
    margin-bottom: 7px;
}
    .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;
}
.d-grid button{
    display: block; 
    width:100%;
    border:1px solid #4863A0;
    text-decoration: none;

}

.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:19.5px;
}
#tutorial-heading{
    font-size:32px;
}
#tutorial-subheading{
    font-size:25px;
}
ul,li{
    font-size:19.5px;
}
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;
}
}


      .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:200px;; 
              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;
              }
              .footer-logo{
                  text-align:center;
              }
              .button {
                  padding: 6px 6px;
                  margin-right: 10px;
                  font-size: 12px;
                  background-color: white;
                  color: #242145;
                  border: 2px solid #242145; 
                  border-radius: 5px;
                  cursor: pointer;
                }

            }
            .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;
  }


ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: white;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #090e59;
  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: #fff;
  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: #090e59;
}
.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;
}
.wide-button {
    border:none;
  width: 100%; 
  font-size:20px;
  border-bottom:3px solid #242145;
}
.wide-button:hover {
  background-color:#242145;
  color:white;
}
.col-md-3{
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.wide-button.selected
{
    color:white;
    background-color:#242145;
}
h1{
    margin-left:5px;
}