header .c-brand .c-logo img{
    width: 130px;
}

.c-page-on-scroll.c-layout-header-fixed .c-layout-header .c-brand{
    margin: 10px 0 0px 0;
}

.c-layout-header .c-brand{
    margin: 25px 0 15px 0;
}

.tp-banner-container.c-theme .tparrows.circle{
    background-image: url(../../images/components/line-icons/red2.png);
}

.c-content-line-icon.c-theme{
    background-image: url(../../images/components/line-icons/red2.png);
}

.w-100{
    width: 100%;
}

.w-75{
    width: 75%;
}

.w-50{
    width: 50%;
}

.w-25{
    width: 25%;
}

.c-prefooter .c-logo img{
    width: 200px;
}

.c-layout-footer.c-layout-footer-1 .c-prefooter .c-logo{
    padding-bottom: 0;
}

.c-layout-breadcrumbs-1.c-bgimage{
    padding: 25px 0;
}

.c-layout-breadcrumbs-1.c-bgimage .c-page-breadcrumbs{
    margin-top: 0;
}

.space-for-header{
    margin-top: 100px;
}

#ami .c-content-media-1{
    min-height:380px;
}

#ami .ami-contact-mb-10{
    margin-bottom: 10px;
}
#ami .ami-contact-mb-5{
    margin-bottom: 15px;
}

.ami-contact-container-p-0{
    padding: 0 !important;
    width: 100%;
}

.ami-message{
    font-weight: bold;
}
.ami-message .text-danger{
    color: red;
}

#ami .cbp-caption-expand .cbp-caption{
    border: 1px dotted #eaeaea;
}

.ami-service .c-content-feature-2 p{
    padding-left: 0;
}


#ami .c-content-box.c-size-md{
    padding: 30px 0;
}

.ami.c-contact{
    padding: 0 !important;
}
.ami-service .c-content-feature-2.ami-overlay{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 20%);
}

.ami-service .c-content-feature-2.ami-overlay h3
{
    color: white;
}

.c-layout-footer.c-layout-footer-1 .c-postfooter .c-socials{
    text-align: center;
    float: none;
}


.c-layout-footer.c-layout-footer-1 .c-postfooter .c-copyright.ami-foot{
    float: right;
}




/* --------------------------------- MOBILE --------------------------------- */

/* .c-layout-header .c-brand */

@media only screen and (max-width: 990px) {
    header .c-brand .c-logo img {
        width: 90px;
    }

    .c-layout-header .c-brand{
        margin: 15px 0 15px 0;
    }

    .c-layout-breadcrumbs-1.c-bgimage{
        padding: 25px 0;
    }

    .c-content-feature-13 .c-feature-13-container{
        padding: 30px;
    }

    .space-for-header{
        margin-top: 60px;
    }

    #ami .c-content-media-1{
        min-height:auto;
    }
    #ami .c-content-media-1 .c-title{
        margin: 20px 0 20px 0;
    }
  }


  /* -------------------------------- FLIP CARD ------------------------------- */
  
  /* ------------------------------ END FLIP CARD ----------------------------- */

  /* ------------------------------ OWL CAROUSEL ------------------------------ */
  .owl-centered .owl-wrapper {
    display: table !important;
  }
  .owl-centered .owl-item {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
  .owl-centered .owl-item > div {
    text-align: center;
  }
  /* ---------------------------- END OWL CAROUSEL ---------------------------- */