html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}


:root {
    --navbar-padding: 30px;
    --brand-color: #280091;
}


.border-bottom {
    border-bottom: 0 !important;
}

.home-button {
    color: #fff;
    display: inline-block;
    padding: 12px 14px;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    text-decoration: none;
    margin: 15px 2px 0px 2px;
}
.homeslidertext {
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    align-content: center;
    cursor: pointer;
    padding: 0;
    /*margin-bottom: var(--swiffy-slider-track-height);*/
    margin: auto;
    -webkit-filter: drop-shadow(0 0 .5rem rgba(0, 0, 0, .5));
    filter: drop-shadow(0 0 .5rem rgba(0, 0, 0, .5));
    transform: scale(var(--swiffy-slider-nav-zoom));
}




/*// X-Small devices (portrait phones, less than 576px)*/

@media (max-width: 575.98px) {
    .homeslidertext {
        
    }
}
/*// Small devices (landscape phones, less than 768px)*/

@media (max-width: 767.98px) {
    .homeslidertext {
       
    }
}
/*// Medium devices (tablets, less than 992px)*/

@media (max-width: 991.98px) {
    .homeslidertext {
        margin-top: 5%;
    }
}

/*Large devices (desktops, 992px and up);*/
@media (min-width: 992px) {
    .homeslidertext {
        margin-top: 15%;
    }
}

/*X-Large devices (large desktops, 1200px and up);*/
@media (min-width: 1200px) {
    .homeslidertext {
        margin-top: 10%;
    }
}
/*XX-Large devices (larger desktops, 1400px and up);*/

@media (min-width: 1400px) {
    .homeslidertext {
        margin-top: 10%;
    }
}


/**

*/

.form-input {
  height: 60px;
  border: 1px solid #b7b7b7;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 5px;
  font-size: 16px;
}

/*
 *
 * TABLE STYLE
 * 
 */

table#t1 tr:nth-child(even) {
    background-color: #eee;
}

table#t1 tr:nth-child(odd) {
    background-color: #fff;
}

table#t1 th {
    background-color: #280091;
    color: white;
}

table#t1 tr:hover {
    background-color: #e7fad8;
}


/*
 *
 * NAV BAR STYLE
 * 
 */


    #navbarStyle {
        padding: 0 10px 15px 10px;
        z-index: 10;
    }

    #navbarlinkStyle {
        padding: var(--navbar-padding);
    }

    #navbarlink {
        color: #fff;
        text-decoration: none;
    }

        #navbarlink:hover {
            color: #ebb700;
            text-decoration: none;
        }

    #logoheader {
        max-width: 290px;
        padding-left: var(--navbar-padding);
    }


    .dropdown-menu[data-bs-popper] {
        left: -80px;
    }


    .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0.125em;
        left: -80px;
    }

    /*
 *
 * PORTAL PROGRAMS STYLE
 * 
 */


    .program-caret {
        color: #d2c4f7;
    }

    /*
 *
 * FOOTER STYLE
 * 
 */

    #hr-footer {
        opacity: 1;
        border-top: 1.5px solid;
    }


    #footerStyle {
        line-height: 25px;
        background-color: #280091;
        position: inherit;
    }

.popup_box2 {
    background: #fff;
    display: inline-block;
    z-index: 9;
    width: 681px;
}

    .popup_box2 input {
        width: 100%;
        height: 60px;
        border: 1px solid #b7b7b7;
        padding: 15px;
        margin-bottom: 20px;
        border-radius: 5px;
        font-size: 16px;
    }

    .popup_box2 textarea {
        width: 100%;
        height: 200px;
        border: 1px solid #b7b7b7;
        padding: 15px;
        margin-bottom: 20px;
        border-radius: 5px;
        font-size: 16px;
    }



    .popup_box {
        background: #fff;
        display: inline-block;
        z-index: 9;
        width: 681px;
        padding: 60px 40px;
    }

        .popup_box input {
            width: 100%;
            height: 60px;
            border: 1px solid #b7b7b7;
            padding: 15px;
            margin-bottom: 20px;
            border-radius: 5px;
            font-size: 16px;
        }

        .popup_box textarea {
            width: 100%;
            height: 200px;
            border: 1px solid #b7b7b7;
            padding: 15px;
            margin-bottom: 20px;
            border-radius: 5px;
            font-size: 16px;
        }

    .contactbtn {
        background: #280091;
        background: #280091;
        background: #280091;
        background: #280091;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#280091', endColorstr='#280091',GradientType=1 );
        color: #fff;
        display: inline-block;
        padding: 18px 44px;
        font-family: "Work Sans", sans-serif;
        font-size: 15px;
        font-weight: 500;
        border: 0;
        border: 1px solid transparent;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        text-align: center;
        color: #fff !important;
        text-transform: capitalize;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        cursor: pointer;
        width: 100%;
        text-transform: capitalize;
    }


        .contactbtn:hover {
            background: #fff;
            color: #009DFF !important;
            border: 1px solid #009DFF;
        }

.multi-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #b7b7b7;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
  width: 100% !important;
  height: 42px;
  line-height: 60px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  border-radius: 0;
  margin-bottom: 20px;
  height: 150px !important;
  font-size: 16px;
  font-weight: 400;
  color: #919191;
  border-radius: 5px;
  white-space: normal;
}

.multi-select-short {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #b7b7b7;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
  width: 100% !important;
  height: 42px;
  line-height: 60px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  border-radius: 0;
  margin-bottom: 20px;
  height: 120px !important;
  font-size: 16px;
  font-weight: 400;
  color: #919191;
  border-radius: 5px;
  white-space: normal;
}
    .contact-select {
        -webkit-tap-highlight-color: transparent;
        background-color: #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: solid 1px #b7b7b7;
        box-sizing: border-box;
        clear: both;
        cursor: pointer;
        display: block;
        float: left;
        font-family: "Work Sans", sans-serif;
        font-weight: normal;
        width: 100% !important;
        height: 42px;
        line-height: 60px;
        outline: none;
        padding-left: 18px;
        padding-right: 30px;
        position: relative;
        text-align: left !important;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        white-space: nowrap;
        width: auto;
        border-radius: 0;
        margin-bottom: 20px;
        height: 60px !important;
        font-size: 16px;
        font-weight: 400;
        color: #919191;
        border-radius: 5px;
        white-space: normal;
    }

    .footer-svg {
        max-width: 14px;
        filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(257deg) brightness(112%) contrast(101%);
        margin: 0 4px 2px 0;
    }

    #footerlink {
        color: #fff;
        text-decoration: none;
    }

        #footerlink:hover {
            color: #ebb700;
            text-decoration: none;
        }


        /**

            INPUT STLYE

        */
#checkbox {
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 10px 0 0;
    width: 24px;
    height: 24px;
    border: 1px solid #999999;
    background-color: transparent;
}