.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}
.breadcrumb-item1:hover {
    color: #fff;
    text-shadow: 0px 0px 0px rgb(255 255 255), 1px 1px 1px #fff;
}
.breadcrumb-item1.active {
    color: #fff;
    text-shadow: 0px 0px 0px rgb(255 255 255), 1px 1px 1px #fff;
}
.breadcrumb-item1+.breadcrumb-item1 {
    padding-left: .5rem;
}
.breadcrumb-item1+.breadcrumb-item1::before {
    float: left;
    padding-right: .5rem;
    color: #fff;
    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 40px;
    height: 40px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn1.btn-primary1 {
    background: #3a3a3c !important;
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.btn1.btn1.btn-primary1:hover {
    background: #b3255f !important;
}
.btn-outline-light:hover{
    background-color: #b3255f !important;
    border-color: #fff;
}
.btn.btn-secondary {
background: #3a3a3c;
color: #fff;
font-family: 'Poppins', sans-serif;
font-weight: 400;
border: none;
}

.btn.btn-secondary:hover {
    color: #f6fbff !important;
    text-shadow: 0px 0px 0px rgb(255 255 255), 1px 1px 1px #fff;
}
#carouselId h1 {
    font-size: 3rem;
}
.features h1, .our-teams h1, .testimonial h1 {
    font-size: 2rem;
}
/*** Section Title Start ***/
.section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #3a3a3c;
}

.section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    bottom: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: -6px;
    margin-left: -100px;
    border: 1px solid #b3255f !important;
}

.section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: -8px;
    margin-left: -50px;
    border: 1px solid #b3255f !important;
}
.bg-primary1 {
    background-color: #3a3a3c;
}
.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #3a3a3c;
}

.sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    bottom: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: -8px;
    margin-right: -100px;
    border: 1px solid #b3255f !important;
}

.sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: -6px;
    margin-right: -50px;
    border: 1px solid #b3255f !important;
}
.packages-item h5:hover, .top-packages-item h5:hover {
    color: #b3255f;
}
.packages-item {
    min-height: 100%;
}
.top-packages-item {
    min-height: 549px;
}
.aboutus .display-5, h5, h6, .display-5, h2 {
    color: #3a3a3c;
}
.aboutus p, p {
    color: #000;
}
/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}
.text-rpt {
    color: #b3255f;
}
.text-icn {
    color:#3a3a3c;
}
.text-icn1 {
    color:#b3255f;
}
.text-primary1 {
    color:#000;
}
.text-secondary1 {
    color:#3a3a3c;
}
.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}
.topbar a,
.topbar a i {
    transition: 0.5s;
}
.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}
@media (max-width: 768px) {
    .topbar {
        display: none;    
    }
}
/*** Topbar End ***/
/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Poppins', sans-serif;
    position: relative;
    margin-right: 12px;
    padding: 20px 0;
    color: #000 !important;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: #000 !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #b3255f !important;
}

.navbar-light .navbar-brand img {
    max-height: 66px;
    transition: .5s;
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.sticky-top .navbar-light .navbar-brand img {
    max-height: 66px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}
.dropdown-item{
    border-bottom: 1px solid #3a3a3c !important;
    background: #b3255f !important;
    color: #fff !important;
    padding: 0.5rem 1rem !important;
}
.dropdown .dropdown-menu a:hover {
    background: #b3255f !important;
    color: #fff !important;
    text-shadow: 0px 0px 0px rgb(255 255 255), 1px 1px 1px #fff;
}
.dropdown-item.active, .dropdown-item:active {
    text-decoration: none;
    text-shadow: 0px 0px 0px rgb(255 255 255), 1px 1px 1px #fff;
}
.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
    padding: 0 0 !important;
    top: 65px;
}

@media (max-width: 991.98px) {
    .sticky-top {
        background: var(--bs-white);
    }
    .sticky-top .navbar-light .navbar-brand img {
        max-height: 55px;
    }
    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary) !important;
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top .navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 55px;
    }
}

@media (min-width: 991.98px) {
    .sticky-top .navbar-light {
        background: #fff !important;
    }

    /*** Top and Bottom borders go out ***/
    .navbar-light .navbar-nav .nav-link:after,
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        top: 30px;
        bottom: 30px;
        left: 0px;
        width: 100%;
        height: 2px;
        background: #b3255f;
        opacity: 0;
        transition: all 0.5s;
    }

    .navbar-light .navbar-nav .nav-link:before {
        bottom: auto;
    }

    .navbar-light .navbar-nav .nav-link:after {
        top: auto;
    }

    .navbar-light .navbar-nav .nav-link:hover:before,
    .navbar-light .navbar-nav .nav-link.active:before {
        top: 20px;
        opacity: 1;
    }

    .navbar-light .navbar-nav .nav-link:hover::after,
    .navbar-light .navbar-nav .nav-link.active::after {
        bottom: 20px;
        opacity: 1;
    }
}

#searchModal .modal-content {
    background: rgba(240, 245, 251, 1%);
}
/*** Navbar End ***/
/*** Carousel Hero Header Start ***/
.carousel-header .carousel-control-prev .carousel-control-prev-icon,
.carousel-header .carousel-control-next .carousel-control-next-icon {
    width: 4rem;
    height: 4rem;
    margin-left: -60px;
    border-radius: 50%;
    background-size: 60% 60%;
    transition: 0.5s;
}

.carousel-header .carousel-control-next .carousel-control-next-icon {
    margin-left: 0;
    margin-right: -60px;
}

.carousel-header .carousel .carousel-indicators {
    padding-bottom: 0;
    transition: 0.5s;
}


.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li {
    width: 8px;
    height: 8px;
    border: 8px solid #b3255f;
    border-radius: 50%;
    margin-right: 30px;
    transition: 0.5s;
    opacity: 1;
}

.carousel-header .carousel .carousel-indicators li.active {
    width: 8px;
    height: 8px;
    border: 8px solid #3a3a3c;
}

.carousel-header .carousel-inner .carousel-item {
    position: relative;
    min-height: 100vh 
}

.carousel-header .carousel-inner .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-header .carousel-inner .carousel-item .carousel-caption  {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, 0.3));
    background-size: cover;
}
.carousel-control-prev, .carousel-control-next, .carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus{
opacity: 1;
}
.bg-secondary1{
    background-color: #3a3a3c !important;
    border: 1px solid #fff;
}
.bg-secondary1:hover {
    background-color: #b3255f !important;
}

@media (max-width: 768px) {
    .carousel-header {
        height: 700px !important;
    }

    .carousel-header .carousel-control-prev .carousel-control-prev-icon,
    .carousel-header .carousel-control-next .carousel-control-next-icon {
        margin-top: 500px;
    }

    .carousel-header .carousel-control-prev .carousel-control-prev-icon {
        margin-left: 0px;
    }

    .carousel-header .carousel-control-next .carousel-control-next-icon {
        margin-right: 0px;
    }
    .carousel-header .carousel .carousel-indicators {
        padding: 0;
        display: none;
    }
    #carouselId h1 {
    font-size: 2rem;
}
}
/*** Carousel Hero Header End ***/

/*** Counter Facts Start ***/
.counter-facts .counter {
    position: relative;
    text-align: center;
    width: 200px;
    min-height: 215px;
    padding: 10px 15px;
    margin: 0 auto;
    border-radius: 100px;
    box-shadow: 0 8px 5px rgba(0, 0, 0, 0.2);
    background: var(--bs-white);
}

.counter-facts .counter:before {
    content: "";
    position: absolute;
    height: 105px;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 10px 10px 0 0;
    background-color: #3a3a3c;
    
}
.counter-facts .counter .counter-icon {
    position: relative;
    width: 120px;
    height: 100px;
    margin: 0 auto 10px;
    border-radius: 10px 10px 0 0;
    transform: translateY(-20px);
    font-size: 50px;
    line-height: 90px;
    color: #fff;
    background: #ffffff52;
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
.counter-facts .counter .counter-icon:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 90px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px 10px 0 0;
    background: #b3255f;
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
.counter-facts .counter:hover .counter-icon i {
    transform: rotate(360deg);
    transition: all 0.3s ease;
}
.counter-facts .counter h3 {
    color: #3a3a3c;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.counter-facts .counter .counter-value, .text-secondary1 {
    font-size: 30px;
    font-weight: 700;
    display: block;
    color: #000;
}


@media screen and (max-width: 1200px) {
    .counter-facts .counter { margin-bottom: 40px; 
    }
}
/*** Counter Facts End ***/
/*** testimonial Start ***/
.testimonial .owl-carousel.testimonial-carousel {
    position: relative;
}

.testimonial .owl-carousel.testimonial-carousel .testimonial-item .testimonial-content {
    position: relative;
    border-radius: 10px;
    background: #3a3a3c;
}
.testimonial .owl-carousel.testimonial-carousel .testimonial-item .testimonial-content::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    bottom: -20px;
    left: 30px;
    transform: rotate(45deg);
    background: #b3255f;
    z-index: -1;
}
.testimonial .testimonial-carousel .testimonial-item .testimonial-content p {
color: #fff;
text-align: justify;
}
.testimonial .owl-carousel.testimonial-carousel .owl-nav {
    position: absolute;
    top: -34px;
    right: 0;
    display: flex !important;
    font-size: 24px;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev {
    margin-right: 22px;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev,
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next {
    color:#3a3a3c;
}
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next:hover {
    color: #b3255f;
    transform: translateX(3px);
    transition: transform 0.2s ease-in-out;
}
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev:hover {
    color: #b3255f;
    transform: translateX(-3px);
    transition: transform 0.2s ease-in-out;
}
/*** testimonial end ***/
/*** Footer Start ***/
.footer {
    background: #3a3a3c;
}
.footer .footer-item a {
    line-height: 30px;
    color: #fff;
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 30px;
}

.footer .footer-item a:hover {
    color: #fff;
    text-shadow: 0px 0px 0px rgb(255 255 255), 1px 1px 1px #fff;
}
.footer-icn {
    border: 1px solid #ffff;
    box-shadow: #fff 0px 0px 14px;
    border-radius: 50%;
    padding: 6px;
    color: #fff;
}
/*** Footer End ***/
/*** copyright Start ***/
.copyright {
    background: #b3255f !important;
}
/*** copyright end ***/
/* Hover effect with animation */
a:hover {
   color: #fff;
}
@media (max-width: 320px) {
    .ceo-about::before {
    width: 74px;
    margin-right: -74px;
}
}