﻿ 
 /***********************************************************************
*  CUSTOM NAVBAR SECTION
***********************************************************************/
 
 .bg-theme {
     background-color: #0071bb !important;
 }
    .contact-us-info {
        border-right: 1px solid lightgray;
        padding-left: 10% !important;
    }

    .custom-navbar {
        background-color: white;
        min-height: 6vh;
        box-shadow: 0 0 0 0.85vh lightgrey
    }
    .custom-nav-container {
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .navbar-brand { width: 60%; }

    .navbar-brand img { 
        width: 40%;
        margin-left: inherit;
    }

    .navbar-light .navbar-nav .nav-label:focus, .navbar-light .navbar-nav .nav-label:hover { border-bottom: 3px solid #0071bb !important; }

    .navbar-nav .nav-link {
        font-size: 1.3vw !important;
        color: #222222 !important;
    }

    .navbar-toggler {
        border: 0px !important;
        outline: none !important;
        color: #0071bb !important;
    }


    .menu-bar {
        color: #0071bb !important;
        font-size: 1.5vh !important
    }

    .bg-image {
        width: 100%;
        height: 100vh;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        position: center;
    }
    .bg-image-content {
        height: 30%;
    }
    .bg-image-1 {
        width: 100%;
        height: 30%;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        position: center;
    }

    .video-div-lg {
        text-align: center !important;
    }

    .video-div-lg video {
        width: 200% !important;
        height: 100% !important; 
    }

    .video-div {
        text-align: center !important;
    }

.video-div video {
    width: 90% !important;
    height: 100% !important;
}

    .text-content {
        color: white !important;
        font-size: 1.9vw !important;
        margin-left: 5%;
    }

    .text-content2 {
        color: white !important;
        font-size: 1.9vw !important;
    }

    .know-more {
        padding-top: 2% !important;
        height: 20vh !important
    }
     

    .section-2 {
        color: #222222;
        font-size: 1.7vw !important
    }

    .required .control-label:after {
        content: "*";
        color: red;
    }

    .history-section-label1 { font-size: 270% !important }

    .history-section-label2 {
        font-size: 85% !important;
        margin-top: 12% !important;
    }

    /*============================Login Modal=============================*/
    .login-label {
        color: darkgray;
        font-size: 105% !important;
    }

    .title-divider { display: inherit; }

    .title-divider::after {
        background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), #0071bb);
        background-image: -moz-linear-gradient(right, rgba(255, 255, 255, 0), #0071bb);
        background-image: -ms-linear-gradient(right, rgba(255, 255, 255, 0), #0071bb);
        margin-left: 10px;
    }

    .title-divider::before {
        background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #0071bb);
        background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #0071bb);
        background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0), #0071bb);
        margin-right: 10px;
    }

    .title-divider::before, .title-divider::after {
        content: "";
        display: inline-block;
        width: 40%!important;
        height: 1px;
        vertical-align: middle;
        text-align: center;
        margin-top: 5px;
    }

    /*============================Modal=============================*/ 

 .modal {
     overflow-y: auto !important;
 }
 .modal-dialog {
     min-height: calc(100vh - 60px);
     display: flex;
     flex-direction: column;
     justify-content: center;
    
 }
.customModal-dialog { 
    min-height: calc(100% - (1.75rem * 2)); 
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important; 
} 

    .customAccountModal-dialog {
        min-height: calc(100% - (1.75rem * 2)); 
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .customVideoModal-dialog {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
       /* min-height: 70%;
        margin-top: 6%;*/
        min-width: 85% !important;
    }

    .customVideoModal-dialog .modal-content {
        background-color: transparent;
        border: 0 !important;
        width: 100% !important;
    }

    .customVideoModal-dialog .modal-header { 
        padding-top: 0;
        margin-bottom: 2% !important;
    }

    .modal-dialog-top-5 
    {
        margin-top: 5%!important;
    }

    .modal-header h5 { font-size: 130% !important; }

    .modal-header button { font-size: 170% !important; }

    .custom-form-header {
        background-color: #0071bb !important;
        height: 60px;
    } 
     .custom-form-header h5 {
         color: #f8f9fa !important;
     }
    .custom-modal-header { background-color: #0071bb !important; }
    .custom-modal-header h5 {   color: #f8f9fa !important;  font-family: raleway !important;   } 
    .custom-modal-header-warning {    background-color: #f0ad4e !important;   }
    .custom-modal-header-warning h5 {   color: #212529!important;  font-family: raleway !important;}

    .customVideoModal-dialog i {
        font-size: 2vw !important;
        color: #f8f9fa;
        position: absolute !important;
    }

    .customVideoModal-dialog .modal-body {
        padding: 0 !important;
        width: 100% !important;
    }

   
    .modal-xsm {
        max-width: 20%;
        min-width: 380px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .modal-sm {
        max-width: 30%;
        min-width: 380px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .modal-md {
        max-width:35%;
        min-width: 380px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .modal-lg {
        min-width: 380px !important;
        max-width: 40% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .modal-xl {
        min-width: 380px !important;
        max-width: 75% !important;
        margin-left: auto !important;
        margin-right: auto !important; 
    }
    .modal-xxl {
        min-width: 380px !important;
        max-width: 90% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

.modal-full {
     width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
     

    .modal-open {
         padding-right: 0px !important;
    }

    .modal-body .input-group { margin-bottom: 3% !important; }

    .nopadding { padding-right: 0px !important; } 

    .removepadding { padding: 0 !important; }

    .videoStyle {
        width: 100% !important;
        height: 100% !important;
       /* height: 650px !important;*/
        border: transparent !important;
    }
 
    /*Button Style*/
    .btn-default-style {
        background-color: #0071bb;
        color: #FFFFFF;
        border-color: #08607F;
    }

    .btn-default-style-hollow {
        background-color: transparent;
        color: #0071bb;
        border-color: #0071bb;
    }
     .disable-color { 
         color: #666!important;
     }  
    .default-color {
         color: #0071bb!important;

    }

.disable-link-button {
    color: #0071bb !important;
    padding: 3.5px 10px !important;
    border: #0071bb 2px solid;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
}
 .default-link-button {
     color: white !important;
     background-color: #0071bb;
     padding: 5px 10px !important; 
     border-radius: 5px !important;
     -webkit-border-radius: 5px !important;
     -moz-border-radius: 5px !important;
 }
    .btn-outline-light {
        color: #f8f9fa;
        background-color: transparent;
        background-image: none;
        border-color: #f8f9fa
    }

    .btn-outline-light:hover {
        color: #f8f9fa;
        background-color: #0071ff;
        border-color: #08607F
    }

    .btn-outline-light.focus, .btn-outline-light:focus { box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5) }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f8f9fa;
        background-color: transparent
    }

    .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
        color: #f8f9fa;
        background-color: #0071ff;
        border-color: #08607F
    }

    .btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5) }

    .logo img { height: calc(2vw + 10px); }

    /*Notification Message*/
    .messagealert {
        width: 100%;
        font-family: Raleway;
        font-size: 100%;
        display: inline-block;
        position: fixed;
        top: 10%;
        z-index: 2000;
    }

    .messagealert .alert-heading {
        font-family: Raleway-Bold !important;
        margin-left: 7% !important;
    }

    .messagealert span { margin-left: 7% !important; }

    .label-header-dark {
        font-family: Raleway-Bold;
        color: #222222;
    }

    .line-height p { line-height: 6vh !important; }

    .step-font-size-sm p{
         font-size: 1.2vw !important;
        font-weight: bold;
    }



    .panel-link { text-decoration: none !important; }

    .panel-link span {
        font-family: Raleway-SemiBold;
        color: #0071bb !important;
        font-size: 1.6vw !important;
    }

    .link-container {
        padding-top: 1vh;
        padding-bottom: 2.5%;
        width: 100%
    } 
    .play-video-link {
        color: white !important;
        border-bottom: transparent !important;
        text-decoration: none !important;
        height: 8vh !important;
    }

    .play-video-link:hover span {
        -webkit-stroke-width: 5.3px;
        -webkit-stroke-color: #FFFFFF;
        -webkit-fill-color: #FFFFFF;
        text-shadow: 1px 0px 20px #0071bb;
    }

    .play-video-link span {
        font-size: 1.2vw !important;
        font-weight: bolder !important;
        color: #0071bb !important;
    }


.label-header-light {
    font-family: Raleway-Bold;
    color: white;
    margin-left: 5%;
    font-size: 2.4vw;
}



    /*=======================Footer Content======================*/
    .footer-header {
        font-size: calc(1.2vw + 50%) !important;
        color: #222222 !important;
        font-family: Raleway-SemiBold !important;
    }

    .footer-header-content {
        margin-top: 1vh !important;
        color: #222222 !important;
        font-size: calc(1vw + 20%) !important;
        font-family: Raleway !important;
    }

    .footer-header-content p { line-height: 3.5vh !important; }

    /*=======================Contact Us Page======================*/
    .contact-title {
        color: #0071bb;
        font-size: 200% !important;
        font-family: Raleway-SemiBold !important;
    }

    .contact-text-content {
        color: #666666;
        font-size: 130% !important;
        font-family: Raleway !important;
    }

    /*Icon size*/
    .fa-size-lg { font-size: 1.8rem !important; }


    .default-button {
        font-family: Raleway-SemiBold;
        background-color: #0071bb;
        border-color: #08607F;
        font-size: 1.3vw !important;
        padding-left: 1.5vh !important;
        padding-right: 1.5vh !important;
    }

    .button-default {
        background-color: #0071bb !important;
        font-size: 92%;
        color: #f8f9fa;
        border: #0071bb !important;
        border-radius: 5px !important;
        -webkit-border-radius: 5px !important;
        -moz-border-radius: 5px !important;
        height: 40px !important;
        padding-left: 1vw;
        padding-right: 1vw;
    }

    .button-default:hover { background-color: #0071ff !important; }

    .button-group { border-radius: 0px 5px 5px 0px !important; }

    .button-default i { padding: 0px 1px 0px 1px; }

    .button-editor {
        font-size: 100% !important;
        font-weight: bold !important;
    }

    .button-big-font { font-size: 1.5vh !important; }

    .button-danger-hollow {
        background-color: transparent !important;
        color: #ff1b51 !important;
        border: #ff1b51 solid 1px !important;
    }

    .button-danger-hollow:hover {
        background-color: transparent !important;
        color: #ff1f51 !important;
        border: #ff1f51 solid 1px !important;
    }


    .required-field-sm {
        color: red;
        font-size: 8px
    }

    .required-field {
        color: red;
        font-size: 10px
    }

    .required:after {
        content: "*";
        font-weight: bold;
        font-size: 20px;
        color: red;
    }

    .ddl-menu {
        padding-top: 1%;
        text-align: end;
    }

    .ddl-menu span {
        font-family: Raleway-Bold;
        font-size: 100% !important;
        color: #333333;
    }

    .editor-label {
        font-family: Raleway-Bold;
        text-align: left;
    }


    .custom-container { 
        max-width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
    .custom-container-sm { 
        max-width: 40%;
        margin-left: auto;
        margin-right: auto;
    }
    .custom-container-lg {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .custom-container .container-fluid {
        margin-left: 2rem !important; 
    }
    .custom-container .modal-header, .custom-container .modal-footer {
        width: 93% !important;
    } 
    .share-tab {
        max-width: 50%;
    }

    .ddl-btn-group { width: 30%; }

    .custom-ddl-menu { background-color: white !important; }

    .custom-ddl-menu a:hover {
        background-color: #0071bb !important;
        color: white !important;
    }


    .custom-ddl-item {
        background-color: white !important;
        color: #0071bb !important;
    }

    .configure-icon i {
        font-size: 70% !important;
        color: #333333;
    }

    .configure-icon i .active { color: #0071bb; }

    .delete-confirmation { color: red }

    .delete-confirmation .fa {
        font-size: 4vh !important;
        padding-top: 1vh !important;
    }

    .info-menu i:hover { color: #0071bb !important; }

    .close {
        color: white !important;
        font-size: 170% !important;
        font-weight: normal !important;
    }

    .close :hover { color: whitesmoke !important; }

    /*[data-title] {
        font-size: 100%; 
        position: relative;
    }

    [data-title]:hover::before {
        content: attr(data-title);
        position: absolute;
        bottom: -36px;
        display: inline-block;
        padding: 5px 6px;
        border-radius: 2px;
        background: #0071bb;
        color: #fff;
        font-size: 50%;
        font-family: Raleway;
        white-space: nowrap;
        font-weight: normal !important;
        z-index: 2000 !important;
    }

    [data-title]:hover::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 8px;
        display: inline-block;
        color: #fff;
        border: 8px solid transparent;
        border-bottom: 8px solid #0071bb;
    }*/


    .user-account .fa {
        font-size: 150% !important;
        color: #0071bb !important;
    }

    .user-account-label {
        font-family: Raleway;
        font-size: 103% !important;
    }

    .requirements-label-header {
        font-family: Raleway-Bold;
        font-size: 103% !important;
        color: #666666 !important;
    }

    .requirements-label {
        font-family: Raleway;
        font-size: 90% !important;
        color: red;
    }

    .requirements-label i {
        font-size: 0.8vh !important;
        margin-right: 4%;
    }

    .field-icon {
        float: right;
        margin-left: -60px;
        margin-top: 6px;
        position: relative;
        z-index: 2;
        background-color: #0071bb;
        color: white;
        font-family: Raleway;
        font-weight: lighter;
        margin-bottom: 2.5vh;
        /*padding: 2px;*/
        width: 18%;
        text-align: center;
        border-radius: 3px;
    }

    /*===============Icon Arrow down================*/
    .icon-container {
        position: relative;
        width: 25px;
        height: 25px;
        margin-left: 46%;
    }

    .chevron {
        position: absolute;
        width: calc(3.3vw + 70%);
        height: 6px;
        opacity: 0;
        transform: scale3d(0.5, 0.5, 0.5);
        animation: move 3s ease-out infinite;
        padding-right: 20px
    }

    .chevron:first-child { animation: move 3s ease-out 1s infinite; }

    .chevron:nth-child(2) { animation: move 3s ease-out 2s infinite; }

    .chevron:before,
    .chevron:after {
        content: ' ';
        position: absolute;
        top: 0;
        height: 100%;
        width: 51%;
        background: #fff;
    }


    .chevron:before {
        left: 0;
        transform: skew(0deg, 30deg);
    }

    .chevron:after {
        right: 0;
        width: 50%;
        transform: skew(0deg, -30deg);
    }

    .chevron1 {
        position: absolute;
        width: calc(3.3vw + 70%);
        height: 6px;
        opacity: 0;
        transform: scale3d(0.5, 0.5, 0.5);
        animation: move 3s ease-out infinite;
        padding-right: 20px
    }

    .chevron1:first-child { animation: move 3s ease-out 1s infinite; }

    .chevron1:nth-child(2) { animation: move 3s ease-out 2s infinite; }


    .chevron1:before,
    .chevron1:after {
        content: ' ';
        position: absolute;
        top: 0;
        height: 100%;
        width: 51%;
        background: #0071bb !important;
    }

    .chevron1:before {
        left: 0;
        transform: skew(0deg, 30deg);
    }

    .chevron1:after {
        right: 0;
        width: 50%;
        transform: skew(0deg, -30deg);
    }

    @keyframes move {
        25% { opacity: 1; }

        33% {
            opacity: 1;
            transform: translateY(30px);
        }

        67% {
            opacity: 1;
            transform: translateY(40px);
        }

        100% {
            opacity: 0;
            transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
        }
    }

    @keyframes pulse {
        to { opacity: 1; }
    }

   
/*===================About Us================*/
.about-us-quote {
    color: lightgray;
    text-align: left;
    margin-left: 4.3% !important;
}

    .about-us-quote p { margin-bottom: 3% !important; }

    .about-us-content {
        max-width: 75% !important;
        margin-left: 12.5% !important;
    }

    .about-us-content p {
        color: #666666;
        font-size: 134% !important;
        margin-bottom: 0.5px;
        font-weight: bold !important;
    }


    .contact-us-form { 
        margin-left: 5%
    }
 
    .contact-us-form h2{ 
        margin-left: 2%
    }
    .contact-us-form .input-group { padding-bottom: 3% !important; }

    /*========================================*/

    .hide-item {
        display: none !important;
        visibility: hidden !important;
    }

    .cont-selector { max-width: 65%; }


    /*Datetime Picker*/ 
/*.bootstrap-datetimepicker-widget {
    background-color: white !important;
    text-align: left !important;
    inset: 38px auto auto auto !important;
}*/

.bootstrap-datetimepicker-widget table thead tr th {
    border: 0 !important;
    color: #333333 !important;
    height: 35px !important;
    background-color: white !important;
}

.bootstrap-datetimepicker-widget table thead tr th:hover {
    background-color: #0071ff !important;
    color: white !important;
} 



.custom-margin-container {
    margin-left: 10rem;
    margin-right: 10rem;
}
.get-started-row {
    margin-left: 5%; 
}

.btn-light {
    color: #212529 !important;
    background-color: #fff!important;
    border-color: #ced4da !important;
}
    .dropdown-toggle .fa {
        color: red !important;
    }

.table-custom-style {
    table-layout: fixed;
    border-collapse: inherit !important;
    /*width: 95%;*/
    margin: auto;
}
.table-custom-style th{
    display: none;
}

.custom-row { }
.table-custom-style .container-fluid{
    margin-left: 0px!important;
}
.child-row  {
    /*border: 1px !important;*/
}
.child-row table {
    /*border-collapse: inherit!important;
    width: 100% !important;*/
    border: 1px !important;
}
.child-row table td {
    border: 1px inherit !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important; 
    /*background-color: transparent !important;*/
}
.child-row img {
    max-width: 100% !important;
}
.child-row iframe {
    max-width: 100% !important;
}
 .child-row video {
     max-width: 100% !important;
 }
.date-style {
    color: #666666;
}
.title-style {
    font-weight: bold;
    font-size: 110%;
    color: #333333; 
} 
   
.bordered {
    border: 0px;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px; 
} 

/*.bordered td:first-child, .bordered th:first-child {
    border-left: medium none;
    border: 2px solid #CCCCCC;
}*/ 
.bordered tr td { 
    border: 1px solid #CCCCCC;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    /*box-shadow: 0 1px 1px #CCCCCC;*/
}
.bordered  tbody tr:nth-of-type(odd) td{
    background-color: rgba(0, 0, 0, 0.05); 
}

.bordered tbody tr td:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}
 
.noborder {
    border: 0px!important;
    background-color: transparent !important;
}
.filter-toggler {
    display: none;
}
.filter-collapse {
    display: flex!important;
} 
.eventDetails-header { 
    margin-bottom: 0px !important;
}

/*.no-more-tables [data-title]:hover::before, .no-more-tables [data-title]:hover::after {
    display: none;
}*/  

.btn-table {
    text-align: center !important;
}
.swal-modal {
    font-family: Raleway !important;
}
.swal-text {
    text-align: center !important;
}
/*.swal-button {
    background-color: #0071bb !important;
}*/



.button-container {
    position: absolute;
    border-radius: 100%;
    cursor: pointer !important;
    height: 4rem !important;
    width: 4rem !important;
    background-color: #0071bb;
    color: #0071ff; 
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

 .button-container  i{ 
     height: 1rem !important;
     width: 1rem !important; 
     display: -webkit-inline-box !important;
     display: -ms-inline-flexbox !important;
     display: inline-flex !important;
     -webkit-box-align: center !important;
     -ms-flex-align: center !important;
     align-items: center !important;
     -webkit-box-pack: center !important;
     -ms-flex-pack: center !important;
     justify-content: center !important;
 }

 .draggable-container {
     max-width: 600px !important;
     position: absolute;
     cursor: move !important;
     z-index: 1001; 
     text-align: center; 
     top: 35% !important; 
     left: 90% !important;  
 }  
   
 .custom-modal-body {
     max-height: 650px!important;
     overflow-y: auto!important;
 }
.dropdown-header {
    color: #111111 !important;
    padding: 0px !important;
    padding-left: 0.5rem !important;
}

.link-border {
    border-bottom: 3px solid #0071bb!important;
}
.custom-pw-border {
    border: 1px solid   #666666!important;    
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
}
.custom-pw-border span {
    /*color: #5dd057 ;*/
    color: green!important;
}
.sample-container {
    background-color: rgb(250, 250, 250)!important; 
     
}
    .sample-container button, .sample-container h2 {
        margin-top: 5vh !important;
        margin-bottom: 5vh !important
    } 
 
.sample-bg-image {
    width: 100%;
    height: 105%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: center;
}

.btn-circle {
    border-radius: 100% !important;
    height: 2.5rem !important;
    width: 2.5rem !important;
    font-size: 1rem !important;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.timeline-event-bubble-body-oversized {
    max-height: 720px !important;
    height: 700px !important;
}
.dropdown-toggle {
    border-radius:25px!important;
}
.bootstrap-select { 
    border-radius: 25px !important;
}
.custom-select {
    border-radius: 25px !important;
}
.border-corner {
    border-radius: 25px !important;
}

.hover-link h3:hover {
    color: #0071bb !important;
}
.border-left-theme {
    border-left: 0.25rem solid #0071bb !important;
}
.timeline-event-icon{
    margin-top: -3px!important;
}
.sample-timeline-content {
    max-width: 50% !important; 
}
.sample-timeline-content span{
   font-size:6vh!important
}

.sample-timeline-content h1 {
    margin-top: 10% !important
}

.sample-timeline-content button {
    margin-top: 15vh !important;
    margin-bottom: 10vh !important;
}
.sample-timeline-content p {
    color: #666666;
    font-size: 2.6vh!important;
    margin-bottom: 0.5px;
    font-weight: bold !important;
}
.sample-timeline-content-right {
    margin-left:10%!important;
}

.bg-image-small-custom {
    width: 100%;
    background-size: 7% 75%;
    background-repeat: no-repeat;
    background-position: 63% 70% !important;
}
.img-right { 
    background-position-x: 100%!important;
}

.bg-image-small-right {
    background-position: 90% 55%;
    width: 100%;
    background-size: 15% 40%;
    background-repeat: no-repeat;
}

.bg-image-small-right-2 {
    background-position: 80% 60%;
    width: 100%;
    background-size: 15% 85%;
    background-repeat: no-repeat;
}
.bg-image-custom-right {
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: center !important;
}
.bg-image-custom-right-long {
    height: 50vw!important;
}
.bg-image-custom-left { 
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: center !important;
}

.welcome-timeline-content {
    max-width: 100% !important;   
    margin-top: 10vh!important;
}

.welcome-timeline-content h1 {
    font-size: 6vh !important
}
    .welcome-timeline-content button, .welcome-timeline-content i {
        font-size: 3vh !important
    }

.welcome-timeline-content p {
    color: #666666;
    font-size: 3.5vh !important;
    margin-bottom: 0.5px;
    font-weight: bold !important;
}
.welcome-panel {
    min-height: 79vh !important; 
}

/*==== Home Page ====*/
.panel1 {
    color: white;
}

.panel1 span {
    font-size: 3.5vw;
}

.panel1 p {
    font-size: 2vw;
    color:white;
    text-align:center;
}

.panel1 h1 {
    font-size: 2vw; 
}

.panel1 h2, .panel1 h2 span {
    font-size: 3vh !important;
}

.panel1 .fa {
    font-weight: lighter !important;
    font-size: 2vw;
}

.panel1 button {
    font-size: 2.5vh!important;
}
.highlight {
    font-weight: 900 !important;
    font-size: 135%!important;
}

 