﻿@font-face {
    font-family: 'Poppins-Regular';
    src: url('/fonts/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('/fonts/Poppins-Bold.ttf');
}

body {
    font-family: 'Poppins-Regular', sans-serif;
    padding: 5px;
}

.pinBoot {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin-bottom: 5px;
}

    .pinBoot img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }


.white-panel {
    position: absolute;
    background: white;
    /*box-shadow: 0px 1px 2px rgba(0,0,0,0.3);*/
    /*padding: 3px;*/
}

    .white-panel h1 {
        font-size: 1em;
    }

        .white-panel h1 a {
            color: #A92733;
        }

    .white-panel:hover {
        /*box-shadow: 1px 1px 3px rgba(0,0,0,0.5);*/
        /*margin-top: -1px;*/
        /*                    -webkit-transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;*/
    }

figure {
    padding: 0px;
    margin: 0px !important;
}

.navbar {
}

/*b {
    font-family: 'Poppins-Bold';
}*/

ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
    display: block;
}

.hide-bullets {
    list-style: none;
    margin-left: -40px;
    margin-top: 20px;
    display: none;
}

/* Flashing */
.hover13 figure:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}



.loader {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(/Content/loading.gif) 50% 50% no-repeat rgb(249 249 249 / 31%);
}


.hover01 img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover01 :hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 26px;
    border: none;
    outline: none;
    background-color: #ab9b47;
    color: white;
    cursor: pointer;
    padding: 4px 11px;
    border-radius: 5px;
}

    #myBtn:hover {
        background-color: #555;
    }

#social-sidebar {
    left: 0;
    position: fixed;
    z-index: 9;
    bottom: 10%;
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

    #social-sidebar li:first-child a {
        border-top-right-radius: 5px;
    }

    #social-sidebar li:last-child a {
        border-bottom-right-radius: 5px;
    }

    #social-sidebar a[class*="instagram"] {
        background: #C13584;
    }

    #social-sidebar a[class*="facebook"] {
        background: #3B5998;
    }

    #social-sidebar a[class*="whatsapp"] {
        background: #28a745;
    }

    #social-sidebar a {
        background: #dc3545;
        color: #fff;
        text-decoration: none;
        display: block;
        height: 50px;
        width: 50px;
        font-size: 24px;
        line-height: 50px;
        position: relative;
        text-align: center;
        cursor: pointer;
    }


footer {
    width: 100%;
    bottom: 0;
    margin-bottom: 0 !important;
    position: relative;
    color: #000;
    font-size: 13px;
    font-weight: 300;
    line-height: 2;
    padding: 0;
    text-align: center;
    padding: 17px 0px 0px 0px;
    background-color: #1b4b60;
}

/*.transition-timer-carousel-progress-bar {
    height: 5px;
    background-color: #dcdade;
    width: 0%;
    margin: -5px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: relative;
}

    .transition-timer-carousel-progress-bar.animate {
 
        -webkit-transition: width 4.25s linear;
        -moz-transition: width 4.25s linear;
        -o-transition: width 4.25s linear;
        transition: width 4.25s linear;
    }*/

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.5, 1.5);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.5, 1.5);
    }
}

/*.carousel-inner > .item > a > img {
    -webkit-animation: zoom 40s;
    animation: zoom 40s;
}*/



/*.carousel-indicators li {
    width: 30px;
    height: 20px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    border: 10px solid rgb(163 41 45 / 85%);
}

.carousel-indicators .active {
    width: 30px;
    height: 20px;
    margin: 0;
    background-color: #fff;
    border: 10px solid #fff;
}*/



.ustcarousel {
    height: 97vh;
    position: relative;
    overflow: hidden;
}

#header-carousel {
    position: absolute;
    left: 17px;
    top: 17px;
    right: 17px;
    bottom: 17px;
}

.navbar-brand img {
    max-width: 210px;
    margin-top: 40px;
}

.navbar .navbar-nav .nav-link {
    color: #ffffff;
    padding: 0px 0;
    text-transform: inherit;
    text-shadow: 1px 1px 3px #4e4e4e;
}

.navbar.sticky-top {
    top: 0px;
}


.cc1 {
    position: absolute;
    left: 40px;
    top: 35px;
    width: 93%;
}

.cc1fix {
    position: fixed;
    background: #fff;
    width: 100%;
    left: 0px;
    border-bottom: 1px solid #ede8e8;
}

    .cc1fix .navbar-brand img {
        max-width: 120px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .cc1fix .nav-link {
        color: #454545;
        text-shadow: none !important;
    }

.cc2 {
    background-color: #034383;
    padding: 10px 20px !important;
    border-radius: 30px;
    margin-top: -10px;
    color: #fff;
}

.cc1fix .cc2 {
    color: #fff !important;
}

.cc3 {
    font-size: 15px;
    color: #ffffff;
    background-color: #034383;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 20px 15px 20px;
    letter-spacing: 1px;
}

.cc4 {
    background-color: #f9f9f9;
    padding: 40px 0px;
}

    .cc4 h2 {
        text-align: center;
        padding: 0px 0px 30px 0px;
    }

.cc5 {
    text-align: center;
    margin-bottom: 30px;
    text-align: center;
    margin-bottom: 30px;
    width: 12.5%;
}

    .cc5 img {
        max-width: 125px;
    }

    .cc5 div {
        font-size: 14px;
        color: #808080;
    }

.cc6 {
    padding-left: 10%;
    padding-right: 10%;
}

.cc8 {
    color: #686868;
    margin-bottom: 30px;
}

.cc9 {
}

.cc10 {
}

.cc11 {
    text-align: center;
    display: block;
    margin-top: 25px;
}

    .cc11 > li {
        float: none;
        display: inline-block;
        zoom: 1;
    }

        .cc11 > li .nav-link {
            color: #495057 !important;
            font-size: 16px;
        }

        .cc11 > li .active {
            float: none;
            display: inline-block;
            zoom: 1;
            color: #FDA12B !important;
        }


.cc12 {
    color: #464545;
}

.cc13 {
    padding-left: 5%;
    padding-right: 5%;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('/Upload/ust_bg1.jpg') center center no-repeat;
}

.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
    color: #034383;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: transparent;
    border: 0px solid var(--dark);
    border-radius: 0px;
}

.cc14 {
    color: #034383 !important;
}

.cc15 {
    color: #034383 !important;
    font-weight: 700 !important;
}

.cc16 {
    line-height: 30px;
}

.cc17 {
}

    .cc17 h2 {
        text-align: center;
        border-bottom: 1px solid white;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }

    .cc17 h3 {
        text-align: center;
        margin-top: 20px;
    }
.cc17a {
    display: inline-block;
    text-align: right;
    padding-right: 100px;
}

    .cc17a img {
        display: inline-block;
        max-width:316px;
    }

.cc17b {
    display: inline-block;
    text-align: left;
    padding-left: 100px;
}

    .cc17b img {
        display: inline-block;
        max-width: 200px;
        margin-top: 16px;
    }

.cc18 {
    background-color: rgb(69 69 69 / 13%);
    margin-top: 25px;
    padding: 38px 0px !important;
}

.cc19 {
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    top: 128px;
    right: -45px;
    z-index: 5000;
    background-color: #034383;
    color: #fff;
    padding: 5px 15px;
    opacity:0.8;
}

    .cc19:hover {
        color: #fff;
        opacity: 1;
        background-color: #0959a9;
    }