/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Spinner End ***/

html {
   overflow-x: hidden;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-track {
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #131740;
    border-radius: 10px;
}

::-webkit-scrollbar,
::-webkit-scrollbar {
    width: 8px;
    background-color: #131740;
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: linear-gradient(0deg, #ff06b7 0%, #010314 47.60%, #010314 99.23%);
}



/*** Scrollbar End ***/

.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;
    color: #000000;
    background: #ffffff;
}

.back-to-top:hover {
    color: #ffffff;
    background: var(--bs-primary);
}


.color1 {
    color: var(--bs-primary);
}

.bg-color1 {
    background: var(--bs-primary);
}


/*** 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: 56px;
    height: 56px;
}

.custome-btn {
    background: var(--bs-primary);
    color: var(--bs-white);
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.5s;
}

.custome-btn2 {
    background: var(--bs-light);
    color: var(--bs-primary) !important;
    border: 1px solid var(--bs-light);
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.5s;
}

.btn.custome-btn2:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-primary) !important;
    color: var(--bs-light) !important;
}

.btn.custome-btn:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}


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

.btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-primary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.btn.btn-light {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-light:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-primary);
    color: var(--bs-light) !important;
}

.btn-hover {
    transition: 0.5s;
}

.btn-hover:hover {
    color: var(--bs-secondary) !important;
}

/*** 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: var(--bs-primary);
}

.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
    margin-bottom: 10px !important;
}


/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.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: 576px) {
    .topbar {
        display: none;
    }
}

/*** Topbar End ***/


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Poppins', sans-serif;
    position: relative;
    margin-right: 50px;
    padding: 35px 0;
    color: var(--bs-white) !important;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    transition: .5s;
    font-weight: 600;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    /* color: var(--dark) !important; */
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-primary) !important;
}

.navbar-light .navbar-brand img {
    max-height: 50px;
    transition: .5s;
}

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

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

.navbar .nav-item .dropdown-menu {
    background: #131740;
}

.navbar .nav-item .dropdown-menu .dropdown-item {
    color: var(--bs-white);
}


@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;
        background: #131740;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: #131740 !important;
    transition: .5s;
    opacity: 1;
    color: var(--bs-white);
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        /* background: var(--bs-white); */
    }

    .navbar {
        background: #131740;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        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;
    }

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

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        /* border-bottom: 1px solid rgba(255, 255, 255, .1); */
        z-index: 999;
    }

    .sticky-top.navbar-light {
        position: fixed;
        /* background: var(--bs-light) !important; */
        left: 0;
        margin: auto;
        top: 0;
        width: 100%;
        z-index: 99;
        background: #131740;
        animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
        box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
        border-radius: 0;
    }


    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

/*** Carousel Hero Header Start ***/
.header-carousel {
    position: relative;
}

.header-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 150px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

@media (max-width: 576px) {

    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        top: 630px;
        transition: 0.5s;
    }

    .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
        width: 95% !important;
    }

}
@media (max-width: 870px) {
    .get-started-btn {
        margin-left: 0 !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}


@media (max-width: 476px) {
    .header-carousel-item .carousel-caption .carousel-caption-content h5 {
        font-size: 18px;
    }

    .header-carousel-item .carousel-caption .carousel-caption-content h1 {
        font-size: 24px;
    }

    .header-carousel-item .carousel-caption .carousel-caption-content p {
        font-size: 18px !important;
    }

    .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
        margin-top: 50px !important;
    }

}

.get-started-btn {
    margin-left: 20px;
}


.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
    position: relative;
    width: 100%;
    height: 100vh;
    /* margin-top: 95px; */
    display: block;
    object-fit: cover;
    transition: 0.5s;

}

@media (max-width: 992px) {

    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        margin-top: 0;
        transition: 0.5s;
    }
}

@media (min-width: 992px) {

    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        margin-top: 50px;
    }

}

.header-carousel .header-carousel-item .carousel-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: rgba(0, 0, 0, .5); */
}

/* 
.header-carousel .header-carousel-item .carousel-caption{
} */


.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
    position: relative;
    width: 50%;
    margin-left: auto;
    padding: 20px;
    text-align: left;
    margin-top: 120px;
    margin-bottom: 100px;
}

@media (max-width: 576px) {
    .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
        width: 95%;
    }
}


/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    /* background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/bg/breadcrumb.jpg); */
    background: url(../img/bg/breadcrumb.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0 60px 0;
}

.bg-breadcrumb .breadcrumb-item a {
    color: var(--bs-white) !important;
}

@media (max-width: 576px) {
    .bg-breadcrumb {
        padding: 100px 0 60px 0;
    }
}

/*** Single Page Hero Header End ***/

.bg-section {
    background: #0d102d;
}

.bg-section2 {
    background: #131740;
}


/*** Service Start ***/
.service .service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.feature-title {
    color: #ffffff;
}

.service .service-item .service-img img {
    transition: 0.5s;
    padding: 20px;
}

.service .service-item .service-img::before {
    width: 100%;
    height: 0;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
    z-index: 5;

}

.service .service-item:hover .service-img::before {
    height: 100%;
    background: rgba(255, 6, 183, .2);
}

.service .service-item .service-img:hover img {
    transform: scale(1.1);
}

.service .service-item .service-content {
    position: relative;
    z-index: 2;

}

.service .service-item .service-content::before {
    width: 100%;
    height: 8px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: rgba(255, 6, 183, .3);
    transition: 0.5s;
    z-index: 3;
}

.service .service-item:hover .service-content::before {
    background: rgba(255, 6, 183, .3);
    height: 100%;
}

.service .service-item .service-content .service-content-inner {
    transition: 0.5s;
    text-align: center;
}

.service-content-inner h5 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}


.service .service-item:hover .service-content .service-content-inner {
    position: relative;
    color: var(--bs-white) !important;
    z-index: 9;
}

.service .service-item:hover .service-content .service-content-inner h5 {
    color: var(--bs-white);
}


.service-fe .service-fe-item {
    position: relative;
    display: flex;
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    background: #131740;
    transition: 0.5s;
    padding: 40px !important;

}

.service-fe .service-fe-item::before {
    width: 0;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    transition: 0.5s;
}

.service-fe .service-fe-item:hover::before {
    width: 100%;
    background: var(--bs-primary);
}

.service-fe .service-fe-item:hover .service-fe-img {
    background: rgba(255, 255, 255);
}

.service-fe .service-fe-item .service-fe-icon {
    display: inline-flex;
    transition: 0.5s;
    background: var(--bs-primary);
    padding: 20px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
    border-radius: 50%;
}

.service-fe .service-fe-item .service-fe-icon img {
    width: 50px;
    height: 50px;
}


.service-fe .service-fe-item:hover .service-fe-icon {
    position: relative;
    z-index: 2;
}

.service-fe .service-fe-item:hover .service-fe-content {
    position: relative;
    color: var(--bs-white);
    z-index: 2;
}

.service-fe .service-fe-item:hover .service-fe-content h5 {
    color: var(--bs-dark);
}


.service-fe .service-fe-item:hover .service-fe-icon {
    position: relative;
    z-index: 2;
}

.service-fe .service-fe-item:hover .service-fe-content {
    position: relative;
    color: var(--bs-white);
    z-index: 2;
}

.service-fe .service-fe-item:hover .service-fe-content h5 {
    color: var(--bs-dark);
}

.about .transactions-img {
    position: relative;
    height: 100%;
    border-radius: 10px;
}

.about .transactions-img img {
    max-width: 100%;
}

.transaction-service {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.transaction-service-item {
    width: 40%;
    margin: 15px;
}

.transaction-service-item svg {
    width: 30px;
    height: 30px;
    fill: var(--bs-primary);
    margin-bottom: 10px;
}

.transaction-service-item p {
    font-size: 16px;
    color: var(--white);
    margin-bottom: 0;
}



@media (max-width: 500px) {
    .transaction-service-item {
        margin: 10px;
    }

    .transaction-service-item svg {
        width: 26px;
        height: 26px;
    }

    .transaction-service-item p {
        font-size: 14px;
    }

    .transaction-title {
        font-size: 30px;
    }
}


/*** Service End ***/

/*** About Start ***/
.about .about-img {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 10px;
}

.about-sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
    font-size: 20px;
    font-weight: 600;
}

.about .about-img .about-img-inner {
    position: absolute;
    left: 0;
    bottom: 0;
    border: 10px solid;
    border-color: var(--bs-white) var(--bs-white) var(--bs-white) var(--bs-white);
    border-radius: 50%;

}

.about .about-img .about-experience {
    position: absolute;
    top: 125px;
    left: -125px;
    transform: rotate(-90deg);
    background: transparent;
    color: var(--bs-primary);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 4px;
}

.about-title {
    position: relative;
    display: inline-block;
    color: var(--bs-light);
    font-weight: 600;
    margin-top: 10px;
}

.about-des {
    color: var(--bs-light);
    font-weight: 400;
    font-size: 16px;
}


/*** About End ***/

/*** Feature Start ***/
.feature .feature-item {
    position: relative;
    display: flex;
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    background: #131740;
    transition: 0.5s;
    padding: 40px !important;

}

.feature .feature-item::before {
    width: 0;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover::before {
    width: 100%;
    background: var(--bs-primary);
}

.feature .feature-item .feature-img {
    padding: 5px;
}

.feature .feature-item:hover .feature-img {
    background: rgba(255, 255, 255);
}

.feature .feature-item .feature-icon {
    display: inline-flex;
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover .feature-icon {
    position: relative;
    z-index: 2;
}

.feature .feature-item:hover .feature-content {
    position: relative;
    color: var(--bs-white);
    z-index: 2;
}

.feature .feature-item:hover .feature-content h5 {
    color: var(--bs-dark);
}

@media screen and (max-width: 500px) {
    .feature .feature-item {
        padding: 20px !important;
    }

}

/*** Feature End ***/

/*** Treding Start ***/

.treding .sub-title2 {
    color: var(--bs-light);
}

.treding .step-item {
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    padding: 20px;
    background: #131740;
}

.treding .step-item:hover {
    background: rgba(255, 6, 183, 0.1);
    color: var(--bs-white);
    transition: 0.5s;
}

/*** Treding End ***/

/*** Term And Condition Start ***/


/** Term And Condition End **/
.term-condition-section {
    padding: 60px 0;
    color: #ffffff;
}

.terms-condition-into {
    margin-bottom: 50px;
}

.terms-condition-into h3 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.terms-condition-into ol li {
    margin-bottom: 16px;
}


@media screen and (max-width: 500px) {
    .terms-condition-into h3 {
        font-size: 30px;
    }

    .terms-condition-into ol li {
        margin-bottom: 10px;
        text-align: justify;
        font-size: 14px;
    }

    .terms-condition-into p {
        font-size: 14px;
        text-align: justify;
    }

}

/*** Appointment Start ***/
.appointment {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/carousel-2.html);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.appointment .appointment-form {
    background: rgba(239, 162, 134, 0.3);
}

.appointment .appointment-form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.appointment .appointment-form .btn.btn-primary:hover {
    box-shadow: inset 600px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

/*** Faq Start ***/


.faq-thumb img {
    max-width: 100%;
    display: block;
}

.accordion-area .accordion-card {
    margin-bottom: 20px;
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
}

.accordion-area .accordion-header {
    padding: 15px;
    cursor: pointer;
    border-radius: 10px;
}

.accordion-area .accordion-header .accordion-button {
    background: none;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    display: flex;
    align-items: center;
    width: 100%;
}

.accordion-area .accordion-header .accordion-button span.number {
    font-size: 14px;
    font-weight: 700;
    margin-right: 10px;
}

.accordion-button,
.accordion-button:not(.collapsed) {
    color: #ffffff;
}

.accordion-area .accordion-header .accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    color: #ffffff;
    border-top: 3px dotted #ffffff;
    padding: 20px;
}

.accordion-area .accordion-collapse .faq-text {
    font-size: 14px;
    color: #ffffff;
    margin: 0;
}

.accordion-card.style2:has(.accordion-button.collapsed) {
    background: transparent;
    border: 1px solid var(--bs-primary);
}

.accordion-card.style2 {
    border: 1px solid #ffffff;
    background: linear-gradient(180deg, var(--bs-primary) -20.97%, rgba(46, 32, 255, 0.2) 65%, rgba(1, 3, 20, 0) 100%);
    border-radius: 20px;
    padding: 0;
    transition: 0.4s;
    color: var(--white);
}


@media screen and (max-width: 500px) {
    .accordion-button {
        padding: 10px 0;
    }
}

/*** Faq End ***/




/*** Youtube Video start ***/
.video {
    position: relative;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: content-box;
    display: block;
    width: 33px;
    height: 44px;
    border-radius: 50%;
    transition: 0.5s;


}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 115px;
    height: 115px;
    background: var(--bs-primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    transition: 0.5s;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-secondary);
    border-radius: 50%;
    transition: all 300ms;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 33px solid var(--bs-white);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    margin-left: 5px;
}

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

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}

/*** Youtube Video End ***/
/*** Appointment End ***/


/*** Team Start ***/
.team .team-item .team-img:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}

.team .team-item {
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    padding: 60px 40px;
    background: #0d102d;
    gap: 50px;
    justify-content: center;
    display: flex;
}

.team-content h5 {
    color: var(--bs-white);
    font-size: 35px;
    font-weight: 600;
}

.team-content {
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.team-icon {
    margin-top: 20px;
    gap: 20px;
}


.btn-team-icon {
    width: 50px;
    height: 50px;
    font-size: 23px;
    background: var(--bs-light);
    color: var(--bs-dark);
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-team-icon:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}


.btn-team-icon:hover svg {
    fill: var(--bs-white);
    transition: 0.5s;
}

@media (max-width: 992px) {
    .team .team-item {
        padding: 40px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .team-icon{
        justify-content: center;
    }
}


@media (max-width: 768px) {
    .team .team-item {
        padding: 40px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    .team-content h5 {
        font-size: 25px;
    }

    .team-icon {
        gap: 10px;
    }

    .btn-team-icon {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
}

@media(max-width: 1024px) {
    .team-content h5 {
        font-size: 30px;
    }

    .team .team-item {
        padding: 40px 20px;
        gap: 20px;

    }
}



/*** Team End ***/


.testimonial .testimonial-details {
    padding-left: 20px;
    padding-top: 20px;
}

.testimonial-rating {
    margin-left: auto;
    /* align-items: center; */
}

.testimonial .testimonial-details h4 {
    color: var(--bs-white);
    font-size: 20px;
    font-weight: 600;
}

.testimonial .testimonial-item .testimonial-inner {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    background: transparent;
}


.testimonial .testimonial-carousel.owl-carousel {
    position: relative;
}


.testimonial .testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-primary) !important;
    color: var(--bs-white) !important;
}


@media (max-width: 900px) {
    .testimonial .testimonial-carousel .owl-nav .owl-prev {
        margin-top: -190px;
        margin-left: 40px;
    }

    .testimonial .testimonial-carousel .owl-nav .owl-next {
        margin-top: -190px;
        margin-right: 40px;
    }

}

.testimonial-carousel .owl-dots {
    display: flex;
    /* justify-content: center; */
    margin-left: 8px;
    margin-top: 20px;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 15px;
    border: 1px solid var(--bs-white);
    background: transparent;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 20px;
    height: 20px;
    background: var(--bs-primary) !important;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
}

.testimonial .testimonial-carousel .testimonial-item .testimonial-inner p.fs-7 {
    transition: 0.5s;
}

@media (min-width: 900px) {
    .testimonial .testimonial-carousel .testimonial-item .testimonial-inner p.fs-7 {
        font-size: 20px;
    }
}


@media screen and (max-width: 350px) {
    .testimonial .testimonial-details {
        padding-left: 10px;
        padding-top: 0;
    }

    .testimonial .testimonial-details h4 {
        font-size: 18px;
    }

    .testimonial .testimonial-details p {
        font-size: 14px;
    }
}


/*** Testimonial End ***/


/*** Blog Start ***/
.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
    height: 250px;
}

.blog .blog-item .blog-img:hover img {
    transform: scale(1.3);
}

.blog .blog-item:hover .blog-img::after {
    background: rgba(21, 185, 217, .5);
}

.blog .blog-item .blog-centent {
    background: #131740;
    border: 1px solid var(--bs-primary);
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.blog-details-thumb img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 30px;
}

.blog-details-content .blog-meta .list-wrap {
    padding: 0;
    color: #ffffff;
}

.blog-details-content .title {
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
}

.blog-details-content blockquote {
    background: #131740;
    border-left: 5px solid var(--bs-primary);
    padding: 20px;
    margin: 20px 0;
    color: #ffffff;
}

.blog-details-inner-img {
    margin-top: 30px;
    margin-bottom: 30px;
}

.blog-details-inner-img img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 30px;
}

.blog-details-bottom {
    margin-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.46);
}


.blog-post-share .list-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
    margin: 0;
}

.blog-post-share .list-wrap li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #131740;
    border: 1px solid rgba(255, 255, 255, 0.46);
    border-radius: 50%;
    color: #ffffff;
}

.blog-post-share .list-wrap li a:hover {
    background: var(--bs-primary);
    color: #ffffff;
}

.blog-avatar-wrap {
    border: 1px solid var(--bs-primary);
    border-radius: 20px;
    align-items: flex-start;
    padding: 42px 42px;
    background: #131740;
    margin-bottom: 60px;
}

.blog-details-content {
    margin-bottom: 90px;
}

.blog-avatar-wrap .blog-avatar-img {
    padding-right: 30px;
}

.blog-avatar-info a {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
}


.blog-avatar-info .name {
    margin-bottom: 20px;
}

.blog-avatar-info p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}


@media screen and (max-width: 500px) {
    .blog-avatar-wrap {
        padding: 30px 20px;
    }

    .blog-avatar-info a {
        font-size: 20px;
    }

    .blog-avatar-info p {
        font-size: 14px;
    }

    .blog-details-content .title {
        font-size: 24px;
    }

    .blog-details-content blockquote {
        padding: 15px;
    }

    .blog-details-content .blog-meta .list-wrap {
        padding: 0;
    }

    .blog-details-content .blog-meta .list-wrap li {
        margin-right: 10px;
    }

    .blog-details-content .blog-meta .list-wrap li a {
        width: 40px;
        height: 40px;
    }

    .blog-details-content .blog-meta .list-wrap li a svg {
        width: 20px;
        height: 20px;
    }

    .blog-details-content .blog-meta .list-wrap li a svg path {
        fill: #ffffff;
    }

    .blog-details-content .blog-meta .list-wrap li a:hover {
        background: var(--bs-primary);
    }

    .blog-details-content .blog-meta .list-wrap li a:hover svg path {
        fill: #ffffff;
    }

    .blog-details-content .blog-meta .list-wrap li a:hover svg {
        width: 20px;
        height: 20px;
    }

    .blog-details-content .blog-meta .list-wrap li a svg {
        width: 20px;
        height: 20px;
    }

    .blog-details-content .blog-meta .list-wrap li a svg path {
        fill: #ffffff;
    }

    .blog-details-content .blog-meta .list-wrap li a:hover {
        background: var(--bs-primary);
    }

    .blog-details-content .blog-meta .list-wrap li a:hover svg path {
        fill: #ffffff;
    }

    .blog-details-content .blog-meta .list-wrap li a:hover svg {
        width: 20px;
        height: 20px;
    }

    .blog-details-content .blog-meta .list-wrap li a svg {
        width: 20px;
        height: 20px;
    }

    .blog-details-content .blog-meta .list-wrap li a svg path {
        fill: #ffffff;
    }

    .blog-avatar-info .name {
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

}


/* leave a comment */
.comment-respond {
    border: 1px solid var(--bs-primary);
    border-radius: 30px;
    padding: 45px 50px 50px;
    background: #131740;
}

.comment-reply-title {
    font-size: 28px;
    margin-bottom: 20px;
    letter-spacing: -0.84px;
    color: #ffffff;

}

.comment-notes {
    margin-bottom: 30px;
}

.comment-form .form-grp label {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 20px;
}

.comment-form .form-grp textarea,
.comment-form .form-grp input {
    width: 100%;
    border: 1px solid var(--bs-primary);
    background: transparent;
    padding: 12px 20px;
    font-size: 16px;
    color: #ffffff;
    height: 50px;
    display: block;
    outline: none;
}

.comment-form .form-grp {
    margin-bottom: 30px;
}


@media screen and (max-width: 500px) {
    .comment-respond {
        padding: 30px 20px 30px;
        border-radius: 20px;
        margin-bottom: 30px;
    }

    .comment-reply-title {
        font-size: 24px;
    }

    .comment-form .form-grp label {
        font-size: 16px;
    }

    .comment-form .form-grp textarea,
    .comment-form .form-grp input {
        font-size: 14px;
    }

    .comment-form .form-grp {
        margin-bottom: 20px;
    }
}

/*** Blog End ***/


/*** Contact Start ***/
.contact {
    /* background: linear-gradient(rgba(21, 185, 217, 0.9), rgba(21, 185, 217, 0.9)), url(../img/carousel-1.jpg); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


.contact .form-control:focus {
    box-shadow: none;
}

.contact .form-control {
    background: transparent;
    border: 1px solid var(--bs-primary) !important;
    color: var(--bs-light);
}

.contact .contact-form .btn.btn-light {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.contact .contact-form .btn.btn-light:hover {
    box-shadow: inset 600px 0 0 0 var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

.contact .contact-form .form-floating input,
.contact .contact-form .form-floating textarea,
.contact .contact-form .form-floating label {
    color: var(--bs-light);
}



/* Testimonial Section Title Start */
.contact .section-title {
    /* max-width: 900px;
    text-align: center; */
    margin: 0 auto;
}

.contact .send-btn {
    background: var(--bs-primary);
    color: var(--bs-white);
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.5s;
}

.contact .section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}


.contact .section-title .sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}




/*** Contact End ***/


/*** Blog Details Start ***/

.pt-140 {
    padding-top: 140px;
}

.pb-140 {
    padding-bottom: 140px;
}

.recent-blog-card.style2 {
    background: #131740;
    border-radius: 8px;
}

.recent-blog-card .recent-blog-card-header {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.recent-blog-card .recent-blog-card-header img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: 0.5s;
    object-fit: cover;
    border-radius: 8px;
}

.recent-blog-card .recent-blog-card-header img:hover {
    transform: scale(1.1);
}

.recent-blog-card-body {
    padding: 30px;
}

.recent-blog-card-body .recent-blog-card-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    justify-content: space-between;
}

.recent-blog-card-body .recent-blog-card-meta .author,
.date {
    display: flex;
    gap: 8px;
    align-items: center;
    text-transform: uppercase;
    color: #ffffff;
}

.recent-blog-card-content h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.recent-blog-card-content p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}


@media (max-width: 576px) {
    .pt-140 {
        padding-top: 100px;
    }

    .pb-140 {
        padding-bottom: 100px;
    }

    .recent-blog-card-meta {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .recent-blog-card-content h2 {
        font-size: 24px;
    }

    .recent-blog-card-content p {
        font-size: 14px;
    }

    .recent-blog-card-body {
        padding: 20px;
    }

    /* recent-blog-card second card*/
    .recent-blog-card.style2 {
        margin-bottom: 30px;
    }
}

/* Pagination  */

.pagination-wrap ul {
    display: flex;
    align-items: center;
    gap: 10px 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
}

.list-wrap li {
    list-style: none;
}

.pagination-wrap ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    background: transparent;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    border: 1px solid rgba(43 44 56 / 46%);
    line-height: 1;
}

.pagination-wrap ul li.active a,
.pagination-wrap ul li a:hover {
    background: #131740;
    color: var(--bs-primary);
}


@media screen and (max-width: 576px) {
    .pagination-wrap ul li a {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .pagination-wrap ul {
        margin-top: 30px;
        margin-bottom: 40px;
        padding: 0;
    }

}

/* blog-sidebar */
.blog-widget {
    border-radius: 20px;
    border: 1px solid var(--bs-primary);
    background: #131740;
    padding: 45px 40px 50px;
    margin-bottom: 60px;
}

.blog-widget:last-child {
    margin-bottom: 0;
}

.widget-title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.72px;
    margin-bottom: 30px;
    color: #ffffff;
}

.sidebar-search form {
    position: relative;
}

.sidebar-search form input {
    width: 100%;
    border-radius: 5px;
    border: 1px solid var(--bs-primary);
    background: transparent;
    font-size: 18px;
    line-height: 1;
    padding: 18px 55px 18px 10px;
    height: 60px;
    color: var(--white);
    outline: none;
}


.sidebar-search form input::placeholder {
    font-size: 15px;
    color: var(--bs-light);
}

.rc-post-item .thumb img {
    max-width: 100%;
}

.rc-post-item .title a {
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.rc-post-item .title a:hover {
    color: var(--bs-primary);
}

.rc-post-item .date {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
}


@media screen and (max-width: 576px) {
    .blog-widget {
        padding: 30px 20px 40px;
    }

    .widget-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .sidebar-search form input {
        padding: 15px 40px 15px 10px;
        height: 50px;
    }

    .rc-post-item .title a {
        font-size: 14px;
    }

    .rc-post-item .date {
        font-size: 12px;
    }
}


/* Recent Comments */

.comments-wrap {
    border-radius: 20px;
    border: 1px solid var(--bs-primary);
    background: #131740;
    padding: 45px 40px 50px;
}

.comments-wrap-title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.72px;
    margin-bottom: 30px;
    color: #ffffff;
}

.latest-comments .list-wrap {
    padding-left: 0;
}

.comments-header .avatar-name {
    margin-left: 15px;
}

.comments-header .avatar-name .name {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
}

.comments-text {
    font-size: 16px;
    color: #ffffff;
    margin-top: 10px;
}

@media screen and (max-width: 576px) {
    .comments-wrap {
        padding: 30px 20px 40px;
    }

    .comments-wrap-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .comments-header .avatar-name .name {
        font-size: 16px;
    }

    .comments-text {
        font-size: 14px;
    }
}



.blog-meta .list-wrap {
    display: flex;
    align-items: center;
    gap: 15px 50px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.blog-meta .list-wrap li {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.blog-meta .list-wrap li i {
    color: var(--white);
    font-size: 16px;
    margin-right: 5px;
}

.blog-meta .list-wrap li a {
    display: flex;
    align-items: center;
    color: var(--paragraph-color);
}

.blog-meta .list-wrap li a:hover {
    color: var(--primary-color);
}


.blog-post-wrap .read-more-btn {
    margin-left: auto;
}

.blog-post-wrap .read-more-btn a {
    font-size: 16px;
    color: var(--secondary-color);
    background: var(--white);
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    gap: 10px;
    padding: 7px 29px;
}

.blog-post-wrap .read-more-btn a i {
    transform: rotate(-45deg);
    transition: all 0.3s ease-out 0s;
}

.blog-post-wrap .read-more-btn a:hover {
    background: var(--primary-color);
    color: var(--white);
}

.blog-post-wrap .read-more-btn a:hover i {
    transform: rotate(0);
}


.blog-meta .list-wrap .blog-author a {
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    gap: 10px;
}


@media screen and (max-width: 576px) {
    .blog-meta .list-wrap {
        gap: 15px 20px;
    }

    .blog-meta .list-wrap li {
        font-size: 12px;
    }

    .blog-meta .list-wrap li a {
        font-size: 14px;
    }

    .blog-meta .list-wrap .blog-author a {
        font-size: 14px;
    }

    .blog-details-bottom {
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .blog-post-share .list-wrap li a {
        width: 40px;
        height: 40px;
    }
}

/* blog-sidebar */



.sidebar-search form {
    position: relative;
}

.sidebar-search form button {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    font-size: 18px;
    padding: 0;
    line-height: 1;
    color: var(--paragraph-color);
}



.rc-post-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.rc-post-item:last-child {
    margin-bottom: 0;
}

.rc-post-item .thumb {
    width: 80px;
    flex: 0 0 auto;
    margin-right: 20px;
}

.rc-post-item .thumb img {
    border-radius: 5px;
}


/*** Blog Details End ***/


/*** Footer Start ***/

.footer {
    border-top: 1px solid var(--bs-primary);
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-white);
    transition: 0.5s;
}

.footer .footer-item p {
    /* line-height: 15px; */
    color: var(--bs-light);
    margin-top: 20px;
}

.ft-social-btn {
    background: var(--bs-primary);
    border: none;
    height: 40px;
    width: 40px;
    font-size: 20px;
    line-height: 30px !important;
}

.ft-social-btn svg{
    fill: var(--bs-white);
}

.ft-social-btn:hover svg{
    fill: var(--bs-primary);
}
.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: var(--bs-primary);
}

.footer-logo {
    max-width: 150px;
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid var(--bs-primary);
}

/*** copyright end ***/