.text-main {
    color: var(--primary-color);
}

.fw-600 {
    font-weight: 600 !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: #fbfbfb !important;
}

.padding {
    padding-top: 80px;
    padding-bottom: 80px;
}



.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: 145px;
}

.logo2 {
    width: 160px;
}

.lImg2 {
    display: none;
}

.header1 {

    padding: 6px 8px;

    background: #000;

    color: #fff;

    height: 40px;
    
    position: relative;

    z-index: 2;

}

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;
}

.banner-19 .banner-layer {
    padding-bottom: 80px;
}


.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: 400px;
    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: #ff7361;
    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: #252628;
    color: #fff;
}
.accordion.accordion1 .card p {
    color: #fff;
}
.bg-light .accordion.accordion1 .card p {
    color: var(--font-color);
}

.servicecard-single .services-short-description {
    height: 50px;
    overflow: hidden;
}
.services-short-description p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.services-details p {
    margin-bottom: 16px;
}

.services-details strong {
    color: #000;
}

.services-details ul {
    padding-left: 16px;
    margin-bottom: 16px;
}
.services-details ul li {
    list-style: disc !important;
    margin-bottom: 10px;
}

.services-details ul {
    padding-left: 16px;
}

.services-details ul li::marker {
    color: #000
}

.ellipsis-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.services-details .service-section img.fr-dib {
    margin: auto;
}

.pdf {
   height: 600px;
}


.call-div {

    position: fixed;

    top: 50%;

    right: -82px;

    transform: rotate(-90deg) translateY(-50%);

    z-index: 9999;

}



 .call-div a {

     background: var(--primary-color);

     padding: 12px 20px;

     color: #fff;

     border-radius: 4px 4px 0px 0px;

     font-size: 1.25rem;

     font-weight: 600;

 }



 .call-div a:hover {

     background: #252525;

     color: #fff;

 }

.map1 {
    width: 100%;
    height: 450px;
}