* {
    text-decoration: none !important;
    list-style: none !important;
}

:root {
    --bs-gar: linear-gradient(90deg, rgba(8, 16, 27, 1) 10%, rgba(34, 123, 148, 1) 86%) !important;

    --color-dark: #08101b;
    --color-secound: #227B94;
}

/* .colov {
    color: #227b94c2
} */

.bg-1 {
    background: var(--bs-gar);
}

.color-dark {
    color: var(--color-dark);
}

.color-2 {
    color: var(--color-secound) !important
}

.bg-2 {
    background: var(--color-dark) !important;
}

.sign-btn {
    background: transparent;
    border: none;
    border-bottom: 1px solid white;
    transition: 0.3s linear;
    width: 150px;
    height: 70px;
}
.sign-btn:hover{
    border-radius: 50px;
    background: var(--bs-gar) !important;
}

@media screen and (max-width:767.98px) {
    .top-bottom-padding {
        padding: 100px 0px 70px !important;
    }
}

@media screen and (max-width:428.98px) {
    .d-xs-flex {
        display: flex !important;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .sm-img-100 {
        img {
            width: 100%;
            height: auto;
        }
    }
}

header {

    position: fixed;
    width: 100%;
    z-index: 5;
    /* box-shadow: 3px -1px 2px #fff; */
    transition: 0.2s ease-in-out;
}

.nav-active {
    background: #091723;
}

.mob-ul-design a {
    color: #fff;
    font-weight: 500;
}

.mob-ul-design .dropdown-menu {
    border-radius: 5px !important;

    a {
        color: #000;
    }
}

/* button-1 */
.btn-style-1 {
    /* border: 1px solid #fff; */
    border-top: 0px !important;
    transition: 0.2s linear;
    padding: 10px 15px;
    /* border-radius: 5px !important; */

    span {
        top: -12px;
    }
}

/* .btn-style-1:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 1px;
    background: #fff;
    left: 0px;
    top: 1px;
}

.btn-style-1:after {
    position: absolute;
    content: "";
    width: 80px;
    height: 1px;
    background: #fff;
    right: 0px;
    top: 1px;
} */

.btn-style-1 .btn-style-1:hover {
    background: #dbb60efa
}

@media screen and (min-width:767.98px) {
    nav {
        height: 80px;
    }
}

@media screen and (max-width:991.98px) {
    .img-lg-100 {
        width: 100%;
        height: auto;
    }
}

/* mobile-view */

.mobile-navigation {
    background-color: rgb(0 0 0 / 75%);

    .dropdown-menu {
        padding: 0px 8px;
        box-shadow: 1px -1px 8px #999;
        margin-top: 10px;
    }

    .dropdown-menu li a {
        padding: 10px 0px !important;

    }

    .dropdown-item {
        line-height: 20px;

    }
}

.ul-border {
    border: 1px solid #b194701a;
}

.mobile-navigation ul li a {
    line-height: 50px;
    padding: 10px 20px !important;
    position: relative;
}



.side-nav {
    width: 70%;
    height: 100%;
    position: fixed;
    z-index: 100;
    transition: 1s;
    overflow: hidden;
    -webkit-transition: all 0.6s ease-in-out;
    overflow-y: scroll;
    top: 0;
}

.overlayb {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

/*  */

/* section-1 */
.section-1 {
    background: url(images/banner.webp) center / cover no-repeat #0000002e;
    padding: 5rem 0 8rem;
    height: 100%;
    min-height: 50rem;
    position: relative;
    background-blend-mode: color;
}

.section-1:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle, #e1c781 0, #08101b 0, #0000008c 63%);
    transform: translateZ(0);
    opacity: .9;
}

.botomBordr {
    background: url(./images/line.webp) center bottom / 100% no-repeat;
}

.top-bottom-padding {
    padding: 180px 0px 70px;
}

.btn-style-ex {
    background: linear-gradient(90deg, rgba(8, 16, 27, 1) 10%, rgba(34, 123, 148, 1) 86%);
    color: white;
    transition: 0.5s ease-in;
}

.btn-style-ex:hover {
    background: linear-gradient(90deg, rgba(34, 123, 148, 1) 22%, rgb(20, 20, 19) 97%);
}

.ul-list {
    i {
        color: #227B94
    }
}

.form-sec {
    background: linear-gradient(to right, #08101bb8, #227b947a);
}

.form-banner {
    .input-group {
        position: relative;

        label {
            i {
                width: 50px;
                height: 50px;
                background: #08101b;
                left: -6px;
                top: -3px;
            }
        }
    }

    input {
        padding: 15px;
    }
}

/* section-2 */
.box-content {
    bottom: 10px;
}

@media screen and (min-width:1150.98px) {
    .box-content {

        left: -100px;
    }
}

.padding {
    padding: 90px 0px 50px;
}


/* section-3 */
.section-3 {
    background: url(./images/bg3.webp) top center no-repeat;

}

@media screen and (min-width:1199.98px) {
    .py-padding {
        padding: 150px 0px 50px !important;
    }
}

.serviceCard {

    cursor: pointer;
    transition: .5s;
}

.serviceCard:hover {
    transform: scale(1.08);
}

.linkStyle {
    transition: 0.5s;
}

.linkStyle:hover {
    color: #227B94 !important;
}

.linkStyle i {
    transition: 0.5s;
}

.linkStyle:hover i {
    left: 1rem;
}

/* section-4 */
.section-4 {
    background: url(./images/bg2.webp) center bottom / 100% 100% no-repeat;
}

.section-4 {
    .slick-slide {
        transition: all 0.5s ease-in-out;
        transform: scale(0.8);
        filter: blur(0px);
    }

    .slick-center {
        transform: scale(1.1);
        filter: blur(0);
    }

    .slick-slide.smaller {
        transform: scale(0.7);
    }

    .slide-content {
        display: none;
        text-align: center;
        margin-top: 15px;
        color: #333;
    }

    .slick-center .slide-content {
        display: block;
    }

    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .slick-center .overlay {
        opacity: 1;
    }
}

/* section-5 */
.reviewSec {
    background: url(./images/bg3.webp) bottom center no-repeat;
    padding: 202px 0px 50px;
}

.img-uni-box {
    width: 150px;
    height: 150px;
    border-radius: 100px;
    border: 1px solid #000
}

.star-icon {
    i {
        color: #000;
    }
}

.lvybox:hover .star-box {
    top: -75%;
    opacity: 1;
}

.lvybox .star-box {
    top: -55%;
    left: -15%;
    border: 1px solid #f9f9f9;
    opacity: 0;
    transition: .5s;
}

/* section-5 */
.img-setup {
    bottom: -47px;
    left: 0px;
}

.project-plus {
    left: 103px;
    right: 0px;
    bottom: 0px;
    width: 240px;
    border: 2px solid white;
    z-index: 2;
    height: 110px;
}

.bord-1 {
    border: 1px solid #dddddd;
}

.tablinks {
    position: relative;
}

.ta-btn {
    color: white !important;
    background: #ddd;

    a {
        color: #000;
    }
}

.ta-btn:hover {
    background: linear-gradient(90deg, rgba(8, 16, 27, 1) 10%, rgba(34, 123, 148, 1) 86%) !important;

    a {
        color: white !important;
    }
}

.tablinks2:hover {
    background: linear-gradient(90deg, rgba(8, 16, 27, 1) 10%, rgba(34, 123, 148, 1) 86%) !important;

    a {
        color: white !important;
    }
}

.ta-btn.active {
    background: linear-gradient(90deg, rgba(8, 16, 27, 1) 10%, rgba(34, 123, 148, 1) 86%) !important;

    a {
        color: white !important;
    }
}

.tablinks2.active2 {
    background: linear-gradient(90deg, rgba(8, 16, 27, 1) 10%, rgba(34, 123, 148, 1) 86%) !important;

    a {
        color: white !important;
    }
}

.tablinks:before {
    content: '';
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #dbd9df;
    position: absolute;
    bottom: -12px;
    left: calc(50% - 12px);
}

.tablinks2 {
    position: relative;
}

.tablinks2:before {
    content: '';
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #dbd9df;
    position: absolute;
    bottom: -12px;
    left: calc(50% - 12px);
}

.active:before {
    border-top: 12px solid #217991 !important;
}

.active2:before {
    border-top: 12px solid #217991 !important;
}

@media screen and (max-width:575.98px) {
    .img-575 {
        width: 100%;
        height: auto;
    }

    .project-plus {
        left: 50px;

    }
}


/* section-6 */
.bg-rating {
    background: url(./images/search-bg.webp) top right / cover no-repeat;
}

.rating-box {
    border: 1px solid #227b944f;
    transition: 0.3s ease-out;

}

.rating-box:hover {
    border: 1px solid transparent;
    border-bottom: 2px solid #227B94;
    background: #192e4ab8;
}

/* section-7 */
.section-7 {
    background: url(./images/bg3.webp) bottom center no-repeat;
    padding: 50px 0px 100px;
}

/* section-8 */
.section-8 {
    .container {
        background: url(./images/bg3.webp) bottom center no-repeat;
        background-size: cover;
        padding: 50px 0px 100px;
    }
}


.review-box-1:before {
    content: '';
    width: 2rem;
    height: 10rem;
    border-radius: 6px 0 0 6px;
    background: #000;
    position: absolute;
    top: 11rem;
    right: 0;
    z-index: 1;

}

.prograsbar:before {
    background: var(--bs-gar);
    content: "";
    position: absolute;
    width: 90%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-radius: 20px;

}

@media screen and (min-width:991.98px) {
    .ex-service {
        right: -207px;
        position: relative;

    }

    .girl-rev {
        left: -57px;
        top: -71px;
        z-index: 2;
    }

}

/* accourdian */
.section-accoudion {
    background: url(./images/bg3.webp) bottom center no-repeat;
    padding: 230px 0px 90px;
}
.faq-box {
    top: 182px;
    left: -82px;
}

.accordion-button {
    border: 0px !important;
    color: #08101b !important
}

.accordion-button:not(.collapsed) {
    background-color: #08101b;
    /* Change background color to black */
    color: #fff !important;
    /* Change text color to white for better visibility */
}

.accordion-button:not(.collapsed):focus {
    box-shadow: none;
    /* Optional: Remove the box-shadow if unwanted */
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button.collapsed::after {
    background: url("./images/plus.svg") !important;
}

.accordion-button:not(.collapsed)::after {
    background: url("./images/minace.svg") !important;
}



/* footer */
footer {
    background: url(./images/footer-bg.webp) top center / cover no-repeat;
    padding: 180px 0px 20px !important;
    a{
        color:#edf8ff;
    }
}
.copyright{
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
}