    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }

    body {
        padding: 0;
        margin: 0;
        text-decoration: none;
        border: none;
        list-style-type: none;
        font-family: 'DM Sans', sans-serif;
    }

    .w-70 {
        width: 70%;
    }

    li,
    a,
    button {
        font-weight: 500;
        font-family: 'DM Sans', sans-serif;
        font-size: 16px;
        text-decoration: none;
    }

    .uk-h1,
    .uk-h2,
    .uk-h3,
    .uk-h4,
    .uk-h5,
    .uk-h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: #06013b;
    }

    header {
        position: relative !important;
        background: #0a033b;
    }

    nav {
        /*background: #000;*/
        height: 80px;
        width: 100%;
    }

    label.logo {
        color: white;
        font-size: 35px;
        font-weight: bold;
        margin: 4px 0 7px 0;
        display: inline-block;
    }

    /* nav ul {
        float: right;
        margin-right: 20px;
        margin-top: 20px;
    } */

    .main ul {
        float: right;
        margin-right: 20px;
        margin-top: 20px;
    }

    nav ul li {
        display: inline-block;
        /*line-height: 80px;*/
        margin: 0 5px;
    }

    nav ul li a {
        /* color: white; */
        font-size: 17px;
        padding: 7px 13px;
        border-radius: 3px;
    }

    .main  ul li a {
        color: white;
        font-size: 17px;
        padding: 7px 13px;
        border-radius: 3px;
    }

    a.active,
    a:hover,
    a.active button {
        color: #9a5bc4;
        transition: .5s;
        text-decoration: none;
    }

    nav ul li a:hover button,
    nav ul li a.active button {
        background: #9a5bc4;
        color: #fff;
    }

    .checkbtn {
        font-size: 30px;
        color: white;
        float: right;
        line-height: 80px;
        margin-right: 40px;
        cursor: pointer;
        display: none;
    }

    #check {
        display: none;
    }

    @media (max-width: 952px) {
        label.logo {
            font-size: 30px;
            padding-left: 50px;
        }

        nav ul li a {
            font-size: 16px;
        }
    }

    .sect-title {
        text-align: right;
        display: inline-block;
    }

    .sect-title .sub-title {
        font-size: 18px;
        color: #498fde;
        margin-bottom: 0px;
        font-weight: 600;
    }

    .sect-title .title {
        margin: 0 0 20px;
        font-size: 2.7rem;
        font-weight: 600;
        line-height: 45px;
    }

    button {
        padding: 8px 20px;
        cursor: pointer;
        border: none;
        border-radius: 30px;
        transition: all 0.3s ease 0s;
        background: #fff;
        color: #000;

    }

    .banner {
        position: relative;
        text-align: center;
    }

    .social-media {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        position: absolute;
        right: 5%;
        bottom: 30%;
        transform: rotate(-90deg);
        gap: 10px;
        width: fit-content;
        height: 65px;
        mix-blend-mode: hard-light;
    }

    .inner-page .social-media {
        mix-blend-mode: normal;
        bottom: auto;
        top: 400px;
    }

    .inner-page .social-media p {
        color: #9b47d4;
    }


    .social-media p {
        flex: 0 0 40%;
        color: #fff;
        font-size: 1rem;
        font-weight: 600;
        margin: 0;
    }

    .nav-social-icons {
        flex: 0 0 70%;
        position: relative;
        padding-right: 10px;
    }

    .nav-social-icons::after {
        content: '';
        height: 80px;
        width: 2px;
        background: #fff;
        position: absolute;
        right: 0;
        top: 50%;
        right: -35%;
        top: 50%;
        transform: translate(-50%, -50%) rotate(-90deg) !important;
    }

    .inner-page .nav-social-icons::after {
        background: #9b47d4;
    }

    .nav-social-icons a {
        /*padding: 2% 5%;*/
        color: #a6a3ff;
        font-size: 1.5rem;
        transition: color .3s ease-out;
        transform: rotate(90deg);
        display: inline-block;
    }

    .inner-page .nav-social-icons a {
        color: #5148ff;
    }

    .nav-social-icons a:hover {
        color: #cbc9fa;
    }

    /* ----------------------------------- New Hero ----------------------------------- */

    .banner {
        background: url(images/bnrbg.png) no-repeat;
        background-size: cover;
        min-height: 450px;
    }

    .inner-banner {
        background: url(images/technology-bg.jpg) no-repeat center center;
        background-size: cover;
        border-bottom: 1px solid #ebe4e4;
    }

    .inner-banner .bnnr-txt h1,
    .inner-banner .sub-text,
    .inner-banner .bnnr-txt p {
        color: #06013b;
    }

    .bnnr-contnt {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .bnr-items {
        position: relative;
    }

    .bnnr-txt h1 {
        font-size: 3.5rem;
        font-weight: 700;
        margin: 0;
        color: #fff;
        text-align: left;
        line-height: normal;
    }

    .bnnr-txt p {
        font-size: 1.5rem;
        margin-bottom: 0;
        line-height: 1.5;
        font-style: italic;
        color: #fff;
        text-align: left;
    }


    button.bnrbtn {
        background-image: linear-gradient(to right, #9b47d4, #4d4cf1);
        color: #fff;
        font-size: 16px;
        padding: 10px 20px;
        transition: background-image 1s ease-out;
    }

    button.bnrbtn:hover {
        background-image: linear-gradient(to right, #4d4cf1, #9b47d4);
    }

    button.bnrbtn a {
        color: #fff;
    }

    .sub-text {
        font-size: 1.2rem;
        color: #fff;
        text-align: left;
    }




    /*  ----------------------------------- Service Section -----------------------------------  */

    .servicearea {
        width: 100%;
        margin: 20px auto;
        background: url(images/bg1.png) no-repeat;
        background-size: cover;
        background-position: center;
        text-align: center;
    }

    .servicearea h2 {
        color: #06013b;
        font-weight: 600;
        position: relative;
        font-size: 2.7rem;
    }

    .servicearea h2 span {
        position: absolute;
        top: -36px;
        right: 39%;
        color: #498fde;
        font-size: 18px;
    }


    .uk-section {
        padding-top: 20px;
    }

    .owl-carousel {
        position: relative;
        margin-top: 30px;
    }

    .owl-nav {
        position: absolute;
        top: -60px;
        left: 10px;
    }

    .uk-card-primary {
        border-radius: 8px;
        background: #fcfcfc !important;
        color: #060141 !important;
        box-shadow: 0 5px 15px rgb(0 0 0 / 7%);
    }

    .uk-card-primary a {
        color: #06013b !important;
    }

    .uk-card-primary h3 {
        margin-top: 10px;
        color: #060141 !important;
    }

    .uk-card> :last-child {
        margin-top: 0;
        margin-bottom: 10px
    }

    .uk-card-primary p {
        margin-top: 30px;
        margin-bottom: 0;
        color: #060141 !important;
    }

    .uk-card a i {
        margin-left: 3px;
    }

    .owl-next {
        background: #3286f0;
    }

    
    .owl-theme .owl-nav [class*='owl-'] {
        display: none;
    }

    .owl-dots {
        margin-top: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        width: 20px;
        height: 20px;
        background-color: #a6a3ff;
    }

    .owl-dots:active>span {
        width: 14px;
        height: 14px;
    }

    .owl-carousel .owl-stage {
        display: flex;
    }

    .uk-card-title {
        padding-bottom: 20px
    }

    .owl-item {
        margin-bottom: 30px;
        flex: 1;
    }

    .owl-carousel .owl-item .item,
    .uk-card-primary {
        height: 100%
    }

    .owl-carousel .owl-item img {
        display: inline-block;
        width: 35%;
    }

    /*  ----------------------------------- Service logos -----------------------------------  */

    .company-logos {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        border-top: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
    }

    .company-logos .logo-item {
        /* filter: grayscale(1); */
        /* opacity: .55; */
        /* cursor: pointer; */
        opacity: .9;
        transition: transform .3s ease-out;
    }

    .company-logos .logo-item:hover {
        filter: grayscale(0);
        opacity: .9;
        transform: translateY(-10px);
    }

    /* ----------------------------------- What We Do -----------------------------------  */

    .what-we-do {
        position: relative;
        background: url("images/bg2.jpg");
        height: 100vh;
    }

    .main-area {
        display: flex;
        align-items: center;
        align-content: space-around;
        justify-content: center;
        grid-column-gap: 1rem;
        position: relative;
        z-index: 9;
    }

    .main-area .wwd-img {
        flex: 0 0 56%;
    }

    .main-area .wwd-img img {
        width: 100%;
    }

    .blue {
        color: #06013b;
    }

    .what-we-do .wwd-text,
    .white {
        color: #fff;
    }

    .main-area .wwd-text {
        text-align: right;
        flex: 0 0 42%;
    }

    .bolder-txt {
        font-weight: 700;
        display: block;
        margin-bottom: 20px;
    }

    .what-we-do .rdmr-btn {
        color: #fff;
    }

    /* Top tilt */

    .top-tilt {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
        line-height: 0;
    }

    .top-tilt svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 100px;
        transform: rotateY(180deg);
    }

    .top-tilt .shape-fill {
        fill: #FFFFFF;
    }

    /* Bottom tilt */
    .bottom-tilt {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
        line-height: 0;
        transform: rotate(180deg);
    }

    .bottom-tilt svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 100px;
        transform: rotateY(180deg);
    }

    .bottom-tilt .shape-fill {
        fill: #FFFFFF;
    }

    /* ----------------------------------- Portfolio -----------------------------------  */

    .portfolio {
        padding-top: 50px;
        margin-top: -20%;
        position: relative;
    }

    .portfolio .sect-title {
        margin: auto;
    }

    .wrapper {
        display: flex;
        max-width: 1200px;
        position: relative;
        margin: auto;
    }

    .wrapper i {
        top: 50%;
        height: 44px;
        width: 44px;
        color: #343F4F;
        cursor: pointer;
        font-size: 1.15rem;
        position: absolute;
        text-align: center;
        line-height: 44px;
        background: #fff;
        border-radius: 50%;
        transform: translateY(-50%);
        transition: transform 0.1s linear;
    }

    .wrapper i:active {
        transform: translateY(-50%) scale(0.9);
    }

    .wrapper i:hover {
        background: #f2f2f2;
    }

    .wrapper i:first-child {
        left: -22px;
        display: none;
    }

    .wrapper i:last-child {
        right: -22px;
    }

    .wrapper .portfolio-carousel {
        font-size: 0px;
        cursor: pointer;
        overflow: hidden;
        white-space: nowrap;
        scroll-behavior: smooth;
    }

    .carousel-title {
        transform: rotate(90deg);
    }

    .carousel-wrapper-box {
        display: flex;
        align-content: center;
        justify-content: space-between;
    }

    .portfolio-carousel.dragging {
        cursor: grab;
        scroll-behavior: auto;
    }

    .portfolio-carousel.dragging img {
        pointer-events: none;
    }

    .portfolio-carousel img,
    .carousel-wrapper-box {
        height: 340px;
        object-fit: cover;
        user-select: none;
        width: calc((100% - 30px) / 3);
        border-radius: 15px;
        border: 1px solid #67ccea57;
    }

    .portfolio-carousel a img {
        margin-left: 14px;
    }

    .portfolio-carousel a:first-child img,
    .carousel-wrapper-box:first-child {
        margin-left: 0px;
    }

    /* ----------------------------------- Portfolio -----------------------------------  */

    .best-thing {
        background: url("images/bg4.png") center center no-repeat;
        background-size: cover;
        height: fit-content;
        padding: 0 0 80px;
    }

    .best-thing .main-area {
        grid-column-gap: 5rem;
    }

    .best-thing .main-area .wwd-text {
        text-align: left;
    }

    .best-thing .sect-title {
        text-align: right;
    }

    .best-thing .rdmr-btn {
        color: #000;
    }

    .best-thing .sub-title {
        color: #498fde;
    }

    .best-thing .wwd-img {
        position: relative;
        flex: 60%;
    }

    .bt img {
        width: 100%;
    }

    .bt .bt-main {
        z-index: 1;
        position: relative;
    }

    .bt .bt-bg {
        position: absolute;
        top: 60%;
        left: 45%;
        width: 80%;
        transform: translate(-50%, -50%);
    }


    /* ------- Inner Paage Css (About Us) -------*/

    .aboutus-section {
        padding: 50px 0;
    }

    .feature .feature-box {
        border-left: 1px solid #498fde;
        margin-left: 35px;
    }

    .feature .feature-box .clearfix {
        margin-left: -35px;
    }

    .feature .feature-box .iconset {
        background: #fff none repeat scroll 0 0;
        float: left;
        position: relative;
        width: 70px;
    }

    
    .feature .feature-box:last-child {
        border: none;
    }


    .feature .feature-box .feature-content {
        float: left;
        padding-left: 28px;
        width: calc(100% - 80px);
    }

    .feature .feature-box .feature-content h4 {
        font-size: 22px;
        letter-spacing: 0;
        line-height: normal;
        margin: 0 0 5px;
        color: #060141;
    }

    .feature .feature-box .feature-content p {
        color: #060141;
    }

    .icon {
        color: #498fde;
        padding: 0px;
        font-size: 40px;
        border: 1px solid #498fde;
        border-radius: 100px;
        font-size: 28px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        width: 70px;
    }

    .box_list {
        max-width: 600px;
        width: 100%;
        margin: 20px auto 0px auto;
        padding: 0 15px 15px 18px;
        background: #fff;
        color: #595959;
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .box_list ol {
        counter-reset: li;
        list-style: none;
        padding: 0;
        margin-bottom: 4em;
        text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .box_list .rounded-list span {
        position: relative;
        display: block;
        padding: .4em .4em .4em 2em;
        margin: .5em 0;
        background: #ddd;
        color: #444;
        text-decoration: none;
        -moz-border-radius: .3em;
        -webkit-border-radius: .3em;
        border-radius: .3em;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    .box_list .rounded-list span:before {
        content: counter(li);
        counter-increment: li;
        position: absolute;
        left: -1.3em;
        top: 50%;
        margin-top: -1.3em;
        background: #9b47d4;
        color: #ffffff;
        height: 39px;
        width: 39px;
        line-height: 31px;
        border: .3em solid #fff;
        text-align: center;
        font-weight: bold;
        -moz-border-radius: 2em;
        -webkit-border-radius: 2em;
        border-radius: 2em;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    .box_list .rounded-list span:hover:before {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    .box_list .rounded-list span:hover:before {
        background: #4d4cf1;
        color: #fff;
    }

    .card-deck .card .card-body {
        padding-bottom: 64px;
    }

    .card-deck .card button {
        position: absolute;
        bottom: 20px;
        width: calc(100% - 40px);
    }

    .map {
        filter: grayscale(100%);
    }

    .bg-gradient {
        background-image: linear-gradient(to right, #9b47d4, #4d4cf1);
        text-transform: uppercase;
    }

    .social-icons .fab {
        font-size: 25px;
        margin-right: 5px;
    }

    .modal-title {
        font-weight: 700;
        font-size: 18px;
    }

    .modal-footer {
        justify-content: flex-start;
    }

    /* blog card details start  */
    .details-card {
        background: #fff;
        padding: 60px 0;
    }

    .card-content {
        background: #ffffff;
        border-radius: 5px;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
        overflow: hidden;
    }

    .card-img {
        position: relative;
        overflow: hidden;
        border-radius: 0;
        z-index: 1;
    }

    .card-img img {
        width: 100%;
        height: auto;
        display: block;
    }

    .card-img span {
        position: absolute;
        top: 15%;
        left: 12%;
        background: #0f679e;
        padding: 6px;
        color: #fff;
        font-size: 12px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        transform: translate(-35%, -50%);
    }

    .card-img span h4 {
        font-size: 12px;
        margin: 0;
        padding: 10px 5px;
        line-height: 0;
        color: #fff;
    }

    .card-desc {
        padding: 1.25rem;
    }

    .card-desc h3 {
        color: #000000;
        font-weight: 600;
        font-size: 1.2em;
        line-height: 1.3em;
        margin-top: 0;
        margin-bottom: 5px;
        padding: 0;
    }

    .card-desc p {
        margin: 0px;
        margin-bottom: 20px;
        padding: 0;
    }

    .btn-card {
        background-image: linear-gradient(to right, #9b47d4, #4d4cf1);
        color: #fff;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
        padding: 0.6rem 1.3rem;
        font-size: .81rem;
        -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
        -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
        margin: 0;
        border: 0;
        -webkit-border-radius: .125rem;
        border-radius: 30px;
        cursor: pointer;
        white-space: normal;
        word-wrap: break-word;
        color: #fff;
        display: inline-block;
    }

    .btn-card:hover {
        background-image: linear-gradient(to right, #4d4cf1, #9b47d4);
    }

    a.btn-card {
        text-decoration: none;
        color: #fff;
    }

    /* End card section */


    /* ------- Inner Paage Css End -------*/

    /* ----------------------------------- Footer -----------------------------------  */

    .footer {
        background: url("images/bnrbg.png");
        position: relative;
        padding: 3% 0;
    }

    .contact-details {
        color: #fff;
        display: flex;
        justify-content: space-between;
        padding: 1% 0;
        border-bottom: 2px solid rgba(255, 255, 255, 0.61);
    }

    .foo-item {
        text-align: center;
        display: block;
        cursor: pointer;
    }

    .foo-item .foo-text {
        margin: 10px 0;
    }

    .foo-item i {
        font-size: 1.5rem;
    }

    .foo-text a {
        font-size: 1.2rem;
        color: #fff;
        font-weight: 100 !important;
    }

    .foo-item:hover>i {
        transform: rotate(-10deg);
    }

    .foo.social-icons {
        text-align: center;
        padding: 1% 0;
    }

    .foo.social-icons a i {
        padding: 2%;
        font-size: 1.5rem;
        color: #fff;
        transition: transform .3s ease-out;
    }

    .foo.social-icons a i:hover {
        transform: translateY(-10px);
    }

    .foo-nav-bar {
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .foo-nav-bar li {
        float: left;
        list-style: none;
        padding: 0 2%;
        opacity: .8;
    }

    .foo-nav-bar li:not(:last-child) {
        border-right: 1px solid #fff;
    }

    .foo-nav-bar li a {
        color: #fff;
        font-size: 1.2rem;
    }

    .foo-nav-bar li:hover {
        opacity: 1;
    }

    .copyright {
        margin-top: 3%;
        text-align: center;
        color: #fff;
        font-size: 14px;
    }

    .copyright a {
        color: #b9ecff;
    }

    .triangle {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
        line-height: 0;
        transform: rotate(180deg);
    }

    .triangle svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 50px;
    }

    .triangle .shape-fill {
        fill: #FFFFFF;
    }


    .pagination {
  display: inline-block;
}

.blog-entries .contact-form{background: #e9e9e9;}

/**----Sidebar Css----*/

.post-entry-sidebar ul{list-style:none; padding:0px;}
.post-entry-sidebar ul li{margin-bottom:15px;}
.post-entry-sidebar ul li a {display: flex;}
.post-entry-sidebar ul li img {width: 80px; margin-right: 10px !important;}
.post-entry-sidebar ul li .text h4 {font-size: 16px;}
.post-entry-sidebar ul li .post-meta span {font-size: 12px;}

.sidebar #stickynewslatter {background: #dfdfdf; padding: 20px 5px;}
.sidebar #stickynewslatter #first_name, .sidebar #stickynewslatter #newsmail {display: block; width: 100%; padding: 5px; border-radius: 3px; border: 1px solid #ababab;}
.sidebar #stickynewslatter #first_name{margin-bottom: 15px;}
.sidebar #stickynewslatter input#newsletter {padding: 5px 15px; font-size: 14px; display: block; margin: 0 auto; ba}
.sidebar #stickynewslatter span {display: block; text-align:center; padding-top:10px;}

