:root {
    --primary: #005685;
    --secondary: #e0f5ff;
    --bg-color: #e0f5ff;
    --bg-color2: #e0f5ff;
    --bg-color3: #e0f5ff;
    --fullwidth: 100%;
  }

a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

.es-desk-hidden {
    display: none;
    float: left;
    overflow: hidden;
    width: 0;
    max-height: 0;
    line-height: 0;
}

[data-ogsb] .es-button {
    border-width: 0 !important;
    padding: 10px 20px 10px 20px !important;
}

/*
END OF IMPORTANT
*/
ul li,
ol li {
    margin-bottom: 15px;
}

body {
    width: 100%;
    font-family: arial, 'helvetica neue', helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background-color: #f6f6f6;
}

.container {
    width: 600px;
    padding: 10px 0px;
    overflow: hidden;
    background-color: #fff;
}

.es-75 {
    height: 75px;
}

.es-50 {
    height: 50px;
}

.es-30 {
    height: 30px;
}

.es-20 {
    height: 30px;
}

.es-15 {
    height: 15px;
}

.es-10 {
    height: 10px;
}

.pd {
    padding: 60px;
}

img {
    width: 100%;
}

p {
    font-size: 14px;
}

.header-row {
    text-align: center;
}

.header-row img {
    width: 52%;
}

li.nav-item {
    margin: 0;
    padding: 0px 10px;
}

.header-nav {
    background-color: var(--primary);
    margin: 15px 0px 0px;
}

a.nav-link {
    color: #fff;
    font-size: 14px;
    padding: 5px 0px;
}

.main-heading {
    text-align: center;
    padding: 30px 5px;
}
.main-heading-white {
    text-align: center;
    padding: 30px 5px;
    color: #fff;
}
.main-heading::after {
    content: '';
    border-bottom: 3px solid var(--primary);
    position: absolute;
    width: 10%;
    left: 0;
    right: 0;
    margin: 10px auto;
}
.main-heading-white::after {
    content: '';
    border-bottom: 3px solid #ffffff;
    position: absolute;
    width: 10%;
    left: 0;
    right: 0;
    margin: 10px auto;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

.carousel-content {
    background-color: #f7f7f7;
    padding: 20px;
    text-align: justify;
}

.carousel-content h4 {
    color: var(--primary);
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 7px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 20px;
}

.carousel-indicators li {
    background-color: #294889;
}

ul.carousel-indicators {
    bottom: -40px;
}

.carousel-inner {
    margin-bottom: 30px;
}

.sub-heading {
    text-align: center;
    padding: 0 15px;
}
h5.sb-heading span {
    font-size: 16px;
    line-height: 28px;
}


.sub-heading h6 {
    font-weight: 600;
    margin-bottom: 15px;
}
.sub-heading-white {
    text-align: center;
    color: #fff;
    padding-bottom: 15px;
}
.col-md-6.edu-col {
    background-color: var(--primary);
    max-width: 48%;
    padding: 20px !IMPORTANT;
    margin: 0 auto;
    border-radius: 20px;
    color: #fff;
}

.col-md-6.edu-col h6 {
    margin-bottom: 15px;
    font-weight: 700;
}

.col-md-6.edu-col p {
    margin: 0;
}

.paragraph {
    padding: 0px 15px;
}

.bg-blue {
    background-color: var(--bg-color3);
    padding: 10px 15px;
}
.bg-grey {
    background-color: #f2f2f2;
}
/* owl carousel */
.owl-2-style .owl-nav {
    display: none;
}

.owl-2-style .owl-dots {
    text-align: center;
    position: relative;
    bottom: -30px;
}

.owl-2-style .owl-dots .owl-dot {
    display: inline-block;
}

.owl-2-style .owl-dots .owl-dot span {
    display: inline-block;
    width: 15px;
    height: 3px;
    border-radius: 0px;
    background: #cccccc;
    -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    margin: 3px;
}

.owl-2-style .owl-dots .owl-dot.active span {
    background: #007bff;
}

.owl-2-style .owl-dots .owl-dot:active,
.owl-2-style .owl-dots .owl-dot:focus {
    outline: none;
}

.content-div {
    padding: 10px 15px;
}

.news .col-md-4 {
 
    padding: 20px;
    box-shadow: 0 0 5px grey;
    text-align: center;
    border: 5px solid white;
}
.news-content h6 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
}
.news-content a {
    font-size: 10px;
    background-color: var(--primary);
    padding: 4px 7px;
    color: #fff;
}
.col-md-6.news-6-blue {
    text-align: center;
    padding: 30px;
    border: 1px solid white;
    max-width: 46%;
    margin: 10px auto 20px;
    color: #fff;
    box-shadow: 0 0 5px #ffffff36;
}
.col-md-4.news-4-blue {
    text-align: center;
    padding: 30px;
    border: 1px solid white;
    max-width: 31%;
    margin: 10px auto 20px;
    color: #fff;
    box-shadow: 0 0 5px #ffffff36;
}
ul.content-list {
    font-size: 14px;
    padding: 5px 15px;
}
.social-icons {
    width: 100%;
    text-align: center;
}
.social-icons ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.social-icons ul li {
    flex: 0 0 10%;
}
.social-icons ul li img {
    width: 60%;
}
img.mob-img {
   display: none;
}

.main-heading, .main-heading-white h4 {
    overflow: hidden; /* Ensures the content is not revealed until the animation */
   
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    letter-spacing: .15em; /* Adjust as needed */
    animation: 
      typing 3.5s steps(40, end),
      blink-caret .75s step-end infinite;
      animation-iteration-count: infinite;
      text-transform: uppercase;
  }
  p.vol {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 22px;
    top: 0;
    font-weight: 600;
    font-style: italic;
    font-size: 12px;
}
  /* The typing effect */
  @keyframes typing {
    from { width: 0 }
    to { width: 100% }
  }
  
  /* The typewriter cursor effect */
  @keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: blue; }
  }

  @media only screen and (max-width: 700px) {
      .container{
          width: 100%;
      }
      .navbar-nav {
        -ms-flex-direction:row;
        flex-direction: row;
    }
    li.nav-item {
        padding: 0px 6px;
    }
    a.nav-link {
        font-size: 10px;
    }
    .col-md-6.edu-col {
        max-width: 100%;
        margin: 10px 30px;
    }
    .owl-nav {
        display: none;
    }
    .col-md-4.news-4-blue {
        max-width: 100%;
        margin: 10px auto -10px;
    }
    .es-mob-20{
        height: 20px;
    }
    .es-mob-10{
        height: 10px;
    }
    .mob-margin-20{
        margin-top: -20px;
    }
    .mob-margin-10{
        margin-top: -10px;
    }
    .mob-marginbtm-20{
        margin-bottom: -20px;
    }
    .es-mob-0{
        height: 0px !important;
    }
    img.dektop-img {
        display: none;
    }    
    img.mob-img {
        display: inherit;
        width: 37%;
        float: left;
        margin-right: 25px;
    }
    p.vol {
    font-size: 9px;
}
.cstm-list {
    text-align: left!important;
}
  }

ul.cstm-list {
    padding: 5px 0px 0px 20px;
    text-align: justify;
}
ul.cstm-list li {
    font-size: 14px;
    margin: 0px 0px 5px;
}
h5.sb-heading {
    margin-bottom: 15px;
    font-size: 18px;
    color: var(--primary);
    font-weight: 600;
    padding-left: 0;
}
.container-research {
    background-color: var(--bg-color3);
    margin-top: 30px;
    margin-bottom: 30px;
}
.container-quote {
    background-color: var(--primary);
    color: #fff;
    font-style: italic;
}
.container-quote h5 {
    margin: 0;
    font-size: 14px;
    font-style: italic;
    text-align: right;
    color: var(--bg-color3);
}
.row.cstm-img-grids {
    margin: 20px 0px;
}
.cstm-img-grids img {
    height: 210px;
    object-fit: cover;
}
table {
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
    background-color: #f9f9f9;
  }
  
  td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }
  span.faculty-topic {
    display: inherit;
    padding-bottom: 10px;
    font-weight: 600;
}
span.faculty-date {
    text-align: right;
    display: inherit;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
}
.slide-heading {
    text-align: center;
    padding: 15px;
    background-color: var(--bg-color3);
    margin-bottom: 0;
}
img.mission-img {
    position: absolute;
    width: 14%;
    right: 18px;
    top: 0;
    opacity: 0.5;
}
.cta-txt {
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;
    top: 43%;
    background-color: var(--primary)c7;
    margin: 0 auto;
    width: 80%;
    color: #fff;
    padding: 10px;
    font-weight: 600;
}
.author-name{
    text-align: center;
        font-size: 14px;
        font-weight: 600;
        padding: 7px;
        background-color: #e6e6e6;
    }
.sb-heading {
        margin-bottom: 15px;
        font-size: 18px;
        color: var(--primary);
        font-weight: 600;
        width: 100%;
        padding: 10px;
    }
    .img-tag {
        text-align: center;
        font-style: italic;
        margin: 10px 0px;
    }
    tr:nth-child(even) {
        background-color: #f2f2f2;
      }