* {
    border-radius: 0px !important;
}
.center {
    text-align: center;
}

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

#services {
    padding-top: 70px;
}

#services .alt-tabs-icon {
    margin-bottom: 0px;
    font-size: 30px;
}

#services .tpl-alt-tabs {
    padding-bottom: 0px;
}

#services .nav-tabs li {
    width: 315px;
}

#fixed {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    border-bottom: 3px solid #ff8d08;
    color: #b5b5b5;
    letter-spacing: 0.15em;
    font-size: 15px;
    padding: 4px 20px;
    font-weight: 600 !important;
    display: none;
    /*animation: blink 3s;
         animation-iteration-count:infinite;*/
    animation: pulse-animation 5s infinite;
}

#fixed:hover {
    background-color: #fff;
    color: #000;
}

@keyframes blink {
    50% {
        border-color: #efff00;
    }
}

@keyframes pulse-animation {
    0% {
        color: #b5b5b5;
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    50% {
        color: #ff8d08;
        letter-spacing: 0.2em;
    }
    100% {
        color: #b5b5b5;
        box-shadow: 0 0 0 20px rgba(255, 230, 60, 0);
    }
}

.btn-mod.btn-medium {
    padding: 3px 71px;
}

#technology {
    padding-top: 20px;
}

#technology h2 {
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: 0.8em;
    font-size: 31px;
}

.mobile-h2 {    
    font-size: 24px !important;
}

.bottom-item-image {
    text-align: center;
    cursor: pointer;
    ;
}

#technology .bottom {
    border-top: 2px solid #000;
}

#technology .bottom img {
    max-width: 150px;
    max-height: 100px;
    padding: 25px 25px 5px 25px;
    cursor: pointer;
}

.bottom-item-image img {
    width: unset;
    padding-bottom: 0px;
}

.bottom-item-image {
    opacity: 0.5
}

.bottom-item-image:hover {
    opacity: 1;
}

.team-item-name {
    margin-top: 0px;
    margin-bottom: 25px;
}

.spot {
    position: absolute;
    border: 5px double #ff8d08;
    border-radius: 20px !important;
    width: 20px;
    height: 20px;
    background-color: #000;
    opacity: 0.6;
}
.spot.active {
    opacity: 1;
    background-color: #fff;
}
.spot:hover {
    cursor: pointer;
    opacity: 1;
    background-color: #fff934;
}


#technology .nav-tabs li {
    width: 300px;
}

.table tr>th {
    width: 170px;
}

#contact {
    padding-top: 50px;
}

.tech-links a {
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    border-bottom: 2px solid #ff8d08;
    letter-spacing: 0.15em;
    font-size: 125%;
}

.tech-links {
    margin-bottom: 20px;
}

.tech-links div {
    text-align: center;
}

.tech-images img {
    padding: 5px;
}

.map {
    position: relative;
    width: 435px !important;
    height: 600px !important;
}

.map img {
    height: 600px;
    width: 435px;
    max-width: 435px;
    max-height: 600px;
}

.owl-item li img {
    display: block;
    margin: 0 auto;
}

.owl-prev,
.owl-next {
    color: #fff;
}

.owl-prev:before,
.owl-next:before {
    background-color: #000;
}

.owl-page.active span {
    background-color: #ff8d08;
    border: 1px solid #ff8d08;
}

.owl-page span {
    background-color: #000;
    border: 1px solid #000;
}

#login {
    border-radius: 10px;
    padding-top: 50px;
}

#login-modal {
    color: #000;
}

#login-modal .vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

#login-modal .vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

#login-modal .modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    max-width: inherit;
    /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

#login-modal button,
#login-modal input {
    width: 250px;
    display: inline-block;
}

#login-modal .continue button,
#login-modal .continue input {
    width: 100px;
}

#login-modal .reg {
    padding-top: 10px;
}
#login-modal .reg button {
    width: 130px;
    margin-right: 5px;
}

#login-modal .right-border {
    border-right: 1px solid #545b62 !important;
}

#login-modal .alert-warning {
    color: #000;
    font-weight: 400;
}

#login-modal a {
    color: #000;
    font-weight: bold;
}

#login-modal a:hover {
    text-decoration: underline;
}
.form-group {
    margin-bottom: 0.5rem;
}
.form-horizontal .form-group {
    margin: 0;
}

.page-loader .loader {
    border-radius: 25px !important;
}
.pad-top {
    padding-top: 5px; 
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}