.navbar-dark .navbar-brand {
    width: 110px;
}

footer .navbar-brand {
    width: 150px !important;
}

.btn-red,
.bg-blue {
    background: #083b50 !important;
}

.shape-bottom {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#home {
    background-image: url(../img/bg/bg-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (min-width: 992px) {
    #home {
        background-attachment: fixed;
    }
}

@media screen and (max-width: 992px) {
    #home {
        min-height: 700px;
    }
}

@media screen and (max-width: 768px) {
    .welcome-area {
        padding-top: 0px;
        height: 600px !important;
    }
}

@media screen and (max-width: 575px) {
    #home h1 {
        font-size: 2rem;
    }

    #home {
        min-height: 500px;
    }
}

.bg-overlay::after {
    background: linear-gradient(-47deg, #000d1c 0%, #12304c 100%);
    opacity: 0.85;
}

.text-degrade {
    background: linear-gradient(to right, #3c82ce 0%, #17a2b8 100%);
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-degrade {
    background: linear-gradient(to right, #155aa3 0%, #04448a 100%) !important;
    border-radius: 30px;
}

.section h2 {
    font-size: 2.6rem;
}

.service-area p {
    font-size: 0.95rem;
}

@media screen and (max-width: 992px) {
    .service-area img {
        max-width: 450px;
        margin-left: auto;
        display: block;
        margin-right: auto;
    }

    .service-area h2 br {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .service-area h2 br {
        display: block;
    }
}

@media screen and (max-width: 575px) {
    .section h2 {
        font-size: 1.8rem;
    }

    .service-area h2 br {
        display: none;
    }

    .service-area img {
        max-width: 350px;
        width: 100%;
    }
}

@media screen and (max-width: 470px) {
    .service-area h2 br {
        display: block;
    }
}

.ptb_50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

#methodology {
    background-image: url(../img/bg/bg-2-1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 3rem;
}

.steps-list {
    position: relative;
}

.steps-list .step {
    width: 120px;
    height: 120px;
    border-radius: 16px;
    background: white;
    padding: 1rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    justify-content: center;
    box-shadow: 2px 1px 10px -3px rgba(0,0,0,0.2);
-webkit-box-shadow: 2px 1px 10px -3px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 1px 10px -3px rgba(0,0,0,0.2);
}

.steps-list .step img {
    width: 50px;
    height: 50px;
    align-self: center;
}

.steps-list .step .number {
    width: 40px;
    height: 40px;
    font-size: 1rem;
    font-weight: 400;
    color: white;
    background: linear-gradient(45grad, #155aa3 0%, #04448a 100%);
    vertical-align: middle;
    padding: 0.5rem;
    position: absolute;
    text-align: center;
    border-radius: 8px;
    left: -18px;
    top: -7px;
}

.steps-list h3 {
    font-weight: 400;
    text-align: center;
    color: rgb(75, 75, 75);
    text-align: center;
    font-size: 0.95rem;
    margin-top: 1rem;
    margin-bottom: 3.5rem;
    max-width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.steps-list .line {
    height: 4px;
    background: linear-gradient(to right, #3c82ce 0%, #17a2b8 100%);
    position: absolute;
}

.steps-list .line.one {
    top: 106px;
}

.steps-list .line.two {
    top: 344px;
}

@media screen and (max-width: 768px){
    .steps-list .line{
        display: none;
    }
}

@media screen and (max-width: 575px){

    #methodology .col-lg-8 p, .steps-list h3{
        font-size: 0.9rem;
    }

}

#cases .item{
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

#cases .item h2{
    color: white;
    margin-bottom: 2rem;
}

#cases .item p{
    color: white;
    font-size: 0.95rem;
    margin-bottom: 0px;
}

#cases .case-one{
    background-image: url(../img/bg/case-1.png);
    background-position: left center;
}

#cases .case-two{
    background-image: url(../img/bg/case-2.png);
    background-position: right center;
}

#cases .case-three{
    background-image: url(../img/bg/case-3.png);
    background-position: left center;
}

.owl-nav {
    top: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    padding: 0 25px;
}

.owl-nav button {
   color: white !important;
   font-size: 1.3rem;
}

.position-relative {
    position: relative!important;
}

.owl-carousel .owl-item img {
    max-height: 450px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1200px){
    .owl-carousel .owl-item img {
        max-height: 400px;
    }
}

@media screen and (max-width: 992px){
    .owl-carousel .owl-item img {
        max-height: 320px;
    }

    #cases .item{
        min-height: 700px;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

@media screen and (max-width: 768px){
    .owl-carousel .owl-item img {
        max-height: 300px;
    }

    #cases .item{
        min-height: 750px;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

@media screen and (max-width: 768px){

    .owl-carousel .owl-item img {
        max-height: 250px;
    }

    #cases .item{
        min-height: 730px;
    }
}

@media screen and (max-width: 575px){

    #cases .item{
        min-height: 670px;
    }
}

@media screen and (max-width: 500px){
    #cases .item {
        min-height: 720px;
    }
    #cases .item p{
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 380px){
    #cases .item {
        min-height: 800px;
    }
}