@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit&family=Lora&display=swap');

:root {
    --btn-theme: #1D79BD;
    --btn-theme-secondary: #1B2D5B;
    --radio-checkbox: #1D79BD;
    --text-theme-color: #1D79BD;
    --text-theme-color-secondary: #1B2D5B;
    --menu-hover: rgba(239, 147, 62, .2);
}

* {
    box-sizing: border-box;
    scrollbar-width: thin;
    scrollbar-color: #b8c9d6 rgba(213, 222, 229, .7);
}

html {
    font-size: 16px;
}

body {
    margin: 0;
    padding: 0;
    -font-family: 'Noto Sans', sans-serif;
    font-family: 'Kanit', sans-serif;
    -background: url(../images/hero.png) no-repeat;
    overflow-x: hidden;
    letter-spacing:0.5px;
}

.bg-light-new {
    background-color: #E4ECFF;
}

.btn-theme {
    background-color: var(--btn-theme);
}

.btn-theme-secondary {
    background-color: var(--btn-theme-secondary);
}

.text-theme {
    color: var(--text-theme-color);
}

.text-theme-secondary {
    color: var(--text-theme-color-secondary);
}

a {
    text-decoration: none;
}

th,
td {
    vertical-align: middle;
    white-space: nowrap;
}

input:focus,
.form-select:focus,
.form-control:focus {
    box-shadow: none !important;
    border-color: rgba(27, 45, 91, .5) !important;
}

button:focus,
.btn:focus {
    box-shadow: none;
    outline: none;
}

select option,
input[type="date"] {
    font-size: 13px;
}

::placeholder,
select {
    font-size: 13px !important;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
    background-color: var(--radio-checkbox) !important;
    border-color: var(--radio-checkbox) !important;
}

.form-label {
    margin-bottom: 2px;
    font-size: 13px;
}

.list-table-data tr th {
    font-size: 14px;
    color: #183A76;
    font-family: 'mulish bold';
    padding: 10px 20px;
}

.list-table-data tr td {
    font-size: 14px;
    font-family: 'mulish semibold';
    padding: 15px 20px;
    border-bottom: 1px solid #DFE0EB !important;
}

.list-table-data .inner-table-data tr th,
.list-table-data .inner-table-data tr td {
    font-size: 12px;
}

.offer-rrp {
    background-color: #e6f7f5;
    color: #0ab39c;
}

.form-control {
    border: 1px solid #DDDDDD;
}

.date {
    background: url(/images/calendar.png) no-repeat;
    background-position: 97% center;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: silver;
}

::-webkit-scrollbar-thumb {
    background-color: var(--btn-theme);
    border-radius: 2px;
    border: transparent;
}

.banner-slide {
    padding-top: 50px;
    padding-bottom: 50px;
}

    .banner-slide .inner h1.title {
        font-size: 45px;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 15px;
        -letter-spacing: normal;
        text-align: center;
        -color: rgb(124, 112, 112);
        text-transform: none;
    }

    .banner-slide .inner p.description {
        opacity: .9;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: 0.5px;
        text-align: center;
        color: rgb(133, 129, 129);
    }

    .banner-slide .inner .slide-btn {
        margin-top: 50px;
    }

button.rn-button-style--2, a.rn-button-style--2 {
    color: var(--btn-theme);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    -letter-spacing: 2px;
    border: 2px solid var(--btn-theme);
    padding: 12px 15px;
    border-radius: 5px;
    display: inline-block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -min-width: 220px;
}

.main-title {
    -font-family: Poppins-SemiBold;
    font-size: 35px;
    position: relative;
    text-transform: capitalize;
    text-align: center;
    bottom: 10px;
    font-weight: 700;
}

    .main-title.title-services::before {
        content: 'Services';
        -webkit-text-stroke: 0.01rem #ddd;
        left: 50%;
        top: -25px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        color: #fff;
        position: absolute;
    }

.text-justify {
    text-align: justify;
}

/******top-header start******/
.top-header {
    -border: 1px solid red;
    padding: 10px 0 0;
    -background-color: #f9f9f9;
    color: var(--btn-theme);
}

.social-icon {
    -border: 1px solid #ddd;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 0 5px 5px 0;
    -background-color: #fff;
    color: #fff;
}

.fb {
    background-color: #38529A;
    color: #fff;
    margin-bottom: 5px;
}

.linkin {
    background-color: #0073B1;
    color: #fff;
}

.social-icon-left {
    position: fixed;
    top: 40%;
    left: 15px;
    display: flex;
    flex-direction: column;
    -border-radius: 0 5px 5px 0;
    -background: #ddd;
}

.header .logo {
    height: 60px;
}

.header .nav-item {
    position: static;
}

    .header .nav-item .nav-link {
        padding: 5px 12px;
        color: rgba(0, 0, 0, .9);
        font-size: 14px;
    }

    .header .nav-item:last-child .nav-link {
        -border: 1px solid red;
        border-radius: 5px;
        margin-left: 20px;
        background-color: #0f628e;
        color: #fff;
        border-radius: 5px;
        padding: 6px 20px;
    }

        .header .nav-item:last-child .nav-link:hover {
            background-color: #000;
        }

.fixed-header {
    background: #fff;
    z-index: 1111;
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0 1px 4px #ddd;
}

.header > li.dropdown.show {
    position: static;
}

.header ul li.dropdown .dropdown-menu.show {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 0;
    border: 0;
    box-shadow: 0 2px 3px silver;
}

.header .dropdown-menu > li {
}

.navbar-toggler, .closebtn {
    display: none;
}
/* servises drop down css */
.navbar-linksdp {
    list-style-type: none;
    display: flex;
    padding: 5px 12px;
}

    .navbar-linksdp li a {
        display: block;
        text-decoration: none;
        color: rgba(0, 0, 0, .9);
        padding: 20px 20px;
        font-size: 14px !important;
        transition: 0.4s all;
    }

    .navbar-linksdp li.navbar-dropdown {
        position: relative;
    }

        .navbar-linksdp li.navbar-dropdown:hover .dropdown {
            visibility: visible;
            opacity: 1;
            transform: translate(-16%,7%);
        }

        .navbar-linksdp li.navbar-dropdown .dropdown {
            visibility: hidden;
            opacity: 0;
            position: absolute;
            padding: 20px 0;
            top: 100%;
            transform: translateY(50px);
            left: 0;
            width: 285px;
            background-color: #fff;
            box-shadow: 2px 4px 20px 1px rgba(45, 45, 45, 0.13);
            border-radius: 10px;
            z-index: 111;
            transition: 0.4s all;
            border-bottom: 4px solid var(--btn-theme);
            -border-top: 4px solid #0973D7;
        }

            .navbar-linksdp li.navbar-dropdown .dropdown a {
                padding-top: 10px;
                padding-bottom: 10px;
                color: rgba(0, 0, 0, .9);
                font-size: 14px !important;
                border-bottom: 1px dashed #d9d9d9;
            }

.navbar-dropdown .dropdown a:hover {
    padding-left: 30px;
    color: #1D79BD !important;
}

.triangle-up {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 20px solid #ffffff;
    position: absolute;
    top: -10px;
    left: 54px;
}

.layout-2 {
    position: absolute;
    width: 100%;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 10;
}

/*******top-header end****/
.bg {
    -border: 1px solid red;
    -background-image: url(../images/n1.jpg);
    background-image: url(../images/doted.png);
    background-size: contain;
    background-repeat: repeat;
    -background-color: #eff6f7;
    background-position: top left;
    -height: 100vh;
    position: relative;
    -z-index: 11;
    overflow: hidden;
    margin-top: 100px;
}

    .bg::after {
        content: '';
        position: absolute;
        z-index: -1;
        -background: linear-gradient(to bottom, rgb(255, 255, 255, 1) 20%,rgb(219, 236, 248,.7)),url(/images/circle.png) left bottom;
        -background: linear-gradient(rgba(219, 236, 248,.1),rgb(219, 231, 241)),url(../images/circle.png) no-repeat center;
        background: url(../images/circle.png) no-repeat;
        background-position: 95% -100px;
        -background-color: var(--btn-theme);
        width: 100%;
        height: 100vh;
        top: 0;
        right: 0;
        -border-radius: 0 0 0 50px;
    }

    .bg.bg-new {
        height: auto;
    }

        .bg.bg-new::after {
            width: 100%;
            -height: 220px;
            border-radius: 0px;
            background: none;
            border-bottom: 1px solid red;
        }

/******slider*****/

.slider {
    padding: 50px;
    -border: 1px solid red;
    -height: calc(100vh - 30vh);
    -background-color: rgb(231, 241, 248, .95);
}

    .slider .carousel-indicators [data-bs-target] {
        width: 10px;
        height: 10px;
        border-radius: 10px;
        font-size: 13px;
        border: 1px solid #0069D9;
        opacity: 1;
        line-height: 1.3;
        color: grey;
        margin-left: 0;
        margin-right: 0;
        margin: 3px;
    }

    .slider .carousel-item {
        -border: 1px solid red;
        height: 400px;
    }

    .slider .carousel-indicators .active {
        background-color: var(--btn-theme) !important;
        color: #2b6d3f;
        width:25px;
    }

    .slider .slide .slide1 h1,
    .slider .slide .slide2 h1 {
        font-size: 35px;
        color: #333;
        font-weight: 700;
        padding-bottom: 10px;
        text-transform: uppercase;
    }

    .slider .slide .slide1 p {
        color: rgba(0, 0, 0, .85);
        font-size: 17px;
        padding-bottom: 10px;
    }

    .slider .slide .slide1 ul li {
        font-size: 21px;
        line-height: 50px;
    }

    .slider .slide .slide1 .slide-img img {
        margin-bottom: 10px;
        object-fit: contain;
        margin-top: 15px;
    }

    .slider .slide2 .slide-img img {
        width: 90px;
        height: 90px;
        margin: 25px 15px;
        object-fit: contain;
        -border: 1px solid red;
    }

    .slider .slide .carousel-control-next,
    .carousel-control-prev {
        position: absolute;
        top: 48%;
        z-index: 1;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 40px;
        color: #fff;
        text-align: center;
        opacity: 1;
        transition: opacity .15s ease;
        height: 40px;
        border-radius: 50%;
        background-color: #2871B1;
    }

    .slider .carousel-control-prev {
        left: 40px;
    }

    .slider .carousel-control-next {
        right: 40px;
    }

    .slider .slide .carousel-indicators {
        bottom: -5px;
        right: inherit;
        left: 0;
        margin-left: 0;
        margin-right: 0;
        -border: 2px solid red;
        width:100%;text-align:center;
    }

        .slider .slide .carousel-indicators li {
            width: 15px;
            height: 10px;
            background-color: #0069D9;
        }

    .slider .slide .mobie-show {
        display: none;
    }

/******about us*******/
.about {
    width: 100%;
    display: inline-block;
    -border: 1px solid red;
    padding: 50px 0;
}

.about_left {
    -width: 50%;
    -float: left;
    display: inline-block;
}

.about_right {
    -width: 50%;
    -float: right;
    display: inline-block;
}

.about_content {
}

.about_rec {
    width: 100px;
    min-height: 100px;
    background: #eaf2f7;
    position: absolute;
    left: 0;
    top: 0px;
    border-radius: 5px;
}

.about_content_main {
    width: 100%;
    display: inline-block;
    position: relative;
    left: 42px;
    top: 20px;
}

.about_title {
    font-size: 17px;
    letter-spacing:0.5px;
}

.about_text {
    color: #252525;
    font-size: 30px;
    line-height: 42px;
    -text-transform: uppercase;
    font-weight: 600;
}

.about_detail {
    font-size: 17px;
    color: rgba(0, 0, 0, .6);
    line-height: 30px;
    margin-top: 70px;
    text-align:justify;
}

    .about_detail span {
        color: #f2533e;
        text-transform: uppercase;
    }

.about_buttton {
    color: #fff;
    padding: 0 10px;
    line-height: 46px;
    text-align: left;
    background: var(--btn-theme);
    font-size: 18px;
    margin-top: 21px;
    text-align: center;
    border-radius: 5px;
}

    .about_buttton::after {
        content: '';
        background: url(assets/images/white-arrow.png) no-repeat;
        width: 50px;
        height: 10px;
        display: block;
        float: left;
        margin-left: 78%;
        margin-top: -25px;
    }

    .about_buttton:hover {
    }

.about_buttton1 {
    width: 150px;
    margin-top: 10px;
}

    .about_buttton1:hover {
    }

#particles {
    position: absolute;
    width: 70%;
    height: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.about-img {
    width: 430px;
    height: 400px;
    object-fit: contain;
}

.about-bg {
    background: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,.15)),url(/images/newbg.png) no-repeat right center;
    background-size: 250px;
    background-color: #dfe4f1;
}

/****About end****/

/*****technologies start*****/

.technologies {
    -border: 1px solid red;
    padding: 50px 0;
    -background-color: rgba(229, 239, 248,.3);
}

    .technologies .card {
        text-align: center;
        -box-shadow: 0 0 8px #ccc;
        padding: 20px 0 30px 0;
        background-color: #fff;
        border-radius: 10px;
        transition: .7s;
    }

        .technologies .card img {
            width: 150px;
            height: 55px;
            object-fit: contain;
            display: block;
            margin: auto;
        }

.services-technologies .owl-carousel .owl-nav button.owl-next,
.services-technologies .owl-carousel .owl-nav button.owl-prev {
    -border: 1px solid red;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    font-size: 21px;
    position: absolute;
    top: 25%;
    background-color: var(--btn-theme);
    color: #fff;
    border-radius: 50%;
}

.services-technologies .owl-carousel .owl-nav button.owl-prev {
    left: -15px;
}

.services-technologies .owl-carousel .owl-nav button.owl-next {
    right: -15px;
}

.services-technologies .item {
    border-radius: 5px;
}

.vision-mission {
    -border: 1px solid red;
    padding: 50px 0;
}

    .vision-mission .card {
        overflow: hidden;
    }

        .vision-mission .card h4 {
            font-weight: 500;
            font-size: 18px;
            color: #fff;
        }

        .vision-mission .card p {
            font-size: 15px;
            color: rgba(255,255,255,.8);
            letter-spacing:0.9px;
        }

        .vision-mission .card .card-img-overlay {
            -border: 1px solid red;
            bottom: 0;
            top: 50%;
            max-width: 470px;
            background-color: #1D79BD;
            outline: 25px solid #25252538;
            border-bottom-left-radius: 00px;
            border-top-right-radius: 70%;
            padding: 50px 40px 70px 25px;
        }

            .vision-mission .card .card-img-overlay .eye-icon {
                position: absolute;
                /* bottom: 0; */
                width: 80px;
                left: 20px;
                top: 5px;
                opacity: .25;
            }

/*****technologies end****/



/******services owl-carousel*****/
.services {
    padding: 50px 0;
}

    .services .item {
        -border: 1px solid red;
        padding: 25px 15px;
        border: 1px solid #fff;
        border-radius: 7px;
        -background-color: rgba(234, 242, 247, .6);
        text-align: center;
        margin: 10px 0;
        -box-shadow: 0 0 10px #ccc;
    }

        .services .item.sb1 {
            background-image: linear-gradient(to right bottom, #fff, #fafbfe, #f5f6fe, #eef3fe, #e6effd);
            border: 1px solid #dce3ef;
        }

        .services .item.sb2 {
            background-image: linear-gradient(to right bottom, #fff, #fefcf4, #fefcf4, #fdf5d7, #fdf2cb);
            border: 1px solid #e8dbb2;
        }

        .services .item.sb3 {
            background-image: linear-gradient(to right bottom, #fff, #fdf9fd, #fff2f6, #ffecea, #fee7dc);
            border: 1px solid #f2d5cb;
        }

        .services .item.sb4 {
            background: linear-gradient(116.3deg,#f0fffc 4.01%,#fff 98.21%);
            -background-image: linear-gradient(to right bottom, #fff, #fafbfe, #f5f6fe, #eef3fe, #e6effd);
            border: 1px solid #cfebe4;
        }

        .services .item.sb5 {
            background: linear-gradient(116.18deg,#f2efff 3.58%,#fff);
            -background-image: linear-gradient(to right bottom, #fff, #fafbfe, #f5f6fe, #eef3fe, #e6effd);
            border: 1px solid #ece9fa;
        }

        .services .item.sb6 {
            background: linear-gradient(114.91deg,#fff9ea 6.97%,#fff 96.89%);
            -background-image: linear-gradient(to right bottom, #fff, #fafbfe, #f5f6fe, #eef3fe, #e6effd);
            border: 1px solid #f5edd8;
        }

        .services .item.sb1 .btn {
            background-color: #dce3ef;
        }

        .services .item.sb2 .btn {
            background-color: #e8dbb2;
        }

        .services .item.sb3 .btn {
            background-color: #f2d5cb;
        }

        .services .item.sb4 .btn {
            background-color: #e4eeec;
        }

        .services .item.sb5 .btn {
            background-color: #ece9fa;
        }

        .services .item.sb6 .btn {
            background-color: #f5edd8;
        }

        .services .item.wdev {
            background-image: linear-gradient(to right bottom, #fff, #fafbfe, #f5f6fe, #eef3fe, #e6effd);
            border: 1px solid #dce3ef;
        }

        .services .item.appdev {
            background-image: linear-gradient(to right bottom, #fff, #fefcf4, #fefcf4, #fdf5d7, #fdf2cb);
            border: 1px solid #e8dbb2;
        }

        .services .item.visualdesign {
            background-image: linear-gradient(to right bottom, #fff, #fdf9fd, #fff2f6, #ffecea, #fee7dc);
            border: 1px solid #f2d5cb;
        }

        .services .item.sdev {
            background: linear-gradient(116.3deg,#f0fffc 4.01%,#fff 98.21%);
            -background-image: linear-gradient(to right bottom, #fff, #fafbfe, #f5f6fe, #eef3fe, #e6effd);
            border: 1px solid #cfebe4;
        }

        .services .item.dm {
            background: linear-gradient(116.18deg,#f2efff 3.58%,#fff);
            -background-image: linear-gradient(to right bottom, #fff, #fafbfe, #f5f6fe, #eef3fe, #e6effd);
            border: 1px solid #ece9fa;
        }

        .services .item.cloudservices {
            background: linear-gradient(114.91deg,#fff9ea 6.97%,#fff 96.89%);
            -background-image: linear-gradient(to right bottom, #fff, #fafbfe, #f5f6fe, #eef3fe, #e6effd);
            border: 1px solid #f5edd8;
        }


        .services .item.wdev .btn-wdev {
            background-color: #dce3ef;
        }

        .services .item.appdev .btn-appdev {
            background-color: #e8dbb2;
        }

        .services .item.visualdesign .btn-visualdesign {
            background-color: #f2d5cb;
        }

        .services .item.sdev .btn-sdev {
            background-color: #e4eeec;
        }

        .services .item.dm .btn-dm {
            background-color: #ece9fa;
        }

        .services .item.cloudservices .btn-cloudservices {
            background-color: #f5edd8;
        }

        .services .item img {
            width: 100px;
            height: 100px;
            object-fit: contain;
        }

        .services .item h5 {
            font-weight: 600;
            font-size: 16px;
        }

        .services .item p {
            color: grey;
            font-size: 15px;
        }

    .services .owl-carousel .owl-nav button.owl-next,
    .services .owl-carousel .owl-nav button.owl-prev {
        -border: 1px solid red;
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        border-radius: 50%;
        font-size: 21px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: var(--btn-theme);
        color: #fff;
    }

    .services .owl-carousel .owl-nav button.owl-next {
        right: -15px;
    }

    .services .owl-carousel .owl-nav button.owl-prev {
        left: -15px;
    }

    .services .owl-dots {
        display: none;
    }

    .services .process-para {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.service-details-inner {
    border: 1px solid #f0f0f0;
    margin: 50px 0;
    border-radius: 15px;
    padding: 25px;
    background-color: #fff;
}
    .service-details-inner p {
        font-size: 17px;
        letter-spacing:1px;
    }
    /****box start*****/
    .box {
        text-align: center;
        border-radius: 1rem;
        padding: 30px;
        background: url(https://www.morewebsolutions.com/images/shape/shape-7.svg) #F3F6FE;
        background-size: 180px;
        background-position: top left;
        background-repeat: no-repeat;
    }

    .box ul {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        justify-content: center;
        gap: 10px;
        padding: 0;
        margin: 0;
    }

        .box ul li {
            -border: 1px solid #c0d6e5;
            flex-basis: 23%;
            padding: 10px;
            -background-color: #e1e9ef;
            border-radius: 7px;
        }

            .box ul li h3 {
                margin-bottom: 10px;
                font-weight: 600;
                font-size: 50px;
                --webkit-text-fill-color: transparent;
                letter-spacing: -0.015em;
                --webkit-text-stroke: 0.01rem var(--btn-theme);
                color: var(--text-theme-color);
            }

            .box ul li h6 {
                margin-bottom: 0;
                text-transform: uppercase;
                color: grey;
            }

            .box ul li img {
                width: 100px;
                height: 100px;
                object-fit: contain;
                margin-bottom: 10px;
            }

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

    .circles li {
        position: absolute;
        display: block;
        list-style: none;
        width: 20px;
        height: 20px;
        -background: #d0e2ef;
        animation: animate 25s linear infinite;
        bottom: -150px;
    }

        .circles li img {
            opacity: .5;
        }

        .circles li:nth-child(1) {
            left: 25%;
            width: 30px;
            height: 30px;
            border-radius: 50px;
            animation-delay: 0s;
        }

        .circles li:nth-child(2) {
            left: 10%;
            width: 50px;
            height: 50px;
            animation-delay: 2s;
            border-radius: 50px;
            animation-duration: 12s;
        }

        .circles li:nth-child(3) {
            left: 45%;
            width: 35px;
            height: 35px;
            animation-delay: 4s;
            border-radius: 50px;
        }

        .circles li:nth-child(4) {
            left: 58%;
            width: 50px;
            height: 50px;
            animation-delay: 0s;
            animation-duration: 18s;
            border-radius: 50px;
        }

        .circles li:nth-child(5) {
            left: 85%;
            width: 60px;
            height: 60px;
            animation-delay: 0s;
            border-radius: 50px;
        }

        .circles li:nth-child(6) {
            left: 75%;
            width: 50px;
            height: 50px;
            animation-delay: 3s;
            border-radius: 50px;
        }

        .circles li:nth-child(7) {
            left: 35%;
            width: 45px;
            height: 45px;
            animation-delay: 7s;
        }

        .circles li:nth-child(8) {
            left: 60%;
            width: 30px;
            height: 30px;
            animation-delay: 15s;
            animation-duration: 45s;
            border-radius: 50px;
        }

        .circles li:nth-child(9) {
            left: 30%;
            width: 35px;
            height: 35px;
            animation-delay: 2s;
            animation-duration: 35s;
            border-radius: 50px;
        }

        .circles li:nth-child(10) {
            left: 5%;
            width: 30px;
            height: 30px;
            animation-delay: 0s;
            animation-duration: 11s;
        }

@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}
/****box end*****/

/*****wave start*****/
.wave {
    -background-image: linear-gradient(rgba(255,255,255,.7),rgba(255,255,255,.7)), url(../images/wave-bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 50px;
}
/*****Wave end******/


/*****Process******/

.process-web {
    padding: 50px 20px 80px;
    background: url(../images/circle.png) no-repeat right top, #f7f1f3;
    -background-image: linear-gradient(135deg, rgba(253, 252, 251,.8) 30%, #e2d1c3 100%), url(../images/circle.png);
    border-radius: 20px;
    -background-image: linear-gradient(rgba(255,255,255,.9),rgba(255,255,255,.2)), url(../images/hero.png);
    -background-image: url(../images/shape-9.svg);
    -background-repeat: no-repeat;
    -background-position: top left;
    -border: 1px solid red;
}

.services-textes {
    text-align: center;
}

.pd-top-boottm {
    padding: 9px 0;
}

#process-circle {
    background-image: url(../images/line-vector.png);
    -background: linear-gradient(rgba(255,255,255,.3),rgba(255,255,255,.2));
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 0 40px;
    background-attachment: initial;
}

    #process-circle .pro-1 {
        bottom: 10px;
        position: relative;
    }

    #process-circle .icon-circle {
        display: inline-block;
        width: 90px;
        font-size: 12px;
        height: 90px;
        line-height: 105px;
        -border: 2px solid #f0f0f0;
        border-radius: 99px;
        position: relative;
        color: #000;
        background-color: #fff;
        -box-shadow: 0 1px 2px silver;
    }

        #process-circle .icon-circle > span {
            position: absolute;
            right: 40%;
            font-size: 24px;
            height: 35px;
            line-height: 38px;
            top: -43px;
            color: #000;
        }

    #process-circle h3 {
        font-size: 16px;
        letter-spacing: .3px;
        margin-top: 14px;
        text-align: center;
        color: grey;
    }

    #process-circle .pro-1 {
        bottom: 10px;
        position: relative;
    }

    #process-circle .pro-2 {
        top: 20px;
        position: relative;
    }

    #process-circle .pro-3 {
        top: 60px;
        position: relative;
    }

    #process-circle .pro-4 {
        top: 80px;
        position: relative;
    }

    #process-circle .pro-5 {
        top: 40px;
        position: relative;
    }

    #process-circle .pro-6 {
        top: 65px;
        position: relative;
    }

/****Process end****/


/****Clients start******/
.clients, .contact {
    padding: 50px 0;
    -border: 1px solid red;
}

    .clients .owl-carousel .item {
        border: 1px solid #dfe4f1;
        padding: 20px;
        border-radius: 5px;
        text-align: center;
        -box-shadow: 0 1px 15px #f0f0f0 inset;
    }

        .clients .owl-carousel .item img {
            width: 150px;
            height: 100px;
            object-fit: contain;
        }

    .clients .owl-carousel .owl-nav button.owl-next,
    .clients .owl-carousel .owl-nav button.owl-prev {
        -border: 1px solid red;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        border-radius: 50px;
        font-size: 23px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: var(--btn-theme);
        color: #fff;
    }

    .clients .owl-carousel .owl-nav button.owl-next {
        right: -15px;
    }

    .clients .owl-carousel .owl-nav button.owl-prev {
        left: -15px;
    }

    .clients .owl-carousel .owl-dots {
        text-align: center;
    }

    .clients .owl-carousel button.owl-dot {
        width: 12px;
        height: 12px;
        border-radius: 50px;
        background-color: #d7deef;
        margin-left: 5px;
    }

        .clients .owl-carousel button.owl-dot.active {
            -background-color: var(--btn-theme);
            width: 25px;
        }

    .clients .btn-vm {
        background-color: #e7eaf1;
    }

.dot-v {
    position: absolute;
    right: 0;
    bottom: 0;
}

.clients .nav-pills .nav-link.active, .clients .nav-pills .show > .nav-link {
    color: #fff;
    background-color: var(--btn-theme);
}

.clients .tab-link {
    border: 1px solid var(--btn-theme);
    color: var(--text-theme-color);
    padding: 10px 15px;
    font-size: 14px;
    -width: 100%;
    margin-right: 10px;
}

    .clients .tab-link:hover {
        background-color: #f0f0f0;
    }

.clients .tab-content .card img {
    width: 150px;
    height: 100px;
    object-fit: contain;
    display: block;
    margin-inline: auto;
}

.filters ul {
    margin-bottom: 40px;
    padding: 0;
    list-style: none;
}

    .filters ul li {
        display: inline-block;
        -margin: 0 5px;
        border-radius: 30px;
        overflow: hidden;
        padding: 8px 20px;
        cursor: pointer;
        border: 1px solid #f0f0f0;
        color: grey;
        font-size: 15px;
    }

        .filters ul li a {
            -font-size: 14px;
            -text-transform: uppercase;
            -transition: all .3s ease;
            -padding: 6px 10px;
            -display: block;
            color: grey;
            -font-weight: 700;
        }

        .filters ul li.active {
            background-color: var(--btn-theme);
            -box-shadow: 10px 0 30px rgba(0, 131, 255, 0.3);
            color: #fff;
            border: 0 !important
        }

            .filters ul li.active a {
                color: #fff;
            }

.tab-cont {
}

    .tab-cont .single-content {
        border: 1px solid #ddd;
        position: initial;
        width: 19%;
        margin: 5px;
        padding: 15px;
        text-align: center;
        overflow: hidden;
        cursor: pointer;
        border-radius: 5px;
    }

        .tab-cont .single-content .client-logo {
            width: 120px;
            height: 100px;
            object-fit: contain;
            margin-bottom: 15px;
            -border: 1px solid red;
        }

.info-overlay {
    -border: 1px solid red;
    background: linear-gradient(rgba(255,255,255,.1),rgb(217, 234, 247));
    position: absolute;
    left: 0;
    right: 0;
    bottom: -140px;
    text-align: center;
    transition: .8s;
    padding: 15px 10px;
    -border-radius: 10px 10px 0 0;
}

    .info-overlay span {
        margin-bottom: 5px;
    }

        .info-overlay span a {
            color: #fff;
        }

.tab-cont .single-content:hover .info-overlay {
    bottom: 0px;
}

.clients .item:hover .info-overlay {
    bottom: 0px;
}


.info-overlay ul li a i {
    -border: 1px solid red;
    width: 18px;
    font-size: 12px;
}

/*****clients end*****/

/*****contact start*****/
.contact {
    -border: 1px solid red;
    background: linear-gradient(rgba(255,255,255,1) 40%,rgba(29, 121, 189,.15)),url(/images/contactmap.png) no-repeat;
    background-size: contain;
    background-position: center bottom;
}

    .contact .card {
        border: 1px dashed var(--btn-theme);
    }

    .contact .bg-form {
        background-color: rgba(239, 243, 247,.6);
    }

    .contact .form-control,
    .contact .form-select {
        border: 1px solid #b3cadf;
        border-radius: 5px;
        height: 45px;
        -margin-bottom: 15px;
        box-sizing: border-box;
        color:gray;
        font-size:13px;
    }

    .contact .glob-pref {
        -border: 1px dashed #ddd;
        background-color: #0073B1;
    }

    .contact .social-links li a {
        color: grey;
    }
/*****contact end*****/

/*****Testimonial****/

.testimonial-area {
    -background: #ddd;
    position: relative;
    z-index: 2;
    padding: 50px 0;
}

    .testimonial-area .owl-carousel {
        overflow: hidden;
    }

.single-testimonial {
    border: 5px solid #F3F6FE;
    text-align: left;
    border-radius: 15px;
    position: relative;
    z-index: 2;
    -background-image: url(../images/shape-9.svg);
    background-repeat: no-repeat;
    margin-top: 45px;
}

    .single-testimonial p {
        color: grey;
        font-size: 14px;
        line-height: 24px;
        position: relative;
        z-index: 3;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.testimonial-desc {
    padding: 50px;
    padding-bottom: 30px;
}

.single-testimonial::before {
    content: "";
    position: absolute;
    left: 20px;
    top: -35px;
    background: url(../images/icon/quote.png) no-repeat #fff;
    background-size: 60%;
    width: 120px;
    height: 80px;
    transform: rotate(180deg);
    background-position: 34px 15px;
}

.single-testimonial::after {
    content: "";
    position: absolute;
    right: -35px;
    bottom: -34px;
    background: url(../images/icon/quote.png) no-repeat var(--blue);
    background-size: 60%;
    width: 126px;
    height: 100px;
    background-position: 34px 19px;
}

.round {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.client-video {
    padding-right: 15px;
}

.client-info {
    position: relative;
    z-index: 3;
}

    .client-info > a {
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
        font-size: 22px;
    }

    .client-info a img {
        width: 40px !important;
        height: 40px;
        border-radius: 100px;
    }

.client-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    padding: 0 50px 50px;
    flex-wrap: wrap;
}

    .client-info h6 {
        color: #000;
        font-weight: 700;
        font-size: 18px;
    }

    .client-info span {
        display: inline-block;
        color: grey;
        font-size: 12px;
    }

.sec-title.white-title h2 {
    color: #fff;
}

.testimonial-area .owl-dots button {
    background: #dde0eb !important;
    width: 10px;
    height: 10px;
    border-radius: 26px;
    margin: 0 5px;
    transition: 0.3s;
}

.testimonial-area .owl-dots {
    text-align: center;
}

    .testimonial-area .owl-dots button.active {
        width: 30px;
    }

.animated-bubble-btn {
    background: #cce4f3;
    border-radius: 5px;
    line-height: 2.5rem;
    display: inline-block;
    font-weight: 500;
    font-size: 1rem !important;
    color: var(--btn-theme) !important;
    padding: 0 1.1875rem;
    position: relative;
    z-index: 1;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    overflow: hidden;
}

    .animated-bubble-btn::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 100%;
        z-index: -1;
        background-color: var(--btn-theme);
        -background-color: yellow;
        width: 0;
        transition: .8s;
    }

    .animated-bubble-btn:hover::after {
        width: 100% !important;
    }

    .animated-bubble-btn:hover {
        color: #fff !important;
    }

/*****industries-serve******/
.industries-serve {
    -border: 1px solid red;
    padding: 50px 0px;
    -margin-bottom: 50px;
    border-radius: 10px;
    -background: url(../images/pattern-2.png) repeat #F3F6FE;
    background-size: 500px;
    -background-color: #fcfcfc;
}

    .industries-serve ul li {
        -border: 1px solid red;
        padding: 15px 30px;
        border-radius: 5px;
        background-color: #e5e8ee;
        flex-grow: 1;
    }

        .industries-serve ul li h5 {
            font-size: 14px;
            font-weight: 500;
            color: rgba(0, 0, 0, .8);
        }

        .industries-serve ul li img {
            width: 50px;
            height: 50px;
            object-fit: contain;
            margin-bottom: 10px;
        }
/****industries-serve end*****/

.breadcrumb-block {
    position: relative;
    overflow: hidden;
    -box-shadow: 0px 1px 4px rgb(0,0,0,0.1);
    background: linear-gradient(to bottom,rgba(255, 255, 255,.9),rgba(223, 228, 241,.3)),url(../images/circle.png),url(../images/doted.png),url(../images/bg1\ \(1\).png) no-repeat center;
    background-repeat: no-repeat;
    -background-size: 50%;
    -border: 1px solid red;
    padding-top: 110px;
    -padding: 10px 20px;
    -border-radius: 0 0 5px 5px;
    -text-align: center;
    font-size: 20px;
    -font-weight: 500;
    -color: #000;
    -display: inline-block;
    -height: 350px;
}

    .breadcrumb-block img {
        display: block;
        border-radius: 50% 50% 0 0;
        padding: 5px 5px 0 5px;
        background-color: var(--btn-theme);
        width: 200px;
        max-width: 100%;
    }

    .breadcrumb-block p {
        font-size: 15px;
    }
.breadcrumb {
    font-size: 16px;
    background-color: #fff !important;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    -box-shadow: 0 3px 25px silver;
}
.breadcrumb .breadcrumb-item a{
    font-size:15px !important;
    color:var(--text-theme-color);
}
.case-studies, .case-studies-details {
    padding: 50px 0;
    -border: 1px solid red;
    letter-spacing:0.5px;
}

    .case-studies .inner-block {
        -border: 1px solid red;
        border-radius: 5px 5px 0 0;
        padding: 40px 20px;
        -background-image: linear-gradient(to right bottom, #fff, #fafbfe, #f5f6fe, #eef3fe, #e6effd);
        -border: 1px solid rgba(55, 59, 93,.3);
        -margin-bottom: 15px;
    }

        .case-studies .inner-block.inr-1 {
            -background: linear-gradient(rgba(255, 240, 245,1), rgba(255, 240, 245,1), rgba(255,255,255,0.8) 100%);
            -border: 2px solid rgb(255, 240, 245);
            -border: 2px solid #995300;
            -background: linear-gradient(45deg,#F79622,rgba(153, 83, 0,1)),url(../images/circle.png) right;
            background-color: rgb(227, 236, 241);
        }

            .case-studies .inner-block.inr-1 .btn {
                background-color: rgb(247, 234, 238);
            }

        .case-studies .inner-block.inr-2 {
            -background: linear-gradient(0deg, rgba(254, 232, 224,0.80) 0%, rgba(254, 232, 224,0.40) 45%, rgba(255,255,255,0.8) 80%);
            -border: 2px solid rgb(254, 232, 224);
            background-color: rgb(215, 245, 233);
        }

            .case-studies .inner-block.inr-2 .btn {
                background-color: rgb(254, 232, 224);
            }

        .case-studies .inner-block.inr-3 {
            -background: linear-gradient(0deg, rgba(148, 209, 187,0.60) 0%, rgba(148, 209, 187,0.20) 45%, rgba(255,255,255,0.8) 80%);
            -border: 2px solid rgb(148, 209, 187);
            background-color: rgb(175, 188, 228);
        }

            .case-studies .inner-block.inr-3 .btn {
                background-color: rgb(148, 209, 187);
            }

        .case-studies .inner-block.inr-4 {
            background: linear-gradient(0deg, rgba(103, 84, 226,0.25) 0%, rgba(103, 84, 226,0.10) 45%, rgba(255,255,255,0.8) 80%);
            border: 2px solid rgba(103, 84, 226,.4);
        }

            .case-studies .inner-block.inr-4 .btn {
                background-color: rgb(103, 84, 226,.4);
            }


        .case-studies .inner-block img {
            width: 95%;
            height: 250px;
            object-fit: contain;
        }

        .case-studies .inner-block h4 {
            margin-bottom: 12px;
            font-size: 16px;
            color: #fff;
        }

        .case-studies .inner-block p {
            font-size: 14px;
            color: rgba(255,255,255,.8);
        }

    .case-studies-details .card-img-overlay {
        top: initial;
        -border: 1px solid red;
        -right: 50%;
        background: linear-gradient(rgba(0,0,0,0) 5%,rgba(0,0,0,.9));
    }

        .case-studies-details .card-img-overlay p {
            font-size: 30px;
            width: 50%;
            font-weight: 700;
            display: -webkit-box;
            -webkit-line-clamp: 5;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

    .case-studies-details .logo-case-details {
        position: absolute;
        right: 0;
        top: 28px;
        right: 20px;
        width: 125px;
        height: 60px;
        object-fit: contain;
        background: #fff;
        padding: 10px;
        border-radius: 5px;
    }
    .case-studies-details .case-studies-title {
        position: absolute;
        right: 0;
        top: 35px;
        left: 20px;
        color: #fff;
        font-size: 28px;
        letter-spacing: 1px
    }
.case-studies-details .banner-case-details {
    -border: 1px solid red;
    height: 400px;
    object-fit: cover;
}

    .case-studies-details .bg-card1 {
        background-color: #f4f7fd;
    }

    .case-studies-details .bg-card2 {
        background-color: #f7fdf4;
    }

.sw-features ul {
    padding: 0px;
    margin: 0;
    -border: 1px solid red;
}

.case-studies-details .sw-features ul li {
    padding-bottom: 5px;
    position: relative;
    padding-left: 20px;
    list-style: none;
}

    .case-studies-details .sw-features ul li::before {
        content: "\f058";
        position: absolute;
        font-family: 'Font Awesome 6 Free';
        font-weight: 400;
        left: 0;
        top: 1px;
    }

.case-studies-details .left-title {
    position: relative;
    border-left: 3px solid var(--btn-theme);
    padding-left: 10px;
}

    .case-studies-details .left-title::before {
        position: relative;
    }

.case-studies-logo {
    width: 100px;
    height: 70px;
    object-fit: contain;
}
.case-studies-block{
    border:1px solid #ddd;
    padding:10px;
    margin-bottom:15px;
    border-radius:5px;
}
/* 
.case-studies .inner-block:first-child{
    background-image: linear-gradient(to right, #fff, #fff, #fff, #eef3fe, #e6effd);
}

.case-studies .inner-block:nth-child(2){
    background-image: linear-gradient(to right bottom,#fefcf4, #fdf5d7, #fdf2cb, #fff, #fff);
}

.case-studies .inner-block:nth-child(3){
    background-image: linear-gradient(to right bottom, #fff, #fff, #fff2f6, #ffecea, #fee7dc);
} */
/*****team start*****/
.team {
    padding: 50px 0;
    background: url(../images/circle.png) no-repeat;
    background-position: -20% 85%;
}

    .team .team-block {
        border: 2px solid #e9ebf1;
    }

    .team p {
        font-size: 13px;
    }
/*****team end*****/

/******Footer Start****/
.footer {
    position: relative;
    overflow: hidden;
    -overflow-y: hidden;
    background: #1d79bd;
    -border-radius: 50px 50px 0 0;
}

    .footer.style-two {
        background: #f8fbff
    }

    .footer .auto-container {
        position: relative;
        z-index: 5
    }

    .footer:before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: url(../images/doted.png) center bottom no-repeat;
        z-index: -1
    }

    .footer .widgets-section {
        position: relative;
        padding: 70px 0px 20px
    }

    .footer.style-two .widgets-section {
        padding-top: 120px
    }

    .footer .widgets-section .footer-column {
        margin-bottom: 30px
    }

    .footer .footer-widget {
        position: relative
    }

        .footer .footer-widget h2 {
            position: relative;
            font-size: 16px;
            text-transform: uppercase;
            font-weight: 600;
            letter-spacing: 0px;
            margin-bottom: 25px;
            color: #fff
        }

            .footer .footer-widget h2::after {
                content: '';
                position: absolute;
                bottom: -7px;
                width: 50px;
                height: 2px;
                background-color: #fbfbfb;
                left: 0;
            }

        .footer .footer-widget p {
            color: rgba(255, 255, 255, .75);
            text-align:justify;
        }

    .footer .about-widget .logo {
        position: relative
    }

    .footer .social-links {
        position: relative
    }

        .footer .social-links ul {
            padding: 0;
        }

        .footer .social-links li {
            position: relative;
            display: inline-block;
            margin-right: 15px
        }

            .footer .social-links li a {
                position: relative;
                display: flex;
                justify-content: center;
                align-items: center;
                line-height: 24px;
                font-size: 16px;
                color: #b8b8b8;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                transition: all 500ms ease;
                width: 35px;
                height: 35px;
                -background-color: #ddd;
                border-radius: 50px;
            }

.fb {
    background-color: rgb(56, 82, 154);
    color: rgb(255, 255, 255);
}

.footer .social-links li a:hover {
    color: #173e90
}

.footer .about-widget .contact-info {
    position: relative;
    font-size: 16px;
    margin: 25px auto 17px;
    padding: 0;
}

.footer .contact-info li {
    position: relative;
    display: block;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 10px;
    color: #fff
}

    .footer .contact-info li:last-child {
        margin-bottom: 0px
    }

    .footer .contact-info li a {
        color: rgba(0, 0, 0, 0.80)
    }

.footer .newsletter-widget {
    position: relative
}

.footer .newsletter-form {
    position: relative;
    margin-bottom: 30px
}

.footer .newsletter-widget .form-group {
    position: relative;
    margin: 0px
}

.footer .newsletter-widget input[type="text"],
.footer .newsletter-widget input[type="email"],
.footer .newsletter-widget input[type="password"],
.footer .newsletter-widget select {
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 10px 40px 10px 20px;
    height: 46px;
    font-size: 14px;
    color: #333;
    border: 1px solid #e0e0e0;
    background: none;
    border-radius: 4px;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease
}

    .footer .newsletter-widget input:focus,
    .footer .newsletter-widget select:focus {
        border-color: #15ca72
    }

.footer .newsletter-widget .send-btn {
    position: absolute;
    right: 15px;
    top: 0px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #e0e0e0;
    font-size: 16px;
    background: none;
    cursor: pointer
}

.footer .links-widget .list {
    padding: 0;
}

    .footer .links-widget .list li {
        position: relative;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 10px;
        list-style: none;
    }

        .footer .links-widget .list li a {
            position: relative;
            display: block;
            line-height: 1.5;
            color: rgba(255, 255, 255, 0.80);
            text-transform: capitalize;
            font-size: 14px;
        }

            .footer .links-widget .list li a:hover,
            .footer .contact-info li a:hover {
                color: #fff
            }

.address {
    color: rgba(255, 255, 255, 0.80);
    font-size:15px;
}

.footer .footer-bottom {
    position: relative;
    padding: 15px;
    line-height: 24px;
    font-size: 15px;
    background-color: #0c63a0;
    color: #fff;
}

    .footer .footer-bottom .copyright-text {
        position: relative;
        float: none;
        width: 100%;
        text-align: center;
    }

    .footer .footer-bottom .bottom-links {
        position: relative;
        float: right
    }

        .footer .footer-bottom .bottom-links li {
            position: relative;
            display: inline-block;
            margin-left: 20px
        }

            .footer .footer-bottom .bottom-links li a {
                position: relative;
                display: block;
                color: #9c9c9f
            }

                .footer .footer-bottom .bottom-links li a:hover {
                    color: #173e90
                }

.footer .round-layer {
    position: absolute;
    right: 0%;
    top: 10px;
    width: 1000px;
    height: 500px;
    -background-image: url(../images/shape-9.svg);
    background-color: #e7e9f1;
    border-radius: 300px;
    opacity: .3;
    -webkit-transform: rotate(-25deg) translateY(350px);
    -ms-transform: rotate(-25deg) translateY(350px);
    -o-transform: rotate(-25deg) translateY(350px);
    -moz-transform: rotate(-25deg) translateY(350px);
    transform: rotate(-25deg) translateY(350px);
    z-index: 1;
}

.top {
    -border-bottom: 1px solid #ddd;
    position: absolute;
    top: -35px;
    z-index: 11;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    padding: 10px 25px;
    background-color: #0c63a0;
    border-radius: 50px 50px 0 0;
    color: #fff;
    -box-shadow: 0 1px 2px silver;
}

/****End Footer*****/
.header .offcanvas-start {
    transform: translateX(0);
    border: 0;
    width: auto;
}

.header .offcanvas {
    position: static;
    visibility: visible;
}

/*****Visual Design*****/
.visual .box {
    padding: 22px 18px 33px;
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 12%);
    background: #fff;
    margin-bottom: 30px;
    position: relative;
    transition: .5s;
    overflow: hidden;
    z-index: 1;
    border-radius: 5px;
    border: 0;
}

    .visual .box h5 {
        font-weight: 600;
        font-size: 17px;
        margin-bottom: 10px;
    }

    .visual .box:hover {
        transform: scale(1.03);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
        background: var(--btn-theme);
        -background: linear-gradient(to right bottom, #fff, #fafbfe, #f5f6fe, #eef3fe, #e6effd);
        ;
        color: #fff !important;
    }

        .visual .box:hover .btn-theme {
            background-color: #1871b6;
        }

        .visual .box:hover p {
            color: #fbfbfb !important;
        }

    .visual .box img {
        position: absolute;
        top: 20px;
        right: 15px;
        max-height: 120px;
    }


.visual .card-1 {
    background-image: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,.8)), url(/images/visual.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 80px;
}

.visual-desc {
    height: 90px;
    text-align: justify;    
}


.visual p {
    font-size: 13.5px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.shape span {
    position: relative;
}

.shape {
    position: absolute;
    right: 0;
    bottom: 0;
}

.visual .box:hover .shape span:nth-child(1)::before {
    bottom: -20px;
    right: -20px;
    opacity: 0;
    -border: 1px solid red !important;
    / border: 2px solid red !important;
    /
}

.shape span:nth-child(1)::after {
    content: "";
    position: absolute;
    bottom: -100px;
    right: -100px;
    height: 109px;
    width: 109px;
    background: #50C0FF;
    border-radius: 50%;
    transition: .7s;
    opacity: 0;
    z-index: 5;
}

.visual .box:hover .shape span:nth-child(2)::before {
    bottom: -55px;
    right: -55px;
    opacity: 1;
}

.shape span:nth-child(2)::before {
    content: "";
    position: absolute;
    bottom: -150px;
    right: -150px;
    height: 150px;
    width: 150px;
    background: #156faf;
    border-radius: 50%;
    transition: .9s;
    opacity: 1;
    z-index: 1;
}

.visual .box:hover .shape span:nth-child(3)::after {
    bottom: -70px;
    right: -70px;
    opacity: 1;
}

.shape span:nth-child(3)::after {
    content: "";
    position: absolute;
    bottom: -200px;
    right: -200px;
    height: 225px;
    width: 232px;
    background: #1e7ec2;
    border-radius: 50%;
    transition: 1.3s;
    opacity: 0;
    z-index: -1;
}
/****End Visual Design***/

/*****media query*****/
@media (max-width:767px) {
    .case-studies-details .case-studies-title{
        position:static;
        color:#333;
    }
    .navbar-linksdp li a {
        font-size: 16px !important;
    }

    .circles li img {
        opacity: .3;
    }

    .layout-2 {
        position: static;
        box-shadow: 0 2px 3px gray;
    }

    .bg {
        margin-top: 0px;
    }

    .header {
        box-shadow: 0 0px 3px silver;
    }

    .banner-slide .inner h1.title,
    .banner-slide .inner p.description {
        font-size: 20px;
    }

    .banner-slide .inner .slide-btn {
        margin-top: 40px;
    }

    .navbar-linksdp li.navbar-dropdown:hover .dropdown {
        transform: translate(0%,5%);
    }

    a.rn-button-style--2 {
        font-size: 10px;
        letter-spacing: initial;
    }

    .bg::after {
        width: 100%;
        height: auto;
        border-radius: 0;
    }

    .breadcrumb-block {
        padding: 10px 13px 0;
        font-size: 16px;
    }

        .breadcrumb-block img {
            width: 100%;
            max-width: 100%;
            height: 150px;
            object-fit: cover;
            margin-bottom: 15px;
            border-radius: 5px;
            background-color: transparent;
        }

    .navbar-toggler {
        background-color: var(--btn-theme);
        padding: 5px 10px;
    }

    .header .logo {
        height: 40px;
    }

    .top-header {
        background-color: var(--btn-theme);
        padding: 5px 10px;
        color: #fff;
        font-size: 13px;
    }

        .top-header h6 {
            font-size: 13px;
            padding-top: 5px;
            color: #fff;
        }

    .filters ul li {
        margin: 0;
        margin-bottom: 10px;
        display: block;
        text-align: center;
    }

    .social-icon-left {
        display: none;
    }

    .bg, .slider .carousel-item {
        height: auto;
    }

    .slider {
        padding: 15px 0;
        height: auto;
        background-color: #e5eef7;
    }

        .slider .slide .slide1 .slide-img img {
            height: auto;
            margin-top: 0;
            margin-bottom: 0;
        }

        .slider .slide2 .slide-img img {
            margin: 0;
            width: 100%;
            object-fit: contain;
        }

        .slider .slide .slide1 h1,
        .slider .slide .slide2 h1 {
            font-size: 20px;
            margin-bottom: 0;
        }

        .slider .slide .slide1 p {
            font-size: 13px;
        }

        .slider .carousel-item .card h6 {
            font-size: 10px;
        }

        .slider .carousel-inner {
            min-height: 450px;
        }
        .slider .slide .carousel-indicators {
            left: 50%;
            transform: translateX(-50%);
            background: #fff;
            padding: 5px;
            border-radius: 50px;
            box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 5%);
            width:auto;
        }
            .about_rec {
        display: none;
    }

    .about_content_main {
        left: 0;
        top: 0;
    }

    .about_detail {
        font-size: 15px;
        line-height: 1.5;
        margin-top: 0;
        text-align: justify;
    }
    .about-img {
        width: 100%;
        height: auto;
    }
    .box {
        padding: 20px;
    }

        .box ul {
            -flex-wrap: nowrap;
        }

            .box ul li {
                flex-grow: 1;
                flex-basis: 45%;
                margin-bottom: 15px;
                border: 1px solid #ddd;
                margin-bottom: 0;
                background-color: rgba(255,255,255,.6);
            }

                .box ul li h3 {
                    font-size: 30px;
                }

                .box ul li h6 {
                    font-size: 13px;
                }

    .client-title {
        background-color: transparent !important;
    }

    .clients .owl-carousel .owl-nav button.owl-next {
        left: initial;
        right: -10px;
    }

    .clients .owl-carousel .owl-nav button.owl-prev {
        left: -10px;
    }

    .services .owl-carousel .owl-nav button.owl-prev {
        left: -10px;
    }

    .services .owl-carousel .owl-nav button.owl-next {
        right: -10px;
    }

    .process-web {
        padding: 50px 20px 120px;
    }

    #process-circle .pro-5 {
        top: 120px;
    }

    #process-circle .pro-6 {
        top: 140px;
    }


    .testimonial-desc {
        padding: 10px;
        padding-top: 20px;
    }

    .single-testimonial p {
        font-size: 14px;
        padding: 0px;
    }

    .client-info {
        padding: 10px;
        flex-direction: column-reverse;
    }

    .animated-bubble-btn {
        margin-top: 10px;
    }

    .single-testimonial::before {
        left: initial;
    }

    .client-info h6 {
        font-size: 14px;
    }
    .client_d-logo{
        margin-bottom:10px;
    }
    .client_d-logo img{
        width:100px;
        object-fit:contain;
    }
    .industries-serve {
        padding: 30px 0px;
    }

        .industries-serve ul li img {
            width: 55px;
            height: 55px;
        }

    .case-studies-details .card-img-overlay p {
        font-size: 15px;
        width: auto;
    }
    .case-studies-details .case-studies-title {
        font-size: 15px;
        font-weight: 700;
        color: #111 !important;
    }
    .case-studies-details .left-title {
        font-size: 17px;
    }

    .case-studies-details .logo-case-details {
        width: 85px;height:50px;top:50px;

    }

    .case-studies-details .banner-case-details {
        height: 280px;
    }

    .tab-cont .single-content {
        -position: initial !important;
        width: 100%;
        margin:0px;
        margin-bottom:5px;
    }

    .footer {
        border-radius: 0;
    }


    .sidepanel {
        width: 0;
        position: fixed;
        z-index: 3;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(#eaf2f9,rgba(255,255,255,1)),url(/images/bg-1.png);
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 30px;
        box-shadow: 0 2px 3px silver;
    }

        .sidepanel .closebtn {
            position: absolute;
            top: 10px;
            right: 15px;
            text-align: center;
            line-height: 30px;
            font-size: 30px;
            color: #fff;
            -border: 1px solid red;
            width: 38px;
            height: 38px;
            border-radius: 50px;
            background-color: var(--btn-theme);
        }

        .sidepanel .nav-item .nav-link, .navbar-linksdp {
            padding: 10px 15px;
            font-size: 16px;
            border-bottom: 1px dotted silver;
            margin: 0px;
        }

        .sidepanel .nav-item:last-child .nav-link {
            background-color: transparent !important;
            margin: 0;
            color: inherit;
            padding: 10px 15px;
        }

    .navbar-toggler, .closebtn {
        display: block;
    }

    .vision-mission .card .card-img-overlay {
        top: 20%;
        padding-top: 25px;
    }
    .services-technologies .owl-carousel .owl-nav button.owl-next {
        right: 0;
    }
    .services-technologies .owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }
    .service-details-inner img{
        width:100%;height:auto;
    }
    .modal{
        z-index:1200;
    }
    .footer .round-layer{
        display:none;
    }
}
