@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
body {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    background-color: #fff;
    line-height: 26px;
    overflow-x: hidden;
}

iframe {
    border: none;
    width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none;
}

input:focus {
    outline: none;
    box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ol {
    list-style-type: decimal;
}

a {
    color: #fff;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

a:hover {
    color: var(--title-color);
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
}

img {
    border: none;
    max-width: 100%;
}

ins {
    text-decoration: none;
}

pre {
    font-family: "Rubik", sans-serif;
    background: #f5f5f5;
    color: #000;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
    display: none;
}

p {
    font-family: "Rubik", sans-serif;
    margin: 0 0 18px 0;
    color: #000;
    line-height: 1.625;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Rubik", sans-serif;
    color: #000;
    text-transform: none;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 10px 0;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    border-radius: 0;
    font-size: 0;
    background-position: center center;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #db2234;
    background: #db2234;
}

.slick-arrow.slick-prev {
    left: 1%;
}

.slick-arrow.slick-prev:before {
    content: "\f104";
    font-size: 20px;
    color: #ffffff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.slick-arrow.slick-next {
    right: 1%;
}

.slick-arrow.slick-next:before {
    content: "\f105";
    font-size: 20px;
    color: #ffffff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.slick-arrow.slick-disabled {
    opacity: 0.2;
}

.slick-slide {
    padding: 0 15px;
}

.slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: transparent;
    width: 10px;
    height: 10px;
    line-height: 0;
    border: none;
    background-color: #fff;
    transition: all ease 0.4s;
    position: relative;
}

ul.slick-dots li {
    display: block;
    text-align: center;
}

.slick-dots .slick-active button::before {
    opacity: 1;
    visibility: visible;
}

.sticky-icon.show {
    display: block;
}

.sticky-icon {
    z-index: 999;
    position: fixed;
    bottom: 25% !important;
    right: 10px;
    display: flex;
    flex-direction: column;
    transition: 200ms all cubic-bezier(0.37, 0, 0.63, 1);
    display: none;
    background: white;
    box-shadow: 0 0 3px 3px #0000003b;
    padding: 5px 0;
    border-radius: 50px;
}

.sticky-icon.inView {
    transition: 1s all cubic-bezier(0.87, 0, 0.13, 1);
}

.sticky-icon a {
    border-radius: 50px 0px 0px 50px;
    text-align: left;
    margin: 2px;
    text-decoration: none !important;
    text-transform: capitalize;
    padding: 5px;
    font-size: 16px;
    color: #db2234;
    transition: all 0.8s;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.sticky-icon a:hover span {
    font-size: 16px;
    margin-top: 15px;
}

.sticky-icon a span {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transition: all 0.5s;
    color: #db2234;
    font-size: 0;
    font-weight: 500;
}

.sticky-icon a:hover i {
    transform: rotate(360deg);
}

.sticky-icon a i {
    background-color: #db2234;
    width: 35px;
    display: grid;
    place-items: center;
    aspect-ratio: 1;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    transition: all 0.5s;
}

.sticky-icon a:hover {
    color: #fff;
}


/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/

section {
    padding: 80px 0;
    overflow: hidden;
}

.btn_bx {
    margin-top: 50px;
    text-align: center;
}

.section-title span {
    display: block;
    color: #db2234;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.section-title h2,
.section-title h1 {
    position: relative;
    color: #000;
    font-size: 32px;
    line-height: 1.2;
    text-transform: uppercase;
}

.common-btn.blue_filled_btn {
    background: #fff;
    color: #fff;
    border-color: #fff;
}

.common-btn.blue_filled_btn {
    background: #fff;
    color: #ffffff;
    border-color: #fff;
}

.common-btn.filled_btn {
    background: #fff;
    color: #ffffff;
    border-color: #fff;
}

.common-btn.filled_btn:hover {
    background: #000;
    color: #fff;
}

.common-btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    padding: 10px 30px;
    color: #fff;
    background-color: #00000000;
    border-radius: 0;
    position: relative;
    text-transform: capitalize;
    display: inline-block;
}

.common-btn:before {
    content: "";
    border: inherit;
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    opacity: 0.8;
}

.common-btn:hover {
    color: #fff !important;
    background-color: #db2234;
    border-color: #db2234;
}

.common-btn-black {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    padding: 10px 30px;
    color: #000;
    background-color: #00000000;
    border-radius: 0;
    position: relative;
    text-transform: capitalize;
    display: inline-block;
}

.common-btn-black:before {
    content: "";
    border: inherit;
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    opacity: 0.8;
}

.common-btn-black:hover {
    color: #fff;
    background-color: #db2234;
    border-color: #db2234;
}


/*--------------------------------------------------------------
 # Fixed Text Css
--------------------------------------------------------------*/

.scroll {
    height: 1000px;
}

.scroll p {
    color: #fff;
    font-size: 1.5rem;
}

.book-now {
    background: #db2234;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-size: 1rem;
    height: 50px;
    line-height: 40px;
    position: fixed;
    left: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    bottom: 0;
    z-index: 99;
    padding: 9px 20px;
}

.book-now p {
    margin: 0;
    color: #ffff;
    line-height: 30px;
}

.book-now.hidden {
    display: none;
}


/*--------------------------------------------------------------
 # call-buton Css
--------------------------------------------------------------*/

.call-buton {
    display: none;
}

.call-buton .cc-calto-action-ripple {
    z-index: 99;
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    background: #db2234;
    width: 4rem;
    height: 4rem;
    padding: 1rem;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: var(--btn-bg);
    -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
    animation: cc-calto-action-ripple 0.6s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.call-buton .cc-calto-action-ripple i {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 20px;
    color: #fff;
}

.call-buton .cc-calto-action-ripple:hover i {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

@-webkit-keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(219, 34, 52, 0.2), 0 0 0 0 rgba(219, 34, 52, 0.2), 0 0 0 5px rgba(219, 34, 52, 0.2), 0 0 0 10px rgba(219, 34, 52, 0.2);
        box-shadow: 0 4px 10px rgba(219, 34, 52, 0.2), 0 0 0 0 rgba(219, 34, 52, 0.2), 0 0 0 5px rgba(219, 34, 52, 0.2), 0 0 0 10px rgba(219, 34, 52, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 4px 10px rgba(219, 34, 52, 0.2), 0 0 0 5px rgba(219, 34, 52, 0.2), 0 0 0 10px rgba(219, 34, 52, 0.2), 0 0 0 20px rgba(219, 34, 52, 0);
        box-shadow: 0 4px 10px rgba(236, 24, 24, 0.2), 0 0 0 5px rgba(219, 34, 52, 0.2), 0 0 0 10px rgba(219, 34, 52, 0.2), 0 0 0 20px rgba(219, 34, 52, 0);
    }
}

@keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(219, 34, 52, 0.2), 0 0 0 0 rgba(219, 34, 52, 0.2), 0 0 0 5px rgba(219, 34, 52, 0.2), 0 0 0 10px rgba(219, 34, 52, 0.2);
        box-shadow: 0 4px 10px rgba(219, 34, 52, 0.2), 0 0 0 0 rgba(219, 34, 52, 0.2), 0 0 0 5px rgba(219, 34, 52, 0.2), 0 0 0 10px rgba(219, 34, 52, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 4px 10px rgba(219, 34, 52, 0.2), 0 0 0 5px rgba(219, 34, 52, 0.2), 0 0 0 10px rgba(219, 34, 52, 0.2), 0 0 0 20px rgba(219, 34, 52, 0);
        box-shadow: 0 4px 10px rgba(219, 34, 52, 0.2), 0 0 0 5px rgba(219, 34, 52, 0.2), 0 0 0 10px rgba(219, 34, 52, 0.2), 0 0 0 20px rgba(219, 34, 52, 0);
    }
}

span.num {
    position: absolute;
    color: #ec8b00;
    left: -30%;
    bottom: -50%;
}


/*--------------------------------------------------------------
# Top bar css
--------------------------------------------------------------*/

.btns-bx a {
    flex: 0 0 25%;
}

.btns-bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.top-bar {
    background: #db2234;
    position: unset;
    top: 0;
    width: 100%;
    z-index: 9;
}

.btns-bx a {
    padding: 5px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
}

.btns-bx a:nth-child(2),
.btns-bx a:nth-child(4) {
    background: #000;
}

.btns-bx a:nth-child(4) {
    padding: 7px;
}

.btns-bx img {
    filter: invert(1);
    height: 30px;
}

.top_hd_num {
    height: 20px !important;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.home .header {
    padding: 20px 0;
    padding-top: 0px !important;
}

.header {
    z-index: 99;
    position: fixed;
    padding: 15px 0;
    top: 00px;
    left: 0;
    right: 0;
    padding-top: 0px;
    background: #fff;
}

.logo-bx {
    max-width: 130px;
}

.logo-text-bx h3 {
    font-size: 40px;
    text-transform: uppercase;
    margin: 0;
    line-height: 40px;
    font-weight: 600;
}

.logo-text-bx {
    flex: 0 0 26%;
}

.logo-text-bx p {
    font-size: 17px;
    text-transform: uppercase;
    margin: 0;
    color: #db2234;
    font-weight: 500;
    letter-spacing: 2px;
}

.bottom_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.right_btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    gap: 18px;
}

.right_btn a {
    color: #db2234;
    border-color: #db2234;
    font-size: 22px;
    font-weight: 500;
    /* padding: 45px 0px; */
}

.right_btn a[href^="tel"] img {
    max-width: 25px;
    filter: brightness(0) saturate(100%) invert(20%) sepia(69%) saturate(3955%) hue-rotate(343deg) brightness(89%) contrast(93%);
    margin-right: 10px;
}

.right_btn a.ani_btn {
    /* display: none; */
    font-size: 18px;
    font-weight: 500;
}

header.header.fixed-header .right_btn a.ani_btn {
    display: block;
}

header.header .he_num {
    display: none;
}

header.header.fixed-header .he_num {
    display: block;
}

.bottom_head .logo-text-bx {
    display: flex;
    justify-content: space-between;
    flex: 0 0 29%;
    gap: 23px;
    align-items: center;
}

.logo-text-bx .reviw_logo img {
    width: 100px;
}

.logo-text-bx .reviw_logo {
    position: absolute;
    left: 34%;
}

.fixed-header .logo-text-bx .reviw_logo {
    left: 22%;
}


/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/

.fixed-header .top-bar {
    display: none;
}

header.header.fixed-header {
    position: fixed;
    top: 0;
    background: #fff;
    transition: all 0.5s;
    box-shadow: 0 0 5px #00000061;
    padding: 1% 0px;
    padding-top: 0px;
}

.header.fixed-header .logo-bx {
    max-width: 150px;
    transition: all 0.5s;
}

.header.fixed-header a.logo {
    margin-top: 0;
}

.header.fixed-header .logo img {
    max-width: 100px;
}

.header.fixed-header .navbar a,
.header.fixed-header .navbar a:focus {
    padding: 0px 0px;
}

.header .logo img {
    width: 100%;
}

.header .box-title a {
    color: #fff;
    font-weight: 500;
}

.header.fixed-header .box-title a {
    color: #fff;
    font-weight: 500;
}

@media (min-width: 1280px) {
    .navbar {
        padding: 0;
        margin-right: 0;
    }
    nav.navbar.menu-right {
        justify-content: flex-end;
    }
    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
        gap: 25px;
    }
    .navbar li {
        position: relative;
    }
    .navbar ul li {
        white-space: nowrap;
    }
    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 500;
        color: #000;
        text-transform: uppercase;
        white-space: nowrap;
        transition: 0.3s;
        font-size: 18px;
        position: relative;
        text-decoration: none;
    }
    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }
    .navbar>ul>li>a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -6px;
        left: 0;
        background-color: var(--color-primary);
        visibility: hidden;
        width: 0px;
        transition: all 0.3s ease-in-out 0s;
    }
    .navbar a:hover:before,
    .navbar li:hover>a:before,
    .navbar .active:before {
        visibility: visible;
        width: 100%;
    }
    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
        color: #db2234;
    }
    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 28px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
    }
    .navbar .dropdown ul li {
        min-width: 200px;
    }
    .navbar .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        color: var(--color-default);
        font-weight: 400;
    }
    .navbar .dropdown ul a i {
        font-size: 12px;
    }
    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover>a {
        color: var(--color-primary);
    }
    .navbar .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }
    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }
    .navbar .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }
}


/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/

@media (max-width: 1279px) {
    header .menu-left ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
        gap: 25px;
    }
    header .menu-left ul li a {
        color: #000;
        text-transform: uppercase;
    }
    /* .navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 400px;
        bottom: 0;
        transition: 0.3s;
        z-index: 9997;
        display: none;
    }

    .navbar ul {
        position: absolute;
        inset: 0;
        padding: 50px 0 10px 0;
        margin: 0;
        background: rgba(219, 34, 52, 0.8);
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.7);
        white-space: nowrap;
        text-transform: uppercase;
        transition: 0.3s;
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
        color: #fff;
    }

    .navbar .dropdown ul,
    .navbar .dropdown .dropdown ul {
        position: static;
        display: none;
        padding: 10px 0;
        margin: 10px 20px;
        transition: all 0.5s ease-in-out;
        border: 1px solid #222428;
    }

    .navbar .dropdown>.dropdown-active,
    .navbar .dropdown .dropdown>.dropdown-active {
        display: block;
    }

    .mobile-nav-show {
        position: relative;
        color: #fff;
        font-size: 28px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        z-index: 9999;
        padding-right: 10px;
    }

    .mobile-nav-hide {
        color: #fff;
        font-size: 32px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        position: fixed;
        right: 20px;
        top: 20px;
        z-index: 9999;
    }

    .mobile-nav-active {
        overflow: hidden;
    }

    .mobile-nav-active .navbar {
        right: 0;
    }

    .mobile-nav-active .navbar:before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(219, 34, 52, 0.6);
        z-index: 9996;
    } */
}


/*--------------------------------------------------------------
 # Sidebar Css
--------------------------------------------------------------*/

.side-bar {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 350px;
    padding: 50px 50px;
    height: 100%;
    display: block;
    background-color: white;
    backdrop-filter: blur(7px);
    z-index: 1900;
    transition: all 600ms ease;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow: visible;
}

.side-bar .sie-logo {
    margin-bottom: 44px;
}

.side-bar .footer-con-info p {
    color: #fff;
    margin-bottom: 17px;
}

.side-bar .inner {
    padding: 40px 0px 0 0;
}

.side-bar .footer-con-info a {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.side-bar .footer-con-info a:hover {
    color: #db2234;
}

.side_bar_menu {
    padding: 12px 0 0px;
    border-bottom: 1px solid rgb(255 255 255 / 16%);
    margin-bottom: 30px;
}

.side-bar .banner-b-bx .footer-con-info {
    padding-bottom: 0px;
    border-bottom: 1px solid rgb(255 255 255 / 16%);
}

@media (max-width: 991px) {
    .side-bar .inner {
        padding: 40px 0 0 0;
    }
}

.side-bar .inner-main-wrapper-desk .thumbnail {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 25px;
}

.side_bar_menu ul li a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
}

.side_bar_menu ul li a:hover {
    color: #db2234;
}

.side_bar_menu ul li {
    margin-bottom: 20px;
}

.side_bar_location h4 {
    font-weight: 600;
    color: #fff;
    font-size: 30px;
    text-transform: capitalize;
    margin: 25px 0;
}

.side-bar .inner-main-wrapper-desk .thumbnail img {
    width: 150px;
    margin-left: 0;
}

.side-bar .inner-main-wrapper-desk .banner-shape-area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
    opacity: 1;
    transition-delay: 0.7s;
}

.side-bar .inner-main-wrapper-desk .banner-shape-area .shape {
    height: 10px;
    width: 10px;
    line-height: 10px;
    transform: rotate(45deg);
    margin: 0 6px;
    background: var(--color-primary);
    display: block;
}

.social-area {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.social-area li {
    list-style: none;
    margin: 0 5px;
    color: #fff;
}

.social-area li a {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.social-area li a:hover {
    color: #db2234;
    background-color: var(--btn-bg);
    border-color: #db2234;
}

.side-bar .footer-socail .social-area li {
    margin: 0 10px 0 0 !important;
}

.side-bar.header-one {
    background-color: #000;
}

.side-bar button {
    transition: all 0.3s ease-in-out;
}

.side-bar button:hover {
    background-color: #fff !important;
    border-color: #db2234;
}

.side-bar button:hover i {
    color: #db2234;
}

.side-bar.show {
    right: 0;
    overflow-y: auto;
}

.side-bar button {
    max-width: 100%;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: #db2234 !important;
    padding: 6px;
    border: 1px solid #db2234;
}

.side-bar button i {
    color: #ffffff;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

#side_bar_overlay.bgshow {
    background: #0e1013;
    opacity: 70%;
    visibility: visible;
    pointer-events: visible;
    z-index: 999;
    top: 0;
}

#side_bar_overlay {
    cursor: url(../images/banner/shape/close.png), auto;
    background: #0e1013;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease-in-out;
    pointer-events: none;
    z-index: 50;
}

.burger-icon {
    width: 30px;
    cursor: pointer;
}

.burger-icon span {
    display: block;
    height: 2px;
    margin: 5px 0;
    transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
    width: 83.33333333%;
    background: #da2233;
    transition: all 400ms ease-in-out;
}

.burger-icon span:nth-child(1) {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}

.burger-icon span:nth-child(2) {
    width: 100%;
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}

.burger-icon span:nth-child(3) {
    width: 58.33333333%;
    transition: all 100ms ease-in-out;
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
}

@-webkit-keyframes burger-hover {
    0% {
        width: 100%;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}

@keyframes burger-hover {
    0% {
        width: 100%;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}


/*--------------------------------------------------------------
 # Banner css
--------------------------------------------------------------*/

.banner_image {
    background-image: url(https://www.ibi-bli.com/wp-content/uploads/2024/07/banner_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 300px 0 270px 0;
    position: relative;
}

.banner_image:before {
    content: "";
    background: rgb(0 0 0 / 40%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}

.banner-logo {
    position: absolute;
    top: 19px;
    left: 18px;
    z-index: 9;
    background: #fff;
    padding: 7px;
    width: 100%;
    max-width: 17%;
}

.banner-logo img {
    animation: none !important;
    width: 100%;
}

.banner_image .container {
    position: relative;
    z-index: 1;
}

.ban_head {
    text-align: left;
    max-width: 650px;
    padding: 20px;
}

.ban_head h1 {
    color: #ffffff;
    font-size: 40px;
    text-align: left;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 2px 2px 8px #000;
    margin: 0;
}

.ban_head p {
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
}

.ban_head .top-text {
    display: block;
    color: #db2234;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.ban_head a.common-btn {
    margin-top: 25px;
}

.banner-main {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    background: #000;
    margin-top: 115px;
}

.form_bx {
    margin-top: -50px;
}

.banner-main .slick-dots {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 10px;
    left: 0;
    width: 100%;
}

.banner-slider .item.video {
    /* background: #fff; */
}

.banner-main .slick-dots button {
    height: 8px;
    width: 25px;
    background: #ffffffa8;
    font-size: 0;
    margin: 0 2px;
    border: 0;
}

.banner-main .slick-dots .slick-active button {
    background: #db2234;
    width: 60px;
}

.banner-slide {
    display: block !important;
}

.banner-main .banner-image {
    height: 100%;
    position: relative;
    z-index: 1;
}

.banner-slider .slick-slide {
    padding: 0;
}

.banner-main .banner-image.overlay-slider::before {
    position: absolute;
    height: 100%;
    width: 100%;
    display: inline-block;
    left: 0;
    content: "";
    top: 0;
    z-index: 1;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.banner-main .slick-track {
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.banner-main .banner-image img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: cssAnimation 8s 1 ease-in-out forwards;
    animation: cssAnimation 8s 1 ease-in-out forwards;
}

.banner-main .slick-active img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: cssAnimation 8s 1 ease-in-out forwards;
    animation: cssAnimation 8s 1 ease-in-out forwards;
}

@keyframes cssAnimation {
    from {
        -webkit-transform: scale(1.05) translate(0px);
    }
    to {
        -webkit-transform: scale(1) translate(0px);
    }
}

@-webkit-keyframes cssAnimation {
    from {
        -webkit-transform: scale(1.05) translate(0px);
    }
    to {
        -webkit-transform: scale(1) translate(0px);
    }
}

.banner-image-inner img {
    transform: inherit !important;
}

.banner-image-inner img {
    max-height: 650px;
    margin: 0 auto;
}

.banner-main .slick-slide {
    display: block !important;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 99;
    transform: translate(0px, -50%);
}

.banner-main .slick-active .banner-text {
    animation: text-move 1s ease-in-out forwards;
}

.banner-text-2 {
    position: absolute;
    top: 60%;
    left: 20%;
    width: 100%;
    text-align: center;
    z-index: 99;
    transform: translate(0, -85%);
    display: inline-block;
}

.banner-img {
    position: absolute;
    top: 140%;
    right: 0;
    text-align: center;
    z-index: 99;
    transform: translate(0, -100%);
    left: auto;
    max-width: 80%;
}

.banner-img.ban_car_1 img {
    width: 85%;
    margin-left: auto;
}

.banner-main .slick-active .slide-left {
    animation: 3s slide-left ease-in-out forwards;
}

@keyframes slide-left {
    0% {
        margin-left: 100%;
    }
    100% {
        margin-left: 0%;
    }
}

.banner-main .slick-active .banner-text-2 {
    animation: text-move 1s ease-in-out forwards;
}

.request-quote {
    background-image: url(../img/quote.png);
    background-size: cover;
}

@keyframes text-move {
    0% {
        transform: scale(1) translateY(100%);
    }
    100% {
        transform: scale(1) translateY(-50%);
    }
}

.banner-text-inner {
    text-align: left;
}

.banner-text-inner h2 {
    color: #fff;
    text-transform: capitalize;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 0px;
    max-width: 530px;
}

.banner-text-inner h2 span {
    color: #fff;
}

.banner-text-inner p {
    max-width: 350px;
    margin-left: 0;
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
}

.banner-img-inner img {
    max-height: 450px;
    margin-inline: auto;
}

@media only screen and (max-width: 1366px) and (min-width: 1280px) {
    .banner-img.ban_car_1 img {
        width: 60%;
        margin-left: auto;
    }
}


/*--------------------------------------------------------------
	Banner Bottom Section css
--------------------------------------------------------------*/

.section-title.text-white h2 {
    color: #ffffff;
}

.ban_bottom_form {
    background: rgb(0 0 0 / 88%);
    padding: 25px;
    z-index: 1;
    position: relative;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}

.form-control {
    background-color: transparent !important;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff !important;
    height: 50px;
    font-size: 16px;
}

.form_btn {
    text-align: right;
}

.ban_bottom_form h3 {
    color: #fff;
    font-size: 42px;
}

.ban_bottom_form p {
    color: #fff;
}

.form-control::-webkit-input-placeholder {
    color: #fff;
}

.form-control:-ms-input-placeholder {
    color: #fff;
}

.form-control::placeholder {
    color: #fff;
}

.form-control::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.ban_bottom_form button.common-btn.white-btn {
    padding: 8px 24px;
    border: none;
}


/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

.about-section {
    position: relative;
}

.ab_main {
    background-color: #ffffff;
    padding: 0;
}

.ab_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 3;
    position: relative;
}

.ab_head .section-title-2 {
    flex: 0 0 auto;
}

.ab_main_inner {
    display: flex;
    position: relative;
    overflow: hidden;
    background: white;
    border-radius: 5px;
    outline-color: #e8e8e8;
    border: 1px solid #e8e8e8;
    align-items: center;
}

.img-box6 {
    position: relative;
    z-index: 2;
    text-align: center;
    flex: 0 0 30%;
    width: 30%;
}

.img-box6 * {
    height: 100%;
}

.img-box6 .slick-slide {
    padding: 0;
}

.img-box6 .img1 {
    height: 100%;
}

.img-box6 .img1 img {
    width: 100%;
    border-radius: inherit;
    position: relative;
    z-index: 3;
    height: 100%;
    object-fit: cover;
}

.img-box6 .shape1 {
    position: absolute;
    left: 0;
    top: -13px;
    -webkit-animation: jumpReverseAni 7s linear infinite;
    animation: jumpReverseAni 7s linear infinite;
}

.about_ic_bx {
    display: flex;
    gap: 15px;
    flex: 0 0 calc(50% - 13px);
    transition: 0.15s;
    background: white;
    border-radius: 5px;
    padding: 10px 30px 10px;
    outline-color: #e8e8e8;
    border: 1px solid #e8e8e8;
    position: relative;
    z-index: 1;
    min-height: 157px;
}

.about_ic_inner {
    display: flex;
    align-items: center;
    gap: 26px;
    margin-bottom: 0;
    flex-wrap: wrap;
}

.ab_main_inner:before {
    width: 28%;
    height: 200%;
    top: 50%;
    -webkit-transform: translate(10%, -50%) rotate(25deg);
    -ms-transform: translate(10%, -50%) rotate(25deg);
    transform: translate(10%, -50%) rotate(25deg);
}

.ab_main_inner:after {
    width: 23%;
    height: 150%;
    top: 0;
    -webkit-transform: translate(20%, -45%) rotate(-30deg);
    -ms-transform: translate(20%, -45%) rotate(-30deg);
    transform: translate(20%, -45%) rotate(-30deg);
}

.ab_main_inner:after,
.ab_main_inner:before {
    content: "";
    right: 0;
    z-index: 1;
    opacity: 0.07;
    position: absolute;
    background: #db2234;
}

.ab_ic img {
    filter: brightness(0) saturate(100%) invert(20%) sepia(69%) saturate(3955%) hue-rotate(343deg) brightness(89%) contrast(93%);
    transition: all 0.5s;
}

.about_ic_bx:hover .ab_ic img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.ab_ic_cn h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.ab_ic_cn p {
    font-size: 16px;
    margin-bottom: 0;
}

.ab_cn {
    padding: 25px;
}

.about-section .about-pic-area:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: red;
    display: inline-block;
    transform: translate(10px, 10px);
}

.about-section .about-pic-area img {
    border-radius: 15px;
}

.about-section .about-pic-area .box a img {
    margin: 0;
    transition: all 0.5s;
}

.divider {
    display: block;
    width: 100%;
    margin: 2rem 0;
    background: #d7b65d4f;
    height: 1px;
}

.ab-imgs_bx {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.ab_ic {
    flex: 0 0 50px;
}

.about_img_1 {
    width: 50%;
}

.ab_cn a.common-btn {
    margin-right: 20px;
    color: #db2234;
    border-color: #db2234;
}

.about_img_1 img {
    height: 100%;
    object-fit: cover;
    animation: move2 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

@-webkit-keyframes move2 {
    0% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes move2 {
    0% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

.about_img_2 {
    width: 50%;
    height: 100%;
}

.about_img_2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    animation: mover 1s infinite alternate;
}

.about-section .about-pic-area {
    position: relative;
    transition: all 0.5s;
}

.about-section .about-pic-area:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: inline-block;
    transform: translate(10px, -10px);
    left: 0;
    border-radius: 15px;
    z-index: -1;
    transition: all 0.5s;
}

.about-pic-area:hover:after {
    transform: translate(0px, 0px);
    transition: all 0.5s;
}

.ab_cl h2 {
    font-size: 25px;
    font-weight: 600;
    margin: 0;
}


/*--------------------------------------------------------------
	program Section
--------------------------------------------------------------*/

.program-sec {
    position: relative;
}

.program-sec:before {
    content: "";
    position: absolute;
    background: #fceff1;
    width: 100%;
    height: 50%;
    z-index: -2;
    top: 0;
    left: 0;
    right: 0;
    background-image: url(https://www.ibi-bli.com/wp-content/uploads/2024/07/p_bg-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.program-sec:after {
    content: "";
    position: absolute;
    background: #000000;
    width: 100%;
    height: 50%;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.85;
}

.program-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.program-head .section-title {
    flex: 0 0 40%;
}

.program-head .section-title-2 {
    flex: 0 0 50%;
    text-align: right;
}

.program-cn {
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: #eeeae3;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px 20px 25px 20px;
    background: #ffff;
    /* Corrected background color */
    min-height: 258px;
}

.program-cn h3 {
    font-size: 20px;
    margin-bottom: 0;
    color: #db2234;
    min-height: 61px;
}

.program-cn p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.program-list {
    margin-top: 25px;
}

.program-list a.common-btn {
    margin-right: 20px;
    color: #db2234;
    border-color: #db2234;
}

.program-list .slick-arrow.slick-next {
    right: -2%;
}

.program-list .slick-arrow.slick-prev {
    left: -2%;
}

.program-head .section-title-2 p {
    color: #fff;
}


/*--------------------------------------------------------------
	Video Section
--------------------------------------------------------------*/

.video-sec {
    position: relative;
    background-image: url(https://www.ibi-bli.com/wp-content/uploads/2024/07/video_bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    overflow: visible;
}

.video-sec:before {
    content: "";
    position: absolute;
    background: #0000009c;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    opacity: 0.9;
}

.video-sec .container {
    position: relative;
    z-index: 1;
}

.video-play-button {
    display: block;
    width: 22px;
    height: 32px;
    position: relative;
    margin: 0 auto;
}

.video-bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.video-cn {
    background: #ffffffc7;
    padding: 25px;
    width: 50%;
    border: 1px solid #eeeae3;
    margin-left: auto;
}

.video-play {
    flex: 0 0 50%;
    position: relative;
    display: none;
}

.video-cn p {
    color: #000;
}

.video-cn a.common-btn {
    margin-right: 20px;
    color: #db2234;
    border-color: #db2234;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #db2234;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #db2234;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: darken(#fa183d, 10%);
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.play_text {
    color: #fff;
    text-align: center;
    margin-inline: auto;
    display: block;
    padding-top: 41px;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 26px solid #fff;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}


/*--------------------------------------------------------------
 # Job Css
--------------------------------------------------------------*/

.job-img {
    position: relative;
    flex: 0 0 50%;
}

.job-img img {
    width: 100%;
}

.job-cn {
    width: 100%;
    text-align: left;
    padding: 15px;
}

.job-img img {
    max-height: 450px;
    object-fit: cover;
}

.job-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.job-cn h3 {
    color: #fff;
    font-size: 25px;
}

.job-number {
    display: inline-block;
}

.job-cn {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 25px;
}

.job-number span {
    font-size: 70px;
    font-weight: 500;
    margin-bottom: 0px;
    color: transparent;
    -webkit-text-stroke: 1px #db2234;
    line-height: 1.2;
}

.job-cn a.common-btn {
    margin-right: 20px;
    color: #db2234;
    border-color: #db2234;
}

.job-card.job-card-reverse {
    flex-direction: row-reverse;
}

.classes-sec .section-title {
    margin-bottom: 50px;
}

.classes-cn {
    z-index: 1;
    overflow: hidden;
    background: white;
    text-align: center;
    padding: 30px;
    position: relative;
    border-radius: 7px;
    margin-bottom: 30px;
    -webkit-box-shadow: 10px 0 60px rgba(37, 37, 37, 0.07);
    box-shadow: 10px 0 60px rgba(37, 37, 37, 0.07);
}

.classes-cn h3 {
    font-size: 22px;
    line-height: 28px;
}

.classes-cn:after,
.classes-cn:before {
    width: 60%;
    height: 150%;
    content: "";
    left: 0;
    z-index: -1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    background: #db2234;
    opacity: 0.1;
}

.classes-cn:before {
    top: 50%;
    -webkit-transform: translate(-10%, -50%) rotate(-25deg);
    -ms-transform: translate(-10%, -50%) rotate(-25deg);
    transform: translate(-10%, -50%) rotate(-25deg);
}

.classes-cn:after {
    top: 0;
    -webkit-transform: translate(-50%, -35%) rotate(30deg);
    -ms-transform: translate(-50%, -35%) rotate(30deg);
    transform: translate(-50%, -35%) rotate(30deg);
}

.classes-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center -20px;
}

.classes-img {
    margin-bottom: 20px;
}

.classes-inner-cn h3 {
    font-size: 22px;
    color: #db2234;
}

.classes-inner-cn a.common-btn {
    margin-top: 15px;
    text-align: center;
    color: #db2234;
    border-color: #db2234;
}

.classes-inner-cn p {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 160px;
}


/*--------------------------------------------------------------
 # passion Css
--------------------------------------------------------------*/

.passion-sec {
    background: #fceff1;
    position: relative;
}

.passion-img {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    top: 0;
    bottom: 0;
}

.passion-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.passion-cn {
    max-width: 650px;
    margin-left: auto;
}

.passion-cn a.common-btn {
    margin-right: 20px;
    color: #db2234;
    border-color: #db2234;
}


/*--------------------------------------------------------------
 # testimonials Css
--------------------------------------------------------------*/

.testimonials-new {
    position: relative;
    background: #f7d3d7;
    position: relative;
    background-image: url(https://www.ibi-bli.com/wp-content/uploads/2024/07/76.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.testimonials-new:before {
    content: "";
    position: absolute;
    background: #000000;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.85;
}

.testimonials-new .container {
    padding-left: 50px;
    position: relative;
    z-index: 1;
}

.testimonials-new .testimonials-item {
    position: relative;
    z-index: 1;
    margin-inline: auto;
    max-width: 80%;
}

.testimonials-new .testimonials-item .testimonials-item-wrap {
    z-index: 1;
    position: relative;
    display: block;
}

.testimonials-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
}

.testimonials-new .btn_bx {
    text-align: center;
    margin-top: 50px;
}

.testimonials-new .slick-list.draggable {
    padding: 0;
}

.testimonials-new .section-title {
    margin-bottom: 50px;
}

.testimonials-new .slick-arrow.slick-prev {
    left: 0;
}

.quotes_img img {
    max-width: 40px;
}

.star_bx {
    margin-top: 15px;
}

.star_bx ul {
    padding: 0;
    margin: 0;
}

.star_bx ul li {
    display: inline-block;
    margin-right: 5px;
}

.star_bx ul li i {
    color: #ffa906;
}

.divider_img {
    display: block;
    text-align: center;
    margin: 15px 0;
}

.divider_img img {
    display: inline-block;
    filter: brightness(0) saturate(100%) invert(20%) sepia(71%) saturate(2836%) hue-rotate(338deg) brightness(99%) contrast(100%);
}

.slick-arrow:hover {
    background-color: #db2234;
}

.testimonials-new .slick-arrow.slick-next {
    right: 0;
}

.testimonials-new .slick-arrow {
    top: 32%;
}

.testimonials-slider .slick-slide {
    opacity: 0.3;
    height: 200px !important;
}

.testimonials-slider .slick-slide.slick-current {
    opacity: 1;
}

.goggle-img {
    background: rgb(254 231 213 / 55%);
    border-radius: 0;
    padding: 15px;
    width: 65px;
    height: 65px;
}

.testimonials-box-author {
    text-align: center;
}

.testimonials-auther-content h3 {
    font-size: 20px;
    margin-bottom: 0;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
}

.testimonials-body {
    margin-bottom: 0;
}

.testimonials-new .pbmit-featured-wrapper {
    width: 80px;
}

.testimonials-new .pbmit-featured-wrapper img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.testimonials-new .testimonials-auther-content {
    margin-left: 0;
}


/* .testimonials-new  .slick-list {
    padding: 0 120px !important; 
    overflow: visible !important;
} */

.testimonials-new p {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    border: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.testimonials-slider-new .slick-track {
    padding-top: 15px;
}

.testimonials-new .testimonials-star-ratings {
    color: #eab923;
}

.testimonials-new .pbminfotech-star-ratings-text {
    font-size: 30px;
    line-height: 26px;
    font-weight: 500 !important;
    font-style: italic !important;
    color: var(--pbmit-xcare-blackish-color);
    letter-spacing: -0.25px;
}

.testimonials-new.testimonials-inner-new .testimonials-item {
    max-width: 100%;
    padding: 0;
    text-align: left;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #4c000047;
}

.testimonials-new.testimonials-inner-new p {
    text-align: left;
}

.testimonials-new.testimonials-inner-new .divider_img {
    text-align: left;
}

.testimonials-new.testimonials-inner-new .testimonials-auther-content h3 {
    text-align: left;
}


/* .testimonials-new  a.common-btn {
    margin-right: 20px;
    color: #db2234;
    border-color: #db2234;
} */

.btn-bx {
    margin-top: 50px;
}

.btn-bx a.common-btn {
    color: #db2234;
    border-color: #db2234;
}


/*--------------------------------------------------------------
 # Gallery
--------------------------------------------------------------*/

.gallery_cn {
    margin-inline: auto;
    background-image: url(https://www.ibi-bli.com/wp-content/uploads/2024/07/g_18.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.gallery_cn:after {
    content: "";
    background: rgb(0 0 0 / 90%);
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 0;
}

.gallery_cn * {
    position: relative;
    z-index: 1;
}

.gallery_cn .btn_bx {
    margin-top: 0;
}

.gallery_img {
    position: relative;
}

.gallery-box {
    display: block;
    overflow: hidden;
    position: relative;
}


/* a.gallery-box:hover img {
    scale: 1.15;
} */

.gallery-box img.rounded {
    max-width: 100%;
    object-fit: cover;
    /* transition: 200ms;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -ms-transition: 200ms;
    -o-transition: 200ms; */
    height: 225px;
    width: 100%;
}

.gallery-bx {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}

.gallery-section .section-title {
    margin-bottom: 50px;
}

.gallery-section a:hover .search-icn {
    transform: scale(1.1);
    width: 93%;
    height: 94%;
    top: 9px;
    left: 12px;
    z-index: 0;
}


/* .gallery-section a:hover .search-icn img {
    width: 52.8px;
    height: 52.8px;
    scale: initial;
    transition: initial;
} */


/*--------------------------------------------------------------
 # Footer
--------------------------------------------------------------*/

.lines {
    position: absolute;
    inset: 0;
    max-width: 1520px;
    margin-inline: auto;
    z-index: 1;
    display: none;
}

.lines .line:nth-child(1) {
    margin-left: -22%;
}

.lines .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgb(70 0 0 / 13%);
    overflow: hidden;
}

.lines .line:nth-child(1)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(70 0 0) 100%);
    -webkit-animation: run 7s 0s infinite;
    animation: run 7s 0s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.lines .line:nth-child(3)::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

section#footertop {
    position: relative;
}

.lines .line:nth-child(2) {
    left: 65%;
}

.lines .line:nth-child(3) {
    left: 72%;
}

@keyframes run {
    0% {
        top: -50%;
    }
    100% {
        top: 110%;
    }
}

.footer-socail .social-area {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.footer-socail .social-area li {
    list-style: none;
    color: #fff;
    margin: 0 5px 0 0 !important;
}

.footer-section {
    padding-top: 80px;
    position: relative;
    background: #e3e3e3;
    border-top: 1px solid rgb(0 0 0 / 6%);
}

.footer-con-info i {
    color: #db2234;
    margin-right: 8px;
}

.footer-section .container {
    position: relative;
    z-index: 1;
}

.footer-widget.w_100 ul li {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.footer-cta {
    border-bottom: 1px solid rgb(70 0 0 / 13%);
}

.hours h3 {
    color: #fff;
    font-size: 18px;
}

.hours-text p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.error {
    background: red;
    color: #fff !important;
    padding: 0 5px;
    display: block;
    font-size: 14px;
}

.hour_bx {
    margin-bottom: 30px;
}

.footer-con-info p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
}

.footer-con-info a {
    font-size: 16px;
    color: #db2234;
    font-weight: 400;
}

.single-cta i {
    color: #ffffff;
    font-size: 30px;
    float: left;
    margin-top: 0px;
    background: #db2234;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #db2234;
    font-size: 24px;
    margin-bottom: 2px;
}

.cta-text span {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.footer-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 50px;
}

.footer-content .row {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 80px;
}

.footer-text p {
    margin-bottom: 25px;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-social-icon a {
    font-size: 16px;
    margin-right: 15px;
    border: 1px solid #db2234;
    height: 40px;
    width: 40px;
    display: inline-block;
    color: #db2234;
}

.footer-social-icon a:hover {
    color: #fff;
    border: 1px solid #db2234;
    background-color: #db2234;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.footer-widget-heading h3 {
    color: #db2234;
    position: relative;
    text-transform: capitalize;
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
}

.hours-text {
    margin-bottom: 30px;
}

.footer-widget ul li {
    display: block;
    margin-bottom: 12px;
    text-align: center;
}

.footer-widget ul li a:hover {
    color: #db2234;
}

.footer_logo {
    text-align: center;
}

.footer_logo img {
    max-width: 160px;
    text-align: center;
    margin-bottom: 25px;
}

.footer-widget ul li a {
    color: #000;
    text-transform: capitalize;
    font-size: 16px;
}

.copyright-area {
    padding: 16px 0;
    border-top: 1px solid rgb(0 0 0 / 6%);
    z-index: 1;
    position: relative;
}

.copyright-text p {
    margin: 0;
    font-size: 16px;
    color: #000;
}

.copyright-text p a {
    color: #db2234;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #db2234;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

.footer-section ul.social-area li a {
    color: #db2234;
    border-color: #db2234;
}

.btns-bx a span {
    z-index: 1;
}

.bg {
    animation: slide 3s ease-in-out infinite alternate;
    background-image: linear-gradient(-60deg, #db2234 50%, #ab1524 50%);
    bottom: 0;
    left: -50%;
    opacity: 0.5;
    position: absolute;
    right: -50%;
    top: 0;
    z-index: 0;
}

.bg2 {
    animation-direction: alternate-reverse;
    animation-duration: 4s;
}

.bg3 {
    animation-duration: 5s;
}

@keyframes slide {
    0% {
        transform: translateX(-25%);
    }
    100% {
        transform: translateX(25%);
    }
}

.slick-slide video {
    display: inline-block;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

.slick-slide .slide-media {
    -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
    animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.slick-slide.slick-active {
    z-index: 1;
}

.slick-slide.slick-active .slide-media {
    -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
    animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

@-webkit-keyframes slideIn {
    from {
        filter: blur(15px);
    }
    to {
        filter: blur(0);
    }
}

@keyframes slideIn {
    from {
        filter: blur(15px);
    }
    to {
        filter: blur(0);
    }
}

@-webkit-keyframes slideOut {
    from {
        filter: blur(0);
    }
    to {
        filter: blur(15px);
    }
}

@keyframes slideOut {
    from {
        filter: blur(0);
    }
    to {
        filter: blur(15px);
    }
}

.ani_btn {
    text-decoration: none;
    overflow: hidden;
    position: relative;
    padding: 10px 30px;
    font-weight: 500 !important;
    font-size: 18px !important;
    text-transform: capitalize;
}

.ani_btn:before {
    width: 95%;
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    right: 0;
    bottom: 4px;
    opacity: 0.8;
    border: 1px solid #db2234;
    margin-inline: auto;
}

.ani_btn span:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #db2234, #db2234);
    animation: animate1 2s linear infinite;
}

@keyframes animate1 {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.ani_btn span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, #db2234, #db2234);
    animation: animate2 2s linear infinite;
    animation-delay: 1s;
}

@keyframes animate2 {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

.ani_btn span:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to left, #db2234, #db2234);
    animation: animate3 2s linear infinite;
}

@keyframes animate3 {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.ani_btn span:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(to top, #db2234, #db2234);
    animation: animate4 2s linear infinite;
    animation-delay: 1s;
}

@keyframes animate4 {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(-100%);
    }
}


/* mega Menu */

:is(.menu-left,
#navbar) {
    position: static !important;
}

.has-mega-menu {
    position: static !important;
}

.has-mega-menu>a {
    position: relative;
    padding-inline-end: calc(0.7rem + 0.2rem) !important;
}

.has-mega-menu>a::after {
    content: "\f107";
    position: absolute;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    inset: 50% 1rem auto auto;
    translate: 0 -50%;
    font-size: 0.875rem;
    line-height: 1;
    width: auto !important;
    transition: 200ms;
    right: 0;
}

.has-mega-menu:hover>a::after {
    rotate: 180deg;
}

.mega-menu {
    position: absolute;
    background-color: hsl(0deg 0% 0% / 90%);
    visibility: hidden;
    opacity: 0;
    scale: 0.95;
    display: block !important;
    box-shadow: 0 8px 32px hsl(0 0% 0% / 15%);
    width: 100%;
    left: 0;
    top: 100%;
}

.has-mega-menu:hover .mega-menu,
ul.sub-menu.mega-menu.active {
    transition: 200ms ease;
    scale: 1;
    opacity: 1;
    visibility: visible;
    padding: 20px;
    border-top: 4px solid #e92730;
}

.mega-menu-row {
    display: flex;
    max-width: 1200px;
    margin-inline: auto;
    justify-content: space-between;
    align-items: center;
}

.mega-menu-list {
    width: 50%;
    max-width: 560px;
    padding-block: 1.5rem;
}

.mega-menu-images {
    contain: paint;
    width: 50%;
    background-color: #f2f2f2;
    animation: skeleton 0.85s linear infinite alternate both;
    min-height: 350px;
}

@keyframes skeleton {
    to {
        background-color: #ccc;
    }
}

.mega-menu a {
    text-decoration: none;
    font-weight: 500;
    font-size: 1.25rem !important;
    color: #fff !important;
    padding: 1em 1.35em !important;
    display: inline-block;
    transition: all 200ms;
}

.mega-menu-images img {
    position: absolute;
    inset: 0;
    width: 100%;
    max-width: 100% !important;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.mega-menu .list-item {
    contain: layout;
    padding: 0 !important;
}

.mega-menu .list-item .clck {
    font-size: 14px;
    margin-right: 12px;
}

.services_dropdown .mega-menu-list {
    width: 57%;
    max-width: 666px;
}

.services_dropdown .mega-menu-images {
    width: 42%;
}

.services_dropdown .mega-menu .list-item::after {
    inset: 50% -1rem auto auto;
}

.services_dropdown .list-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mega-menu .list-item:not(:last-child)>a {
    border-block-end: 1px solid #ffffff50;
}

.mega-menu .list-item::after {
    content: "\f105";
    position: absolute;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    inset: 50% 3rem auto auto;
    translate: 0 -50%;
    background-color: #ffffff2a;
    color: #fff;
    width: 30px;
    border: 1px solid #ffffff9a;
    aspect-ratio: 1;
    border-radius: 50%;
    display: grid;
    place-items: center;
    translate: -50% -50%;
    opacity: 1;
    transition: 300ms ease;
    pointer-events: none;
}

.mega-menu .list-item:hover::after {
    translate: 0 -50%;
    opacity: 1;
}

.mega-menu a {
    display: block;
    padding: 1rem;
    contain: paint;
}

.mega-menu a::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #e9273047;
    width: 50% !important;
    transform: skewX(-15deg) translateX(calc(-100% - 15px));
}

.mega-menu a::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #e9273047;
    width: 50%;
    transform: skewX(-15deg) translateX(calc(-100% - 15px));
}

.mega-menu a:hover::before {
    transform: skewX(-15deg) translateX(calc(-100% - 15px));
    transition: 300ms;
    left: 100%;
}

.mega-menu a:hover::after {
    transform: skewX(-15deg) translateX(calc(-100% - 15px));
    transition: 300ms 300ms;
    left: 50%;
}

div.mega_menu_image {
    background-repeat: no-repeat !important;
    height: 400px;
    background-color: var(--themecolor);
    background-size: cover;
    background-position: center;
}


/***** 24-07-2024 *****/


/***** inner_banner *****/

.inner-banner {
    position: relative;
    min-height: 278px;
    /* padding-block: 150px 50px; */
    display: grid;
    place-items: center;
    grid-template-areas: "stacked";
    overflow: hidden;
    margin-top: 222px;
}

.inner-banner.styled {
    place-items: unset;
    padding-block: 0;
}

.inner-banner.styled .row {
    height: 100%;
}

.inner-banner>* {
    grid-area: stacked;
}

.inner-banner-image img {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.inner-banner-image img.dark {
    filter: brightness(0.3);
}

.inner-banner-content.boxed {
    position: relative;
    height: 100%;
    display: grid;
    place-content: center start;
    /* background-color: #; */
    color: #fff;
}

.inner-banner-content.boxed .banner-title>* {
    margin-block-end: 0.25em;
}

.overlay-dark::before {
    content: "";
    inset: 0;
    position: absolute;
    z-index: -1;
    background: rgb(255, 255, 255);
    background: linear-gradient(182deg, rgb(0 0 0 / 46%) 0%, rgba(255, 255, 255, 0) 100%);
}

.inner-banner-content .banner-title>* {
    text-transform: capitalize;
    margin: 0;
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    background: rgb(0 0 0 / 87%);
    display: inline-block;
    padding: 13px 85px 20px 26px;
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    border-bottom: 3px solid #db2234;
    overflow: hidden;
    position: relative;
    transition: 0.4s;
}

.inner-banner:hover .banner-title>* {
    background: #db2234;
    border-bottom: 3px solid #fff;
}


/***** End inner_banner *****/

.about_us_section .right_pic img {
    width: 100%;
    max-width: 400px;
    margin-left: 35px;
    box-shadow: 14px 14px 0px 3px #db2234;
    /* border: 1px solid white; */
    transition: 0.3s;
}

.about_us_section .right_pic {
    overflow: hidden;
    transition: 0.3s;
    position: relative;
}

.right_pic {
    height: 100%;
}

.right_pic img {
    height: 100%;
}

.about_us_section .right_pic img:hover {
    box-shadow: none;
}

.about_us_section .right_pic img:hover {
    transform: scale(1.1);
}

.about_us_section .right_pic:hover img {
    border-radius: 0px;
}

.about_us_section .left_bx p+p {
    padding: 15px 10px 15px 15px;
    background: #fff;
    border-left: 4px solid #db2234;
    margin-bottom: 22px;
}

.about_us_section {
    background: #fceff1;
}

.about_us_section .left_bx .sub_heading {
    color: #db2234;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 28px;
}

.about_us_section .left_bx .inner_bx {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 13px;
}

.about_us_section .left_bx .inner_bx img {
    height: 85px;
    width: 166px;
    padding: 9px;
    background: #fff;
    object-fit: contain;
    border-radius: 10px 0px;
    transition: 0.5s;
}

.about_us_section .left_bx .inner_bx img:hover {
    border-radius: 0px;
}

.mission_section .bx_s {
    background: #fff;
    padding: 25px;
    border: 1px solid #eee;
    min-height: 445px;
    transition: 0.4s;
    position: relative;
}

.about_us_section.mission_sec {
    background-color: #fff;
}

.about_us_section.mission_sec .right_pic img {
    object-fit: cover;
}

.rnk_sec {
    position: relative;
    background-image: url(https://www.ibi-bli.com/wp-content/uploads/2024/08/ranknw.webp);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
}

.rnk_sec::before {
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.8;
}

.rnk_sec .rank_hd h2 {
    color: #fff;
    position: relative;
    z-index: 9;
    margin: 0;
}

.rank_hd {
    width: 60%;
    margin: auto;
    text-align: center;
}

.achivement_sec {
    position: relative;
    background-image: url(https://www.ibi-bli.com/wp-content/uploads/2024/07/outside.webp);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.achivement_sec::before {
    content: "";
    position: absolute;
    background: #000000;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.7;
}

.achivement_sec .achive_bx {
    position: relative;
    z-index: 9;
    text-align: center;
    width: 60%;
    margin: auto;
}

.achivement_sec .achive_bx h3 {
    color: #fff;
}

.achivement_sec .achive_bx p {
    color: #fff;
}

.achivement_sec .achive_bx p a {
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    font-weight: 600;
}

.achivement_sec .achive_bx p a:hover {
    color: #db2234;
}

.mission_section .bx_s::before {
    height: 0px;
    width: 0px;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    border-top: 2px solid #eee;
    border-left: 2px solid #eee;
    transition: 0.4s;
}

.mission_section .bx_s::after {
    height: 0px;
    width: 0px;
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    border-right: 2px solid #eee;
    border-bottom: 2px solid #eee;
    transition: 0.4s;
}

.mission_section .bx_s:hover::after {
    border-right: 2px solid #db2234;
    height: 102%;
    width: 102%;
    border-bottom: 2px solid #db2234;
}

.mission_section .bx_s:hover::before {
    width: 102%;
    height: 102%;
    border-top: 2px solid #db2234;
    border-left: 2px solid #db2234;
}

.mission_section .bx_s h3 {
    font-size: 25px;
    margin: 0;
    padding-bottom: 7px;
}

.mission_section .bx_s:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.mission_section .bx_s a {
    color: #db2234;
    font-weight: 500;
}

.mission_section .bx_s .common-btn {
    border-color: #db2234;
    padding: 10px 30px;
    color: #db2234;
}


/**start-contact-page**/

.contact-bnr {
    margin-top: 82px;
    background-image: url(../images/contact-bnr.jpg);
    width: 100%;
    min-height: 600px;
    color: #fff;
    text-transform: uppercase;
    background-position: center;
    background-size: cover;
}

.contact-form {
    background: #ffffff;
    border: 1px solid #eeeeee;
    box-shadow: 0px 10px 20px 5px rgba(196, 197, 198, 0.12);
    border-radius: 5px;
    padding: 30px;
    border-left: 4px solid #db2234;
}

.contact-form .btn_ .common-btn {
    border-color: #db2234;
    color: #db2234;
}

.contact-form h3 {
    font-size: 36px;
}

.contact-form form input {
    background-color: #f5f5f5 !important;
    border: 0px;
    padding: 12px;
    width: 100%;
    text-transform: capitalize;
    /* margin-top: 18px; */
    color: #000 !important;
}

input[name="your-bookdate"] {
    background-image: url(https://www.ibi-bli.com/wp-content/uploads/2025/11/calendar-lines-alt-svgrepo-com.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    padding-right: 36px !important;
}

.contact-form form input::-webkit-input-placeholder {
    color: #848484;
}

.contact-form form input::-moz-placeholder {
    color: #848484;
}

.contact-form form textarea::-webkit-input-placeholder {
    color: #848484;
}

.contact-form form textarea::-moz-placeholder {
    color: #848484;
}

.contact-form form textarea {
    background: #f5f5f5 !important;
    border: 0px;
    padding: 12px;
    width: 100%;
    text-transform: capitalize;
    /* margin-top: 18px; */
    color: #000 !important;
    height: 102px;
}

.con-details {
    background: #ffffff;
    border: 1px solid #eeeeee;
    box-shadow: 0px 10px 20px 5px rgba(196, 197, 198, 0.12);
    border-radius: 5px;
    padding: 18px;
    min-height: 390px;
}

.con-details .cal {
    font-size: 28px;
    background: #03533a;
    color: #fff;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 68px;
    border-radius: 5px;
    margin-right: 20px;
}

.cal-num label {
    display: block;
    font-size: 18px;
}

.cal-num h5 {
    font-family: "Quicksand";
    font-size: 24px;
}

.maps {
    background: #ffffff;
    border: 1px solid #eeeeee;
    box-shadow: 0px 10px 20px 5px rgba(196, 197, 198, 0.12);
    border-radius: 5px;
    padding: 20px;
}

.con-details .list_style {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 24px;
}

.con-details .list_style a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

.con-details .list_style a {
    pointer-events: none;
}

.con-details .list_style a.phn {
    pointer-events: initial;
}

.con-details .time {
    height: 44px !important;
    width: 44px !important;
}

.con-details .time_ {
    width: 51px !important;
}

.con-details .list_style a i {
    height: 44px;
    width: 44px;
    background: #db2234;
    display: grid;
    place-content: center;
    border-radius: 4px;
    color: #fff;
}

.timing {
    background: #fceff1;
}

.con-details_new a {
    color: #000;
}

.con-details_new a:hover {
    color: #db2234;
}

.con-details_new ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.con-details_new ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 15px;
}

.con-details h4 {
    font-size: 20px;
}

.map_ iframe {
    height: 351px;
    line-height: 0 !important;
    margin: 0px !important;
    padding: 0px;
}

.map__ {
    padding: 14px 20px 14px 20px;
    background: #fff;
}

.testimonials {
    background-color: #fceff1;
}

.testimonials .card_test {
    padding: 25px;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    text-align: center;
    min-height: 287px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px 0px 10px 0px;
    position: relative;
}

.testimonials .card_test::before {
    height: 0px;
    width: 0px;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    border-top: 2px solid #eee;
    border-left: 2px solid #eee;
    transition: 0.4s;
}

.testimonials .card_test:hover::before {
    height: 101%;
    width: 101%;
    border-top: 2px solid #db2234;
    border-left: 2px solid #db2234;
}

.testimonials .card_test::after {
    height: 0px;
    width: 0px;
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    border-bottom: 2px solid #eee;
    border-right: 2px solid #eee;
    transition: 0.4s;
}

.testimonials .card_test:hover::after {
    height: 101%;
    width: 101%;
    border-bottom: 2px solid #db2234;
    border-right: 2px solid #db2234;
}

.testimonials .card_test img {
    height: 50px;
    width: 50px;
}

.testimonials .card_test ul {
    display: flex;
    justify-content: center;
    gap: 7px;
}

.testimonials .card_test ul i {
    font-size: 16px;
    color: orange;
}

.testimonials .card_test .text p {
    margin: 0px;
    padding: 10px 0px 10px 0px;
    width: 100%;
    margin: auto;
    max-width: 430px;
}

.testimonials .card_test .text h3 {
    font-size: 21px;
    margin: 0;
    padding: 5px 0px 5px 0px;
}

.tes_video .vid_bx iframe {
    border: none;
    width: 100%;
    height: 350px;
    padding: 11px;
    margin: 2px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.tes_video .row {
    margin-top: 35px;
    row-gap: 15px;
}

.admis_section .right_text {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 18px 35px;
    min-height: 570px;
}

.admis_section .right_text h5 {
    font-size: 22px;
    margin: 10px 0px 18px 0px;
    color: #db2234;
}

.admis_section .right_text ul {
    display: flex;
    flex-direction: column;
    grid-area: 10px;
}

.admis_section .right_text ul a {
    color: #000;
}

.admis_section .right_text ul li {
    display: flex;
    align-items: center;
    gap: 11px;
    font-size: 16px;
    margin: 5px 0px 5px 0px;
}

.admis_section .left_pic img {
    height: 537px;
    object-fit: cover;
}


/**start-faq-sec**/

section.faq-sec {
    background: #fceff1;
}

.accordion-item {
    margin-top: 20px;
    background: #ffffff;
    border: 1px solid #eeeeee !important;
    box-shadow: 0px 10px 20px 5px rgba(196, 197, 198, 0.12);
    border-radius: 5px;
}

.accordion-button {
    box-shadow: none !important;
    background-color: #fff !important;
    color: #000 !important;
    font-size: 17px;
    border-radius: 0px !important;
    font-weight: 500;
}

.accordion-button.collapsed {
    border-left: 3px transparent solid;
}

.accordion-button {
    border-left: 3px #db2234 solid;
}

.accordion-collapse.collapse {
    border-left: 3px transparent solid;
}

.accordion-collapse.collapse.show {
    border-left: 3px #db2234 solid;
}

.accordion-button:focus {
    border-color: #db2234;
}

.accordion-body {
    border-radius: 0px !important;
    font-weight: 400;
    padding-top: 0px;
    font-size: 16px;
    color: #000;
    padding: 0px 10px 10px 15px;
}

.accordion-button:not(.collapsed)::after {
    content: "\f068";
    color: #000;
    font-size: 20px;
    font-family: "FontAwesome";
    position: absolute;
    top: 15px;
    right: 13px;
    background-image: none !important;
}

.accordion-button::after {
    content: "\2b";
    background-image: none !important;
    color: #000;
    font-size: 20px;
    font-family: "FontAwesome";
    position: absolute;
    top: 15px;
    right: 13px;
    background-image: none !important;
}


/**end-faq-sec**/


/***** End 24-07-2024 *****/

.accordion-header {
    margin: 0;
}

.accordion-button {
    border: 0;
    padding: 1em;
    background: none;
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
}

.radio_bx .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #666;
}

.radio_bx .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio_bx .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #d6d6d6cf;
    border-radius: 50%;
}

.radio_bx .container:hover input~.checkmark {
    background-color: #ccc;
}

.radio_bx .container input:checked~.checkmark {
    background-color: #2196f3;
}

.radio_bx .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio_bx .container input:checked~.checkmark:after {
    display: block;
}

.radio_bx .container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.form__ .form_left h2 {
    font-size: 20px;
    margin-bottom: 15px;
}

.form__ .form_left {
    margin: 25px 0px 25px 0px;
}

.form__ h2 {
    font-size: 30px;
    margin: 0px;
    padding-bottom: 7px;
}

.blog-cat {
    padding: 10px;
    border: 1px solid #eee;
    background: #fff;
    display: flex;
    align-items: center;
    transition: 0.4s;
    justify-content: center;
}

.blog-cat:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #db2234;
    color: #fff;
}

.blog-cat:hover h5 {
    color: #fff;
}

.blog-cat h5 {
    margin: 0px;
    font-size: 22px;
    text-transform: capitalize;
}

.blog .section-title h2 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.blog .classes-cn {
    min-height: 489px;
}

.blog .classes-cn p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog .classes-cn h3 {
    min-height: 55px;
}

section.blog h3 a {
    color: #000;
}

.classes-cn .common-btn {
    border-color: #000;
    color: #000;
}

.classes-cn .common-btn:hover {
    border-color: transparent;
}

.barber_training {
    /* background-color: #3c3c3c; */
    /* background-color: #262626; */
    padding: 0px;
    background: rgb(219, 34, 52);
    background: linear-gradient(263deg, rgb(255, 52, 72) 0%, rgb(170, 1, 17) 100%);
}

.barber_training.riht_bar .left_side li {
    color: #fff;
}

.barber_training.riht_bar .left_side li:before {
    filter: brightness(100);
}

.barber_training .right_pic img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

section.barber_training .btn_bx.text-left {
    margin-top: 10px;
}

.barber_training .left_side {
    padding: 1em 7em 1em 7em;
}

.inner_text__ p {
    color: #000;
}

.com_form_sec {
    padding-top: 60px !important;
    padding-bottom: 0 !important;
}

.com_form_sec p a {
    color: #db2234 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    transition: all 0.4s ease-in-out;
}

.com_form_sec p a:hover {
    color: #000 !important;
}

.inner_progrma_sec .program-head .section-title {
    flex: 0 0 100%;
}

.barber_training__ .left_side {
    padding: 4em 6em 4em 2em;
}

.barber_training__ .left_side h2 {
    color: #000;
}

.barber_training__ .left_side p {
    color: #000;
}

.barber_training h2 {
    color: #fff;
}

.barber_training p {
    color: #fff;
}

.barber_training .left_side h2 {
    font-size: 28px;
    margin: 10px 0px 18px 0px;
}

.barber_training .left_side ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 17px;
}

.barber_training .left_side ul li {
    color: #000;
    display: flex;
    gap: 12px;
    align-items: center;
}

.barber_training .left_side ul li img {
    padding: 6px;
    border-radius: 3px;
    background-color: #fff;
}

.add_color {
    /* background: #db2234; */
    background: rgb(38, 38, 38);
    background: linear-gradient(263deg, rgb(170, 170, 170) 0%, rgb(255, 255, 255) 100%);
}

.program_form {
    padding-top: 0px;
    background-color: #fceff1;
}

#program_form_ {
    background: #ffffff;
    border: 1px solid #eeeeee;
    box-shadow: 0px 10px 20px 5px rgba(196, 197, 198, 0.12);
    border-radius: 5px;
    padding: 30px;
    border-left: 4px solid #db2234;
}

#program_form_ input {
    background: #f5f5f5;
    border: 0px;
    padding: 12px;
    width: 100%;
    text-transform: capitalize;
    margin-top: 18px;
}

#program_form_ textarea {
    background: #f5f5f5;
    border: 0px;
    padding: 12px;
    width: 100%;
    text-transform: capitalize;
    margin-top: 18px;
}

section.inner_text__ {
    padding: 35px 0px;
    background-color: #fceff1;
}

.ligh_bg_sec {
    background-color: #fff !important;
}

#program_form_ .common-btn {
    border-color: #db2234;
    color: #000;
}

#program_form_ p {
    margin: 15px 0px 20px 0px;
}

#program_form_ .btn__ {
    display: flex;
    gap: 13px;
    margin-top: 25px;
}

.form-select {
    background-color: #f5f5f5 !important;
    margin-top: 18px;
    color: #7a7a7a !important;
}

.icon-list li {
    display: flex;
    gap: 0.35rem;
}

.icon-list li .icon {
    color: #db2234;
}

.enroll_form {
    padding: 80px 0px;
}

.flright {
    margin-bottom: 40px;
}

.enroll_form .section-title h2,
.enroll_form .section-title h1 {
    font-size: 25px;
}

.enroll_form .form-select {
    width: 100%;
    padding: 13px;
    border: whitesmoke;
}

.form__ .form-select {
    width: 100%;
    padding: 13px;
    border: whitesmoke;
}

.gallery_ img {
    height: auto;
    width: 400px !important;
}

#gallery-tab {
    justify-content: center;
    gap: 25px;
    margin-top: 29px !important;
}

#gallery-tab .gallery-ind {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

#gallery-tab .gallery-ind .text h5 {
    color: #fff;
}

#gallery-tab .gallery-ind .text {
    /* background: rgb(255, 255, 255); */
    /* background: linear-gradient(181deg, rgba(255, 255, 255, 1) 0%, rgb(86 86 86) 100%); */
    position: absolute;
    width: 1;
    bottom: 0;
    width: 100%;
    height: 23%;
    display: flex;
    align-items: center;
    padding: 15px;
    background: #db2234eb;
    /* transform: scale(0); */
    transition: 0.4s;
    justify-content: center;
    align-items: center;
}

#gallery-tab .gallery-ind .text h5 {
    margin: 0px;
}

.gallery_pic {
    background: #fceff1;
}

.gallery_pic .blog-thumb {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.gallery_pic .search-icn {
    position: absolute;
}

.gallery_pic .row {
    margin-top: 2em;
    row-gap: 25px;
    justify-content: center;
}

.gallery_pic .search-icn {
    position: absolute;
    background: #db2234e0;
    z-index: 777;
    width: 93%;
    height: 94%;
    display: flex;
    align-items: center;
    justify-content: center;
    inset: 0;
    transform: scale(0);
    transition: 0.4s;
    border-radius: 10px;
    top: 9px;
    left: 12px;
}

.blog-thumb :hover .search-icn {
    transform: scale(1.1);
    width: 93%;
    height: 94%;
    top: 9px;
    left: 12px;
    z-index: 0;
}

.gallery_pic .search-icn img {
    background: #fff;
    padding: 12px;
    border-radius: 6px;
}

.vid-iframesec p {
    margin: 0px;
    padding: 0px;
}

.vid-iframesec iframe {
    height: 400px;
    padding: 12px;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.custom_list {
    /* display: unset !important; */
}

.barber_training .left_side .custom_list li {
    display: unset !important;
    position: relative;
    padding-left: 15px;
    text-transform: capitalize;
}

.barber_training .left_side .custom_list li::before {
    position: absolute;
    content: "";
    height: 17px;
    width: 22px;
    background-image: url(https://www.ibi-bli.com/wp-content/uploads/2024/07/ye_.png);
    background-repeat: no-repeat;
    left: -11px;
    top: 8px;
}

.job_s {
    background: #fceff1;
}

.add_custom h4 {
    background-color: #f8f8f8;
    padding: 12px;
    border: 1px solid #fff;
    border-left: 5px solid #db2234 !important;
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    margin-block: 2rem 1rem;
    font-size: 19px;
    /* background: transparent; */
    border: 1px solid #eee;
}

.add_custom ul li i {
    color: #db2234;
    margin-right: 6px;
}

.add_custom .text {
    padding: 19px;
    background: #fff;
    box-shadow: rgb(149 157 165 / 5%) 0px 8px 24px;
    border: 1px solid #eee;
    border-radius: 8px;
}

.add_custom .right_text {
    padding: 19px;
    background: #fff;
    box-shadow: rgb(149 157 165 / 5%) 0px 8px 24px;
    border: 1px solid #eee;
    border-radius: 8px;
}

.add_custom .cu_row .section-title h2,
.add_custom .cu_row .section-title h1 {
    font-size: 27px;
}

.add_custom .cu_row .input__ select {
    width: 100%;
    padding: 13px;
    border: whitesmoke;
    background-color: #f2f2f2;
}

.size-full img {
    width: 100%;
    border-radius: 18px;
}

.add_style__ img {
    width: 100%;
    border-radius: 8px;
    height: 600px;
    margin-bottom: 40px;
    object-fit: cover;
}

.add_style__ p {
    text-transform: capitalize;
}

.custom_container {
    background: #fff;
    padding: 17px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 15px;
}

.custom_container a {
    color: #db2234;
}

.women_s {
    padding-top: 0px !important;
}

.women_s .row {
    margin-top: 0em !important;
    row-gap: 0px !important;
    justify-content: center;
}

.women_s .row .rounded-0 {
    height: 170px;
    width: 300px;
    object-fit: cover;
}

.men_s .rounded-0 {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.men_s {
    padding-top: 0px !important;
}

.men_s .row {
    margin-top: 0em !important;
    row-gap: 20px !important;
    justify-content: center;
}

.navbar a {
    padding: 0 0px;
}

.inner_page_left {
    padding: 0;
    position: relative;
}

.left-side-cn .section-title h2,
.left-side-cn .section-title h1 {
    color: #000;
}

.bg--red {
    /* background: #db2234; */
    background: rgb(38, 38, 38);
    background: linear-gradient(263deg, rgb(170, 170, 170) 0%, rgb(255, 255, 255) 100%);
}

.left_img {
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
}

.left_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.left-side-cn {
    padding: 57px 0;
    padding-left: 50px;
}

.left-side-cn * {
    color: #000 !important;
}

.inner_page_right {
    padding: 0;
    position: relative;
}

.right-side-cn .section-title h2,
.right-side-cn .section-title h1 {
    color: #fff;
}

.bg--black {
    /* background: #262626; */
    background: rgb(219, 34, 52);
    background: linear-gradient(263deg, rgb(255, 52, 72) 0%, rgb(170, 1, 17) 100%);
}

.right_img {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
}

.right_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.right-side-cn {
    padding: 57px 0;
    padding-right: 50px;
}

.right-side-cn * {
    color: #fff;
}

ul.two_li {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
}

.two_li li img {
    background: #fff;
    padding: 4px;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
    left: 0;
    max-width: 20px;
    top: 7px;
}

.two_li li {
    padding: 5px;
    margin-bottom: 5px;
    flex: 0 0 49%;
    position: relative;
    padding-left: 30px;
}

.one_li {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
}

.one_li li img {
    background: #fff;
    padding: 4px;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
    left: 0;
    max-width: 20px;
    top: 10px;
}

.one_li li {
    padding: 5px;
    margin-bottom: 5px;
    flex: 0 0 100%;
    position: relative;
    padding-left: 30px;
}

.fist_inner_bnr {
    color: #fff;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    font-weight: 500;
}

.ligh_bg_sec p {
    margin-bottom: 0;
}

.salon_.ligh_bg_sec p a {
    transition: all 0.3s ease-in-out !important;
    font-size: 18px !important;
}

.salon_.ligh_bg_sec p a:hover {
    color: #000 !important;
}

.map_frame {
    padding: 0;
    width: 100%;
    margin-bottom: -12px;
}

.map_frame .mp_w {
    width: 100%;
}

.contact-sec .list_style li a.phn {
    transition: all 0.3s ease-in-out;
}

.contact-sec .list_style li a.phn {
    font-size: 18px;
    font-weight: 500;
}

.contact-sec .list_style li a.phn:hover {
    color: #db2234;
}

.home.page-template .text-logo {
    display: block;
}

.home.page-template .innerpg-logo {
    display: none;
}

.page-template .text-logo {
    display: none;
}

.programs-template-default .text-logo,
.post-template-default .text-logo {
    display: none;
}

.page-template .innerpg-logo,
.programs-template-default .innerpg-logo,
.post-template-default .innerpg-logo {
    display: block;
    max-width: 120px;
}

.page-template header.fixed-header .innerpg-logo {
    display: none;
}

.programs-template-default header.fixed-header .innerpg-logo,
.post-template-default header.fixed-header .innerpg-logo {
    display: none;
}

.home.page-template header.fixed-header .text-logo {
    display: none;
}

.call-buton {
    display: none;
}


/* 26-07-2024 */


/* .contact-sec .contact-form.form__ input {
    margin-top: 18px;
} */

.programs .classes-inner-cn h4 {
    min-height: 63px;
}

.programs .classes-inner-cn p {
    -webkit-line-clamp: 2;
}

.contact-form .wpcf7-form .col-lg-12 input {
    border-color: #db2234;
    color: #db2234 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    border-style: solid;
    border-width: 1px;
    /* border-color: #fff; */
    padding: 10px 30px;
    /* color: #fff; */
    background-color: #00000000;
    border-radius: 0;
    position: relative;
    text-transform: capitalize;
    display: inline-block;
    width: inherit;
    background: inherit !important;
    transition: all 0.3s ease-in-out;
}

.contact-form .wpcf7-form .col-lg-12 input:hover {
    color: #fff !important;
    background-color: #db2234 !important;
}

.contact-form .wpcf7-form .col-lg-12 input:before {
    content: "";
    border: inherit;
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    opacity: 0.8;
}

.program_form .wpcf7-form {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    box-shadow: 0px 10px 20px 5px rgba(196, 197, 198, 0.12);
    border-radius: 5px;
    padding: 30px;
    border-left: 4px solid #db2234;
}

.program_form .wpcf7-form input {
    background-color: #f5f5f5 !important;
    color: #000 !important;
    position: relative;
}

.program_form .wpcf7-form .form_dif_btns p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.program_form .wpcf7-form .form_dif_btns .common-btn,
.program_form .wpcf7-form .common-btn,
.form__ .btn_ .common-btn {
    border-color: #db2234;
    color: #db2234 !important;
    background: #fff !important;
    transition: all 0.3s ease-in-out;
}

.program_form .wpcf7-form .common-btn {
    margin-top: 6px;
}

.form__ .btn_ .common-btn {
    border: 1px solid #db2234 !important;
}

.program_form .wpcf7-form .form_dif_btns .common-btn:hover,
.program_form .wpcf7-form .common-btn:hover,
.form__ .btn_ .common-btn:hover {
    color: #fff !important;
    background: #db2234 !important;
}

.program_form .wpcf7-form input::-webkit-input-placeholder {
    color: #848484;
}

.program_form .wpcf7-form input::-moz-placeholder {
    color: #848484;
}

.program_form .wpcf7-form textarea::-webkit-input-placeholder {
    color: #848484;
}

.program_form .wpcf7-form textarea::-moz-placeholder {
    color: #848484;
}

.admis_section .right_text {
    min-height: 387px;
}

.ad_misiom_lyt img {
    height: 387px !important;
}

.form__ .radio_bx h6,
.form__ h6 {
    font-size: 20px;
    margin-bottom: 15px;
}

.form__ .form_left {
    margin: 0px 0px 25px 0px;
}

.form__ .form_left .container,
.form__ .form_left .radio_bx {
    padding: 0 !important;
}

.wpcf7-list-item input {
    width: inherit !important;
}

.form__ .wpcf7-list-item {
    display: block !important;
    margin: 0 0 9px 0 !important;
}

.form__ .radio_bx .container {
    padding: 0;
}

.form__ .radio_bx .container input {
    opacity: 1;
    position: inherit;
}

.form__ .wpcf7-list-item-label {
    margin-left: 5px;
}

.form__ .btn_ {
    padding-left: 16px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0em -0.5em 1em !important;
}

.form__ .row.mt-3 {
    width: 100%;
}

.wp-block-list {
    position: relative;
}

.wp-block-list li {
    padding-left: 22px;
    position: relative;
    margin-bottom: 12px;
}

.wp-block-list li:before {
    content: "";
    background-image: url(https://www.ibi-bli.com/wp-content/uploads/2024/07/ye_.png);
    background-repeat: no-repeat;
    /* background: #fff; */
    padding: 4px;
    border-radius: 3px;
    /* background-color: #fff; */
    position: absolute;
    left: 0;
    top: 5px;
    width: 30px;
    height: 30px;
}

.error404 .text-logo {
    display: none;
}

.error404 .innerpg-logo {
    display: block;
    max-width: 120px;
}

.error404 header.header.fixed-header .innerpg-logo {
    display: none;
}


/* #page-id-864 .col-md-8 {
    flex: inherit;
    max-width: 100%;
}
#page-id-864 .col-md-4 p {
    width: 165px;
    margin-top: 12px;
} */

.form__ select {
    background: #f5f5f5 !important;
    color: #000 !important;
}

.form__ .col-md-4 .wpcf7-form-control {
    border: 1px solid #db2234 !important;
    color: #db2234 !important;
    background: #fff !important;
    transition: all 0.3s ease-in-out;
    /* width: 56%; */
}

.form__ .col-md-4 .wpcf7-form-control:hover {
    color: #fff !important;
    background: #db2234 !important;
}

body .uwy.userway_p3 .userway_buttons_wrapper {
    bottom: 53px !important;
    right: -3% !important;
}

.imp_hd {
    background-color: #db2234;
    padding: 40px 0;
    overflow: hidden;
    position: relative;
}

.imp_hd .imp_txt {
    color: #fff;
    width: 64%;
    margin: auto;
    position: relative;
    text-align: center;
    z-index: 9;
}

.imp_hd .imp_txt h2 {
    color: #fff;
    margin-bottom: 0;
}

.mens_u ul li {
    color: #fff !important;
}

.mens_u ul {
    flex-direction: initial !important;
}

.mens_u ul li img {
    padding: 4px !important;
}

.golreview {
    display: none;
}

.com_mar {
    padding-top: 221px;
}

.com_mar .text-white a {
    background-color: #000;
    border-bottom: 2px solid rgb(236, 183, 9);
    padding: 5px 9px;
    transition: all 0.3 ease-in-out;
    display: inline-block;
}

.text-white a:hover {
    transform: translateY(-3px);
}

.postid-41 .com_mar {
    padding-top: 222px;
}

.postid-39 .com_mar {
    padding-top: 221px;
}

.blink_txt {
    animation: ctacolorchange 10s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-fill-mode: both;
    animation-direction: alternate;
    line-height: 1.5;
    padding: 7px 15px;
    width: fit-content;
    border-left: 2px solid rgb(236, 183, 9);
}

@keyframes ctacolorchange {
    0% {
        background: #000;
        color: #fff;
    }
    25% {
        background: #ed4e5d;
        color: #fff;
    }
    50% {
        background: #000;
        color: #fff;
    }
    75% {
        background: #ed4e5d;
        color: #fff;
    }
    100% {
        background: #000;
        color: #fff;
    }
}

.contact-form.form__ span.recaptcha span.wpcf7-not-valid-tip {
    position: relative;
    top: -15px;
}

@media (max-width: 1440px) and (min-width: 1280px) {
    body .uwy.userway_p3 .userway_buttons_wrapper {
        right: 0% !important;
    }
    .sticky-icon {
        bottom: 14%;
    }
    .logo-text-bx .reviw_logo {
        left: 30%;
    }
    .fixed-header .logo-text-bx .reviw_logo {
        left: 18%;
    }
    .bottom_head .logo-text-bx {
        flex: 0 0 27%;
    }
}

@media (max-width: 1280px) {
    .services_dropdown .mega-menu-list {
        width: 53%;
        max-width: 646px;
    }
    .services_dropdown .mega-menu-images {
        width: 45%;
    }
    .mega-menu .list-item .clck {
        margin-right: 10px;
    }
    .services_dropdown .list-item a,
    .mega-menu-list .list-item a {
        font-size: 18px !important;
    }
    .logo-text-bx .reviw_logo {
        left: 28%;
    }
    .fixed-header .logo-text-bx .reviw_logo {
        left: 15%;
    }
}

@media (max-width: 1200px) {
    .logo-text-bx .reviw_logo {
        display: none;
    }
    .header {
        padding: 20px 0;
    }
    .bottom_head .logo-text-bx {
        flex: 0 0 27%;
    }
    .sticky-icon.inView {
        display: none;
    }
    .golreview {
        display: block;
        margin-bottom: 20px;
    }
    .golreview img {
        width: 186px;
        margin-bottom: 28px;
    }
    .header {
        position: relative;
        top: 0;
    }
    .top-bar {
        position: relative;
    }
    .banner-main,
    .inner-banner,
    .com_mar {
        margin-top: 0;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .right_btn {
        margin-right: 37px;
    }
    .btns-bx a:nth-child(4) {
        padding: 5px;
    }
    /* .btns-bx a:nth-child(2) {
        background-color: #db2234;
    } */
    .section {
        overflow: hidden;
    }
    .passion-img {
        position: inherit;
        width: 100%;
        height: 100%;
    }
    .passion-cn {
        padding-top: 35px;
        max-width: 728px;
    }
    .about_ic_bx {
        min-height: 211px;
    }
    .blog-thumb a img.rounded-0 {
        width: 100% !important;
    }
    .ad_misiom_lyt img {
        width: 100%;
    }
    .accordion-button {
        width: 92%;
    }
    .accordion-button::after,
    .accordion-button:not(.collapsed)::after {
        right: -12px;
    }
    body .uwy.userway_p3 .userway_buttons_wrapper {
        bottom: 53px !important;
    }
    header .menu-left ul {
        gap: 12px;
    }
    .right_btn {
        margin-right: 0px;
    }
    div#gallery-tab>a {
        width: 45% !important;
    }
    .fixed-header .logo-text-bx {
        flex: 0 0 16%;
    }
    .header.fixed-header .navbar a {
        padding: 15px 9px !important;
    }
    .header.fixed-header .navbar {
        padding: 0;
    }
    .header.fixed-header .right_btn {
        gap: 5px;
    }
    .header.fixed-header .has-mega-menu>a::after {
        right: -5px;
    }
    .fixed-header .ani_btn {
        padding: 10px 22px !important;
    }
    .services_dropdown .mega-menu-list {
        width: 57%;
        max-width: 675px;
    }
    .services_dropdown .mega-menu-images {
        width: 40%;
    }
    .services_dropdown .list-item a,
    .mega-menu-list .list-item a {
        font-size: 14px !important;
    }
    .mega-menu .list-item .clck {
        margin-right: 18px;
    }
    .admis_section .left_pic img {
        height: 596px;
        object-fit: cover;
    }
    .sticky-icon {
        bottom: 15%;
    }
    .btns-bx img {
        display: none;
    }
    .btns-bx a {
        font-size: 14px;
    }
    /* .btns-bx a:nth-child(4) {
        display: none;
    }
    .btns-bx a:nth-child(3) {
        display: block !important;
        background-color: #000;
        position: relative;
    }
    .btns-bx a:nth-child(3) span {
        z-index: 9;
        position: relative;
    }
    .btns-bx a:nth-child(3) .bg {
        background-image: linear-gradient(-60deg, #383838 50%, #020202 50%);
    } */
}

@media (max-width: 769px) and (min-width: 768px) {
    .section {
        overflow: hidden !important;
    }
    .btns-bx a {
        flex: 0 0 46% !important;
    }
    .right_btn {
        margin-right: 37px;
    }
}

@media (max-width: 991.95px) {
    /* menu css */
     :root {
        --menu-font: "Open Sans", sans-serif;
        --menu-font-size: min(18px, 5vw);
        --primary-color: #0b2a4e;
        --hovered-color: #103e74;
        --submenu-bg: #030e1b;
        --submenu-border-color: rgb(255 255 255 / 54%);
        --menu-border-color: rgb(255 255 255 / 54%);
        --menu-color: #fff;
        --submenu-color: #fff;
        --menu-hovered-color: #ffffff;
        --toggle-button-color: #ffffff;
    }
    .mobmenu-right-panel .mobmenu-right-bt .mob-cancel-button {
        color: var(--toggle-button-color);
    }
    .mobmenu-right-panel .mobmenu-right-bt {
        top: 5px;
        right: 5px;
    }
    .mobmenu-content {
        border-top: 0px solid #ffffff;
    }
    .mobmenu-content li {
        padding: 0;
        margin: 0;
    }
    #mobmenuright li a,
    #mobmenuright li a:visited,
    #mobmenuright .mobmenu-content h2,
    #mobmenuright .mobmenu-content h3,
    .mobmenu-left-panel .mobmenu-display-name {
        font-family: var(--menu-font) !important;
        font-weight: 400 !important;
        color: var(--menu-color);
        padding: 6px 20px;
        font-size: var(--menu-font-size) !important;
    }
    #mobmenuright li {
        border-bottom: 1px solid var(--menu-border-color);
        padding-bottom: 0;
        position: relative;
        padding-inline: 0;
    }
    #mobmenuright li:last-child {
        border: none;
    }
    #mobmenuright li button.sub-menu-toggle {
        position: absolute;
        right: 0;
        top: 5px;
        background: transparent;
        border: none;
        color: var(--menu-color);
    }
    #mobmenuright li button.sub-menu-toggle span.icon-plus {
        display: none;
    }
    #mobmenuright li button.sub-menu-toggle span.icon-minus {
        display: none;
    }
    #mobmenuright li .mob-expand-submenu.show-sub {
        top: 6px;
    }
    #mobmenuright li a,
    #mobmenuright li a:visited,
    .show-nav-right .mob-menu-copyright,
    .show-nav-right .mob-expand-submenu i {
        font-size: var(--menu-font-size) !important;
        color: var(--menu-color);
    }
    .mobmenu-content #mobmenuright .sub-menu {
        background: var(--submenu-bg);
    }
    .mobmenu-content #mobmenuright li>.sub-menu li {
        padding: 0;
        margin: 0;
        border-bottom: 1px solid var(--submenu-border-color);
    }
    .mobmenu-content #mobmenuright .sub-menu a {
        color: var(--submenu-color);
    }
    .mobmenu-content #mobmenuright li>.sub-menu li:last-child {
        border: none;
        margin: 0;
        padding: 0;
    }
    .mobmenu-content #mobmenuright>li a {
        font-size: 0.98rem !important;
        width: 100% !important;
        white-space: pre-wrap;
    }
    .sub-menu {
        padding: 0;
    }
    .mobmenu-content #mobmenuright>li {
        overflow: hidden;
    }
    .mobmenu-content #mobmenuright>li>a:hover,
    .mobmenu-content #mobmenuright li:hover {
        background-color: var(--hovered-color);
    }
    .mobmenur-container i {
        color: #000 !important;
        font-size: 32px !important;
    }
    .mobmenu-panel {
        background-color: var(--primary-color);
    }
    .mobmenur-container {
        position: absolute !important;
        top: 26px;
    }
    /* .mobmenur-container {
    top: 26px;
} */
    .mobmenu-right-panel {
        background-color: #000 !important;
        width: 268px !important;
    }
    #mobmenuright li a {
        font-family: "Rubik", sans-serif !important;
        padding: 8px 17px !important;
    }
    .mobmenu-content #mobmenuright .sub-menu {
        background-color: #db2234 !important;
    }
    .mobmenu-right-panel .mobmenu-right-bt {
        right: 7px !important;
        top: 9px !important;
    }
    .mobmenu-right-panel .mobmenu-right-bt i {
        color: #db2234 !important;
    }
    .mob-menu-header-holder {
        width: 52px !important;
        height: 48px !important;
    }
    .home.page-template header .logo-text-bx .text-logo {
        display: none;
    }
    .home.page-template .innerpg-logo {
        display: block;
    }
    .banner-logo {
        display: none;
    }
    .mobmenur-container {
        top: 60px !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
    }
    header.header.fixed-header {
        position: inherit;
    }
    .mobmenu-content #mobmenuright li:hover,
    .mobmenu-content #mobmenuright>li>a:hover {
        background-color: #262626 !important;
    }
    .btns-bx a:nth-child(4) {
        display: none;
    }
    .btns-bx a:nth-child(3) {
        display: block !important;
        background-color: #000;
        position: relative;
    }
    .btns-bx a:nth-child(3) span {
        z-index: 9;
        position: relative;
    }
    .btns-bx a:nth-child(3) .bg {
        background-image: linear-gradient(-60deg, #383838 50%, #020202 50%);
    }
}

@media (max-width: 1399.98px) {
    .barber_training__ .left_side {
        padding: 4em 6em 1em 2em;
    }
    .section-title h2,
    .section-title h1 {
        font-size: 30px;
    }
    .about_us_section .left_bx p+p {
        padding: 10px;
    }
    .mission_section .bx_s {
        padding: 15px;
    }
    .logo-text-bx h3 {
        font-size: 32px;
        line-height: 35px;
    }
    .logo-text-bx p {
        font-size: 14px;
    }
    .navbar ul {
        gap: 15px;
    }
    .right_btn a {
        font-size: 14px;
    }
    .right_btn a[href^="tel"] img {
        max-width: 20px;
    }
    .navbar a,
    .navbar a:focus {
        font-size: 15px;
    }
    .ani_btn {
        font-size: 17px !important;
    }
    .program-cn {
        padding: 15px 15px 15px 15px;
        min-height: 240px;
    }
    .common-btn {
        font-size: 15px;
        padding: 9px 25px;
    }
}

@media (max-width: 1280.98px) {
    .barber_training .left_side {
        padding: 19px;
    }
    .barber_training .left_side h2 {
        font-size: 24px;
    }
    .logo-text-bx h3 {
        font-size: 28px;
        line-height: 30px;
    }
    .logo-text-bx p {
        font-size: 10px;
    }
    .navbar a,
    .navbar a:focus {
        font-size: 14px !important;
    }
    .navbar ul {
        gap: 19px;
    }
    .classes-cn {
        padding: 20px;
        min-height: auto;
    }
    .gallery-section .section-title {
        margin-bottom: 30px;
    }
    .logo-text-bx {
        flex: 0 0 25%;
    }
}

header a.logo-img,
header.fixed-header a.text-logo {
    display: none;
}

header.fixed-header a.logo-img {
    display: block;
    max-width: 120px;
}


/* @media (max-width: 1199.98px) {
    .right_btn {
        display: none;
    }

    .header {
        padding: 15px 0 !important;
    }

    .section-title h2,  .section-title h1 {
        font-size: 25px;
    }



    .ab_main_inner {
        flex-direction: column;
        align-items: center;
    }

    .img-box6 {
        width: 100%;
    }

    .program-cn h3 {
        font-size: 18px;
        min-height: 40px;
    }

    .program-cn {
        padding: 12px;
    }

    .video-cn {
        padding: 20px;
    }

    .job-cn {
        gap: 5px;
        flex-direction: column;
    }

    .job-cn {
        padding: 30px 15px 15px 15px;
    }

    .job-number span {
        font-size: 55px;
    }

    .classes-cn {
        padding: 10px;
    }

    .classes-cn {
        padding: 10px;
        margin: 0px;
        min-height: 514px;
    }
} */

@media (max-width: 991.98px) {
    .classes-inner-cn p {
        min-height: auto !important;
    }
    section {
        padding: 60px 0;
    }
    .section-title h2,
    .section-title h1 {
        font-size: 20px;
    }
    .ab_cn {
        padding: 15px;
        text-align: center;
    }
    .ab_head {
        text-align: center;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }
    .ab_ic img {
        max-width: 55px;
    }
    .about_ic_bx {
        padding: 7px 20px 7px;
        z-index: 1;
        min-height: auto;
        flex-direction: column;
    }
    .about_ic_inner {
        gap: 15px;
    }
    .program-sec:before {
        display: none;
    }
    .program-sec:after {
        display: none;
    }
    .program-sec {
        background-color: #fceff1;
    }
    .section-title.text-white h2 {
        color: #000;
    }
    .common-btn {
        font-size: 15px;
        padding: 9px 25px;
        border-color: #000;
        color: #000;
    }
    .slick-arrow {
        height: 40px;
        width: 40px;
    }
    .video-cn {
        padding: 20px;
        width: 100%;
    }
    .job-card {
        gap: 0px;
        flex-direction: column;
    }
    .job-img {
        flex: 0 0 100%;
        width: 100%;
    }
    .job-cn {
        padding: 15px 0px 0px 0px;
    }
    .job-card.job-card-reverse {
        flex-direction: column;
        margin-top: 45px;
    }
    .ab_main_inner {
        display: block;
    }
    .img-box6 {
        width: 100%;
    }
    .img-box6 .img1 img {
        height: 300px;
        object-fit: cover;
    }
    .section-title h2,
    .section-title h1 {
        margin: 11px 0 20px;
    }
    .about_ic_bx {
        min-height: 245px;
    }
    .right_img,
    .left_img {
        position: initial !important;
        width: 100%;
    }
    .right-side-cn,
    .left-side-cn {
        padding: 43px 0;
    }
    .btn_bx .common-btn {
        border-color: #fff;
        color: #fff;
    }
    header .right_btn .nav-icon {
        display: none;
    }
    .btns-bx a:nth-child(1),
    .btns-bx a:nth-child(3) {
        display: none;
    }
    .btns-bx a {
        flex: 0 0 54%;
    }
    .call-buton {
        display: block;
    }
    .programs .classes-inner-cn h4 {
        min-height: inherit;
    }
    body .uwy.userway_p3 .userway_buttons_wrapper {
        bottom: 53px !important;
    }
    header .menu-left {
        display: none;
    }
}

@media (max-width: 766.98px) {
    .header {
        padding: 11px 0;
    }
    .program-head {
        display: block;
        text-align: center;
    }
    .program-head .section-title-2 {
        text-align: center;
    }
    .about_ic_inner {
        display: block;
    }
    .about_ic_bx {
        min-height: 245px;
        margin-bottom: 20px;
        justify-content: center;
    }
    .passion-sec {
        padding-top: 0;
    }
    .passion-img {
        position: inherit;
        width: 100%;
        height: 100%;
    }
    .passion-cn {
        padding-top: 35px;
    }
    .testimonials-new h2 {
        color: #fff !important;
    }
    .testimonials-new .common-btn {
        border-color: #fff !important;
        color: #fff !important;
    }
    .gallery-bx {
        grid-template-columns: 2fr 2fr;
    }
    .footer-content {
        display: block;
    }
    .footer-widget-heading {
        margin-top: 31px;
    }
    .about_us_section .right_pic img {
        margin-left: 0;
        max-width: 100%;
    }
    .about_us_section .right_pic img {
        margin-top: 18px;
    }
    .achivement_sec .common-btn {
        border-color: #fff;
        color: #fff;
    }
    #program_form_ .btn__ {
        display: block;
    }
    #program_form_ .common-btn {
        margin: 8px;
    }
    .two_li li {
        flex: 0 0 100%;
    }
    .inner_progrma_sec {
        background-color: #fff;
    }
    .admis_section .right_text {
        min-height: 419px;
    }
    .contact-form {
        margin-bottom: 30px;
    }
    .blog .classes-cn {
        min-height: 464px;
    }
    .add_style__ img {
        height: 300px;
    }
    .right_btn {
        margin-right: 37px;
    }
    .footer-widget.mob_none {
        display: none;
    }
    .footer-section {
        padding-top: 41px;
    }
    .btns-bx img {
        display: none;
    }
    .btns-bx a {
        flex: 0 0 50%;
    }
    .btns-bx a:nth-child(2) {
        background-color: #db2234;
    }
    .sticky-icon.inView {
        display: none;
    }
    .imp_hd .imp_txt {
        width: 86%;
    }
    .imp_hd .imp_txt h2,
    .rnk_sec .rank_hd h2 {
        font-size: 22px;
    }
    .rank_hd {
        width: 90%;
    }
}

@media (max-width: 479.98px) {
    .logo-text-bx h3 {
        font-size: 20px;
        line-height: 25px;
    }
    .logo-text-bx p {
        font-size: 11px;
    }
    .ani_btn {
        padding: 10px 14px;
    }
    header.header.fixed-header .he_num {
        display: none;
    }
    .testimonials-new .container {
        padding-left: 12px;
    }
    .job-cn {
        display: block;
    }
    .form__ .btn_ {
        margin-top: 19px;
        padding-left: 0;
    }
    .form__ .btn_ input {
        width: 123px;
    }
    .accordion-button {
        width: 95%;
    }
    .accordion-button::after {
        right: -7px;
    }
    .accordion-button:not(.collapsed)::after {
        right: -4px;
    }
    .sticky-icon {
        bottom: 21%;
    }
    .mobmenur-container {
        top: 67px !important;
    }
    .btns-bx a {
        font-size: 11px;
    }
    .inner-banner-content .banner-title>* {
        font-size: 22px;
    }
    .mens_u {
        margin-bottom: 25px;
    }
    .women_s .row .rounded-0 {
        width: 100%;
        margin-bottom: 20px;
    }
    .btns-bx a span {
        font-size: 10px !important;
    }
}


/* 26-07-2024 */


/* 09-08-2024 */

@media screen and (max-width: 1760px) and (min-width: 1441px) {
    .right_btn a {
        font-size: 0.8em !important;
    }
}

@media (max-width: 1440.98px) {
    .btns-bx a span {
        z-index: 1;
        font-size: 14px;
    }
    .bottom_head .logo-text-bx {
        flex: 0 0 17%;
    }
    .navbar ul {
        gap: 14px !important;
    }
    .navbar a,
    .navbar a:focus {
        font-size: 15px;
    }
    .right_btn a {
        font-size: 13px !important;
    }
}

@media (max-width: 575.98px) {
    .another p {
        font-size: 25px !important;
    }
    .another h3 {
        font-size: 25px !important;
    }
    .qr_code_ .contact-form h2 {
        width: 100%;
        max-width: 313px;
        font-size: 18px;
    }
}

.qr_code_ .contact-form {
    padding: 20px 0px 20px 0px;
    width: max-content;
    margin: auto;
    display: block;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.qr_code_ .contact-form h2 {
    text-align: center;
    text-transform: capitalize;
    width: 100%;
    max-width: 400px;
    font-size: 22px;
}

.qr_page_ .row {
    justify-content: center;
}

.wpcf7 .wpcf7-recaptcha iframe {
    margin-bottom: 0;
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.contact-sec .form__ .common-btn {
    color: #db2234;
    border-color: #db2234;
}


/* .wpcf7-form-control:hover{
    color: #000 !important;
} */

input.wpcf7-form-control.wpcf7-submit.has-spinner.common-btn {
    color: #db2234 !important;
    border: 1px solid #db2234 !important;
    background: transparent !important;
}

.submit-pay-btn {
    background: #db2234;
    margin: auto;
    display: block;
    margin-bottom: 10px;
    width: max-content;
    border-color: #fff;
    color: #fff;
}

.another {
    text-align: center;
}

.another h3 {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 500;
}

.another p {
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    margin-bottom: 0px;
}

.cta_discover {
    position: relative;
    background-image: url(https://www.ibi-bli.com/wp-content/uploads/2024/09/dics_image-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 491px;
    background-position: center;
    overflow: visible;
}

.cta_discover::before {
    position: absolute;
    inset: 0 50% 0 0;
    width: 100%;
    content: "";
    height: 100%;
    z-index: 9;
    background: linear-gradient(to left, #050505c9, #050505c9);
}

.cta_discover .cta-content {
    position: relative;
    z-index: 9;
}

.cta_discover h2 {
    font-size: 45px;
    color: #ff0479;
    font-weight: 500;
}

.cta_discover p {
    font-size: 26px;
    text-transform: uppercase;
    /* font-family: "Oswald", system-ui; */
    width: 88%;
    color: #fff;
}

.cta_discover .common-btn {
    border-color: #db2234;
}

.cta_discover img {
    position: absolute;
    right: 14%;
    top: -25%;
    width: 466px;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

.tools_fre_sec {
    position: relative;
}

.tools_fre_sec .left_img::before,
.tools_fre_sec .right_img::before {
    position: absolute;
    inset: 0 50% 0 0;
    width: 100%;
    content: "";
    height: 100%;
    z-index: 9;
    background: linear-gradient(to left, #05050552, #0505057d);
    backdrop-filter: blur(5px);
}

.tools_fre_sec .left_img::after,
.tools_fre_sec .right_img::after {
    background-image: url(https://www.ibi-bli.com/wp-content/uploads/2024/09/free_tools.png);
    background-position: center;
    background-size: contain;
    content: "";
    position: absolute;
    top: 0%;
    right: 0;
    width: 500px;
    height: 500px;
    background-repeat: no-repeat;
    z-index: 9;
    margin: auto;
    left: 0;
    animation: mover 1s infinite alternate;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.tools_fre_sec.cosmetix .right_img::after {
    background-image: url(https://www.ibi-bli.com/wp-content/uploads/2024/09/cos_img.png);
}

.tools_fre_sec.cosmetix .right_img::after {
    width: 547px;
}

.enrol_sec {
    background: #db2234;
    text-align: center;
    padding: 40px 0;
}

.enrol_sec p {
    color: #fff;
}

.enrol_sec .cta_block_bx a:hover {
    color: #db2234 !important;
    background-color: #ffffff;
    border-color: #db2234;
}

.access-widget-ui.notranslate {
    --offset-left: 95% !important;
}

div#pollSlider-button {
    display: none;
}

.cht_img {
    position: fixed;
    top: auto;
    bottom: 60px;
    right: 97px;
    z-index: 99;
}

.bpFabWrapper {
    bottom: 2.5rem !important;
}

.cht_img img {
    width: 148px;
    animation: shake 11s linear infinite;
}

body .uwy.userway_p3 .userway_buttons_wrapper {
    left: 70px !important;
    right: auto !important;
    bottom: 110px !important;
}

.bpWebchat {
    z-index: 9999999999 !important;
}

@keyframes shake {
    0%,
    100% {
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px);
    }
}


/* 09-08-2024 */

@media (max-width: 1057.98px) {
    /* header .menu-left ul {
        gap: 5px !important;
    } */
    .right_btn {
        gap: 5px !important;
    }
}

@media (max-width: 1024.98px) {
    .navbar ul {
        gap: 8px !important;
    }
}

@media (max-width: 991px) {
    .cta_discover img {
        position: inherit;
    }
    .cta_discover {
        height: 100%;
    }
    .cta_discover {
        text-align: center;
    }
    .cta_discover p {
        width: 100%;
    }
    .cta_discover .common-btn {
        color: #fff;
    }
    .cta_discover figure {
        text-align: center;
        margin: 61px auto 0;
    }
    .tools_fre_sec .left_img::after,
    .tools_fre_sec .right_img::after {
        top: 5%;
    }
    .tools_fre_sec .left_img::before,
    .tools_fre_sec .right_img::before {
        background: transparent;
    }
    .enrol_sec .cta_block_bx h2 {
        color: #fff;
    }
    .enrol_sec .cta_block_bx .common-btn {
        border-color: #fff;
        color: #fff;
    }
}

@media (max-width: 767px) {
    .cta_discover h2 {
        font-size: 30px;
    }
    .cta_discover p {
        font-size: 18px;
    }
    .cta_discover img {
        width: 293px;
    }
}

@media (max-width: 480px) {
    .tools_fre_sec .left_img::after,
    .tools_fre_sec .right_img::after {
        width: 200px;
        height: 200px;
    }
    .tools_fre_sec .left_img::before,
    .tools_fre_sec .right_img::before {
        background: linear-gradient(to top, #05050500, #050505);
        height: 251px;
        min-height: 265px;
    }
    .tools_fre_sec.cosmetix .right_img::after {
        width: 100%;
    }
}

@media (max-width: 1270px) {
    .logo-text-bx .reviw_logo img {
        margin-left: -10px;
    }
}

@media (max-width: 1279px) {
    .com_mar {
        padding-top: 0px !important;
    }
}

@media (max-width: 991px) {
    .header {
        padding: 15px 0;
        padding-top: 0px !important;
    }
}

#Programs-menu .mega-menu-row {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    gap: 25px;
}

#Programs-menu .mega-menu-images {
    width: calc(100% - 53%);
}

#Programs-menu .mega-menu-list {
    width: calc(100% - 33%);
    padding-block: 1.5rem;
    display: flex;
    max-width: max-content !important;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 35px;
}

#Programs-menu .mega-menu .list-item {
    contain: layout;
    padding: 0 !important;
    width: calc(100% - 53%);
}

#Programs-menu .mega-menu a {
    font-size: 14px !important;
    padding: 10px 2px !important;
}

#Programs-menu div.mega_menu_image {
    height: 350px;
}

#Programs-menu .mega-menu .list-item::after {
    width: 25px;
    height: 25px;
    right: 5px;
    font-size: 13px;
    margin-top: -1px;
}

#Programs-menu div.mega_menu_image {
    height: 355px;
}

#Programs-menu .mega-menu a:hover::before {
    transform: skewX(-15deg) translateX(calc(-100% - 15px));
    transition: 300ms;
    left: 103%;
    width: 53% !important;
}

.services_dropdown .list-item a,
.mega-menu-list .list-item a {
    font-size: 18px !important;
}

.postid-11110 .bg--black {
    background: #ffffff;
}

.postid-11110 .bg--red {
    background: #f2f2f2;
}

.postid-11110 section.inner_page_right.bg--black.com_mar a.common-btn {
    background: #db2234;
    color: #fff;
}

.postid-11110 .right-side-cn * {
    color: #000000;
}

.postid-11110 .right-side-cn .section-title h2,
.postid-11110 .right-side-cn .section-title h1 {
    color: #000000;
}

.postid-11110 .one_li li img {
    background: transparent;
    padding: 4px;
    border-radius: 3px;
    background-color: transparent;
    position: absolute;
    left: 0;
    max-width: 20px;
    top: 10px;
}

.postid-11110 .two_li li img {
    background: transparent;
    padding: 4px;
    border-radius: 3px;
    background-color: transparent;
    position: absolute;
    left: 0;
    max-width: 20px;
    top: 7px;
}

.postid-11110 section.inner_text__ {
    padding: 35px 0px;
    background-color: #ffffff;
}

.postid-11110 .program_form {
    padding-top: 0px;
    background-color: #ffffff;
}

.postid-11110 .inner_page_right.bg--black.com_mar {
    background: #000;
}

.postid-11110 .inner_page_right.bg--black.com_mar * {
    color: #fff;
}

.postid-11110 .design-3-parallax-cn {
    background: #ffffffeb;
    padding: 50px 25px;
}

.postid-11110 .design-5-head {
    height: 100%;
    border: 1px solid #cccccc7d;
    padding: 25px;
}

.postid-11110 .bg-grey {
    background: #f2f2f2;
}

.postid-11110 .design-2-head {
    text-align: center;
    margin-bottom: 50px;
}

.postid-11110 .design-2-footer {
    margin-top: 50px;
    text-align: center;
    max-width: 100%;
    margin-inline: auto;
}

.postid-11110 .bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.postid-11110 .section-title h2 {
    font-size: 25px;
}

@media (max-width: 575.98px) {
    .mobmenur-container {
        position: absolute !important;
        right: 0px;
        top: 178px !important;
    }
}