
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;1,200&family=Poppins:wght@300&display=swap');

.course-list {
  flex-basis: 50% !important;
  list-style-type: none !important;
  padding: 0;
}
.disclaoimer{
  color:#19357B;font-family:sans-serif;font-size:18px;line-height:35px;letter-spacing:3px; text-align: justify;font-weight:500;margin:0px 20px

}
/*@media (max-width:900px) {*/
/*    .disclaoimer {*/
        font-size: 16px !important; /* Adjust font size for smaller screens */
        line-height: 30px !important; /* Adjust line height accordingly */
/*        padding: 0px 20px !important;*/
/*        text-align: left !important;*/
/*        margin:0px 10px !important;*/
        
/*    }*/
/*}*/

/* marque */
.marquee {
    width: 100%;
    overflow: hidden;

    color: white;
    position: relative;
    background:#201E52;
    font-size: 25px;
    line-height: 2em;
    
}

.marquee:before {
    content: 'News';
    position: absolute;
    top: 0;
    bottom: 0;
    background: #000;
    z-index: 1;
    padding: 0 0.5em;
}

.marquee ul {
    visibility: hidden;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    white-space: nowrap;
    display: inline;

}

.marquee li {
    padding-left: 1em;
    text-indent: -1em;
    display: inline;
    font-family: 'EB Garamond', sans-serif !important;
}

.marquee li:before {
    content: " ";
    padding-right: 5px;
    width: 1em;
    height: 1.4em;
    display: inline-block;
    width: 100px;
    /* background: url("https://tinypic.host/images/2023/05/14/ModernXP-73-Globe-icon1.png") no-repeat center; */
    background-size: 1em;
    position: relative;
    bottom: -0.3em;
    margin-right: 1em;
    opacity: 0.6;
    font-family: 'EB Garamond', sans-serif !important;
}
/* marque */
/* documents start */
.documentclass{
color:#19357B !important;
font-weight: bold;
}
 @media screen and (max-width: 600px) {
    .documentclass {
      text-align: center; /* Center text for smaller screens */
      margin:0px 20px;
    }
  }
  
  
/* document end */
.document-style{
  color:#EFA41C;font-size:18px;letter-spacing:1.5px
}
/* Collapsible Closed */
details {
    max-width: 960px;
    margin: 1rem auto;
    padding: 1.5rem;
    background-color: white;
    border-radius: 1rem;
    box-shadow: 0 .25rem 1rem rgba(0, 0, 0, 0.1);
  }
  
  details summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    margin-bottom: 0;
    transition: margin-bottom .4s;
    position: relative;
    color:#19357B;
    font-family: 'poppins', sans-serif;
    letter-spacing: 2px;
 
  }
  .summary-li{
    color: #000;
    font-size: 16px;
    line-height: 30px;
    font-family: Roboto, sans-serif;
    /* letter-spacing: 2px; */
  }
  /* Disable browser default marker */
  summary::-webkit-details-marker,
  summary::marker {
    content: "";
    display: none;
  }
  /* structure */
  /* Custom marker */
  summary::after {
    content: "+";
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    margin-right: 1rem;
    cursor: pointer;
    background-color: rgba(0, 0, 255, 0.1);
    padding: .75rem;
    display: grid;
    place-content: center;
    aspect-ratio: 1;
    line-height: 0;
    position: absolute;
    top: -.5rem;
    right: -1.5rem;
    border-radius: 50%;
  }
  
  *:not(summary) {
    animation-name: fade;
    animation-duration: .4s;
  }
  
  /* Collapsible OPEN */
  details[open] summary {
    margin-bottom: 1.5rem;
  }
  
  details[open] summary::after {
    content: "−";
  }
  
  @keyframes fade {
    0% {
        opacity: 0;
    }
  
    100% {
        opacity: 1;
    }
  }
    /* structure */
    /* ready to start */
    .container-req {
        display: flex;
        flex-wrap: wrap;
        margin:50px
      }
      
      .image {
        flex: 0 0 30%;
        max-width: 30%;
        padding: 0 10px;
       
      }
      
      .image img {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
      }
      
      .content {
        flex: 0 0 70%;
        max-width: 70%;
        padding: 0 10px;
      }
      @media (max-width: 768px) {
        .container-req {
          flex-direction: column;
        }
      
        .image,
        .content {
          flex: 0 0 100%;
          max-width: 100%;
        }
      }
          /* /* ready to start */
          .line-height-para{
line-height: 28px;
letter-spacing: 1px;
font-size:17px;
/* color:#757575; */
font-family: sans-serif;
          }
          /*-------------------------------- about page -------------------------------*/
          /* @import url('https://fonts.googleapis.com/css2?family=Be+Vietnam:ital,wght@0,300;0,500;0&display=swap'); */

:root {
    /* Colors by color */
    --grey: 45, 55, 72;
    --greyText: 219, 219, 219;

    --red: 229, 62, 62;
    --redText: 255, 230, 230;

    --green: 72, 187, 120;
    --greenText: 198, 246, 213;

    --blue: 66, 153, 225;
    --blueText: 190, 227, 248;

    --yellow: 236, 201, 75;
    --yellowText: 254, 252, 191;

    /* Colors by function */
    --color: var(--grey);
    --textColor: var(--greyText);

    /* Other Stuff */
    --alertBorderRadius: 20px;
    --alertGlareDelay: 0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



.wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 70%;
    /* padding: 50px; */
    /* background:green; */
}




.alert {
    width: 90%;
    background: linear-gradient(-45deg, rgba(var(--color), 0.22), rgba(var(--color), 0.25)), ;

    color: rgba(var(--textColor), 1);
    font-weight: 300;
    line-height: 1.65em;
    letter-spacing: 1.5px;
    border-radius: var(--alertBorderRadius);
    position: relative;
    transition: transform .3s ease;
    z-index: 1;
}


/* Shadow */
.alert::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    border-radius: var(--alertBorderRadius);
    box-shadow:
        8px 8px 8px 9px rgba(0, 0, 0, 0.25),
        inset 7px 7px 8px 8px rgba(255, 255, 255, 0.3);

}

.alert:hover::before {}

/* Glare Overlay */
.alert__wrapper {
    position: relative;
    border-radius: var(--alertBorderRadius);
    width: 100%;
    height: 100%;
    overflow: hidden;
}



.alert+.alert {
    margin-top: 50px;
}

.alert__header {
    border-radius: 20px 20px 0 0;
    display: flex;
    align-items: center;
    color: white;
    padding: 15px 25px 20px 25px;
    position: relative;
    font-weight: bold;
    background: linear-gradient(-45deg, rgba(var(--color), 0.22), rgba(var(--color), 0.25), #19357B);
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(var(--color), 0.3),
        0 0 5px rgba(var(--color), 0.4),
        0 0 2px rgba(var(--color), 0.5);
}

.alert__header span+span {
    margin-left: 15px;
}

.alert__header::before,
.alert__header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 7px;
}

.alert__header::before {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;

}





.alert h3 {
    margin: 0;
    display: flex;
    color: white !important;
}



.alert__body {
    padding: 25px 25px;
    color: #19357B;
}
/* -----------------about page end -----------------*/
  /* -----------------services pages ----------------*/
  ul {
    list-style-type: none;
    padding: 0;
}

.heading-content {
    color: #08083D !important;
    font-weight: bold
    ;
    letter-spacing: 2px;
    font-family: poppins;
}

.span-heading {
    color: #08083D;
    font-size: 23px;
    letter-spacing: 2px;
    font-family: 'EB Garamond', sans-serif
    
    
}
.ser-para-style{
  letter-spacing: 1.5px;
}
  /* -----------------contact pages ----------------*/
  /* Style for the file input field */

