@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body {
    font-family: "Montserrat", sans-serif !important;
}

.text-main {
    color: var(--primary-color);
}

.fw-600 {
    font-weight: 600 !important;
}

.fs-12 {
    font-size: .75rem !important;
}

.fs-14 {
    font-size: .875rem !important;
}

.fs-16 {
    font-size: 1rem !important;
}
.fs-20 {
    font-size: 1.25rem !important;
}
.fs-22 {
    font-size: 1.375rem !important;
}

.text-black {
    color: #000 !important;
}

.bg-light {
    background: var(--bg-light) !important;
}

.padding {
    padding-top: 50px;
    padding-bottom: 50px;
}


.transparent-btn {
    color: #fff;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.15);
}

.transparent-btn:hover {
    color: var(--heading-color);
    background: var(--bg-color);
    border: 1px solid var(--bg-color);
}

.logo1 {
    width: 75px;
}

.logo2 {
    width: 160px;
}

.lImg2 {
    display: none;
}

header.nav-fixed .lImg1 {
    display: none;
}

header.nav-fixed .lImg2 {
    display: block;
}


.form.form1 .form-select,
.form.form1 .form-control {
    height: 50px;
    padding: 5px 15px;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 5px;
}



.form.form1 .form-select:focus,

.form.form1 .form-control:focus {

    border-color: #000;

}

.form.form1 .form-select {
    padding-right: 35px;
}


.book-form {
    background: var(--primary-color);
    background: linear-gradient(145deg, var(--primary-color), #000);
    padding: 40px;
    border-radius: 15px;
    margin-top: -130px;
    position: relative;
}


.play-view {
    left: 0;
    right: 0;
    top: calc(50% - 40px);
}

.play-view .video-play-icon {
    border: transparent;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    display: inline-block;
    line-height: 82px;
}

.play-view .video-play-icon span {
    color: var(--primary-color);
    background: #fff;
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.play-view .video-play-icon span:hover {
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.play-view .fa.fa-play {
    line-height: 55px;
}

/* play icon animation */
@-webkit-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgb(255 255 255 / 25%), 0 0 0 10px rgb(255 255 255 / 25%), 0 0 0 20px rgb(255 255 255 / 25%);
    }

    100% {
        box-shadow: 0 0 0 10px rgb(255 255 255 / 25%), 0 0 0 20px rgb(255 255 255 / 25%), 0 0 0 40px rgba(50, 100, 245, 0);
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgb(255 255 255 / 25%), 0 0 0 10px rgb(255 255 255 / 25%), 0 0 0 20px rgb(255 255 255 / 25%);
    }

    100% {
        box-shadow: 0 0 0 10px rgb(255 255 255 / 25%), 0 0 0 20px rgb(255 255 255 / 25%), 0 0 0 40px rgba(50, 100, 245, 0);
    }
}

/* //play icon animation */


.testimonial video {
    width: 100%;
    height: 500px;
    object-fit: cover;
    margin-bottom: -6px;
}

/* .list1 */
.list1 li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.list1 li i {
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 12px;
}

.about .img2 {
    height: 180px;
    object-fit: cover;
}

.accordion.accordion1 {

    color: #fff;

    overflow: hidden;

}

.accordion.accordion1 .card {
    margin-bottom: 12px;
    overflow: hidden;
    border: 0;
    background: transparent;
}

.accordion.accordion1 .card .card-header {
    padding: 0;
}

.accordion.accordion1 .card .card-header button {
    padding: 16px 24px;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    padding-right: 45px;
    color: #fff;
    background: #d72801;
    text-decoration: none;
    font-size: 1.125rem;
    border-radius: 10px;
    /* font-weight: 600; */
}

.accordion.accordion1 .card .card-header button .icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
}

.accordion.accordion1 .card .card-header button.collapsed {
    background: var(--bg-light);
    color: #000;
}

.bg-light .accordion.accordion1 .card p {
    color: var(--font-color);
}


.partner-logos {
    display: flex;
    align-items: center;
}
.partner-logos img {
    width: 75px;
    height: 35px;
    object-fit: contain;
    margin: 8px;
}


.table.table1 tbody th {
    background: #ffece8;
    padding: 15px;
}

.table.table1 thead th {
    font-weight: 500;
    padding: 15px;
    white-space: nowrap;
    background: #000000;
    color: #fff;
}

.table.table1 tbody td {
    padding: 15px;
}

.partner-logos-mobiles {
    background: #fff;
}

.service-details p[data-f-id="pbf"] {
    display: none !important;
}

