/*Global styles*/
*
{

}

@font-face {
    font-family: ThisPoppins;
    src: url('/fonts/Poppins-Regular.ttf');
}

@font-face {
    font-family: SF PRO Text;
    font-display:swap;
    src: url('/fonts/SFProText-Regular.ttf');
}

html, body
{
    height: 100%;
    font-display:fallback;
    font-family: ThisPoppins,sans-serif;
}
body
{
    align-items: center;
    position: relative;
    background-color: black;
    padding:0px;
    margin:0px;
    justify-content: center;
    color:#bfbfbf;
}

body span
{
    /*font-family:"sf pro text";*/
    line-height: 24px;
    font-weight: 300;
    font-style: normal;
    color: #bfbfbf;
}

hr{
    border-top: 1px dashed #fe7e17!important;
}


h1.section_title
{
    text-align: left;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
}


h1.section_title:after
{
    background: rgb(169, 53, 12);
    font-weight:bold;
    display: block;
    content: "";
    height: 1px;
    width: 100%;
    margin: 15px auto 20px;
    position: relative;
}


h3.section_title:after
{
    background: rgb(169, 53, 12);

    display: block;
    content: "";
    height: 1px;
    width: 50%;
    margin: 15px auto 20px;
    position: relative;
}


html h1
{
    /*font-family:"sf pro text";*/
    line-height: 36px;
    font-weight: 300;
    font-style: normal;
    color: white;
    font-size: 28px;
}

h2
{
    font-weight: bold;
}

a
{
    color: rgb(169, 53, 12);
}

a:hover
{
    color: #d72500;
}

ol,ul
{
    list-style: none;
    text-align: center;
    padding-inline-start: 0px;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

div.content
{
    padding-top:50px;
    min-height:500px;
}

.titles
{
    text-align: center;
}

.titles h2
{
    font-weight: 300;
    font-size: 18px !important;
    text-align: center;
    margin: 0;
    clear: both;
}

.divider
{
    clear: both;
    width: 100%;
    height: 60px;
}

/*
 rgb(169, 53, 12)
 rgb(169, 64, 27);
*/

.section
{
    padding-top: 40px;
    opacity: 0;
    -webkit-transition: opacity 1.5s; /* Safari prior 6.1 */
    transition: opacity 1.5s;
}

.wrapper
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;


}
/*----------------------------------------------------------*/
/*nav styles*/

.navbar-toggle
{
    background-color: black;
}

.navbar-header
{
    margin-left: 0%!important;
}


.navbar-inverse
{
    background-color: rgba(0, 0, 0, 1);
    border: none!important;
    padding-top: 41px;

    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px;

    -webkit-transition: padding-top 1s,padding-bottom 1s; /* Safari prior 6.1 */
    transition: padding-top 1s,padding-bottom  1s;
}

.navbar-inverse .container
{
    /*width: 70%;*/
}

.navbar-inverse
{
    font-weight: bold;
}

.navbar-nav > li > a
{
    -webkit-transition: font-size 0.5s;
    transition: font-size 0.5s;

    color:white;
    font-size:16px;

}

.navbar-nav > li > a:hover
{
    font-size:18px;
    color:rgb(169, 53, 12)!important;
    font-weight: bold;
}


.navbar-inverse .navbar-nav>.active>a, .dropdown-menu
{
    background-color: transparent!important;
    color:  rgb(169, 53, 12);
    font-size:18px;
}

.dropdown-menu
{
    background-color: rgba(12, 12, 12, 0.9);
    border: none!important;
}


.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover
{
    background-color: transparent!important;
    color: rgb(169, 53, 12);
    text-decoration: none;
}
.navbar-nav .open .dropdown-menu>li>a
{
    color: #9d9d9d!important;
}

.reducedOpacity:hover
{
    opacity: 1;
}
.reducedOpacity
{
    -webkit-transition: all 0.5s; /* For Safari 3.1 to 6.0 */
    transition: all 0.5s;
    opacity: 0;
}

#logo
{
    margin-top: 5px;
    margin-right: 10px;
}

#logofirst
{
    font-size:24px;
    color: rgba(0, 0, 0,0.65)!important;
    font-family: 'Exo 2', sans-serif !important;
}

#logolast
{
    font-size:17px;
    color: rgba(0, 0, 0,0.65)!important;
    font-family: 'Exo 2', sans-serif !important;
}

.menu-fixer
{
    height: 115px;
}

/*----------------------------------------------------------*/
/*footer style */

footer
{
    padding-top: 50px;
    text-align: center;
    clear: both;
}

footer li
{
    display: inline;
    border: .25px grey;
}
footer li a, footer .fa
{
    color: darkgrey;
    padding: 10px;
    text-decoration: none;

    -webkit-transition:color 1s;
    transition: color 1s;
}

footer li a:hover,footer .fa:hover
{
    color: orangered;
    cursor: pointer;
}

.totop
{
    background: black;
    width: 36px;
    height: 46px;
    position: relative;
    bottom: 0px;
    left: 50%;
    margin-left: -18px;
    text-align: center;
}

/*if smaller than 767*/
@media only screen and (max-width: 767px)
{
    #team .col-sm-2 {
        min-height: 10px;
        width: 100%;
        padding-left: 15%;
    }

    .reducedOpacity
    {
        opacity: 1;
    }

    .section
    {
        opacity: 1;
    }

    #myNavbar
    {
        margin-left:  0%;
    }

    #about .about_row_col
    {
        display: block;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a
    {
        text-align: center;
    }



    #numbers .col-sm-2:not(:last-child)
    {
        padding-top: 10px;
        padding-bottom: 10px;
        border-right: 0px;
    }

    #team .hidden_row
    {
        display: none;
    }

    #team .row
    {
         padding-bottom: 0px;
    }

    #team img
    {
        /*width: 50%;*/
        height: 180px;
    }

    #team .card-body
    {
        width: 50%;
    }

    #team .col-sm-2
    {
        display: inline-flex;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    #showMoreContainer
    {
        width: 100%;
        text-align: center;
    }

    #team_show_more
    {
        font-size: 15px;
        font-weight: 900;
        display: block;
        cursor: pointer;
    }

    #team_show_more:hover
    {
        background: black;
        color: whitesmoke;
    }

    #team .card-body:nth-child(even)
    {
        float: right;
    }



    #contact .col-md-6
    {
        margin-bottom: 70px;
    }

    /*DjPortal*/
    .eltdf-row-grid-section
    {
        display: none;
    }

    .djPortalGrid
    {
        display: block;
    }

    .eltdf-processes-holder
    .eltdf-process-content-wrapper
    .eltdf-process-content-wrapper-inner:after
    {
        border:0px;
    }

    .eltdf-processes-holder
    .eltdf-process:nth-child(odd)
    {
         padding-top: 0px;
    }

    .FAQ_Question
    {
        padding-top: 70px;
    }

    #Feed_containers .col-sm-4
    {
        margin-bottom: 20px;
    }

}