* {
    margin: 0;
    padding: 0;
    font-family: Popins,sans-serif
}

html {
    scroll-behavior: smooth
}

body::-webkit-scrollbar {
    width: 8px
}

img {
    object-fit: cover;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

body::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
    outline: 1px solid #708090
}

body {
    font-family: "Nexa Bold"
}

.text-decoration-line-through {
    text-decoration: line-through;
}

a {
    text-decoration: none
}

.hidden {
    display: none !important
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.section-gap {
    padding: 50px 0
}

::selection {
    color: #fff;
    background: #010015
}

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list > .k-state-highlight, .k-list > .k-state-selected, .k-marquee-color, .k-panel > .k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-tool.k-state-selected {
    background-color: #111 !important;
    border-color: #111 !important
}

.k-pager-numbers .k-link, .k-treeview .k-in {
    border: 1px solid #ddd !important
}

.glass-section #pager {
    margin-top: 30px
}

.top-bar {
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
    background: #f8f8f8;
    box-shadow: 3px 10px 23px 0 rgba(0,0,0,.75)
}

    .top-bar nav button {
        transition: .3s ease-in-out !important
    }

    .top-bar nav #navbarSupportedContent {
        transition: .3s ease-in-out
    }

.header-logo a {
    text-decoration: none;
    color: #0093dd;
    font-size: 24px;
    font-weight: 600;
    margin: 0
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(56 57 61);
    font-size: 18px;
    transition: .3s ease-in-out
}

    .navbar-light .navbar-nav .nav-link:hover {
        color: #6c0378;
        transition: .3s ease-in-out
    }

.navbar-nav {
    position: relative
}

    .navbar-nav .nav-item a::after {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        background: #0d45a8;
        height: 3px;
        width: 50%;
        transform: translateX(50px);
        opacity: 0;
        transition: .2s ease-in-out
    }

    .navbar-nav .nav-item a::before {
        position: absolute;
        content: '';
        right: 0;
        bottom: 0;
        background: #b30b74;
        height: 3px;
        width: 50%;
        transform: translateX(-50px);
        opacity: 0;
        transition: .2s ease-in-out
    }

.navbar-brand img {
    height: 40px;
    transition: .3s ease-in-out
}

.our-service {
    background-color: transparent;
    position: relative
}

    .our-service::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(rgba(255,255,255,.95),rgb(255 255 255 / 70%)),url(../Images/background-m-25.jpg);
        filter: grayscale(21%);
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
        z-index: -1
    }

.header-logo a img {
    height: 50px
}

.contact-info {
    text-align: end
}

    .contact-info a {
        text-decoration: none;
        color: #111;
        font-size: 18px;
        font-weight: 400
    }

.carousel-item img {
    height: 100vh
}

.slider-main .carousel-caption {
    position: absolute;
    top: 30%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: inherit;
    width: 55%
}

    .slider-main .carousel-caption h4 {
        font-size: 22px;
        margin-bottom: 10px;
        letter-spacing: 1px
    }

    .slider-main .carousel-caption h3 {
        font-size: 60px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase
    }

    .slider-main .carousel-caption button {
        border: 1px solid #fff;
        color: #fff;
        padding: 10px 30px;
        border-radius: 26px;
        text-transform: uppercase;
        letter-spacing: 1px
    }

.carousel-item::before {
    position: absolute;
    content: "";
    background: rgb(0 0 0 / 27%);
    height: 100vh;
    width: 100%;
    top: 0
}

.nav-item {
    padding: 0 5px
}

    .nav-item:hover .nav-link::after, .nav-item:hover .nav-link::before {
        transform: translate(0);
        opacity: 1;
        transition: .2s ease-in-out
    }

    .nav-item .nav-link {
        color: #fff;
        padding: 10px 10px;
        position: relative
    }

.header-title {
    position: relative;
    text-align: center;
    margin-bottom: 15px
}

    .header-title h3 {
        font-size: 36px;
        font-weight: 600;
        margin-top: 0;
        letter-spacing: 2px
    }

    .header-title p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0
    }

.thumb {
    position: relative;
    transition: .3s ease-in-out;
    cursor: pointer;
    transition: .3s ease-in-out
}

.product {
    overflow: hidden;
    margin-top: 30px;
    transition: .3s ease-in-out
}

    .product:hover {
        box-shadow: 4px 9px 67px -5px rgba(189,189,189,.41);
        transition: .3s ease-in-out
    }

.thumb-content {
    content: "";
    bottom: 0;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    padding: 30px 20px;
    position: absolute;
    top: 0;
    width: 100%;
    transition: .3s ease-in-out
}

    .thumb-content h4 {
        font-size: 20px;
        color: #111;
        font-weight: 600
    }

    .thumb-content ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

        .thumb-content ul li {
            font-weight: 600
        }

.hover-content {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: #04002de8;
    height: 100%;
    width: 100%;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    text-align: center;
    visibility: hidden;
    transform: translateY(-270px);
    opacity: 0;
    transition: .3s ease-in-out
}

    .hover-content h3 {
        color: #fff;
        font-size: 20px;
        margin-bottom: 28px;
        font-weight: 600;
        letter-spacing: 1px
    }

    .hover-content ul {
        display: flex;
        justify-content: center
    }

        .hover-content ul li {
            padding: 0 10px
        }

            .hover-content ul li a {
                color: #fff;
                font-size: 24px
            }

.thumb:hover .hover-content {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: .3s ease-in-out;
    z-index: 9
}

.thumb1 img {
    height: 120px;
    margin: auto
}

.thumb1 .img-top {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s ease-in-out;
    padding: 20px;
    height: 140px;
    width: 100%
}

.thumb1:hover .img-top {
    opacity: 1;
    transition: .3s ease-in-out
}

.banner-set {
    padding: 0 .5px
}

.banner a::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: all .5s ease 0s;
    width: 0
}

.banner:hover a::before {
    background: #ffffff63 none repeat scroll 0 0;
    content: "";
    height: 100%;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: all .5s ease 0s;
    width: 100%
}

.banner-area.section-gap {
    all: unset !important
}

.button-section {
    margin: 50px 0
}

    .button-section ul {
        DISPLAY: FLEX;
        justify-content: center
    }

        .button-section ul li a {
            background: #f6f6f6 none repeat scroll 0 0;
            border: 2px solid transparent;
            border-radius: 20px;
            color: #191919;
            display: inline-block;
            font-size: 18px;
            font-weight: 500;
            height: 40px;
            line-height: 36px;
            margin-right: 15px;
            padding: 0 32px;
            text-transform: capitalize;
            text-decoration: none
        }

            .button-section ul li a.active {
                background: #cbcbcb none repeat scroll 0 0
            }

.work-area {
    background: #010015
}

.work-left h2 {
    color: #cbcbcb;
    font-size: 22px;
    text-transform: uppercase
}

.work-left h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin: 20px 0
}

.work-left h2 span {
    font-weight: 600;
    color: #fff
}

.work {
    font-weight: 600
}

    .work h3 {
        color: #d8d8d8;
        font-size: 22px;
        margin: 0 0 10px
    }

    .work p {
        color: #adadad;
        font-size: 13px;
        line-height: 24px;
        margin-bottom: 0;
        padding-left: 28px;
        padding-right: 29px
    }

.set {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 50px
}

.bradcaump_area {
    padding: 140px 0 105px;
    background-size: cover;
    background-position: center;
    margin-top: 66px;
    position: relative;
    background-image: url('../../Images/GOc1PXtkH7vRSXNcD2I0hXsgHsUW7IbUIdrrQAK7.jpg');
}

    .bradcaump_area::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        background: #11111161;
        top: 0;
        left: 0
    }

.bradcaump_inner h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative
}

    .bradcaump_inner h2::after {
        position: absolute;
        content: "";
        bottom: -10px;
        left: 0;
        background: #15447c;
        height: 3px;
        width: 50px
    }

.bradcaump_inner a {
    color: #000;
    text-decoration: none
}

.abt-title h3 {
    color: #160106;
    font-weight: 600;
    font-size: 34px;
    position: relative;
    margin-bottom: 40px
}

    .abt-title h3::before {
        position: absolute;
        content: "";
        height: 3px;
        width: 100px;
        background: #00d4ff;
        background: linear-gradient(90deg,#00d4ff 0,#cc02e4 35%,#e40000 100%);
        top: 50px;
        left: 0
    }

.abt-title p {
    text-align: justify;
    color: #6f6f6f;
    line-height: 1.8;
    font-size: 18px
}

.abt-left {
    justify-content: center;
    display: flex;
    align-items: center
}

.tour-section {
    position: relative !important
}

.video-img {
    position: relative;
    margin-top: 50px;
    overflow: hidden;
    transition: .2s ease-in-out
}

    .video-img:hover img {
        transform: scale(1.1);
        transition: .2s ease-in-out
    }

    .video-img::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background: #000000a8;
        left: 0
    }

.work_process {
    margin-bottom: 10px
}

.play-btn {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    transition: .3s ease-in-out
}

    .play-btn:hover i {
        background: #111;
        transform: rotate(360deg);
        transition: .3s ease-in-out
    }

    .play-btn i {
        font-size: 30px;
        text-align: center;
        padding: 23px 25px;
        border: 4px solid;
        border-radius: 50px;
        cursor: pointer;
        color: #fff;
        transition: .3s ease-in-out
    }

.video-inner {
    position: absolute;
    content: "";
    background: #111111f2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex !important;
    justify-content: center;
    align-items: center
}

.close-btn {
    position: absolute;
    right: -20px;
    top: -158px;
    background: #100092;
    padding: 8px 15px;
    border-radius: 68px
}

    .close-btn i {
        color: #fff;
        font-size: 16px
    }

.counter-section {
    background: linear-gradient(rgb(0 25 255 / 26%),rgb(14 0 0 / 85%)),transparent url(../Images/roman-logov-jomuw0-3F8A-unsplash.jpg) top/cover no-repeat scroll;
    background-attachment: fixed
}

.counter-box {
    color: #fff;
    font-size: 50px
}

    .counter-box i {
        font-size: 36px;
        color: #fff;
        margin-bottom: 15px
    }

    .counter-box h4 {
        margin-top: 10px;
        font-size: 24px;
        font-weight: 200
    }

.test-img img {
    display: initial !important;
    margin-bottom: 20px;
    height: 120px !important;
    width: 120px !important
}

.test p {
    color: #252525;
    font-size: 16px;
    background: #e9e9e9;
    padding: 30px 30px;
    line-height: 1.8;
    border-radius: 15px
}

.test h3 {
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px
}

.test span {
    font-size: 20px;
    color: #7d7d7d
}

.add-inner .media img {
    height: 24px
}

.add-inner {
    margin-bottom: 20px;
    padding: 0 30px
}

.add-set a {
    text-decoration: none;
    color: #777;
    font-size: 16px
}

    .add-set a strong {
        color: #111
    }

.address-content {
    margin-bottom: 20px;
    padding: 0 30px
}

.box-title {
    margin-bottom: 20px
}

    .address-content h3, .box-title h3 {
        font-size: 34px;
        margin-bottom: 10px;
        letter-spacing: 1px
    }

.message-box input, .message-box select, .message-box textarea {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #252525;
    height: 45px;
    margin-bottom: 20px;
    border-bottom: 1px solid #333
}

.heading.pageHeading {
    font-size: 24px;
    margin-bottom: 20px
}

.message-box .form-control:focus, .message-box select:focus, .message-box textarea:focus {
    color: #495057;
    background-color: #fff;
    border-color: #505050;
    outline: 0;
    box-shadow: none
}

.message-box form {
    margin-bottom: 20px
}

.box-area textarea {
    border-bottom: 1px solid #333
}

.address-content p {
    text-align: justify
}

.set-vission {
    display: flex;
    justify-content: center;
    align-items: center
}

.vision-img {
    text-align: center !important
}

.vision-section p {
    text-align: justify;
    color: #6f6f6f;
    line-height: 1.8;
    font-size: 18px
}

.ride1.owl-carousel .owl-nav.disabled {
    display: block !important
}

.ride1.owl-carousel .owl-nav .owl-prev {
    background: #111;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%)
}

    .ride1.owl-carousel .owl-nav .owl-next i, .ride1.owl-carousel .owl-nav .owl-prev i {
        padding: 10px 15px;
        color: #fff
    }

    .ride1.owl-carousel .owl-nav .owl-prev:hover {
        background: #717171 !important;
        color: #fff;
        text-decoration: none
    }

.ride1.owl-carousel .owl-nav .owl-next {
    background: #111;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%)
}

.thumb1 {
    margin-bottom: 25px;
    transition: .3s ease-in-out
}

.product1 {
    cursor: pointer;
    text-align: center;
    padding: 20px !important;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
    transition: .3s ease-in-out
}

.thumb-content1 h4 {
    text-align: center;
    font-size: 18px
}

    .thumb-content1 h4:hover {
        color: #010015
    }

.thumb-content1 ul {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #2255a4
}

    .thumb-content1 ul .old-price {
        color: rgba(156,156,156,.75);
        text-decoration: line-through
    }

    .thumb-content1 ul li {
        padding: 5px
    }

.like-dislike {
    opacity: 1
}

    .like-dislike ul .heart {
        transform: translateX(60px)
    }

    .like-dislike ul li {
        background: #b000a3;
        background: #15447c;
        padding: 8px 15px;
        margin-right: 5px;
        border-radius: 3px;
        position: relative;
        overflow: hidden;
        border: 1px solid #00d4ff
    }

        .like-dislike ul li:before {
            position: absolute;
            content: '';
            background: rgb(255 255 255 / 80%);
            height: 100%;
            width: 150px;
            left: -54px;
            top: 45px;
            transform: rotate(45deg);
            transition: .5s ease-in-out;
            overflow: hidden;
            opacity: 0;
            visibility: hidden
        }

        .like-dislike ul li a {
            text-decoration: none;
            color: #fff
        }

.product1:hover {
    box-shadow: rgba(17,17,26,.05) 0 1px 0,rgba(17,17,26,.1) 0 0 8px;
    transition: .3s ease-in-out
}

.ac-label i {
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
    font-size: 12px
}

.product1:hover .thumb-content1 .like-dislike {
    opacity: 1;
    transition: .3s ease-in-out
}

    .product1:hover .thumb-content1 .like-dislike ul li::before {
        transition: .5s ease-in-out;
        position: absolute;
        content: '';
        background: rgb(255 255 255 / 80%);
        height: 100%;
        width: 150px;
        left: 20px;
        top: -30px;
        transform: rotate(45deg);
        overflow: hidden;
        opacity: 1;
        visibility: visible
    }

.bread-1 {
    padding: 10px 0;
    background: #cecece
}

.bread-inner p {
    font-size: 14px;
    margin: 0
}

.product-details {
    display: flex;
    justify-content: space-between
}

.like-1 i {
    font-size: 20px;
    position: relative
}

.details-inner h4 {
    color: #8e8e8e;
    font-size: 14px
}

.details-inner h3 {
    font-weight: 600;
    font-size: 20px
}

.details-inner p {
    font-size: 15px;
    font-weight: 600;
    color: #888585;
    letter-spacing: 1px
}

.details-inner span {
    text-transform: uppercase
}

.details-inner p i {
    color: #111;
    cursor: pointer
}

.p_img, .p_img:focus {
    border: 1px solid #e5e5e5;
    cursor: pointer
}

    .p_img .img-fix {
        height: 65px !important
    }

.slick-slide {
    margin: 0 10px
}

    .slick-slide:focus {
        outline: 0
    }

.slick-next, .slick-prev {
    width: 30px !important;
    height: 30px !important;
    background: #333 !important;
    border-radius: 50%
}

    .slick-next:before, .slick-prev:before {
        opacity: 1 !important;
        font-size: 15px !important;
        line-height: 30px
    }

.slick-prev {
    left: -5px !important;
    z-index: 1
}

.slick-next {
    right: -4px !important;
    z-index: 1
}

.btn-open a {
    border: 2px solid #2255a4;
    padding: 8px 15px;
    transition: .3s ease-in-out;
    border-radius: 12px;
    background-color: #2255a4;
    color: #fff;
    font-weight: 700
}

.buy-btn .active {
    padding: 10px;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    transition: .2s ease-in-out;
    background: #15447c
}

.btn-contact {
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    transition: .2s ease-in-out;
    background: #15447c;
    border: none
}

.buy-btn {
    margin: 15px 0
}

.btn-all {
    display: flex;
    margin: 5px 0
}

.buy-btn a {
    background: #15447c;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 14px
}

    .buy-btn a:hover {
        color: #fff;
        transition: .2s ease-in-out;
        border: 1px solid #fff;
        background: #111
    }

.price-section h3 {
    color: #2255a4;
    font-size: 20px;
    font-weight: 700
}

.price-section h5 {
    color: red;
    font-size: 16px
}

.price-section span {
    text-transform: uppercase
}

.price-section p {
    text-transform: uppercase
}

.select-glass h3 {
    font-size: 18px
}

    .select-glass h3 i {
        cursor: pointer
    }

.tech-inner ul {
    justify-content: space-between;
    display: flex;
    max-width: 200px
}

.acc-head h2 button {
    text-decoration: none;
    color: #737373;
    letter-spacing: 1px
}

    .acc-head h2 button:hover {
        text-decoration: none !important
    }

.card-header.acc-head {
    background-color: rgb(255 255 255)
}

.tech-details #accordionExample #collapseOne {
    transition: .3s ease-in-out
}

.tech-inner ul li {
    padding: 5px 0;
    text-transform: capitalize;
    font-weight: 700
}

.acc-head h2 {
    display: flex;
    align-items: baseline
}

    .acc-head h2 i {
        font-size: 14px
    }

.insta-slider {
    margin-bottom: 20px
}

    .insta-slider .owl-nav {
        display: block !important
    }

        .insta-slider .owl-nav .owl-prev {
            background: #000000d6 !important;
            color: #d2d2d2;
            position: absolute;
            left: 0;
            height: 92%;
            top: 0;
            margin: 0;
            width: 3%;
            margin: 0 !important
        }

        .insta-slider .owl-nav .owl-next {
            background: #000000d6 !important;
            color: #d2d2d2;
            position: absolute;
            right: 0;
            height: 92%;
            top: 0;
            width: 3%;
            margin: 0 !important
        }

.owl-theme .owl-nav {
    margin: 0
}

.insta-slider .owl-nav .owl-next i, .insta-slider .owl-nav .owl-prev i {
    color: #d2d2d2
}

.owl-dots {
    display: none
}

.insta-slider .header-title {
    margin-bottom: 20px
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: 0;
    background-color: #010015;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px
}

    #myBtn:hover {
        background-color: #555
    }

.product-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    background: #f3f3f3d2;
    padding: 10px 5px
}

.right-lable {
    display: flex;
    justify-content: center;
    align-items: baseline
}

    .right-lable h3 {
        font-size: 14px;
        margin-right: 10px
    }

.left-lable h3 {
    font-size: 14px
}

.all-products p {
    font-size: 12px;
    margin: 8px 0;
    color: #38393d;
    letter-spacing: 1px
}

.footer_area {
    background: #f6f6f6;
    padding: 40px 0
}

.social-media {
    margin-top: 20px
}

    .social-media ul {
        display: flex
    }

        .social-media ul li {
            padding: 5px 10px;
            border: 1px solid #000;
            border-radius: 10px;
            margin-right: 5px
        }

            .social-media ul li a {
                text-decoration: none;
                color: #000
            }

.logo-section .logo-inner a {
    padding: 0;
    margin: 0
}

.logo-section .logo-inner {
    margin-bottom: 20px
}

.use-link ul li a {
    text-decoration: none;
    color: #6f6f6f;
    font-size: 18px
}

.use-link ul li {
    margin: 10px 0
}

.logo-section p {
    color: #6f6f6f;
    font-size: 18px;
    text-align: justify
}

.contact-us h3, .use-link h3 {
    font-size: 26px;
    color: #111;
    text-transform: uppercase;
    margin-bottom: 20px
}

.contact-us form input {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #252525;
    height: 45px;
    margin-bottom: 20px;
    padding: 0 20px;
    border-bottom: 1px solid #333;
    text-transform: capitalize
}

.foot-inner img {
    height: 25px
}

.foot-inner .media-body a {
    text-decoration: none;
    color: #6f6f6f
}

.foot-inner {
    margin-bottom: 12px
}

.nav-item .nav-link.active {
    background: #11111159;
    border-radius: 5px;
    display: flex;
    align-items: center;
    position: relative
}

    .nav-item .nav-link.active span {
        position: absolute;
        top: -8px;
        right: -10px;
        color: #fff;
        background: #15447c !important
    }

.like-1 i:hover {
    color: red;
    transition: .3s ease-in-out
}

.vision-section h4, .vision-section ul li {
    font-size: 18px;
    color: #6f6f6f
}

.vision-section ul {
    list-style: inside !important
}

.vision-title h3 {
    font-size: 32px
}

.subfooter {
    padding: 10px 0;
    background: #111;
    color: #fff;
    letter-spacing: 1px
}

    .subfooter p {
        text-align: center;
        margin: 0
    }

.contact-us form .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #495057;
    outline: 0;
    box-shadow: none !important
}

.description-title h3 {
    font-size: 18px;
    text-align: center;
    letter-spacing: 1px;
    padding: 20px 0;
    color: #111;
    color: #fff;
    background-color: #15447c;
    border-color: #dee2e6
}

.description-table .table {
    text-align: center
}

.description-table {
    overflow: auto
}

    .description-table .table .thead-light th, .description-table .table tbody tr td {
        border-color: #a9a9a9
    }

        .description-table .table tbody tr td button, .description-table .table tbody tr th button {
            font-size: 14px;
            background: #15447c
        }

    .description-table .table tbody tr td, .description-table .table tbody tr th {
        font-size: 14px
    }

#viewcartlist tr td a {
    text-decoration: none;
    color: red
}

.final-cart-bill {
    display: flex;
    justify-content: flex-end;
    margin: 0
}

.cartPage hr {
    background: #00d4ff;
    background: linear-gradient(90deg,#00d4ff 0,#cc02e4 35%,#e40000 100%);
    height: 2px
}

.billing-right {
    border: 1px solid #ddd;
    padding: 14px;
    background: #d2d2d2;
    border-radius: 6px
}

.check-title h3 {
    font-size: 30px;
    margin-bottom: 15px
}

.k-button.k-state-active, .k-button:active, .k-primary {
    border-color: #15447c !important;
    background-color: #15447c !important
}

    .k-primary.k-state-focused, .k-primary:focus {
        border-color: #15447c !important
    }

.thumbnail {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 320px;
    height: 240px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.image {
    width: 100%;
    height: 100%;
    overflow: hidden
}

    .image img {
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease
    }

    .image:hover img {
        -webkit-transform: scale(1.25);
        -moz-transform: scale(1.25);
        -ms-transform: scale(1.25);
        -o-transform: scale(1.25);
        transform: scale(1.25)
    }

.btn-color {
    background: #2361ade6 !important
}

.btn-size {
    height: 50px;
    width: 200px
}

.btn-color-light {
    background: #4281ccd4 !important
}

.tab {
    width: 100%;
    color: #fff;
    overflow: hidden
}

.tab-close {
    cursor: pointer;
    font-weight: 700;
    position: relative;
    padding: .5em 1em;
    margin-bottom: .5em;
    display: block;
    cursor: pointer;
    background-color: #f5f5f5;
    transition: background-color .15s ease-in-out
}

.ac-label {
    font-weight: 700;
    position: relative;
    padding: .5em 1em;
    margin-bottom: .5em;
    display: block;
    cursor: pointer;
    background-color: #f5f5f5;
    transition: background-color .15s ease-in-out
}

    .ac-input:checked + label, .ac-label:hover {
        background-color: #d1d1d1
    }

    .ac-input:checked + .ac-label:after, .ac-label:after {
        content: "+";
        position: absolute;
        display: block;
        right: 0;
        top: 0;
        width: 2em;
        height: 100%;
        line-height: 2.25em;
        text-align: center;
        background-color: #e5e5e5;
        transition: background-color .15s ease-in-out
    }

    .ac-input:checked + .ac-label:after, .ac-label:hover:after {
        background-color: #b5b5b5
    }

.ac-input:checked + .ac-label:after {
    content: "-"
}

.ac-input {
    display: none
}

.ac-sub-text, .ac-text {
    opacity: 0;
    height: 0;
    margin-bottom: .5em;
    transition: opacity .5s ease-in-out;
    overflow: hidden
}

.ac-input:checked ~ .ac-text, .ac-sub .ac-input:checked ~ .ac-sub-text {
    opacity: 1;
    height: auto
}

.ac-sub .ac-label {
    background: 0 0;
    font-weight: 600;
    padding: .5em 2em;
    margin-bottom: 0;
    text-transform: capitalize
}

    .ac-sub .ac-label span {
        font-weight: 400
    }

    .ac-sub .ac-label:checked {
        background: 0 0;
        border-bottom: 1px solid #f5f5f5
    }

    .ac-sub .ac-input:checked + .ac-label:after, .ac-sub .ac-label:after {
        left: 0;
        background: 0 0
    }

    .ac-sub .ac-input:checked + label, .ac-sub .ac-label:hover {
        background: 0 0
    }

.ac-sub-text {
    padding: 0 1em 0 2em
}

#pager {
    background: #fbf7f7;
    border: #fff;
    justify-content: center;
    display: flex
}

    #pager .k-pager-first, #pager .k-pager-info, #pager .k-pager-last, #pager .k-pager-numbers {
        display: none
    }

.k-pager-wrap > .k-link {
    border-style: none !important
}

.k-upload .k-clear-selected, .k-upload .k-upload-selected {
    display: none !important
}

.k-notification-info {
    background-color: #06c;
    color: #fff;
    border-color: #06c
}

.k-notification-success {
    background-color: #15447c !important;
    color: #fff;
    border-color: #15447c !important
}

.k-notification-warning {
    background-color: #ffc000;
    color: #000;
    border-color: #ffc000
}

.k-notification-error {
    background-color: #db4240;
    color: #fff;
    border-color: #db4240
}

.k-icon, .k-tool-icon {
    display: none !important
}

.k-notification-wrap {
    padding: 9px 9px !important;
    font-size: 16px
}

.k-notification {
    position: fixed !important
}

.k-animation-container {
    margin-left: -30px !important;
    top: 705px !important
}

.row {
    margin-left: 15px !important;
    margin-right: 15px !important
}

.loader-section {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #fff;
    content: "";
    top: 0;
    left: 0;
    z-index: 99999999
}

.img-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    transform: translate(-50%,-50%);
    align-items: center
}

    .img-inner img {
        height: 60px
    }

.k-radio:checked + .k-radio-label:after {
    background-color: #15447c !important
}

.k-radio:checked + .k-radio-label:after {
    top: 2px !important;
    left: 2px !important
}

.img-inner h1 {
    font-weight: 600;
    color: #3a3b3f;
    font-size: 34px
}

.k-radio-label:active:before, .k-radio:checked + .k-radio-label:active:before {
    box-shadow: 0 0 3px 0 #fff !important;
    border-color: #15447c !important
}

.bold {
    font-weight: 600
}

.k-edge .k-pager-numbers + .k-link, .k-ff .k-pager-numbers + .k-link, .k-ie10 .k-pager-numbers + .k-link, .k-ie11 .k-pager-numbers + .k-link, .k-safari .k-pager-numbers + .k-link, .k-webkit .k-pager-numbers + .k-link {
    margin-left: 0 !important
}

.signup-btn {
    border-radius: 25px;
    background-color: #15447c;
    color: #fff !important;
    padding: 0 24px
}

    .signup-btn a {
        color: #fff !important
    }

.heading {
    text-align: center;
    margin: 20px 0
}

    .heading span {
        display: inline-block;
        height: 15px;
        width: 15px;
        border-radius: 50px;
        background: #fff;
        border: 2px solid #02a4e6;
        position: relative
    }

        .heading span:before {
            top: 50%;
            width: 100px;
            height: 2px;
            left: 20px;
            content: '';
            margin: -1px 0 0;
            position: absolute;
            background: #536675
        }

        .heading span:after {
            top: 50%;
            width: 100px;
            height: 2px;
            right: 20px;
            content: '';
            margin: -1px 0 0;
            position: absolute;
            background: #536675
        }

.service-top-cuves {
    position: relative
}

    .service-top-cuves:before {
        position: absolute;
        content: "";
        top: -35px;
        left: 0;
        width: 100%;
        height: 100px;
        background: #f7f7f7;
        overflow: hidden;
        transform: skewY(-3deg)
    }

.heading h2 {
    font-weight: 600;
    color: #536675;
    text-transform: uppercase;
    font-size: 33px;
    position: relative
}

.heading h5 {
    padding: 0 150px;
    color: #8c8c8c;
    font-weight: 300;
    font-size: 17px;
    margin-top: 12px
}

.contact-form {
    border: 1px solid #d8dee2;
    padding: 10px 20px
}

    .contact-form .form-control {
        margin-bottom: 30px;
        border-radius: 0
    }

        .contact-form .form-control:focus {
            box-shadow: none
        }

    .contact-form h4 {
        color: #3b9df1;
        font-size: 30px;
        font-weight: 600
    }

        .contact-form h4 span {
            color: #536675
        }

    .contact-form p {
        margin: 30px 0
    }

.contact-btn {
    margin-top: 35px;
    text-align: center
}

.col-12.contact-btn.text-center {
    margin-top: 0 !important
}

.contact-left {
    margin-top: 40px;
    border: 1px solid #d8dee2;
    padding: 34px 20px
}

    .contact-left h6 {
        font-size: 30px
    }

    .contact-left h6 {
        font-size: 30px;
        color: #3b9df1;
        margin-bottom: 25px
    }

        .contact-left h6 span {
            color: #536675
        }

    .contact-left ul {
        list-style: none;
        padding-left: 0;
        margin: 22px 0 0
    }

        .contact-left ul li {
            margin-bottom: 10px
        }

            .contact-left ul li i {
                font-size: 12px;
                height: 25px;
                line-height: 25px;
                margin: 5px 14px 5px 0;
                text-align: center;
                width: 25px;
                color: #fff;
                background: #536675
            }

            .contact-left ul li span {
                font-weight: 600;
                font-size: 17px;
                display: none
            }

.login-btn {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.quick-btn .btn {
    background: #15447c !important;
    border-color: #00d4ff !important;
    color: #fff !important;
    font-style: inherit;
    text-decoration: none;
    padding: 10px 20px;
    margin-top: 20px
}

.regi-slider {
    background-image: url(../Images/GOc1PXtkH7vRSXNcD2I0hXsgHsUW7IbUIdrrQAK7.jpeg)
}

.about-slider {
    background: url(../Images/GOc1PXtkH7vRSXNcD2I0hXsgHsUW7IbUIdrrQAK7.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative
}

.btn:hover {
    background: 0 0 !important;
    transition: all .5s;
    color: #15447c !important
}

.btn i {
    padding-left: 8px;
    font-weight: 600
}

.btn.mt-4 {
    font-weight: 600
}

.btn-outline {
    background: 0 0 !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    transition: all .5s
}

.sub-header {
    background: #15447c;
    padding: 6px 0
}

.left-header .list-inline {
    margin-bottom: 0
}

.left-header .list-inline-item:not(:last-child) {
    margin-right: 5px
}

.left-header ul li {
    color: #fff;
    font-size: 14px
}

.left-header ul {
    margin: 0;
    padding: 0
}

    .left-header ul li {
        padding: 0 15px;
        list-style: none
    }

header .navbar-collapse {
    transition: .3s ease-in-out
}

.left-header ul li a {
    color: #fff
}

    .left-header ul li a:hover {
        text-decoration: none
    }

.right-header .icon {
    width: 25px;
    height: 25px;
    border-radius: 50px;
    background: #fff;
    display: inline-block;
    text-align: center;
    transition: all .5s;
    margin-right: 2px
}

    .right-header .icon i {
        line-height: 25px;
        color: #000;
        font-size: 13px
    }

    .right-header .icon:hover i {
        color: #fff
    }

    .right-header .icon:nth-child(1):hover {
        background: #3b5998
    }

    .right-header .icon:nth-child(2):hover {
        background: #8a3ab9
    }

    .right-header .icon:nth-child(3):hover {
        background: #00acee
    }

    .right-header .icon:nth-child(4):hover {
        background: #0077b5
    }

    .right-header .icon:nth-child(5):hover {
        background: #c8232c
    }

#profile:before {
    right: 50px
}

#profile:before, #slidedown-cart:before {
    color: #444;
    font-size: 32px;
    right: 50px;
    left: auto;
    position: absolute;
    content: "";
    top: -31px;
    line-height: 20px;
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #15447c;
    border-left: 15px solid transparent
}

.main-panel .panel-collapse.collapse {
    visibility: visible
}

header .navbar-collapse {
    transition: .3s ease-in-out
}

#profile {
    box-shadow: none;
    line-height: 1.7;
    padding: 15px;
    position: absolute;
    right: 20px;
    text-align: left;
    top: 43px;
    width: 130px;
    z-index: 999999;
    background: #fff;
    border: 1px solid #e5e5e5;
    margin-top: -1px;
    border-top: 3px solid #15447c
}

.left-header .list-inline-item:hover {
    cursor: pointer
}

#profile ul li a {
    font-size: 14px;
    color: rgb(56 57 61)
}

#profile ul li {
    padding: 0 7px
}

    #profile ul li a i {
        font-size: 14px;
        color: rgb(56 57 61);
        padding-right: 10px
    }

.navbar-toggler .bi {
    width: 1em;
    height: 1em
}

.navbar-light .navbar-toggler {
    border: none
}

button:focus {
    outline: 0
}

.close span {
    color: #000
}

.service-header h3 {
    text-transform: capitalize;
    text-align: center;
    font-size: 36px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #424242;
    position: relative
}

.service-header {
    margin-bottom: 30px
}

    .service-header h3::before {
        position: absolute;
        content: "";
        height: 4px;
        width: 70px;
        background-color: #b30b74;
        top: 44px;
        left: 49%
    }

    .service-header h3::after {
        position: absolute;
        content: "";
        height: 4px;
        width: 56px;
        background-color: #0d45a8;
        top: 44px;
        left: 45%
    }

.about-section1 {
    background: #fbfbfb;
    height: 100vh
}

.imp-content1 p {
    font-size: 18px
}

.inner-contain {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.inner-contain {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.k-upload .k-upload-button {
    margin-right: 0 !important
}

.upload-bg {
    background-color: #dfdfdf4d;
    border-radius: 4px
}
