@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url(theme.css);

body {
    font-family: 'Roboto', sans-serif;
    color: #333 !important;
}

.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.small-caps {
    font-variant: small-caps;
}

.trustee h3 {
    color: var(--ThemeColorOrange);
}

.trustee h5 {
    font-weight: bold;
}

.trustee p {
    color: #666;
    font-size: 16px;
    line-height: 32px;
}

h2 .small-caps {
    font-variant: 'Poppins', sans-serif;
    font-family: 'Poppins';
}

.line {
    background: rgba(255, 255, 255, 0.5) !important;
    background: linear-gradient(140deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(255, 117, 0, 1) 35%, rgba(255, 117, 0, 1) 100%) !important;
    display: inline-block !important;
    height: 5px !important;
    margin-top: 1.5em !important;
    width: 6em !important;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) and (orientation:landscape) {
    .vh-carousel {
        height: 80vh;
    }

}

@media (max-width: 768px) {
    .vh-carousel {
        height: 80vh;
    }

}

.text-justify {
    text-align: justify;
}

@media (min-width: 768px) and (orientation:portrait-primary) {
    .vh-carousel {
        height: 30%;
    }

}

.zoom {
    transition: all .2s ease-in-out;
}

.zoom:hover {
    transform: scale(1.2);
}

.zoom a {
    text-decoration: none;
    color: #999 !important;
}

.tel{
    font-size: 14px;
    color: #333; text-decoration: none;
}




#Facilities .card h5 {
    color: #000 !important;

}

.readmore::after {
    content: '<a>Read More</a>';
}

.roboto {
    font-family: 'Roboto', sans-serif;
}

.parallax {

    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: repeat-x !important;
    background-size: cover !important;
    /* min-height: 100vh !important; */
    margin: 0 auto;
}

section h2 {
    color: var(--ThemeColorBlue);
}

.bg-highlight {
    background-color: #f0f0f0 !important;
}


.hidden {
    display: none;
}

.content {
    position: relative;
}

.read-more {
    position: relative;
    bottom: 0;
    right: 0;
    background: none;
    border: none;
    padding: 0;
    text-decoration: underline;
    cursor: pointer;
    color: var(--ThemeColorOrange);
}

.mymit {
    background-color: #ffffff;
}

.mymit:hover {
    background-color: var(--ThemeColorOrange);
    color: white !important;
}


footer a{
    color: #666 !important;
}

footer a:hover{
    color: var(--ThemeColorOrange) !important;
}

footer .nav a{
    font-size: 20px !important;
    /* font-weight: bold !important; */
}

.formwrapper {
    display: flex;
    max-width: 600px;
    display: flex;
    position: fixed;
    top: 10%;
    right: 0;
    transition-property: right;
    transition-duration: 0.3s;
    z-index: 9999999;
  }
  
  .rotate {
    writing-mode: vertical-rl;
  }
  
  .myform {
    margin-top: 0;
  }