html, body {
 
  margin: 0;
}

body {
  background: linear-gradient(to bottom, #C6E9FB, #F0FAFF);
  /* You can adjust the colors (#ffcc00 and #ff3300) to your preference */
  padding: 0;
  margin: 0;
}

h1 , h3 ,h4{
  color:#0b158b;
}

.logo-img{
  margin-left:-35px;
  margin-top:-15px; 
  margin-bottom:-65px; 
}

.navbar-nav {
      display: flex;
      jUstify-content: center;
      padding: 0;
      margin: 0;
   }
.nav-contents-div {
    display: flex;
    align-items: center;
}
.pad{
    margin-bottom:5px;
}
@media (min-width: 768px) {
.logo-img{
  margin-left:-35px;
  margin-top:-15px; 
  margin-bottom:-65px; 
}
}
@media (min-width: 991px) {
.inbtn{
display:none; 
}
}
@media (max-width: 991px) {
.outbtn{
display:none; 
}
}

.navbar-brand.abs
    {
        position: absolute;
        width: auto;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .main-heading{
      margin-top:70px;
    }  
    .line-container {
      position: relative;
      width: 100%; /* Adjust width as needed */
      height: 90vh; /* Adjust height as needed */
    }

    .line {
      position: absolute;
      top: 0; /* Positioning the line in the middle vertically */
      right: 0;
      width: 70%; /* Line length */
      height: 1px; /* Line thickness */
      background-color: #366076; /* Line color */
      color: black;
      transform-origin: bottom right;
      transform: translateY(50%) rotate(-45deg); /* Rotating the line */
      border-radius: 5px solid red;
      
    }

    .line::after {
      border-bottom-left-radius: 50px;
    }
    

    @media only screen and (min-width: 1517px) {
    .nav-ul{
      padding-left:25% !important;
     }
    }
  
    @media only screen and (max-width: 1517px) {
    .nav-ul{
      padding-left:16% !important;
     }
    }
    
    .prefooter {
      height:295px;
      color: #0c0c0c;
      /* background-color: #616063; */
      background-color: #dccff731;

      padding: 20px 0;
      width: 100%;
    }    
    .footer {
      background-color: #333;
      color: #fff;
      padding: 20px 0;
      margin-bottom: 0 !important;
      position: relative;
      bottom: 0;
      width: 100%;
    }
    .banner-img{
      width:100%;
      
    }
    .footer-img{
      width:100%;  
      margin-top:-130px;
      margin-bottom:-15px;
    }
    .card-mid{
        background-color:#f4f9f9;
        border-radius:9px;
        height:210px;
        padding:30px;
        margin:3px;
    }
    .red-heading{
        color:red !important;
    }