body {
    padding-top: 90px;
    height: 100%;
}

.starter-template {
    text-align: center;
}

.orange-caption{
    background-color: rgba(255,166,0,.6);
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.text-orange{
    color: #FFA500;
}

.text-orange:hover{
    text-decoration: none !important;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 5px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

.dropdown-item:hover{
    background-color: #FFA500;
    color: white;
}

.nav-link{
    border-bottom: 4px solid transparent;
}
.nav-link:hover{
    border-bottom: 4px solid #ffa500;
}

.title{
    border-bottom: 5px solid #FFA500;
    color: #FFA500;
    margin-bottom: 10px;
}

.title2{
    border-bottom: 2px solid #FFA500;
    color: #ffa500;
    margin-bottom: 5px;
}

.btn-orange{
    background-color: #FFA500;
    color: white !important;
    cursor: auto;
}

.btn-orange:hover{
    border: 1px solid #FFA500 !important;
    color: #FFA500 !important;
    background-color: transparent;
}

.wide{
    width: 100% !important;
    background-color: #ecf0f1;
    padding: 20px;
}

/*  Pie Chart */
#chartdiv {
    width: 100%;
    height: 300px;
    font-size: 1px;
}

.amcharts-pie-slice {
    transform: scale(1);
    transform-origin: 50% 50%;
    transition-duration: 0.3s;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    cursor: pointer;
    box-shadow: 0 0 30px 0 #000;
}

.amcharts-pie-slice:hover {
    transform: scale(1.1);
    filter: url(#shadow);
}

.bg-orange{
    background-color: #ffa500;
    color: white;
}

.jumbotron-dark{
    background-color: #464646;
}

.jumbotron-darker{
    background-color: #252525;
}

.no-rad{
    border-radius: 0;
}

.no-bot-margin{
    margin-bottom: 0;
}

.contacts{
    margin-bottom: 10px;
}

.footer-margin{
    margin: 5px !important;
}

.no-bot-pad{
    padding-bottom: 0 !important;
}

/* Parallax */
/* Header Parallax Element Style*/ 
.paral {
    min-height: 400px;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 90%;
}


/* Paragraph for Parallax Section */ 
.paral p {
    font-size: 24px;
    color:#f5f5f5;
    text-align: center;
    line-height: 60px;
}

/* Heading for Parallax Section */ 
.paral h1 {
    color: rgba(255, 165, 0, 0.8);
    font-size: 60px;
    text-align: center;
    padding-top: 130px;
    line-height: 100px;
}

/* Parallax Contact */ 
.paralsec {
    background-image: url("../img/contact-us.jpg");
    background-repeat: no-repeat;
}

.paralsec2 {
    background-image: url("../img/about.jpg");
    background-repeat: no-repeat;
}


/* FAQ */
.paralsec3 {
    background-image: url("../img/faq.jpg");
    background-repeat: no-repeat;
}

.bg-orange{
    background-color: #f49448 !important;
}

.bg-green{
    background-color: #93cc78 !important;
}

.bg-blue{
    background-color: #46c8f3 !important;
}

.orange-header{
    background-color: #FFA500;
    border-radius: 0 !important;
}

.orange-header a{
    color: white!important;
    display: block;
}

.orange-header a:hover{
    text-decoration: none;
    opacity: .8;
}

.card-orange{
    border: 1px solid #FFA500;
    border-radius: 0 !important;

}

.card-orange .active{
    background-color: #ffa500;
    color: white;
}

.card-orange .card-title{
    margin: 0 !important;
}
.modal-orange{
    border: 1px solid #ffa500 !important;
}

.bot-margin{
    margin-bottom: 10px !important;
}

.text-up{
    text-transform:uppercase !important;
}

.text-white{
    color: white !important;
}

a .text-white:hover{
    text-decoration: none !important;
}
