.navbar-brand img {
    height: 50px;
    width: auto;
    min-height: 50px;
}

.footer-logo img {
    height: 70px;
    width: auto;
    min-height: 70px;
}

.page-frame {
    padding: 0 1.25rem 0;
}

.display-4 {
    font-size: 1.5rem;
}

h3.strength-title,
.header-inner-content h1 {
    color: #343f52 !important;
    font-size: 42px !important;
    font-weight: 700;
}

.text-line.strength-title:before {
    background-color: #343f52;
}

.service-block .col-md-6.col-xl-3 {
    padding-left: 12px;
    padding-right: 12px;
}

.service-block .card {
    border: 1px solid rgb(235 235 235 / 54%);
    height: 370px;
    min-height: 370px;
}

.display-4 {
    font-size: 32px !important;
}

.submit-button input {
    color: #fff;
    background-color: #ee2433;
    border-color: #ee2433;
    border-radius: 15px !important;
    padding: 10px 50px !important;
    margin-top: 15px;
}

.submit-button input:hover {
    background: #ffffff;
    color: #ee2433;
    border-color: #ee2433;
}

@media only screen and (max-width: 1200px) {
    .service-block .card {
        border: 1px solid rgb(235 235 235 / 54%);
        height: auto;
        min-height: auto;
    }
}

@media only screen and (max-width: 600px) {
    section.video-wrapper video {
        height: 180px !important;
        min-height: 180px !important;
    }
    .video-wrapper.bg-overlay:after {
        height: 180px;
    }
    section.video-wrapper {
        height: 180px !important;
        min-height: 180px !important;
    }
    .service-block .col-md-6.col-xl-3 {
        margin-top: 20px;
    }
    .service-block .col-md-6.col-xl-3:first-child {
        margin-top: 40px;
    }
}


/* =============== */

.dropdown>.dropdown-menu {
    transform: scaleY(1);
    transform-origin: top;
    transition: all 0.3s ease-in-out;
}

.project img {
    height: 250px !important;
    min-height: 250px !important;
    object-fit: cover;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.project figure {
    margin-bottom: 15px !important;
}

.project-details h2.post-title {
    height: 60px;
    min-height: 60px;
}

.project img {
    height: 250px !important;
    min-height: 250px !important;
    object-fit: cover;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.project figure {
    margin-bottom: 15px !important;
}

.project-details h2.post-title {
    height: 60px;
    min-height: 60px;
}

.pr-multiblock {
    margin-top: 0px;
    height: auto !important;
    transition-duration: 0s;
}

.pr-project-block {
    margin: 40px 0px 0px !important;
    overflow: hidden;
    position: relative !important;
    left: 0% !important;
    top: 0% !important;
    transition-duration: 0s;
    height: 300px;
}


/* card animation start */

.clientele-card {
    transition: all 0.3s ease-in-out;
    border: 1px solid rgba(15, 34, 64, 0.14);
}

.clientele-card:hover {
    box-shadow: 0px 4px 15px rgb(0 0 0 / 6%);
    border: 1px solid rgba(15, 34, 64, 0.14);
    transform: scale(1.07);
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 1;
}

.clientele-card .card-body {
    padding: 1rem 1rem !important;
}


/* card animation end */

@media only screen and (min-width: 992px) {
    .widget {
        padding-left: 40px;
    }
}

@media only screen and (min-width: 768px) {
    .widget {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .widget {
        padding-left: 0px;
    }
}

.job ul {
    list-style: none;
    margin-left: 0;
    padding-left: 1.2em;
    text-indent: -1.2em;
}

.job li:before {
    content: "►";
    display: block;
    float: left;
    width: 1.2em;
    color: #e2626b;
}
.custom-class{
    background-image: url(../images/bg-90.png);
   }