body > * {
    font-family: 'Roboto', sans-serif!important;
    font-weight: 400;
    color: #000000;
}
.services-inner {
    border: 2px solid #333333;
    margin-left: 35px;
    transition: .3s;
}
.our-services-img {
    float: left;
    margin-left: -36px;
    margin-right: 22px;
    margin-top: 28px;
}
.our-services-text {
    padding-right: 10px;
}
.our-services-text {
    overflow: hidden;
    padding: 28px 0 25px;
}
.our-services-text h4 {
    color: #222222;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}
.our-services-text h4::before {
    background: #000000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    width: 35px;
}
.our-services-wrapper:hover .services-inner {
    background: #fff none repeat scroll 0 0;
    border: 2px solid transparent;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
.our-services-text p {
    margin-bottom: 0;
}
.card-pricing.popular {
    z-index: 1;
    border: 3px solid #124e88;
}
.card-pricing .list-unstyled li {
    padding: .5rem 0;
    color: #6c757d;
}

.owl-carousel{
    position: relative;
}
.owl-carousel .item{
    height: 500px;
}
.owl-carousel .item img{
    width: 100%;
    height: auto;
}
.owl-carousel .item .item-caption{
    position: absolute;
    top: 20%;
    left: 5%;
}

.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block!IMPORTANT;
    border:0px solid black;
}

.owl-next {
    width: 50px;
    height: 10%;
    position: absolute;
    top: 40%;
    right: 0;
    display: block!IMPORTANT;
    border:0px solid black;
}
.owl-prev i, .owl-next i {transform : scale(1,6); color: #ccc;}

.owl-carousel .owl-dots{
    position: absolute;
    bottom: 0;
    width: 20%;
    height: 60px;
    left: 40%;
    padding: 20px 30px;
    margin: 0 auto!important;
    background: rgba(0,0,0,0.8);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.owl-theme .owl-dots .owl-dot span{
    background: #FFFFFF;
}
.owl-theme .owl-dots .owl-dot:hover span {
    background: #124e88;
}
.owl-theme .owl-dots .owl-dot.active span{
    background: #124e88;
}
.owl-theme .owl-dots .owl-dot span{
    width: 25px;
}

.bg-base {
    color: #FFFFFF;
    background: #124e88!important;
}

.badge-base {
    color: #FFFFFF;
    background: #124e88!important;
}

.text-base {
    color: #124e88!important;
}

.border-base {
    border-color: #124e88!important;
}

.btn-base {
    color: #fff!important;
    background-color: #124e88!important;
    border-color: #124e88!important;
}

.btn-base:hover {
    color: #DAE3FF!important;
    background-color: #124982 !important;
    border-color: #124982!important;
}

.btn-base:focus, .btn-base.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5)!important;
}

.btn-base.disabled, .btn-base:disabled {
    color: #fff!important;
    background-color: #124e88!important;
    border-color: #124e88!important;
}

.btn-base:not(:disabled):not(.disabled):active, .btn-base:not(:disabled):not(.disabled).active,
.show > .btn-base.dropdown-toggle {
    color: #fff!important;
    background-color: #124e88!important;
    border-color: #124e88!important;
}

.btn-base:not(:disabled):not(.disabled):active:focus, .btn-base:not(:disabled):not(.disabled).active:focus,
.show > .btn-base.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5)!important;
}


.btn-outline-base {
    color: #124e88!important;
    background-color: transparent!important;
    background-image: none!important;
    border-color: #124e88!important;
}

.btn-outline-base:hover {
    color: #fff!important;
    background-color: #124e88!important;
    border-color: #124e88!important;
}

.btn-outline-base:focus, .btn-outline-base.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5)!important;
}

.btn-outline-base.disabled, .btn-outline-base:disabled {
    color: #263e66 !important;
    background-color: transparent!important;
}

.btn-outline-base:not(:disabled):not(.disabled):active, .btn-outline-base:not(:disabled):not(.disabled).active,
.show > .btn-outline-base.dropdown-toggle {
    color: #fff!important;
    background-color: #263e66!important;
    border-color: #263e66!important;
}

.btn-outline-base:not(:disabled):not(.disabled):active:focus, .btn-outline-base:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-base.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5)!important;
}

.bg-yellow {
    color: #FFFFFF;
    background: #09233A !important;
}

.badge-yellow {
    color: #FFFFFF;
    background: #09233A !important;
}

.text-yellow {
    color: #09233A!important;
}

.border-yellow {
    border-color: #09233A!important;
}

.btn-yellow {
    color: #fff!important;
    background-color: #09233A!important;
    border-color: #09233A!important;
}

.btn-yellow:hover {
    color: #ADADAD!important;
    background-color: #09233A !important;
    border-color: #ADADAD!important;
}

.btn-yellow:focus, .btn-yellow.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5)!important;
}

.btn-yellow.disabled, .btn-yellow:disabled {
    color: #fff!important;
    background-color: #ffcc64 !important;
    border-color: #ffcc64!important;
}

.btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active,
.show > .btn-yellow.dropdown-toggle {
    color: #fff!important;
    background-color: #09233A!important;
    border-color: #09233A!important;
}

.btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-yellow.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5)!important;
}


.btn-outline-yellow {
    color: #09233A!important;
    background-color: transparent!important;
    background-image: none!important;
    border-color: #09233A!important;
}

.btn-outline-yellow:hover {
    color: #fff!important;
    background-color: #09233A!important;
    border-color: #09233A!important;
}

.btn-outline-yellow:focus, .btn-outline-yellow.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5)!important;
}

.btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
    color: #09233A!important;
    background-color: transparent!important;
}

.btn-outline-yellow:not(:disabled):not(.disabled):active, .btn-outline-yellow:not(:disabled):not(.disabled).active,
.show > .btn-outline-yellow.dropdown-toggle {
    color: #fff!important;
    background-color: #09233A!important;
    border-color: #09233A!important;
}

.btn-outline-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-yellow.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5)!important;
}
.text-heading-title {
    position: relative;
    margin: 0 0 25px;
    color: rgba(0, 0, 0, 0.60);
    padding-bottom: 5px;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
}

.text-heading-title:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.6);
}
.text-heading-footer {
    position: relative;
    margin: 0 0 25px;
    color: rgba(255, 255, 255, 0.75);
    padding-bottom: 5px;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
}

.text-heading-footer:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.75);
}

.text-heading-header {
    position: relative;
    margin: 0 0 25px;
    padding-bottom: 5px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
}

.text-heading-header:before {
    content: "";
    width: 80px;
    height: 2px;
    background-color: #09233A;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
}
.parallax-window-black {
    background-color: rgba(3,3,3,0.85);
}

.nav-tabs {
    box-shadow: inset 0 -2px 0 -1px rgba(0, 0, 0, 0.12);
}

.nav-tabs.border-0, .nav-tabs.border-bottom-0 {
    box-shadow: none;
}

.nav-tabs .nav-link {
    transition-duration: 0.3s;
    transition-property: background-color, color, opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    color: rgba(0, 0, 0, 0.87);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
    min-height: 3rem;
    opacity: 0.7;
    padding: 1.0625rem 0.75rem;
    position: relative;
    text-transform: uppercase;
    border: 0;
}

@media (min-width: 576px) {
    .nav-tabs .nav-link {
        transition-duration: 0.39s;
    }
}

@media (min-width: 992px) {
    .nav-tabs .nav-link {
        transition-duration: 0.2s;
    }
}

@media screen and (prefers-reduced-motion: reduce) {
    .nav-tabs .nav-link {
        transition: none;
    }
}

.nav-tabs .nav-link:active, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    background-color: rgba(0, 0, 0, 0.12);
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link:active {
    opacity: 1;
}

.nav-tabs .nav-link.active {
    color: #000000;
    background: rgba(255, 193, 7, 0.15);
}

.nav-tabs .nav-link.active::before {
    opacity: 1;
}

.nav-tabs .nav-link.disabled {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.38);
    opacity: 1;
}

.nav-tabs .nav-link::before {
    transition-duration: 0.3s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #09233A;
    content: '';
    display: block;
    height: 0.165rem;
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

@media (min-width: 576px) {
    .nav-tabs .nav-link::before {
        transition-duration: 0.39s;
    }
}

@media (min-width: 992px) {
    .nav-tabs .nav-link::before {
        transition-duration: 0.2s;
    }
}

@media screen and (prefers-reduced-motion: reduce) {
    .nav-tabs .nav-link::before {
        transition: none;
    }
}


.timeline {
    position: relative;
    list-style-type: none;
    padding: 10px 0;
    height: auto;
    overflow: hidden;
}
.timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    content: "";
    border-left: 2px solid #333333;
    z-index: -1;
}
.timeline > .year {
    text-align: center;
}
.timeline > .year > span {
    display: inline-block;
    padding: 8px 18px;
    margin: 20px 0;
    border-radius: 2px;
    background-color: #333333;
    font-weight: 700;
    color: white;
    z-index: 1;
}
.timeline > .event {
    position: relative;
    width: 50%;
    margin-top: 0;
    margin-bottom: 40px;
    padding-right: 30px;
    padding-left: 0;
    text-align: right;
    float: left;
    clear: left;
}
.timeline > .event:nth-child(2n) {
    margin-bottom: 0;
    margin-top: 40px;
    padding-left: 30px;
    padding-right: 0;
    text-align: left;
    float: right;
    clear: right;
}
.timeline > .event:before {
    position: absolute;
    content: ".";
    top: 20px;
    right: -11px;
    font-size: 72px;
    line-height: 0;
    color: #333333;
}
.timeline > .event:nth-child(2n):before {
    right: auto;
    left: -8px;
}
.timeline > .event:hover {
    cursor: pointer;
}
.timeline > .event:hover h3 {
    color: #15518a;
}
.timeline > .event .event__title {
    position: relative;
    padding: 15px 20px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top: 4px #e3e3e3 solid;
    background-color: #f5f5f5;
}
.timeline > .event .event__title > h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px 0;
    -webkit-transition: color 300ms;
    -o-transition: color 300ms;
    transition: color 300ms;
}
.timeline > .event .event__title > time {
    display: block;
    color: #777777;
}
.timeline > .event .event__title > time:before {
    content: "\f073";
    font-family: "Font Awesome 5 Free";
    color: #15518a;
    margin-right: 5px;
}
.timeline > .event .event__title:before,.timeline > .event .event__title:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
}
.timeline > .event .event__title:before {
    top: 22.5px;
    right: -15px;
    border-top: 15px solid transparent;
    border-left: 15px solid rgba(0, 0, 0, 0.15);
    border-bottom: 15px solid transparent;
}
.timeline > .event .event__title:after {
    top: 26px;
    right: -14px;
}
.timeline > .event:nth-child(2n) .event__title:before {
    right: auto;
    left: -15px;
    border-right: 15px solid rgba(0, 0, 0, 0.15);
    border-left: 0;
}
.timeline > .event:nth-child(2n) .event__title:after {
    right: auto;
    left: -14px;
    border-right: 14px solid #f5f5f5;
    border-left: 0;
}
.timeline > .event .event__content {
    padding: 15px 20px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
.timeline > .event .event__content > p {
    color: #777777;
    margin-bottom: 0;
}
.timeline > .event .event__content > p > img {
    margin-bottom: 10px;
}
.timeline > .event .event__content > p + .btn {
    margin-top: 10px;
}
@media (max-width: 767px) {
    .timeline:before {
        left: 6px;
    }
    .timeline > .year {
        margin-left: 6px;
        text-align: left;
    }
    .timeline > .year > span {
        border-radius: 0 2px 2px 0;
        margin: 0 0 30px;
    }
    .timeline > .event,  .timeline > .event:nth-child(2n) {
        width: 100%;
        padding-left: 30px;
        padding-right: 0;
        margin: 0 0 40px 0;
        text-align: left;
        float: none;
        clear: none;
    }
    .timeline > .event:before,  .timeline > .event:nth-child(2n):before {
        top: 20px;
        left: -2px;
        right: auto;
    }
    .timeline .event .event__title:before,  .timeline .event:nth-child(2n) .event__title:before {
        right: auto;
        left: -15px;
        border-right: 15px solid #f5f5f5;
        border-left: 0;
    }
    .timeline .event .event__title:after,  .timeline .event:nth-child(2n) .event__title:after {
        right: auto;
        left: -14px;
        border-right: 14px solid #f5f5f5;
        border-left: 0;
    }
}
.timeline_left:before {
    left: 6px;
}
.timeline_left > .year {
    margin-left: 6px;
    text-align: left;
}
.timeline_left > .year > span {
    border-radius: 0 2px 2px 0;
    margin: 0 0 30px;
}
.timeline_left > .event,.timeline_left > .event:nth-child(2n) {
    width: 100%;
    padding-left: 30px;
    padding-right: 0;
    margin: 0 0 30px 0;
    text-align: left;
    float: none;
    clear: none;
}
.timeline_left > .event:before,.timeline_left > .event:nth-child(2n):before {
    top: 20px;
    left: -2px;
    right: auto;
}
.timeline_left .event .event__title:before,.timeline_left .event:nth-child(2n) .event__title:before {
    right: auto;
    left: -15px;
    border-right: 15px solid #f5f5f5;
    border-left: 0;
}
.timeline_left .event .event__title:after,.timeline_left .event:nth-child(2n) .event__title:after {
    right: auto;
    left: -14px;
    border-right: 14px solid #f5f5f5;
    border-left: 0;
}
.timeline_right:before {
    right: 6px;
    left: auto;
}
.timeline_right > .year {
    margin-right: 6px;
    margin-left: auto;
    text-align: right;
}
.timeline_right > .year > span {
    border-radius: 2px 0 0 2px;
    margin: 0 0 30px;
}
.timeline_right > .event,.timeline_right > .event:nth-child(2n) {
    width: 100%;
    padding-right: 30px;
    padding-left: 0;
    margin: 0 0 40px 0;
    text-align: right;
    float: none;
    clear: none;
}
.timeline_right > .event:before,.timeline_right > .event:nth-child(2n):before {
    top: 20px;
    right: -2px;
    left: auto;
}
.timeline_right .event .event__title:before,.timeline_right .event:nth-child(2n) .event__title:before {
    left: auto;
    right: -15px;
    border-left: 15px solid #f5f5f5;
    border-right: 0;
}
.timeline_right .event .event__title:after,.timeline_right .event:nth-child(2n) .event__title:after {
    left: auto;
    right: -14px;
    border-left: 14px solid #f5f5f5;
    border-right: 0;
}

.status-icon {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    display: inline-block;
    background: currentColor;
    border-radius: 50%;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    margin-right: .375rem;
    vertical-align: middle;
}

.status-animated {
    -webkit-animation: 1s status-pulse infinite ease;
    animation: 1s status-pulse infinite ease;
}

.map-background{
    background:url('../img/background/back-map.jpg') center;
}


a.text-yellow{
    color: #cccccc !important; 
}
