.inside {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.flexslider {
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none;
}

#olb {
    z-index: 3;
    position: absolute;
    margin: 40px;
    display: block;
}

#banner {}

#banner .flex-direction-nav {
    padding: 0;
    margin: 0;
}

#index-bar {
    background: #0068B3;
    color: #ffffff;
    padding: 40px;
    text-align: center;
    font-size: 1.5em;
}

#index-bar p {
    margin: 0 auto;
}

.app-buttons {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.app-buttons a img {
    max-height: 35px;
    height: 100%;
    max-width: 120px;
    width: 100%;
    display: block;
}

.loop.owl-carousel {
    left: calc(-50vw + 49.5%)
}

@media (min-width:768px) {
    .loop.owl-carousel {
        left: calc(-50vw + 49.7%)
    }
}

@media (min-width:1200px) {
    .loop.owl-carousel {
        left: calc(-50vw + 58.2%)
    }
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}


.owl-height {
    transition: height .5s ease-in-out
}

.owl-stage-outer.owl-height {
    height: 200px !important;
}

.owl-carousel {
    display: none;
    width: 100%;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.career-circle-dark,
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: scale .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.owl-next,
.owl-prev {
    position: absolute;
    top: 45%;
    line-height: 1rem;
    padding: 20px 25px;
    font-size: 2rem;
    color: #fff
}

.owl-prev {
    left: 5%;
    border: 2px solid #fff;
    border-radius: 100%
}

.owl-next {
    right: 5%;
    border: 2px solid #fff;
    border-radius: 100%
}

.index-slider-section .item {
    padding: 0 15px;
}

.index-slider-section .item .img-box {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EE2E24;
    border-radius: 50%;
    margin: 20px auto 10px;
}

.index-slider-section .item .img-box i {
    border-radius: 50%;
    padding: 20px;
    color: #ffffff;
    font-size: 1.75em;
}

.a-text-decoration-none,
.index-slider-section .item .img-box a,
.index-slider-title {
    text-decoration: none
}

.index-slider-title {
    font-size: 1.25em;
    color: #0068B3;
    text-align: center;
    font-weight: 300;
}

.index-slider-desc {
    font-size: 16px;
    color: #010101;
    text-align: center;
    line-height: 24px;
}

.index-slider-button {
    margin-top: 10px;
    width: 100%;
    max-width: 270px;
}

.index-slider-section {
    text-align: center;
    padding: 20px;
}

.index-slider-section .recent-closings-slider .owl-nav button {
    top: 50%;
    margin-top: -35px
}


.index-slider-section .recent-closings-slider {
    padding: 0 60px 0;
}

@media only screen and (max-width:991px) {
    .index-slider-section .recent-closings-slider {
        padding: 38px 70px 5px
    }
}

.responsive-index-slider .col-sm-2 {
    width: 100%;
    margin-bottom: 10px
}

.responsive-index-slider .item .img-box {
    height: 100px;
    margin-bottom: 10px
}

.responsive-index-slider .item .img-box img {
    max-height: 100%;
}

@media (max-width:479px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:480px) and (max-width:767px) {
    .hidden-sm {
        display: none !important
    }
}

.visible-sm,
.visible-xs {
    display: none !important
}

.recent-closings-slider .owl-prev span,
.recent-closings-slider .owl-next span {
    display: none;
}

.recent-closings-slider .owl-prev {
    background: url(../images/chevronCircleLeft.svg) center center no-repeat;
    border: none;
    border-radius: 0;
    left: 25px
}

.recent-closings-slider .owl-next {
    background: url(../images/chevronCircleRight.svg) center center no-repeat;
    border: none;
    border-radius: 0;
    right: 25px
}

#index-gallery {
    display: flex;
    flex-direction: row;
    padding: 0;
}

#index-gallery figure {
    width: calc(100% / 3);
    display: block;
    margin: 0;
    padding: 0;
    height: 215px;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    background-position: center !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

#index-gallery figure:nth-child(1) {
    background:
        linear-gradient(rgba(255, 255, 255, 0.5),
        rgba(255, 255, 255, 0.9)),

        url("/Images/index-fraud.jpg");
}

#index-gallery figure:nth-child(2) {
    background:
        linear-gradient(rgba(255, 255, 255, 0.5),
        rgba(255, 255, 255, 0.9)),

        url("/Images/index-online.jpg");
}

#index-gallery figure:nth-child(3) {
    background:
        linear-gradient(rgba(255, 255, 255, 0.5),
        rgba(255, 255, 255, 0.9)),

        url("/Images/index-mobile_app.jpg?2022");
}

#index-gallery figcaption {
    text-align: center;
    padding: 30px;
}

#index-gallery figcaption h2 {
    padding: 0;
    margin: 0 auto;
    text-shadow: 1px 1px #ffffff;
    font-size: 2.25em;
}

#index-gallery figcaption p {
    padding: 0;
    margin: 10px auto 15px;
    font-size: 1.025em;
}

#index-gallery figcaption .button {
    margin: 10px auto;
}
.owl-carousel .owl-item .fontSlideImg{
    display: inline-block;
    height: auto;
    width: auto;
    vertical-align: middle;
}