@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

:root {
    --pbmit-global-color: #d3152e;
    --pbmit-global-color-2: #FFCC00;
    --pbmit-global-color-rgb: rgb(211, 21, 46);
    --pbmit-secondary-color: #09162a;
    --pbmit-light-color: #f9f9f9;
    --pbmit-white-color: #ffffff;
    --pbmit-blackish-color: #222;
    --pbmit-blackish-color-rgb: rgb(34, 34, 34) --pbmit-link-color-normal: #071323;
    --pbmit-link-color-hover: #d3152e;
    --pbmit-secondary-color-rgb: rgb(35, 38, 57);
    --pbmit-responsive-breakpoint: 1200px;
    --pbmit-body-typography-font-family: 'Comfortaa', cursive;
    --pbmit-body-typography-variant: regular;
    --pbmit-body-typography-font-size: 15px;
    --pbmit-body-typography-line-height: 24px;
    --pbmit-body-typography-color: #656565;
    --pbmit-heading-typography-font-family: 'Marcellus', serif;
    --pbmit-heading-color: #222222;
    --pbmit-heading-font-variant: 300;
    --pbmit-btn-typography-font-family: 'Marcellus', serif;
    --pbmit-btn-typography-variant: 500;
    --pbmit-btn-typography-font-size: 13px;
    --pbmit-btn-typography-line-height: 26px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-about-left-box {
        margin-bottom: 30px;
    }
}

.tp-about-left-wrap {
    margin-left: 65px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-about-left-wrap {
        margin-left: 0;
    }
}

.tp-about-left-wrap .tp-about-icon span {
    color: var(--pbmit-global-color);
    background-color: #f3f3f3;
    margin-right: 20px;
    transition: 0.3s;
}

.tp-about-left-wrap .tp-about-text {
    margin-right: 0;
}

.tp-about-text {
    margin-right: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-text {
        margin-right: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-about-text {
        margin-right: 0;
    }
}

.tp-about-text p {
    line-height: 30px;
    margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-text p {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-about-text p {
        font-size: 14px;
    }
}

.tp-about-text>span {
    color: var(--pbmit-global-color);
    font-size: 20px;
    margin-bottom: 45px;
    display: block;
    padding-right: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-about-text>span {
        font-size: 18px;
        padding-right: 90px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-text>span {
        font-size: 18px;
        padding-right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-about-text>span {
        font-size: 18px;
        padding-right: 0;
    }
}

.tp-about-icon-wrap {
    border-bottom: 1px solid var(--tp-border-1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-about-icon-wrap {
        padding-right: 200px;
    }
}

@media (max-width: 767px) {
    .tp-about-icon-wrap {
        flex-wrap: wrap;
    }
}

.tp-about-icon span {
    font-size: 50px;
    height: 75px;
    width: 75px;
    line-height: 91px;
    text-align: center;
    display: inline-block;
    margin-right: 30px;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-icon span {
        font-size: 40px;
        height: 60px;
        width: 60px;
        line-height: 71px;
        margin-right: 20px;
    }
}

.tp-about-icon-text h5 {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-icon-text h5 {
        font-size: 18px;
    }
}

.tp-about-icon-shape {
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .tp-about-button-box {
        flex-wrap: wrap;
    }
}

.tp-about-button-box a {
    margin-right: 100px;
}

@media (max-width: 767px) {
    .tp-about-button-box a {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-about-button-box a {
        margin-bottom: 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-main-thumb img {
        max-width: 85%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-about-main-thumb img {
        width: 100%;
        margin-bottom: 20px;
    }
}

.tp-about-thumb-sm {
    position: absolute;
    bottom: -110px;
    left: 5px;
    z-index: 1;
    animation: tptranslateX2 4s infinite alternate;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-thumb-sm {
        left: -20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-about-thumb-sm {
        position: static;
        animation: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-about-thumb-sm img {
        width: 100%;
        margin-bottom: 20px;
    }
}

.tp-about-list ul li {
    list-style-type: none;
    padding-left: 30px;
    position: relative;
}

.tp-about-list ul li:not(:last-child) {
    margin-bottom: 10px;
}

.tp-about-list ul li i {
    color: var(--pbmit-global-color);
    position: absolute;
    top: 5px;
    left: 0;
}

.tp-about-shape-1 {
    position: absolute;
    top: 70px;
    left: 60px;
    animation: tp-rotate-center 15s linear infinite;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-shape-1 {
        margin-left: -60px;
    }
}

.tp-about-shape-2 {
    position: absolute;
    bottom: -43px;
    right: 101px;
}

.tp-about-shape-3 {
    position: absolute;
    top: 0;
    left: 35px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .tp-about-shape-3 img {
        max-width: 50%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-about-shape-3 {
        display: none;
    }
}

.tp-about-shape-4 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.tp-about-shape-5 {
    position: absolute;
    bottom: 115px;
    left: -2%;
    z-index: -1;
    animation: tptranslateY2 3s infinite alternate;
}

.tp-about-shape-6 {
    position: absolute;
    top: -30px;
    right: 25px;
    z-index: -1;
}

.tp-about-right-wrap {
    padding-right: 60px;
}

.tp-about-right-wrap:hover .tp-about-main-thumb::before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-right-wrap {
        padding-right: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-about-right-wrap {
        padding-right: 0px;
        margin-bottom: 40px;
    }
}

.tp-about-right-wrap .tp-about-thumb-sm {
    left: 0;
    bottom: -85px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-right-wrap .tp-about-thumb-sm {
        bottom: -105px;
    }
}

.tp-about-right-wrap .tp-about-2-thumb-text {
    left: 190px;
    bottom: -60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-right-wrap .tp-about-2-thumb-text {
        left: 120px;
    }
}

.tp-about-right-wrap .tp-about-shape-2 {
    left: 65px;
    top: 150px;
    z-index: -1;
}

.tp-about-right-wrap .tp-about-thumb-sm {
    animation: none;
    overflow: hidden;
}

.tp-about-right-wrap .tp-about-thumb-sm:hover img {
    transform: scale(1.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-about-right-wrap .tp-about-thumb-sm:hover img {
        transform: scale(1);
    }
}

.tp-about-right-wrap .tp-about-thumb-sm img {
    transition: 0.7s;
}

.tp-about-right-wrap .tp-about-main-thumb {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.tp-about-right-wrap .tp-about-main-thumb img{width:100%;}
@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-about-right-wrap .tp-about-main-thumb {
        display: block;
    }
}

.tp-about-right-wrap .tp-about-main-thumb::before {
    position: absolute;
    top: 0;
    left: -80%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-about-right-wrap .tp-about-main-thumb::before {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-about-ml {
        margin-left: 0;
    }
}

.tp-about-ml .tp-about-icon span {
    color: var(--pbmit-global-color);
    background-color: #f3f3f3;
    margin-right: 20px;
    transition: 0.3s;
}

.tp-about-ml .tp-about-icon-box:hover .tp-about-icon span {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.tp-about-ml .tp-about-list ul li:not(:last-child) {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .tp-about-ml .tp-about-list ul li {
        font-size: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-ml .tp-about-button-box a {
        margin-right: 60px;
    }
}

.tp-about-2-main-thumb {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-about-2-main-thumb {
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-about-2-main-thumb img {
        width: 100%;
        margin-bottom: 30px;
    }
}

.tp-about-2-main-thumb::before {
    position: absolute;
    top: 0;
    left: -80%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.tp-about-2-thumb-box {
    margin-top: 165px;
    margin-right: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-2-thumb-box {
        margin-right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-about-2-thumb-box {
        margin-right: 0;
        margin-top: 0;
    }
}

.tp-about-2-thumb-box:hover .tp-about-2-main-thumb::before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

.tp-about-2-thumb-sm {
    position: absolute;
    top: -165px;
    right: 0;
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-about-2-thumb-sm {
        position: static;
    }
}

.tp-about-2-thumb-sm img {
    transition: all 500ms ease;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-about-2-thumb-sm img {
        width: 100%;
    }
}

.tp-about-2-thumb-sm:hover img {
    transform: scale(1.1);
}

.tp-about-2-thumb-text {
    bottom: 30px;
    left: 200px;
    width: 310px;
    z-index: 2;
    position: absolute;
    padding: 19px 20px;
    padding-left: 115px;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 4px 6.928px 40px 0px rgba(18, 14, 14, 0.06);
    animation: tp-pulse 1.7s infinite alternate;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-2-thumb-text {
        left: 100px;
        width: 260px;
        padding: 12px 20px;
        padding-left: 100px;
    }
}

.tp-about-2-thumb-text h6 {
    font-size: 48px;
    margin: 15px 0px;
    font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-2-thumb-text h6 {
        font-size: 30px;
    }
}

.tp-about-2-thumb-text h6 i {
    font-style: normal;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-2-thumb-text span {
        font-size: 14px;
    }
}

.tp-about-2-shape-1 {
    left: 50px;
    bottom: 4%;
    position: absolute;
    animation: tptranslateY2 4s infinite alternate;
}

.tp-about-4-content {
    margin-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-4-content {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-about-4-content {
        margin-right: 180px;
    }
}

@media (max-width: 767px) {
    .tp-about-4-content {
        margin-right: 0;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-about-4-content {
        flex-wrap: nowrap;
    }
}

.tp-about-4-text p {
    padding-right: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-4-text p {
        padding-right: 30px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-about-4-text p {
        padding-right: 0px;
        font-size: 14px;
    }
}

.tp-about-4-mission-box {
    display: inline-block;
}

@media (max-width: 767px) {
    .tp-about-4-mission-box {
        margin-bottom: 30px;
    }
}

.tp-about-4-mission-box h4 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px;
}

.tp-about-4-mission-box h4 i {
    font-size: 44px;
    margin-right: 15px;
    display: inline-block;
    color: var(--pbmit-global-color);
    transform: translateY(12px);
}

.tp-about-4-mission-box p {
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-about-4-mission-box p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .tp-about-4-mission-box p {
        font-size: 14px;
    }

    .tp-about-4-mission-box p br {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-about-4-mission-box p br {
        display: block;
    }
}

.tp-about-4__progress {
    width: 78%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-about-4__progress {
        width: 85%;
    }
}

@media (max-width: 767px) {
    .tp-about-4__progress {
        width: 100%;
    }
}

.tp-about-4__progress-item {
    position: relative;
}

.tp-about-4__progress-item h4 {
    font-size: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-about-4__progress-item h4 {
        font-size: 15px;
    }
}

.tp-about-4__progress-item .progress-count {
    position: absolute;
    top: -2px;
    right: 0;
    font-size: 16px;
    font-weight: 400;
}

.tp-about-4__progress-item .progress {
    height: 3px;
    background-color: transparent;
    border-radius: 0;
    overflow: visible;
    position: relative;
}

.tp-about-4__progress-item .progress::after {
    position: absolute;
    content: "";
    left: 0;
    top: 1px;
    height: 1px;
    width: 100%;
    background-color: #d1d1d1;
    z-index: -1;
}

.tp-about-4__progress-item .progress .progress-bar {
    background-color: var(--pbmit-global-color);
    overflow: visible;
}

.tp-about-4-right-box:hover .tp-about-4-thumb::before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

.tp-about-4-thumb {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.tp-about-4-thumb::before {
    position: absolute;
    top: 0;
    left: -80%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.tp-about-4-thumb img {
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-about-4-thumb {
        display: block;
    }
}

.tp-black-mode .tp-about-shape-5 {
    z-index: 1;
}

.tp-black-mode .tp-about-icon-wrap {
    border-bottom: none;
}

.p-relative {
    position: relative;
}

.pb-120 {
    padding-bottom: 120px;
}

.pt-120 {
    padding-top: 120px;
}

@keyframes tptranslateY2 {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

.contact-us-area {
    background: url(../images/temporary//contact-us-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 56px 0 70px;
}

.contact-us-items.two {
    margin-left: 40px;
}

.contact-us-content h4 {
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 8px;
    font-family: 'Roboto';
}

.contact-us-content p {
    color: #d4d4d4;
    font-size: 14px;
}

.contact-us-content h2 {
    color: #FFF;
    font-style: normal;
    font-weight: 500;
    line-height: 49px;
    margin-top: 0;
    margin-bottom: 10px;
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .contact-us-area {
        background-position: center;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .contact-us-area {
        background-position: center;
    }
}

.pb-90 {
    padding-bottom: 90px;
}

.pt-120 {
    padding-top: 120px;
}

.tp-step-item {
    padding: 0 32px;
    padding-top: 80px;
    background-color: var(--pbmit-white-color);
    box-shadow: 2px 3.464px 40px 0px rgba(35, 35, 49, 0.08);
}

.tp-step-item-box {
    margin-top: 50px;
}

.tp-step-item-box-pl {
    padding-top: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-step-item-box-pl {
        padding-top: 0;
    }
}

.tp-step-item-box.active .tp-step-icon span::after {
    transform: scale(1);
}

.tp-step-item:hover .tp-step-icon span i {
    animation: icon-bounce 0.8s 1;
}

.tp-step-icon {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    display: inline-block;
}

.tp-step-icon span {
    font-size: 44px;
    display: inline-block;
    height: 95px;
    width: 95px;
    line-height: 109px;
    border-radius: 50%;
    text-align: center;
    transition: 0.3s;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-blackish-color);
}

.tp-step-icon span i {
    position: relative;
    z-index: 2;
    display: inline-block;
}

.tp-step-icon span::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-color: var(--pbmit-global-color);
    transform: scale(0);
    transition: 0.4s;
}

.tp-step-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--pbmit-blackish-color);
    transition: 0.3s;
}

.tp-step-title:hover {
    color: var(--tp-theme-1);
}

.tp-step-number {
    transform: translateY(21px);
    padding: 8px 35px;
    background-color: var(--pbmit-global-color);
    display: inline-block;
    position: relative;
}

.tp-step-number::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: -16px;
    height: 22px;
    width: 16px;
    background-color: var(--pbmit-global-color);
    clip-path: polygon(100% 100%, 100% 0, 0 0);
}

.tp-step-number::after {
    position: absolute;
    content: "";
    top: 0;
    right: -16px;
    height: 22px;
    width: 16px;
    background-color: var(--pbmit-global-color);
    clip-path: polygon(100% 100%, 0 0, 0 100%);
}

.tp-step-number span a{
    font-weight: normal;
    font-size: 14px;
    color: var(--pbmit-white-color);
}

.tp-step-text {
    margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-step-section-title .tp-section-title br {
        display: block;
    }
}

.left-title {
    margin-bottom: 40px;
}

.left-title.text-center {
    margin-bottom: 40px;
}

.left-title h4 {
    color: #d3152e;
    font-size: 1.2rem;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 0px;
    text-transform: uppercase;
    position: relative;
    font-family: 'Oswald';
}

.left-title h1 {
    font-family: 'Oswald';
}

.left-title .rimg {
    transform: rotate(180deg);
}

.tp-step-area {
    padding: 60px 0px 80px;
}

.tp-step-item {
    padding: 0 32px;
    padding-top: 60px;
    background-color: var(--pbmit-white-color);
    box-shadow: 2px 3.464px 40px 0px rgba(35, 35, 49, 0.08);
}

.tp-step-item .tp-step-text p {
    font-family: var(--pbmit-body-typography-font-family);
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    overflow: visible;
    margin: 0px 0px 5px 0px;
}

.joinus-one {
        padding-bottom: 60px;
    padding-top: 60px;
}

.joinus-one-left {
    position: relative;
}

.joinus-one-left::after {
    content: "";
    position: absolute;
    background: url(../images/temporary/join-our-iternet.jpg)no-repeat;
    background-size: contain;
    width: 549px;
    height: 471px;
    top: -5px;
    left: -70px;
    z-index: -1;
    animation: 13s linear infinite running our-internet-one-rotate;
}

@keyframes our-internet-one-rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }

}

.joinus-one-img-1 img,
.joinus-one-img-2 img {
    width: 100%;
    border: 2px solid;
}

.joinus-one-img-2 {
    margin-top: 30px;
}

/*.joinus-one-right {*/
/*    padding-left: 78px;*/
/*    margin-top: 15px;*/
/*}*/


.joinus-one-right .section-main-title {
    margin-bottom: 38px;
}

.joinus-one-right .section-main-title h2 {
    margin-bottom: 25px;
}

.joinus-one-right .section-main-title p {
    margin-bottom: 25px;
}

.joinus-one-right-details {
    display: flex;
    margin-bottom: 48px;
}

.joinus-one-right-details .text {
    padding-left: 15px;
}

.joinus-one-right-details .text p {
    font-size: 18px;
    font-weight: 500;
}

.team-wrap1 {
    padding-bottom: 70px
}

.team_style1 {
    display: flex;
    align-items: flex-start;
    margin: 0 0 30px 15px
}

.team_style1 .team_img {
    position: relative;
    z-index: 2;
    width: var(--img-size, 300px)
}

.team_style1 .team_img img {
    width: 100%;
    border-radius: 50%; height:200px;
}

.team_style1 .team_img:before {
    content: "";
    position: absolute;
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
    border: 30px solid var(--pbmit-global-color);
    border-radius: 50%;
    z-index: 1;
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 100%, 0% 100%);
    clip-path: polygon(0 60%, 100% 60%, 100% 100%, 0% 100%);
    transform: rotate(50deg);
    pointer-events: none;
    transition: all ease .4s
}

.team_style1 .team_content {
    flex: 1;
    padding: 0 0 0 var(--img-gap, 30px)
}

.team_style1 .team_info {
    position: relative;
    flex: 1;
    z-index: 1;
    padding: 25px 30px 30px 0
}

.team_style1 .team_info::before {
    content: "";
    position: absolute;
    left: calc((var(--img-size, 300px) + var(--img-gap, 30px))/-2);
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #f5f5f5;
    z-index: -1;
    border-radius: 0 30px 30px 0
}
.team_style1 .team_info2::before {
    right:-115px;
}

.team_style1 .team_name {
    font-size: 26px;
    font-weight: 500;
    margin: 0 0 5px 0
}

.team_style1 .team_name a {
    color: inherit
}

.team_style1 .team_name a:hover {
    color: var(--pbmit-global-color)
}

.team_style1 .team_degi {
    color: var(--pbmit-body-typography-color);
    font-weight: 400;
    margin: 0 0 25px 0
}

.team_style1 .team_mail {
    display: block;
    padding: 1px 20px 1px 1px;
    font-weight: 300;
    background-color: #f9f7e6;
    color: #b6152b;
    border-radius: 9999px;
    transition: all ease .4s
}

.team_style1 .team_mail i {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin-right: 15px;
    border-radius: 50%;
    color: #b6152b;
    background-color: var(--pbmit-white-color)
}

.team_style1 .team_mail:hover {
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color)
}

.team_style1 .team_social {
    padding: 20px 0 0 0
}

.team_style1 .team_social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: var(--pbmit-white-color);
    color: #b6152b;
    transition: all ease .4s;
    margin: 0 3px 0 0;
    border-radius: 50%
}

.team_style1 .team_social a:last-child {
    margin-right: 0
}

.team_style1 .team_social a:hover {
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color)
}

.team_style1:hover .team_img:before {
    transform: rotate(30deg);
    border-color: #b6152b
}

@media(max-width: 1399px) {
    .team_style1 {
        --img-gap: 20px
    }

    .team_style1 .team_img {
        --img-size: 200px
    }

    .team_style1 .team_img:before {
        top: -7.5px;
        right: -7.5px;
        bottom: -7.5px;
        left: -7.5px;
        border: 15px solid var(--pbmit-global-color)
    }

    .team_style1 .team_info {
        padding: 20px 25px 20px 0
    }

    .team_style1 .team_mail {
        padding: 1px 10px 1px 1px;
        font-size: 12px
    }
}

@media(max-width: 991px) {
    .team-wrap1 {
        padding-bottom: 30px
    }

    .team_style1 {
        display: block;
        text-align: center;
        margin: 0 0 30px 0
    }

    .team_style1 .team_img {
        margin: 0 auto 0 auto
    }

    .team_style1 .team_info {
        padding: 20px
    }

    .team_style1 .team_info::before {
        left: 0;
        right: 0;
        border-radius: 20px
    }

    .team_style1 .team_mail {
        width: -moz-max-content;
        width: max-content;
        margin-left: auto;
        margin-right: auto;
        padding-right: 20px
    }

    .team_style1 .team_degi {
        margin: 0 0 15px 0
    }

    .team_style1 .team_content {
        padding: 0
    }
}

@media(max-width: 767px) {
    .team-socials {
        display: block;
        margin-top: 10px
    }

    .team-socials .title {
        margin-right: 0;
        margin-bottom: 12px
    }

    .team-info-table td {
        font-size: 13px;
        margin-right: 5px
    }

    .team-info-table td:first-child i {
        width: 25px
    }
}

.breadcumb-menu-wrapper {
    position: relative
}

.breadcumb-menu {
    position: relative;
    max-width: 100%;
    padding: 0;
    list-style-type: none;
    margin: 17px 0 -0.5em 0
}

.breadcumb-menu li {
    display: inline-block;
    margin-right: 3px;
    padding-right: 5px;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    list-style: none;
    position: relative;
    color:#e7e7e7
}

.breadcumb-menu li:after {
    content: "\f101";
    position: relative;
    margin-left: 10px;
    font-weight: normal;
    font-size: 15px;
    color: var(--pbmit-white-color);
    font-family: 'FontAwesome';
}

.breadcumb-menu li:last-child {
    padding-right: 0;
    margin-right: 0
}

.breadcumb-menu li:last-child:after {
    display: none
}

.breadcumb-menu a,
.breadcumb-menu span {
    white-space: normal;
    color: inherit;
    word-break: break-word;
    font-weight: normal;
    font-size: 16px;
    color: var(--pbmit-white-color)
}

.breadcumb-title {
       color: var(--pbmit-white-color);
    font-weight: normal;
    font-size: 45px;
    line-height: 55px;
    margin: -0.21em 0 -0.14em 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.breadcumb-wrapper {
    position: relative;
    padding:77px 0 66px 0;
    z-index: 2;
        overflow: hidden;    background-size: cover; background-position:center;
}

.breadcumb-wrapper.th-breadcumb {
    padding: 160px 0
}

@media (max-width: 1199px) {
    .breadcumb-wrapper.th-breadcumb {
        padding: 140px 0
    }
}

@media (max-width: 991px) {
    .breadcumb-wrapper.th-breadcumb {
        padding: 120px 0
    }
}

.breadcumb-wrapper.th-breadcumb .breadcumb-title {
    margin: -0.21em 0 -0.12em 0
}

@media (max-width: 575px) {
    .breadcumb-wrapper.th-breadcumb .breadcumb-title {
        margin: -0.4em 0 -0.40em 0
    }
}

.breadcumb-wrapper:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(10 10 10 / 63%);
    z-index: -1
}

.breadcump-shape {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 1199px) {
    .breadcumb-wrapper {
        padding: 245px 0 120px 0
    }

    .breadcumb-menu li,
    .breadcumb-menu a,
    .breadcumb-menu span {
        font-size: 16px
    }
}

@media (max-width: 1024px) {
    .breadcumb-wrapper {
        padding: 140px 0 140px;
    }
}

@media (max-width: 991px) {
    .breadcumb-wrapper {
        padding: 90px 0 90px;
    }

    .breadcumb-title {
        margin: -0.21em 0 -0.14em 0
    }
}

@media (max-width: 640px) {
    .breadcumb-wrapper {
        padding: 80px 0 80px;
    }

    .breadcump-shape {
        display: none
    }

    .breadcumb-title {
        margin: -0.3em 0 -0.14em 0
    }
}

@media (max-width: 575px) {
    .breadcumb-wrapper {
        padding: 80px 0 80px;
    }

    .breadcumb-title {
        font-size: 34px
    }
}

@media (max-width: 375px) {
    .breadcumb-title {
        font-size: 26px
    }
}

.shape-mockup {
    position: absolute;
    z-index: -1;
}

.service-list {
    text-align: center
}

.service-list-wrap {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    gap: 40px 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.service-list_icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-list_title {
    max-width: 180px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: -0.3em
}

.service-list:hover .service-list_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

@media (max-width: 991px) {
    .service-list-wrap {
        grid-template-columns: auto auto auto
    }
}

@media (max-width: 767px) {
    .service-list_title {
        font-size: 18px;
        max-width: 160px
    }
}

@media (max-width: 575px) {
    .service-list-wrap {
        grid-template-columns: auto auto
    }
}

.service-divider {
    height: 100%;
    width: 1px;
    background-color: var(--gray-color)
}

.service-divider:last-of-type {
    display: none
}

.service-sec {
    padding: 80px 0px 80px;
}

.service-grid {
    position: relative;
    background-color: #0A0A0A;
    padding: 25px;
    min-height: 290px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 2;
    overflow: hidden
}

@media (max-width: 1299px) {
    .service-grid {
        min-width: 250px
    }
}

@media (max-width: 767px) {
    .service-grid {
        min-height: 340px
    }
}

.service-grid:hover:before {
    height: 0;
    bottom: 100%
}

.service-grid:hover .service-grid_wrapper .service-title {
    color: var(--pbmit-white-color)
}

.service-grid:hover .service-grid_icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.service-grid:hover .service-grid_img:before {
    opacity: 1;
    visibility: visible
}

.service-grid:hover .service-grid_btn {
    left: 41%;
    opacity: 1;
    visibility: visible
}

.service-grid:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #f6f7f9;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-grid_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

@media (max-width: 1299px) {
    .service-grid_wrapper {
        gap: 15px
    }
}

@media (max-width: 767px) {
    .service-grid_wrapper {
        display: inline-block;
        margin: auto
    }
}

.service-grid_wrapper .service-title {
    position: relative;
    margin-bottom: 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
    .service-grid_wrapper .service-title {
        margin-bottom: 20px
    }
}

.service-grid_icon {
    color: var(--pbmit-global-color);
    min-width: 60px;
    height: 60px;
    line-height: 30px;
    border-radius: 5px;
    background-color: var(--pbmit-global-color);
    padding: 14px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 1299px) {
    .service-grid_icon {
        right: 20px;
        min-width: 60px;
        height: 60px;
        line-height: 45px;
        padding: 8px
    }
}

@media (max-width: 767px) {
    .service-grid_icon {
        width: 70px;
        height: 70px;
        line-height: 60px;
        padding: 5px;
        display: block;
        margin: auto;
        margin-bottom: 10px
    }
}

.service-grid_icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    height: 35px;
    width: 35px;
}

.service-grid_img {
    top: auto;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.service-grid_img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

@media (max-width: 767px) {
    .service-grid_img {
        position: relative;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .service-grid_img img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }
}

.service-grid_img:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background: -webkit-linear-gradient(top, rgba(235, 51, 0, 0) 27.65%, #d3152e 100%);
    background: linear-gradient(180deg, rgba(235, 51, 0, 0) 27.65%, #d3152e 100%);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.box-title {
    font-size: 18px;
    line-height: 1.417;
    font-weight: 700;
    margin-top: -0.32em;
}

.service-grid_title {
    font-size: 22px;
    font-weight: 700;
    color: #121212;
    margin: -5px 0 8px 0
}

.service-grid_title a {
    color: inherit
}

.service-grid_title a:hover {
    color: var(--pbmit-white-color)
}

.service-grid_btn {
    background-color: var(--pbmit-global-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    display: block;
    color: var(--pbmit-white-color);
    border-radius: 50%;
    position: absolute;
    bottom: 60px;
    left: 0%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.service-grid_btn:hover {
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-global-color)
}

.box-title a {
    color: inherit;
}

.service-grid_btn a {
    color: inherit
}

@media (max-width: 1199px) {
    .service-grid-wrap {
        padding: 40px
    }
}

@media (max-width: 991px) {
    .service-divider {
        display: none
    }

    .service-grid-wrap {
        grid-template-columns: auto auto;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 40px
    }

    .service-grid-wrap .shape-right {
        top: unset;
        bottom: -42px
    }

    .service-grid_icon {
        margin-bottom: 13px
    }

    .service-grid_subtitle {
        margin-bottom: 10px
    }
}

@media (max-width: 767px) {
    .service-grid {
        text-align: center;
        display: block;
        margin: 0 auto
    }

    .service-grid-wrap {
        grid-template-columns: auto
    }

    .service-grid-wrap .shape-right {
        max-width: 200px;
        right: -130px
    }

    .service-grid-wrap .shape-left {
        max-width: 200px;
        left: -130px
    }
}

@media (max-width: 575px) {
    .service-grid-wrap {
        padding: 40px 15px
    }
}

.features-style1 {
    padding: 60px 0px;
}

.features-style1__img {
    position: relative;
    display: block;
    background-color: #ffffff;
    border: 1px solid var(--pbmit-blackish-color);
    padding: 25px 25px 25px;
    margin-left: -28px;
}

.features-style1__shape-2 {
    position: absolute;
    top: 0;
    right: -194px;
    opacity: 0.10;
    z-index: -1;
}

.features-style1__img .box {
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    background-color: var(--pbmit-global-color);
    z-index: 1;
}

.features-style1__img .box.one {
    top: -1px;
    left: -1px;
    animation: myanimation__bgcolor 10s infinite;
}

.features-style1__img .box.two {
    top: -1px;
    left: auto;
    right: -1px;
    background-color: var(--pbmit-blackish-color);
    animation: myanimation__bgcolor 5s infinite;
}

.features-style1__img .box.three {
    top: auto;
    left: -1px;
    bottom: -1px;
    background-color: var(--pbmit-blackish-color);
    animation: myanimation__bgcolor 3s infinite;
}

.features-style1__img .box.four {
    top: auto;
    left: auto;
    bottom: -1px;
    right: -1px;
    background-color: var(--pbmit-blackish-color);
    animation: myanimation__bgcolor 2s infinite;
}



@keyframes myanimation__bgcolor {
    0% {
        background-color: var(--pbmit-global-color);
    }

    25% {
        background-color: var(--pbmit-blackish-color);
    }

    50% {
        background-color: var(--pbmit-global-color);
    }

    75% {
        background-color: var(--pbmit-blackish-color);
    }

    100% {
        background-color: red;
    }
}

.features-style1__content {
    padding-right: 30px;
}

.features-style1__img-inner {
    position: relative;
    display: block;
    overflow: hidden;
    /*background: linear-gradient(180deg, rgba(211, 21, 46, 1.0), rgba(34, 34, 34, 1.0));*/
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.features-style1__img-inner img {
    width: 100%;
    transform: scale(1);
    transition: .5s linear;
}

.features-style1__img-inner:hover img {
    opacity: 0.70;
    transform: scale(1.05) rotate(1deg);
}

.feature-one-wrapper {
    display: flex;
    flex-direction: column;
}

.single-feature-one {
    display: flex;
    align-items: flex-start;
    max-width: max-content;
    margin-right: 25px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: 0.3s;
}

.single-feature-one i {
    padding: 5px;
    border-radius: 50%;
    color: var(--pbmit-global-color);
    margin-right: 15px;
    font-size: 20px;
    line-height: 12px;
}

.single-feature-one p {
    text-align: justify;
    margin-bottom: 0px;
    font-size: 13px;
    color: #1C2539;
    font-weight: 800;
}

.level0-wrapper {
    position: absolute;
}

.mega-menu {
    position: static !important;
}

.mega-menu .level0-wrapper {
    border: 0 none;
    padding: 0px 0px;
    z-index: 10000;
    transform: scale(0) rotate(0deg);
    transition: all 0.4s ease-in-out 0s;
    opacity: 1;
    visibility: hidden;
    display: block !important;
    border-top: 1px #eaeaea solid;
    left: 6%;
    top: 99%;
}

.level0-wrapper2 {
    padding: 20px 10px 10px 20px;
    background: #f7f7f7;
    border-top: none;
    box-shadow: 0 10px 20px -15px;
}

.level0-wrapper .nav-add {
    padding: 0px;
    overflow: hidden;
    padding-bottom: 15px;
}

.level0-wrapper .nav-add .push_item {
    float: left;
    margin-right: 12px;
    /* width: auto; */
    width: 17.5%;
    text-transform: uppercase;
    text-align: center;
}

.level0-wrapper .nav-add .push_item .push_img a,
.list-style-twos li a {
    color: #fff;
    display: block;
    padding: 1px 5px;
    border-radius: 8px 0px 8px 0px;
    -moz-border-radius: 8px 0px 8px 0px;
    -webkit-border-radius: 8px 0px 8px 0px;
    text-transform: uppercase;
}

.level0-wrapper .nav-add .push_item img {
    max-width: 100%;
    border: #ccc solid 1px;
    width: 160px;
    height: 160px;
    object-fit: cover;
}

.level0-wrapper .nav-add .push_item h4 {
    color: #131e2c;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    padding: 5px 10px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    height: 50px;
}

.mega-menu:hover .level0-wrapper {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transform: scale(1.0) rotate(0deg);
    transform: scale(1.0) rotate(0deg);
}

.service-block-two {
    margin-bottom: 50px;
}

.service-block-two .inner-box {
    position: relative;
    width: 100%;
    height: auto;
    border: 2px solid #dbdbdb;
    padding: 41px 50px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;    min-height: 230px;
}

@media (max-width: 1199.98px) {
    .service-block-two .inner-box {
        padding: 40px 20px;
    }
}

.service-block-two .inner-box::before {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -12px;
    height: 10px;
    margin: 0 auto;
    background-color: #ececec;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two .inner-box::after {
    content: "";
    position: absolute;
    width: 69px;
    height: 216px;
    background-image: url(../images/shape-1.png);
    right: 0;
    top: 0;
}

.service-block-two .inner-box:hover {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.service-block-two .inner-box:hover:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
}

.service-block-two .inner-box .icon {
    position: relative;
    display: inline-block;
    font-size: 90px;
    color: var(--pbmit-global-color);
    margin-bottom: 15px;
    line-height: 1em;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .service-block-two .inner-box .icon {
        font-size: 70px;
    }
}

.service-block-two .inner-box .icon::after {
    content: "";
    position: absolute;
    top: -4px;
    right: -6px;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    background-color: #ffe8e5;
    z-index: -1;
}

.service-block-two .inner-box .title {
    margin-bottom: 14px;margin-top: -60px;
}

.service-block-two .inner-box .text {
    position: relative;
}

.service-info-block {
    position: relative;
    margin-bottom: 30px;
}

.service-info-block .inner-box {
    position: relative;
    padding: 70px 54px 30px;
}

@media (max-width: 1199.98px) {
    .service-info-block .inner-box {
        padding: 40px 30px;
    }
}

@media (max-width: 767.98px) {
    .service-info-block .inner-box {
        padding-top: 0;
    }
}

.service-info-block .text {
    position: relative;
    margin-bottom: 43px;
    display: block;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.work-section {
    position: relative;
    padding: 60px 0 60px;
}

.work-section .sec-title .info-btn {
    position: absolute;
    right: 0;
    bottom: -10px;
    font-size: 18px;
    line-height: 30px;
    color: var(--pbmit-global-color);
    font-weight: 900;
    margin-bottom: 0;
    padding-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767.98px) {
    .work-section .sec-title .info-btn {
        display: none;
    }
}

.work-section .sec-title .info-btn i {
    margin-right: 5px;
    font-size: 24px;
}

.work-section .sec-title .info-btn strong {
    color: #000000;
    margin-left: 5px;
    font-size: 18px;
}

.work-section .btn-column {
    z-index: 2;
    margin-bottom: 50px;
}

.work-section .btn-column .inner-column {
    position: relative;
    margin-right: -105px;
}

@media (max-width: 1199.98px) {
    .work-section .btn-column .inner-column {
        margin-right: -75px;
    }
}

@media (max-width: 991.98px) {
    .work-section .btn-column .inner-column {
        margin-right: 0;
    }
}

.work-section .content-column {
    margin-bottom: 50px;
}

.work-section .content-column .inner-column {
    padding-left: 40px;
}

@media (max-width: 991.98px) {
    .work-section .content-column .inner-column {
        padding-left: 0;
    }
}

.work-tabs {
    position: relative;
    counter-reset: count;
}

.work-tabs .tab-btns {
    position: relative;
    padding-top: 20px;
}

.work-tabs .tab-btns .tab-btn {
    position: relative;
    display: block;
    padding: 20px 25px;
    padding-left: 60px;
    font-size: 15px;
    line-height: 35px;
    color: #000000;
    font-weight: 500;
    width: 100%;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .work-tabs .tab-btns .tab-btn {
        font-size: 20px;
    }
}

.work-tabs .tab-btns .tab-btn:before {
    position: absolute;
    left: 28px;
    top: 20px;
    content: counter(count) ".";
    counter-increment: count;
}

.work-tabs .tab-btns .tab-btn:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #e9e9e9;
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: -1;
}

.work-tabs .tab-btns .tab-btn:hover {
    color: var(--pbmit-global-color);
}

.work-tabs .tab-btns .tab-btn.active-btn {
    color: #fff;
}

.work-tabs .tab-btns .tab-btn.active-btn:after {
    width: 100%; background-color:#000;
}

.work-block {
    position: relative;
}

.work-block .inner-box {
    position: relative;
    background-color: #f5f5f5;
    padding: 55px 90px 35px;
    padding-right: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1199.98px) {
    .work-block .inner-box {
        padding: 30px;
    }
}

@media (max-width: 767.98px) {
    .work-block .inner-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.work-block .inner-box:hover .icon-box::before {
    -webkit-transform: rotate(765deg);
    transform: rotate(765deg);
}

.work-block .image-box {
    position: relative;
}

.work-block .image-box .image {
    position: relative;
       height: 255px;
    width: 255px;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 3px dashed #d3152e;
    padding: 9px;
    overflow: hidden;
    margin-right: 60px;
}

@media (max-width: 1199.98px) {
    .work-block .image-box .image {
        margin-right: 20px;
        width: 280px;
        height: 280px;
    }
}

@media (max-width: 767.98px) {
    .work-block .image-box .image {
        margin-right: 0;
        width: 280px;
        height: 280px;
    }
}

.work-block .image-box .image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    top: 35px;
}

.work-block .content-box {
    position: relative;
    padding-top: 30px;
    width: 100%;
}

.work-block .content-box .icon-box {
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-bottom: 20px;
}

.work-block .content-box .icon-box .icon {
    position: relative;
    color: var(--pbmit-global-color);
    font-size: 90px;
    line-height: 0.8em;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .work-block .content-box .icon-box .icon {
        font-size: 70px;
    }
}

.work-block .content-box .icon-box .icon:after {
    position: absolute;
    right: 10px;
    top: 0;
    height: 42px;
    width: 42px;
    background-color: var(--pbmit-global-color);
    border-radius: 50px;
    opacity: 0.1;
    content: "";
}

.work-block .content-box .icon-box .count {
    position: absolute;
    right: 0px;
    top: -10px;
    font-size: 80px;
    line-height: 1em;
    font-weight: 900;
    color: #bfbfbf;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .work-block .content-box .icon-box .count {
        font-size: 70px;
    }
}

.work-block .content-box .title {
    position: relative;
    font-weight: 800;
    color: #000000;
    margin-bottom: 12px;
}

@media (max-width: 575.98px) {
    .work-block .content-box .title {
        font-size: 24px;
    }
}

.work-block .content-box .text {
    font-size: 18px;
    line-height: 32px;
}

@media (max-width: 575.98px) {
    .work-block .content-box .text {
        font-size: 16px;
        line-height: 1.5em;
    }
}

.cp-main {
    padding: 80px 0px 200px;
}

.img-box1 {
    position: relative;
}

.img-box1 .img1 img {
    width: 690px;
    height: 585px
}

.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mb-25 {
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .img-box1 .img1 img {
        width: 100%;
        height: 100%
    }
}

.img-box1 .img5 {
    position: relative;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    z-index: 2;
    display: block;
    margin-left: auto;
    padding-top: 138px
}

@media (max-width: 1199px) {
    .img-box1 .img5 {
        padding-top: 40px;
        margin: auto
    }
}

@media (max-width: 375px) {
    .img-box1 .img5 {
        width: 100%;
        height: 100%
    }
}

.img-box1 .img5 img {
    border-radius: 50%;
    text-align: right;
    border: 15px solid var(--pbmit-white-color)
}

.img-box1 .img6 {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    z-index: 0
}

@media (max-width: 375px) {
    .img-box1 .img6 {
        width: 100%;
        height: 100%
    }
}

.img-box1 .img6 img {
    border-radius: 50%
}

.img-box1 .shape3 {
    content: "";
    position: absolute;
    left: 30px;
    bottom: -27%;
    z-index: -1
}

@media (max-width: 1199px) {
    .img-box1 .shape3 {
        bottom: 0
    }
}

.achive-about-content {
    background: #F4F4F4;
    border-radius: 0px 0px 0px 50px;
    padding: 0 0px 40px 400px;
    margin-left: -400px
}

@media (max-width: 991px) {
    .achive-about-content {
        margin-left: 0;
        padding: 0 0 30px 30px
    }
}

.achive-about-content .achive-about-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px
}

@media (max-width: 575px) {
    .achive-about-content .achive-about-wrapper {
        display: block
    }
}

.achive-about-content .achive-about-wrapper .achive-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    padding: 30px;
    border-top: 2px solid var(--pbmit-global-color)
}

@media (max-width: 1299px) {
    .achive-about-content .achive-about-wrapper .achive-about {
        padding: 25px
    }
}

.achive-about-content .achive-about-wrapper .achive-about:first-child {
    background-color: var(--pbmit-global-color)
}

.achive-about-content .achive-about-wrapper .achive-about:first-child .achive-about_title {
    color: var(--pbmit-white-color)
}

.achive-about-content .achive-about-wrapper .achive-about:first-child .achive-about_text {
    color: var(--pbmit-white-color)
}

.achive-about-content .achive-about-wrapper .achive-about_title {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #121212;
    margin-bottom: 5px
}

.achive-about-content .achive-about-wrapper .achive-about_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0
}

.achive-about-wrapper .achive-about_icon {
    width: 80px;
    height: 80px;
    background-color: var(--pbmit-global-color);
    border-radius: 50%
}

@media (max-width: 767px) {
    .achive-about-wrapper .achive-about_icon {
        display: block;
        margin: auto;
        padding: 10px;
        margin-bottom: 10px
    }
}

.achive-about-wrapper .achive-about_icon img {
    display: block;
    margin: 14px auto
}

@media (max-width: 767px) {
    .achive-about-wrapper .achive-about_icon img {
        margin: auto
    }
}

.achive-about-wrapper .achive-about_title {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: var(--pbmit-white-color);
    margin-bottom: 0
}

.about-counter-wrapp {
    background: var(--pbmit-global-color);
    border-radius: 0px 0px 100px 100px;
    position: absolute;
    right: 60px;
    top: 0;
    width: 130px;
    min-height: 246px;
    padding: 30px;
    z-index: 4
}

.about-counter-wrapp .counter-card_number {
    font-family: 'Oswald';
    color: var(--pbmit-white-color);
    display: flex;
    font-weight: 700;
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 10px
}

.about-counter-wrapp .counter-card_text {
    color: var(--pbmit-white-color);
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-bottom: 0
}


/* Quality blog */
.blog-section {
    position: relative;
}

.gap {
    padding: 60px 0;
}

.heading {
    text-align: center;
    width: 73%;
    margin: auto;
    padding-bottom: 50px;
}

.heading img {
    padding-bottom: 20px;
}

img {
    object-fit: cover;
}

img,
svg {
    vertical-align: middle;
}

.heading h6 {
    color: #d3152e;
}

.heading h6 {
    padding-bottom: 20px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.heading h2 {
    font-weight: 800;
}

.blog-style {
    transition: .4s ease-in-out;
    border-radius: 30px;
    border: 1px solid #cbcbcb;
    width: 97%;
}

.blog-style:hover {
    box-shadow: 12px 12px 0px 0px #d3152e;
    -webkit-box-shadow: 12px 12px 0px 0px #d3152e;
}

.blog-style.img-hover figure {
    border-radius: 30px;
}

.img-hover figure {
    position: relative;
}

figure {
    overflow: hidden;
    margin-bottom: 0;
}

.img-hover figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgb(240 52 110 / 27%) 0%, rgb(253 103 81 / 20%) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.blog-style img {
    border-radius: 30px;
    width: 100%;
    object-fit: cover;
}

.blog-style-text {
    padding: 30px;
}

.blog-style-text h6 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}

.blog-style-text h6 span {
    color: #d3152e;
}

.blog-style-text a {
    transition: .4s ease-in-out;
    font-size: 24px;
    font-weight: 800;
    display: inline-block;
    padding-bottom: 10px;
    line-height: 34px;
    color: #0A0A0A;
}

.blog-style-text p {
    font-size: 18px;
    line-height: 30px;
    color: #444;
    margin: 0;
    font-weight: 400;
}

.button-center {
    text-align: center !important;
    margin-top: 60px !important;
}

.btn {
    padding: 17px 46px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: linear-gradient(to right, #ef326f, #fe6c4e, #ef326f, #fe6c4e);
    text-transform: capitalize;
}




.blog-section img.dots-shaps {
    right: 8%;
    top: 73%;
}

.blog-img img {
    border-radius: 30px;
}

.blog {
    background-color: #fff;
    border-radius: 30px;
    padding: 27px;
    padding-top: 0;
    margin-top: 40px;
    padding-bottom: 40px;
}

.blog:hover {
    box-shadow: 0px 0px 13px 0px rgba(241, 60, 107, 0.3);
    -webkit-box-shadow: 0px 0px 13px 0px rgba(241, 60, 107, 0.3);
    -moz-box-shadow: 0px 0px 13px 0px rgba(241, 60, 107, 0.3);
}

.blog-img img,
.blog-img figure {
    border-radius: 30px;
    transform: translateY(-40px);
    margin-bottom: -40px;
}

.img-hover:hover figure::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/* End 11. blog */


/* Facilities */

.blog-title .center-title {
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 40px;
    margin-bottom: 25px;
  }
  
  .blog-title .center-title h4 {
    font-size: 25px;
    color: #E5AE49;
    position: relative;
    display: inline-block;
  }
  
  .blog-title .center-title h4:before {
    content: '';
    position: absolute;
    left: -110px;
    top: 5px;
    /* background-image: url("../images/home/line-white.png"); */
    background-size: cover;
    background-repeat: no-repeat;
    width: 94px;
    height: 19px;
    transform: rotate(180deg);
  }
  
  .blog-title .center-title h4:after {
    content: '';
    position: absolute;
    right: -110px;
    top: 5px;
    /* background-image: url("../images/home/line-white.png"); */
    background-size: cover;
    background-repeat: no-repeat;
    width: 94px;
    height: 19px;
  }
  
  .blog-title .center-title h2 {
    color: #000;
    font-size: 45px;
    font-weight: 700;
    font-style: normal;
    margin-top: 20px;
  }

.facility-bg {
    background-image: url(../images/Hydraoulic.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dd-faci {
    background-color: rgba(0, 46, 91, 0.79);
}

.ptb-52 {
    padding: 52px 0;
}

.facil {
    color: #FFF;
    padding: 5px 179px;
    text-align: center;
}
.facil p {
    margin: 0 0 10px;
}

.faci-bg {
    padding: 54px 1px;
}
/* IiMAGES */

.items-container{
    display: flex;
    flex-wrap: wrap;
    margin-right: 22px;
    margin-left: 74px;
    position: relative;
    margin-top: 5%;
    height: 1140px;
}
.project-block-five {
    position: relative
}
@media(max-width:1199px) {
    .items-container {
        -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
        
    }
    .project-block-five {
        position: relative
    }
}
.project-block-five .image {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    height: 260px;
    width: 350px;
}

.project-block-five .image img {
    width: 100%;
    transition: all .5s ease 0s;
    border-radius: 11px;
    border: 7px solid rgba(255,198,3,0.38);
}
.project-block-five .lower-content {
    position: relative;
    transition: .5s;
    padding-top: 30px;
    padding-bottom: 40px
}

.project-block-five .inner-box:hover .lower-content {
    padding-left: 70px
}

.project-block-five .link-btn {
    position: absolute;
    left: 155px;
    top: -240%;
    transform: translateX(20px) rotate(-1turn);
    transition: all .5s ease 0s;
    z-index: 24;
    opacity: 0
}

.project-block-five .inner-box:hover .link-btn {
    transform: translateX(0) rotate(0deg);
    opacity: 1
}

.project-block-five .link-btn a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    color: #fff;
    border-radius: 50%
}
.project-block-five .link-btn a{
    background-color: var(--pbmit-global-color);
}
.project-block-five h5 {
    position: relative;
    font-size: 18px;
    font-weight: 500
}

.project-block-five h4 {
    font-size: 22px;
    font-weight: 600;
    transition: all .5s ease 0s
}
.project-block-five .inner-box:hover .image img {
    transform: scale(1.2)
}

.project-block-five .image:before {
    position: absolute;
    content: "";
    opacity: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9;
    background: #201630;
    transition: .5s
}

.project-block-five .inner-box:hover .image:before {
    opacity: .9
}





/*---------
 ibadat-five-pillars-main-wrapper Css Start
-----------*/
.ibadat-five-pillars-main-wrapper {
    width: 100%;
    padding: 120px 0px 80px;
    /* background-image: url("../images/home/bg-five.png"); */
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .ibadat-five-pillars-main-wrapper .center-title {
    width: 100%;
    text-align: center;
    position: relative;
  }
  
  .ibadat-five-pillars-main-wrapper .center-title h4 {
    font-size: 25px;
    color: #E5AE49;
    position: relative;
    display: inline-block;
  }
  
  .ibadat-five-pillars-main-wrapper .center-title h4:before {
    content: '';
    position: absolute;
    left: -110px;
    top: 5px;
    /* background-image: url("../images/home/line-white.png"); */
    background-size: cover;
    background-repeat: no-repeat;
    width: 94px;
    height: 19px;
    transform: rotate(180deg);
  }
  
  .ibadat-five-pillars-main-wrapper .center-title h4:after {
    content: '';
    position: absolute;
    right: -110px;
    top: 5px;
    /* background-image: url("../images/home/line-white.png"); */
    background-size: cover;
    background-repeat: no-repeat;
    width: 94px;
    height: 19px;
  }
  
  .ibadat-five-pillars-main-wrapper .center-title h2 {
    color: #000;
    font-size: 45px;
    font-weight: 700;
    font-style: normal;
    margin-top: 20px;
  }  
  .ibadat-five-pillars-main-wrapper .pillars-main-wrapper {
    width: 100%;
    /* display: flex; */
    gap: 41px;
  }
  
  .ibadat-five-pillars-main-wrapper .pillars-main-wrapper .border-img-wrapper {
    width: 100%;
    position: relative;
    margin-top: 75px;    margin-bottom: 40px;

  }
  
  .ibadat-five-pillars-main-wrapper .pillars-main-wrapper .border-img-wrapper .pillard-block-wrapper {
    width: 100%;
    background-color: #fbf6f6;
    border-radius: 12px;
    border-top: 7px solid #d3152e;
    text-align: center;
    position: relative;
    height: 225px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  
  .ibadat-five-pillars-main-wrapper .pillars-main-wrapper .border-img-wrapper .pillard-block-wrapper h4 {
        color: #ffffff;
    font-size: 23px;
    font-weight: 600;
    position: absolute;
    text-transform: uppercase;
  }
  
  .ibadat-five-pillars-main-wrapper .pillars-main-wrapper .border-img-wrapper .pillard-block-wrapper span {
    font-size: 25px;
    padding-top: 8px;
  }
  
  .ibadat-five-pillars-main-wrapper .pillars-main-wrapper .border-img-wrapper .pillard-block-wrapper .pillars-icon {
    width: 120px;
    height: 120px;
    line-height: 104px;
    border: 6px solid #d3152e;
    background-color: #ffffff;
    border-radius: 50%;
    margin: auto;
    position: absolute;
    left: 26%;
    bottom: -60px;
  }
  
  .ibadat-five-pillars-main-wrapper .pillars-main-wrapper .border-img-wrapper .pillard-block-wrapper .top-border {
    width: 100%;
    position: absolute;
    top: 0;
  }
  
  .ibadat-five-pillars-main-wrapper .pillars-main-wrapper .border-img-wrapper .pillard-block-wrapper img {
     width: 100%;
    border-radius: 12px;
    height: 225px;
    object-fit: cover;
  }
  
  .ibadat-five-pillars-main-wrapper .pillars-main-wrapper .border-img-wrapper .pillard-block-wrapper:before {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    content: "";
    background-color: #00000075;
    border-radius: 12px;
    transition: all 0.4s linear;
  }
  .ibadat-five-pillars-main-wrapper .pillars-main-wrapper .border-img-wrapper .pillard-block-wrapper:hover {
    transition: all 0.5s;
  }
  
  .ibadat-five-pillars-main-wrapper .pillars-main-wrapper .border-img-wrapper .pillard-block-wrapper:hover:before {
    transform: scaleX(1) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
  }
  
  .ibadat-five-pillars-main-wrapper .pillars-main-wrapper .border-img-wrapper .pillard-block-wrapper:hover h4 {
    color: #ffffff;
  }
  
  .ibadat-five-pillars-main-wrapper .pillars-main-wrapper .border-img-wrapper .pillard-block-wrapper:hover span {
    color: #ffffff;
  }
  
  .ibadat-five-pillars-main-wrapper .pillars-main-wrapper .border-img-wrapper.bottom-border-wrapper {
    position: relative;
  }
  
  .ibadat-five-pillars-main-wrapper .pillars-main-wrapper .border-img-wrapper.bottom-border-wrapper .pillard-block-wrapper {
    z-index: 1;
    border-bottom: 7px solid #000000;
    border-top: 0;
  }
  
  .ibadat-five-pillars-main-wrapper .pillars-main-wrapper .border-img-wrapper.bottom-border-wrapper .pillard-block-wrapper .pillars-icon {
    top: -285px;
    border-color: #000000;
  }
  

  /* End */


  /* facility */

  .faci-bg {
    padding: 54px 1px
}
.faci-main img {
    width: 100%;
    border-radius: 11px;
    border: 7px solid rgba(255, 198, 3, 0.38);
    
}

/* Hover */
.hover12 .figure {
    background: #423950;
    width: 100%;
    border-radius: 11px;
    border: none;
}
.hover12 .figure img {
	opacity: 1;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
    width: 100%;
	height: auto;
}
.hover12 .figure:hover img {
	opacity: .1;
	width: 400px;
    overflow: hidden;
}

/* link Button */

.inner-box .lower-content {
    position: relative;
    transition: .5s;
    padding-top: 0px;
    padding-bottom: 0px
}

.inner-box .faci-main:hover .lower-content {
    padding-left: 70px
}

.inner-box .link-btn {
    position: absolute;
    left: 155px;
    top: -240%;
    transform: translateX(20px) rotate(-1turn);
    transition: all .5s ease 0s;
    z-index: 24;
    opacity: 0;
    margin-top: -35%; 
}

.inner-box .faci-main:hover .link-btn {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
}

.inner-box .link-btn a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    color: #fff;
    border-radius: 50%
}
.inner-box .link-btn a{
    background-color: var(--pbmit-global-color);
}

@media (max-width:768px) and (min-width:360px) {
    .faci-main {
        margin-bottom: 19px
    }
}
/* ===============================================
    14.Processbox
------------------------*/
.ttm-processbox-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-top: 8px;
}
.ttm-processbox-wrapper .ttm-processbox {
    width: calc(100% / 3);
    padding: 0 15px;
    position: relative;
    text-align: center;
}
.ttm-processbox-wrapper .ttm-processbox .ttm-box-image {
    border: 3px solid #f0f0f0;
    border-radius: 50%;
    margin-bottom: 35px;
    position: relative;
    display: inline-block;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

.ttm-processbox-wrapper .ttm-box-image  img {
    border: 10px solid #fff;
    box-shadow: 0 0 9px 0 rgba(24,35,51,.09);
    border-radius: 50%;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    height: 185px;
    width: 185px;
}
.ttm-processbox-wrapper .ttm-processbox .ttm-box-image:before {
    display: block;
    content: '';
    position: absolute;
    right: -135px;
    top: 45%;
    height: 22px;
    width: 72px;
    background-image: url(../images/process-arrow.png);
    background-repeat: no-repeat;
}
.ttm-processbox-wrapper .ttm-processbox .process-num {
    margin-right: 5px;
    font-size: 16px;
    font-weight: 500;
    background-color: #1e2637;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 41px;
    border-radius: 50%;
    border: none;
    display: block;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: -15px;
    z-index: 10;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.ttm-processbox-wrapper .featured-content {
    text-align: center;
    padding: 0 15px;
}
.ttm-processbox-wrapper .ttm-processbox .featured-title h5 {
    margin-bottom: 10px;
}
.ttm-processbox-wrapper .ttm-processbox:last-child .ttm-box-image:before{content:unset}

.ttm-processbox:hover .ttm-box-image,.ttm-processbox-wrapper .ttm-processbox:hover .process-num{background-color: #131313;}
.ibadat-five-pillars-main-wrapper .pillars-main-wrapper .border-img-wrapper .pillard-block-wrapper .pillars-icon img{width:auto;height:auto;}
/* End */
.qrcode{width:80px;}.list-unstyled {
    padding-left: 0;
    list-style: none;
}.site-footer .social-icons li:first-child {
    margin-left: 0;
}
.site-footer .social-icons{padding-top:20px !important;padding-left: 15px !important;}
.site-footer .social-icons li {
    display: inline-block;
    margin: 0 1px;
    transition: all 0.3s ease-in-out; padding:0;
}.site-footer .social-icons i {
    font-size: 14px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    background-color: #000;
    transition: all 0.3s ease-in-out;
}
.listing li{    margin-bottom: 10px;}
.ttm-textcolor-skincolor{color:#d3152e;}

/*-----All Services------*/
.all_services{background-color: #00173c;}

.all_services ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.all_services ul li {
	border-bottom: 1px solid #d3d3d3;
	position: relative;
}

.all_services ul li {
	font-size: 16px;
}

.all_services ul li:last-child {
	border-bottom: 0px;
}

.all_services ul li a {
	position: relative;
	padding: 14px 10px 14px 30px;
	margin-bottom: 0;
	line-height: 20px;
	display: block;
	color: #000;
	font-size: 14px;
	letter-spacing: 1px;    background: #ececec;
}
.all_services ul li a:hover {
	background-color:#d3152e;color:#fff;
}

.all_services ul li a.active{
	background-color:#ff5e15;
}

.pbmit-base-icon-menu-1{
    color:#000;
}


/* BLOG */
.latest-news {
    position: relative;
    overflow: hidden;
    padding-top:50px;
    padding-bottom:50px;
}
.latest-news-grid-item {
    margin-bottom: 20px;
    background-color: #ebebeb;
    padding: 25px;
    border-radius: 10px;
}
.card-box .img {
    position: relative;
    overflow: hidden;
}

.latest-news-grid-item .img {
    max-height: 331px;
    margin-bottom: 1rem;
}
.card-box .img a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.latest-news-grid-item .img img {
    width: 100%;
    height: 100%;
}
.zoom-effect img {
    transition: all 400ms ease;
}
.card-box .img a::after {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all 400ms linear;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    -o-transition: all 400ms linear;
}
.latest-news-grid-item .content .date {
    color: black;
    font-weight: 500;
    font-size: 14px;
    line-height: 39px;
    font-style: italic;
    margin-bottom: 0;
}
.latest-news-grid-item .content a {
    color: black;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
}
.latest-news-grid-item .content h1 {
    color: black;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 22px;
    margin-bottom: 27px;
    position: relative;
}
.latest-news-grid-item .content h1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background-color: #d90a2c;
    transition: opacity 0.3s ease, width 0.3s ease;
    -webkit-transition: opacity 0.3s ease, width 0.3s ease;
    -moz-transition: opacity 0.3s ease, width 0.3s ease;
    -ms-transition: opacity 0.3s ease, width 0.3s ease;
    -o-transition: opacity 0.3s ease, width 0.3s ease;
}
.latest-news-grid-item .content h1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: rgba(95, 95, 95, 0.67);
}
.latest-news-grid-item .content a {
    color: black;
   font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
}
.latest-news .latest-news-grid-item .content a span {
    background-color: #f6f7f9;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    line-height: 25px;
    font-size: 20px;
}
.latest-news .latest-news-grid-item .content a i {
    position: relative;
    left: 4px;
    top: 4px;
}
.latest-news .latest-news-grid-item:hover .content a span {
    background-color: #d90a2c;
    color: white;
}

.latest-news-grid-item:hover .content a i {
    fill-opacity: 1;
    transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
    -moz-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
}
.latest-news .latest-news-grid-item:hover .content h1 {
    border-color: #d90a2c;
}
.latest-news-grid-item:hover .content h1:before {
    width: 100%;
}
.zoom-effect:hover img {
    transform: scale(1.1);
}
.card-box:hover .img a::after {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 400ms linear;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    -o-transition: all 400ms linear;
}
/* BLOG */

/* BLOG  DETAIL*/
.service-details {
       position: relative;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    margin: 0 !important;
}
.service-details .left-bar .service-1 {
    margin-bottom: 20px;
}

.service-details .left-bar .service-1 .img {
    position: relative;
}
.overlay-anim {
    position: relative;
    visibility: visible;
    animation-delay: 600ms;
    animation-name: fadeInUp;
}
.overflow-hidden {
    overflow: hidden !important;
}
.service-details .left-bar .service-1 .img img {
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
}

.zoom-effect img {
    transition: all 400ms ease;
}
.overlay-anim:after {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    pointer-events: none;
}
.overlay-anim:hover:after {
    height: 100%;
    opacity: 0;
    transition: all 400ms linear;
}
.service-details .left-bar .service-1 h2 {
    color: #000;
    font-weight: 400;
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 20px;
}
.service-details .left-bar .service-1 p {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
}
.service-details .left-bar .service-2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 34px;
    margin-bottom: 42px;
}
.service-details .left-bar .service-2 .content ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 15px;
}
.service-details .left-bar .service-2 .content ul li {
    color: #000;
    font-size: 16px;
    line-height: 26px;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.publisher-info {
    display: flex;
    gap: 10px;
    align-items: center;
}

.service-details .left-bar .service-2 .content ul li i {
    margin-right: 10px;
}
.service-details .left-bar .service-2 .content ul li:hover {
    color: #d90a2c;
}
.publisher-info .social-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.service-details .left-bar .publisher-info .social-link a {
    width: 35px;
    height: 35px;
    background-color: #efefef;
    display: inline-block;
    text-align: center;
        font-size: 17px;
    line-height: 37px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.service-details .left-bar .publisher-info .social-link a i {
    color: #d90a2c;
}
.service-details .left-bar .publisher-info .social-link a:hover {
    background-color: #d90a2c;
}
.service-details .left-bar .publisher-info .social-link a:hover i {
    color: #fff;
}
.share-and-tags{
        display: flex;
    justify-content: space-between;
}
.publisher-info .tags {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.service-details .left-bar .publisher-info .tagsa {
    width: 35px;
    height: 35px;
    background-color: #efefef;
    display: inline-block;
    text-align: center;
        font-size: 17px;
    line-height: 37px;
}

.service-details .left-bar .publisher-info .tags a i {
    color: #d90a2c;
}
.service-details .left-bar .publisher-info .tags a:hover {
    background-color: #d90a2c;
}
.service-details .left-bar .publisher-info .tags a:hover i {
    color: #fff;
}
.service-details .left-bar .publisher-info .tags a {
   width: 80px;
    height: 27px;
    background-color: #efefef;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    line-height: 27px;
}
.service-details .left-bar .publisher-info .tags a:hover {
    background-color: #d90a2c;
    color: #ffffff;
    
}
.service-details .left-title {
    margin-bottom: 0px;
}
.order-lg-2 {
    order: 2 !important;
}
.top-0 {
    top: 0 !important;
}
.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}
.service-details .right-bar .popular-post {
    padding: 40px 31px;
    background-color: #f1f1f1;
    margin-bottom: 25px;
}
.service-details .right-bar .popular-post h2 {
    color: #d90a2c;
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.service-details .right-bar .popular-post h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 58px;
    height: 2px;
    background-color: #d90a2c;
}
.service-details .right-bar .popular-post .popular-post-part {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 24px;
}
.service-details .right-bar .popular-post .popular-post-part .popular-post-item {
    display: flex;
    /*align-items: center;*/
    justify-content: flex-start;
    gap: 20px;
}
.service-details .right-bar .popular-post .popular-post-part .popular-post-item .img {
    max-width: 110px;
    max-height: 110px;
    min-width: 110px;
    min-height: 110px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.service-details .right-bar .popular-post .popular-post-part .popular-post-item .img img {
    min-width: 110px;
    min-height: 110px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.service-details .right-bar .popular-post .popular-post-part .popular-post-item:hover .img img {
    transform: translateY(-3px) scale(1.09);
    -webkit-transform: translateY(-3px) scale(1.09);
    -moz-transform: translateY(-3px) scale(1.09);
    -ms-transform: translateY(-3px) scale(1.09);
    -o-transform: translateY(-3px) scale(1.09);
}
.service-details .right-bar .popular-post .popular-post-part .popular-post-item .content .date {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 28px;
    margin-bottom: 16px;
}
.service-details .right-bar .popular-post .popular-post-part .popular-post-item .content .date span {
    color: #000;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
}
.service-details .right-bar .popular-post .popular-post-part .popular-post-item .content h2 a {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.service-details .right-bar .popular-post .popular-post-part .popular-post-item:hover .content h2 a {
    color: #d90a2c;
}
/* BLOG  DETAIL*/


/* 404 */
.cs_error_content {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.cs_error_content .cs_error_thumbnail {
    width: 100%;
    margin-bottom: 18px;
}
.cs_error_content .cs_error_thumbnail img {
    width: 40%;
    -o-object-fit: cover;
    object-fit: cover;
}
.cs_error_content .cs_error_heading {
    font-size: 30px;
    margin-bottom: 15px;
}

.cs_error_content .cs_error_subtitle {
    margin-bottom: 26px;
}
.cs_error_content a {
    border: 1px solid #bd162c;
    padding: 10px;
}
/* 404 */

.header-style-7.site-header .pbmit-pre-header-right .pbmit-social-li a:hover {
    color: #bd162c !important;
}

@media (min-width: 1900px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1700px !important;
    }
    p
     {
        font-size: 17px;
    }
    .service-block-two .inner-box .icon {
        font-size: 45px !important;
        margin-left: -15%;
    }
    .team_style1 .team_img img {
        width: 300px;
        height: 300px;
    }
    .breadcumb-wrapper {
        padding: 120px 0 95px 0;
    }
    .ibadat-five-pillars-main-wrapper .pillars-main-wrapper .border-img-wrapper .pillard-block-wrapper img {
        /*height: 350px;*/
    }
    .ibadat-five-pillars-main-wrapper .pillars-main-wrapper .border-img-wrapper .pillard-block-wrapper:before {
        /*height: 285px;*/
    }
    .ibadat-five-pillars-main-wrapper .pillars-main-wrapper .border-img-wrapper .pillard-block-wrapper .pillars-icon {
        left: 36%;
    }
}

@media (max-width: 1440px){
    .ibadat-five-pillars-main-wrapper {
        padding: 50px 0px 80px;
    }
    .team_style1 .team_img img {
        width: 300px;
        height: 300px;
    }
    .service-block-two .inner-box .icon {
        margin-left: -25% !important;
    }
}

@media (max-width: 1024px){
    .ibadat-five-pillars-main-wrapper {
        padding: 50px 0px 80px;
    }
    .service-block-two .inner-box .icon::after {
        width: 37px;
        height: 37px;
    }
    .service-block-two .inner-box .icon {
        margin-left: -18% !important;
        font-size: 40px !important;
    }
}

@media (max-width: 768px){
    .ttm-processbox-wrapper .ttm-processbox .featured-title h5 {
        font-size: 20px;
        line-height: 22px;
    }
    .ibadat-five-pillars-main-wrapper .pillars-main-wrapper .row{
        /*--bs-gutter-x: 1.5rem;*/
        /*--bs-gutter-y: 0;*/
        /*display: flex;*/
        /*flex-wrap: wrap;*/
        /*margin-top: calc(-1 * var(--bs-gutter-y));*/
        /*margin-right: calc(-.5 * var(--bs-gutter-x));*/
        /*margin-left: calc(-.5 * var(--bs-gutter-x));*/
    }
    .features-style1__img {
        margin-left: 0;
    }
    .joinus-one .row{
        flex-direction: column-reverse;
    }
    .tp-about-area .row{
        flex-direction: column-reverse;
    }
    .tp-about-right-wrap {
        margin-bottom: 0;
    }
    .tp-about-area {
        padding: 60px 0 0px;
    }
    .service-block-two .inner-box .icon::after {
        content: "";
        position: absolute;
        top: -4px;
        right: -6px;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background-color: #ffe8e5;
        z-index: -1;
    }
    .service-block-two .inner-box .icon {
        font-size: 25px !important;
        margin-left: -15% !important;
    }
}

@media (max-width: 767px){
    .features-style1__img {
        margin-left: 0px;
    }
}
