hr {
    border-top: 1px solid #d4d4d4;
}

.hr-style {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px dotted #ababab;
    width: 10%;
}

.intro::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 15, 45, 0.8);
    background: -moz-linear-gradient(45deg, rgba(0, 15, 45, 0.8) 35%, rgba(52, 33, 50, 0.8) 75%, rgba(80, 43, 65, 0.8) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0, 15, 45, 0.8) 35%, rgba(52, 33, 50, 0.8) 75%, rgba(80, 43, 65, 0.8) 100%);
    background: linear-gradient(45deg, rgba(0, 15, 45, 0.8) 35%, rgba(52, 33, 50, 0.8) 75%, rgba(80, 43, 65, 0.8) 100%);
}

.navbar-toggle > i {
    color: #fff;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.navbar-custom-alt::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 15, 45, 0.8);
    background: -moz-linear-gradient(45deg, rgba(0, 15, 45, 0.8) 35%, rgba(52, 33, 50, 0.8) 75%, rgba(80, 43, 65, 0.8) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0, 15, 45, 0.8) 35%, rgba(52, 33, 50, 0.8) 75%, rgba(80, 43, 65, 0.8) 100%);
    background: linear-gradient(45deg, rgba(0, 15, 45, 0.8) 35%, rgba(52, 33, 50, 0.8) 75%, rgba(80, 43, 65, 0.8) 100%);
    z-index: -1;
}

.nav>li>a {
    padding: 6px 20px;
}

.nav .open>a,
.nav>li>a:focus,
.nav>li>a:hover{
    background-color: transparent !important;
}

.dropdown-menu {
    padding: 0;
    text-align: right;
    background-color: rgba(255, 255, 255, 0.8);
}

.panel {
    background-color: transparent;
}

.panel-title a:hover {
    color: #cecece !important;
}

.panel-heading {
    padding: 10px 15px;
    background: url(../img/tab-bg.jpg);
}

.panel-body {
    padding: 15px 20px;
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.15) inset;
    border-radius: 6px;
}

.career-img-style {
    border-radius: 100%;
    border: 4px solid rgba(77, 71, 90, 0.95);
    padding: 10px;
    margin: 0 auto;
    max-width:  350px;
}

.services-img-style {
    border-radius: 100%;
    border: 4px solid rgba(77, 71, 90, 0.95);
    padding: 10px;
    width: 300px;
    margin: 0 auto;
}

.career-img-style img,
.services-img-style img {
    border-radius: 100%;
    border: 1px dashed #4d475a;
    padding: 10px;
}

.responsibility> .fa-ul > li > i,
 .skill > .fa-ul > li > i {
     margin-top: 0;
    color: #0c7d0c;
 }

.responsibility > .fa-ul > li > p,
.skill > .fa-ul > li > p {
    line-height: 1.3;
}

/*--------- Flex Table ---------*/
.flex-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.feature-box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    /*background-color: lightgrey;*/
}

.feature-icon {
    /*background-color: yellow;*/
    width: 150px;
    padding: 15px;
}

.feature-content {
    /*background-color: cornflowerblue;*/
    /*width: calc(100% - 150px);*/
    padding: 10px;
}


.language-style {
    display: inline-block;
    margin: 0 5px;
}
.language-img {
    max-width: 40px;
}

.page-footer-text {
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 1.5px;
}

.lang-switch img:hover,
.lang-switch img:active,
.lang-switch.active img,
.lang-switch.active img {
    box-shadow: 1px 1px 16px rgba(255,255,255,0.3);
    border-radius: 100%;
}

@media(max-width:767px) {
    /*.feature-box {
        display: block;
    }*/
}
