
#flexiselDemo1,#flexiselDemo2 {
display:none;
}
.header-bg
{
    background: #525964!important;
}
.nav li {
    border-bottom: 0px solid #fff;
    cursor: pointer;
    border-radius: 10px;
    padding: 0px 10px;
}
.nav ul ul {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0px 0 0 0 !important;
    background: #058df600;
    font-size: 15px;
    line-height: 24px;
    border-radius: 0px;
}
.nav li li a, .nav li li a:visited {
    border-bottom: solid 1px #ffffff63;
}

.tech-panel .tech-box {
    box-shadow: 0 0 12px #f2f2f287;
    background: #fff;
}
.ipsec-s08 .tilebox {
    border: 10px solid #fff;
}
.sub_title
{
    color: #424242;
    font-size: 22px;
}
.sco-s01 .tilebox {
    border-bottom: solid 5px #fff;
}
.iowp-panel .owp-box {
    box-shadow: 0 0 8px #0063fc;
}
.iowp-panel .textbox1 p {
    text-align: center;
}
.talktous-box {
    position: absolute;
    top: 80%;
    left: 20%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 5px;
}
.tech-panel {
    margin: 0px auto 0px auto;
}
.owp-panel .owp-box {
    box-shadow: 0 0 10px #2680fc;
}
.nbs-flexisel-container {
    position:relative;
    max-width:100%;
	margin:auto;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
	padding:0 0 10px 0;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
/*.nbs-flexisel-item img {
    width: 96%;
	margin:auto;
    cursor: pointer;
    position: relative;
    max-width:auto;
}*/
.serv-panel .serv-box{
    background: #fff url(/front/images/service-bg-1.png) no-repeat center center;
}
.serv-panel .serv-box:hover {
    background: #414957 url(/front/images/service-bg-1.png) no-repeat center center;
}
.serv-panel .serv-box .title-box {
    color: #3b3b3b;
}
.serv-panel .serv-box:hover .title-box {
    color: #fff;
}
.serv-panel .serv-box .text-box {
    color: #666;
}

.serv-panel .serv-box:hover .text-box {
    color: #fff;
}
.bannbtn-box {
    padding: 0;
    margin: 0px auto 0px auto;
    z-index: 2;
    left: 10%;
}
.bannbtn-box2{width:auto; height:auto; padding:0; margin:0px auto 0px auto;text-align:left;position:absolute;z-index:2;left:10%;top:65%; }
.bannbtn-box2 .bookcons-btn {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 11px 25px 11px 25px;
    margin: 0px;
    background: #0166ff;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    line-height: 27px;
    border-radius: 50px;
    border: solid 2px #fff;
    font-family: Lato, sans-serif !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -ms-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
}
/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 56px;
    height: 56px; 
    position: absolute;
    cursor: pointer;
    z-index: 1;
    opacity: 1;
	bottom:50% !important;
}

.nbs-flexisel-nav-left {
    left: -40px;
    background: url(../images/leftArrow.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: -40px;
    background: url(../images/rightArrow.png) no-repeat;
}

/* blog css */

/* Banner */
#blog-details-show {
    .bannerPanel {
        width: 100%;
        position: relative;
        margin-bottom: 30px;
        height: 200px;;
        .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
            height: 200px;
        }
    }
    
    .fullimage {
        width: 100%;
        height: auto;
    }
    
    .talktous-box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(0, 0, 0, 0.5);
        padding: 20px;
        border-radius: 5px;
    }
    
    .ttu-btn {
        color: white;
        text-decoration: none;
        font-size: 18px;
        padding: 10px 20px;
        border: 2px solid #fff;
        border-radius: 5px;
        background-color: transparent;
    }
    
    .ttu-btn i {
        margin-right: 5px;
    }
    
    /* Sidebar */
    .sidebar {
        background: #f7f7f7;
        padding: 20px;
        border-radius: 8px;
    }
    
    .sidebar h3 {
        margin-bottom: 15px;
        font-size: 22px;
        font-weight: bold;
    }
    
    .sidebar ul {
        list-style: none;
        padding-left: 0;
    }
    
    .sidebar ul li {
        margin: 10px 0;
    }
    
    .sidebar ul li a {
        color: #333;
        text-decoration: none;
        font-size: 18px;
    }
    
    /* Blog Content */
    .blog-detail {
        margin-top: 30px;
    }
    
    .blog-detail h1 {
        font-size: 2.5rem;
        margin-bottom: 20px;
        color: #106e71;
    }
    
    .post-meta {
        font-size: 1rem;
        color: #888;
        margin-bottom: 20px;
    }
    
    .post-meta .post-date {
        display: flex;
        align-items: center;
        font-size: 15px;
        color: #106e71;
        align-items: center;
    }
    
    .post-meta .post-date i {
        margin-right: 10px;
    }
    
    .blog-detail img {
        max-height: 400px;
        object-fit: cover;
        width: 100%;
        margin-bottom: 20px;
    }
    
    .blog-detail p {
        font-size: 18px;
        line-height: 1.6;
        color: #555;
    }
    
    
    /* Pagination */
    .pagination {
        margin-top: 30px;
        text-align: center;
    }
    
    .pagination .btn {
        display: inline-block;
        width: auto;
        height: auto;
        padding: 15px 20px;
        margin: 10px;
        background: #0166ff;
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        text-decoration: none;
        line-height: 12px;
        border-radius: 7px;
        -webkit-transition: all 0.3s !important;
        -moz-transition: all 0.3s !important;
        -ms-transition: all 0.3s !important;
        -o-transition: all 0.3s !important;
        transition: all 0.3s !important;
    }
    
    .pagination .btn:hover {
        background: #04285e;
    }
    
    .pagination .btn-prev {
        background: #0166ff;
    }
    
    .pagination .btn-next {
        background-color: #044e48;
    }
    
    .pagination .btn-prev:hover {
        background: #04285e;
    }
    
    .pagination .btn-next:hover {
        background-color: #218838;
    }
    
    .pagination .btn-next .fa,.pagination .btn-prev .fa {
        line-height: 13px;
        padding-left: 10px;
    }
}

/* custom slider  */
#smart-ourslider{
    .slider-container {
        position: relative;
        width: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
    }
    
    .slider-wrapper {
        overflow: hidden;
        width: 100%;
    }
    
    .custom-slider {
        display: flex;
        transition: transform 0.5s ease-in-out;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .slide {
        min-width: 33.33%; /* Default for 3 visible items */
        transition: transform 0.3s ease-in-out;
    }
    
    .prev, .next {
        background-color: #858585d1;
        color: white;
        border: none;
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
        padding: 10px;
        cursor: pointer;
        z-index: 10;
        padding: 16px;
        font-size: 15px;
        height: 56px;
        width: 56px;
        border-radius: 50%;
    }
    
    .prev { left: 0px; }
    .next { right: 0px; }
    
    @media (max-width: 768px) {
        .slide { min-width: 50%; } /* 2 visible items */
        .prev { left: 5px; }
        .next { right: 5px; }
    }
    
    @media (max-width: 480px) {
        .slide { min-width: 100%; } /* 1 visible item */
    }
}
#smart-ourslider2
{
    /* Basic slider styles */
.testimonial-custom-slider {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    transition: transform 0.5s ease;
}

.testimonial-slide {
    flex-shrink: 0;
    width: 100%; /* Only one slide at a time */
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-slider-container {
    position: relative;
    overflow: hidden;
}

/* Navigation Arrows */
.testimonial-prev, .testimonial-next {
    background-color: #858585d1;
    color: white;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    padding: 16px;
    font-size: 15px;
    height: 56px;
    width: 56px;
    border-radius: 50%;
}

.testimonial-prev {
    left: 0px;
}

.testimonial-next {
    right: 0px;
}

}

#sitemap-smartvision
{
/* Remove list style and increase font size */
ul {
    list-style-type: disc; 
    padding: 0px 80px;
    margin-bottom: 100px;
}

ul li {
    font-size: 16px; /* Increases the font size */
    margin-bottom: 10px; /* Adds some space between each list item */
}

ul li a {
    text-decoration: none; /* Removes underline from the links */
    color: #007bff; /* Sets a color for the links */
    font-weight: bold; /* Makes the link text bold */
    transition: color 0.3s ease; /* Adds a smooth transition for color change */
}

ul li a:hover {
    color: #0056b3; /* Changes the link color on hover */
}

}
.cu-inquiry-form{
    span{
        font-size: 14px;
    }
    .alert {
        font-size: 2rem!important;
    }
}
.wwa-contentbox .textbox .tbrow {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 20px auto 0px auto;
    color: #444;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    text-align: justify;
}
.wwa-contentbox .textbox .tbrow .tbiconbox {
    display: inline-block;
    width: 60px;
    height: auto;
    padding: 0;
    margin: 0px 25px 0px auto;
    float: left;
}
.tile-panel{
    .tile-title {
        display: inline-block;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0px 0 0 0;
        font-size: 20px;
        font-weight: 500;
    }
    .tile-box {
        width: 25%;
        height: 120px;
        padding: 35px 20px;
        margin: 0;
        float: left;
        text-align: center;
    }
    .tile-icon {
        display: inline-block;
        width: 60px;
        height: auto;
        padding: 0 14px 0 0;
        margin: 0;
    }
    @media (max-width: 1024px) {
        .tile-title {
            font-size: 15px;
        }
    }
    @media (max-width: 960px) {
        .tile-box {
            width: 50%;
            height: 135px;
            padding: 25px 20px;
            margin: 0;
            float: left;
            text-align: center;
        }
    }
}
.ipsec-s05 .ind-tile {
    width: 16%;
    margin: 0 4px;
}
.ipsec-s05 .desc {
    font-size: 15px;
    text-align: center;
    padding: 10px 6px!important;
    color: #666;
    height: 220px;
}
.ipsec-s05 .container{
    max-width: 80%;
}
@media (max-width: 525px) {
    .bannbtn-box2 {
        left: 5%;
        top: 65%;
    }
    .ipsec-s01 .rightpanel, .leftpanel {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        display: block;
        vertical-align: middle;
    }
    .ipsec-s02 .col-01 {
        width: 100%;
        height: auto;
        padding: 0;
        margin: auto;
        display: block;
        vertical-align: middle;
        margin-bottom: 40px;
    }
    .ipsec-s09 .col-01 {
        width: 100%;
        display: block;
    }
    .ipsec-s09 .col-02 {
        width: 100%;
        display: block;
    }
    .ipsec-s10 .col-01 {
        width: 100%;
        display: block;
        
    }
    .ipsec-s10 .col-02 {
        width: 100%;
        display: block;
        .btnbox {
            margin: 30px auto 20px auto;
        }
    }

    .ipsec-s05 .ind-tile {
        width: 48%;
        padding: 15px 0px;
    }
    .ipsec-s08 .tilebox {
        border: 10px solid #fff;
    }
    .ipsec-s04 .tbc-row .icon-box {
        margin: auto;
    }
    .columns.col4 .block {
        width: 100%;
    }
    .iowp-panel .owp-box {
        width: 48%;
        margin: 10px 2px 0px;
        height: 300px;
        .overlay1,.overlay,.overlay2 {
           display: none;
        }
    }
    .owp1-panel .owp-box {
        width: 48%;
        margin: 10px 2px 0px;
        height: 350px;
        .overlay1,.overlay,.overlay2 {
           display: none;
        }
    }

    .seo-formbody {
        margin: auto;
    }
    .price-box{
    overflow-x: auto;
    margin-bottom: 23px !important;
    }
}

#mobile-slider{
    .slider-container {
        position: relative;
        width: 95%;
        max-width: 100%;
        margin: auto;
        overflow: hidden;
        border-radius: 10px;
        padding: 10px 0px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
        /* Background image styling */
        background-image: url(/front/images/mobile-app-bg.png);
        background-size: cover; /* Ensures the image covers the container */
        background-position: center center; /* Centers the image */
        background-repeat: no-repeat; /* Prevents the image from repeating */
        background-attachment: fixed; /* Optional: makes the background fixed when scrolling */
    }
    .slider {
        display: flex;
        transition: transform 0.5s ease-in-out;
    }
    .slide {
        min-width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
    }
    .slide .content-with-logo
    {
        width: 45%;
        margin-left: 20px;
        padding: 0px 17px;
    }
    .sldie-logo {
        width: 100px; /* Adjust logo size */
        height: auto;
        margin-bottom: 10px; /* Space between logo and text */
    }
    
    .sldie-logo img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto; /* Center the logo */
    }
    .text-content {
        width: 100%;
    }
    .text-content h4 {
        color: #888;
        font-size: 14px;
        margin-bottom: 5px;
    }
    .text-content h2 {
        color: #3f3e3e;
        margin-bottom: 15px;
        margin-top: 20px;
        background: aliceblue;
        padding: 9px;
        border-radius: 15px;
    }
    .text-content p {
        color: #000;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .tags {
        display: flex;
        gap: 10px;
    }
    .tag {
        background: #ebebeb;
        padding: 5px 15px;
        border-radius: 10px;
        font-size: 14px;
        color: #1d1c1c;
    }
    .tag i{
        line-height: inherit;
        font-size: large;
    }
    .image-content {
        width: 49%;
    }
    .image-content img {
        width: 100%;
        border-radius: 10px;
    }
    .prev, .next {
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
        background: rgba(0, 0, 0, 0.5);
        color: white;
        border: none;
        padding: 10px;
        cursor: pointer;
        border-radius: 50%;
        line-height: 8px;
        font-size: 16px;
        height: 56px;
        width: 56px;
    }
    .prev { left: -15px; }
    .next { right: -15px; }
    .dowmload-app{
        width: 100%;
        margin: 20px 10px;
    }
    .dowmload-app img{
        width: 120px;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .slide {
            flex-direction: column;
            text-align: center;
        }
        .slide .content-with-logo {
            width: 100%;
            margin-left: 20px;
            padding: 0px 17px;
        }
        .text-content, .image-content {
            width: 100%;
        }
        .image-content {
            margin-top: 15px;
        }
        .prev { left: 5px; }
        .next { right: 5px; }
    }
}

#our-portfolio 
{
    .ourpp
    {
        margin-bottom: 60px;
        background: #f5f6f8;
        padding: 13px 10px;
        border-radius: 50px;
    }
    .portfolio {
            border-radius: 10px;
            padding: 10px;
            .card-body{
                background: #ffffff;
                border-radius: 10px;
                /* box-shadow: 0px 0px 8px #1170fc; */
                img
                {
                    height: auto;
                    object-fit: cover;
                    width: 100%;
                    border-radius: 1.25rem !important;
                }
            }
            
    }
    /* Basic styling for all buttons */
        button.category-btn {
            font-size: 18px;
            padding: 12px 20px; /* Adjust size to make it a nice circle */
            text-transform: capitalize;
            border: 0px solid transparent; /* Remove border by default */
            background-color: transparent; /* Default background */
            color: #333; /* Text color */
            transition: all 0.3s ease; /* Smooth transition for hover effect */
            display: inline-flex; /* Center text horizontally and vertically */
            align-items: center;
            justify-content: center;
            cursor: pointer;
            margin-left: 5px;
            border-radius: 18px;
        }

        /* Styling for selected category button (dark background) */
        button.btn-dark {
            background-color: #166ef9;
            color: white;
            border-color: #166ef9;
        }

        /* Styling for non-selected category buttons (outline) */
        button.btn-outline-secondary {
            background-color: transparent;
            color: #0c6093; /* Blue text */
            border-color: #0c6093; /* Blue border */
        }

        /* Hover effect for non-selected buttons */
        button.btn-outline-secondary:hover {
            background-color: #e6f4ff; /* Light background on hover */
            border-color: #0056b3; /* Darker border color on hover */
            color: #0056b3; /* Darker text color on hover */
        }

        /* Hover effect for selected button */
        button.btn-dark:hover {
            background-color: #3b75a0; /* Slightly lighter dark background */
            border-color: #3b75a0; /* Matching border */
        }

        /* Focus effect (optional) */
        button:focus {
            outline: none; /* Remove default focus outline */
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2); /* Add a soft shadow on focus */
        }

        /* Adjust the button size and font on smaller screens */
        @media (max-width: 768px) {
            button.category-btn {
                font-size: 14px;
                padding: 10px 18px; /* Smaller padding for mobile */
            }
        }


}
/* forn size */
.wwa-panel .heading h1  {
    font-size: 25px;
}
.serv-panel .heading h2 {
    font-size: 25px;
}
.tech-panel .heading h2 {
    font-size: 25px;
}
.owp-panel .heading h2 {
    font-size: 25px;
}
.ow-panel .heading h2 {
    font-size: 25px;
}
.mt-panel .heading h2 {
    font-size: 25px;
}
.glimpse-panel .heading h2 {
    font-size: 25px;
}
.tms-panel .heading h2 {
    font-size: 25px;
}
.ipsec-s05 .title h2 {
    font-size: 25px;
}
.tms-panel .heading .tmstext {
    font-size: 18px;
}
.owp-panel .owp-box {
    width: 85%;
    padding: 25px 10px;
}
.owp-panel .overlay {
    width: 104%;
    @media (max-width: 768px) {
        display: none;
    }
}
.owp-panel .overlay1 {
    width: 104%;
    @media (max-width: 768px) {
        display: none;
    }
}
.ipsec-s05 .desc
{
    font-size: 15px;
    text-align: center;
    padding: 10px 20px;
    color: #666;
    height: 220px;
}
.owp-panel .lastoverlay {
    width: 130%;
    left: -49px;
    top: -47px;
    @media (max-width: 768px) {
        display: none;
    }
    @media (max-width: 1024px) {
        width: 140%;
        left: -49px;
        top: -47px;
    }
}
.owp-panel .process-row
{
    justify-content: center;
    .col-md-2
    {
        width: 20%;
    }
    @media (max-width: 768px) {
        .col-md-2
        {
            width: 50%;
        }
    }
    @media (max-width: 560px) {
        .col-md-2
        {
            width: 100%;
        }
    }
}

.owp-panel .owp-box {
    box-shadow: none;;
}
.owp-panel .orange:hover {
    background: #a72204;
}
.owp-panel .blue:hover {
    background: #03468a;
}
.owp-panel .purpel:hover {
    background: #52014e;
}
.owp-panel .maroon:hover {
    background: #aa061c;
}
.owp-panel .green:hover {
    background: #013a17;
}
.owp-panel {

    background: #ffff;
}
.owp-panel .orange{
    background: #FC5732;
    margin: 6px -1px;
    padding-bottom: 50px;
    .title-box {
        color: #fff;
    }
   .text-box {
        color: #fff;
    }
    @media (max-width: 560px) {
        margin-top: 4px;
        margin-left: 25px;
    }
}
.owp-panel .blue{
    background: #0070E2;
    margin: 6px -1px;
    .title-box {
        color: #fff;
    }
   .text-box {
        color: #fff;
    }
    @media (max-width: 560px) {
        margin-top: 4px;
        margin-left: 25px;
    }
}
.owp-panel .purpel{
    background: #7B3DD9;
    margin: 6px -4px;
    .title-box {
        color: #fff;
    }
   .text-box {
        color: #fff;
    }
    @media (max-width: 560px) {
        margin-top: 4px;
        margin-left: 25px;
    }
}
.owp-panel .maroon{
    background: #6b0b07;
    margin: 6px -1px;
    padding-bottom: 46px;
    .title-box {
        color: #fff;
    }
   .text-box {
        color: #fff;
    }
    @media (max-width: 560px) {
        margin-top: 4px;
        margin-left: 25px;
    }
}
.owp-panel .green{
    background: #00B59A;
    margin: 6px 5px;
    padding-bottom: 50px;
    .title-box {
        color: #fff;
    }
   .text-box {
        color: #fff;
    }
    @media (max-width: 560px) {
        margin-top: 4px;
        margin-left: 25px;
    }
}
.sub_title {
    color: #424242;
    font-size: 18px;
}


/* our client */

@keyframes slides {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%); /* Move only half, as the second set will take over */
    }
}
  
  .our-clients {
    overflow: hidden;
    background: #f8f8f8;
    padding: 30px 0;
    text-align: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 50px 0 70px 0;
    margin: 0px auto 0 auto;
  }
  .our-clients .heading{
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0px 0 30px 0;
  }
  .our-clients .heading h2
    {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0px auto;
        color: #000;
        font-size: 25px;
        font-weight: 700;
        line-height: 45px;
        text-align: center;
        font-family: Poppins;
    }
  .our-clients .clients-wrap {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
  }
  
  .our-clients #clientlogo {
    display: flex;
    width: 200%; /* Ensures smooth looping */
    animation: slides 20s linear infinite;
    margin-top: 35px;
}
  
  .our-clients #clientlogo:hover {
    animation-play-state: paused;
  }
  
  .our-clients #clientlogo li {
    list-style: none;
    display: inline-block;
    padding: 10px;
  }
  
  .our-clients #clientlogo img {
    max-width: 150px;
    height: auto;
    margin: 0 20px;
  }
  
  /* Gradient fade effect */
  .our-clients .clients-wrap::before, .clients-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 2;
  }
  
  .our-clients .clients-wrap::before {
    left: 0;
    background: linear-gradient(to left, rgba(255,255,255,0), #f8f8f8);
  }
  
  .our-clients .clients-wrap::after {
    right: 0;
    background: linear-gradient(to right, rgba(255,255,255,0), #f8f8f8);
  }
.mobile-panel-home .container{
    max-width: 86%;
}

.mobile-panel-home .slide {
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
  
.content-work-process .owp-panel .lastoverlay2 {
    width: 122%;
    left: -54px;
    bottom: -32px;
    height: auto;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 1;
}
.content-work-process .owp-panel .overlay1 {
    width: 104%;
    height: auto;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 1;
    left: -6px;
    bottom: 13px;
}
.content-work-process .owp-panel {
    background: url(/front/images/bg.jpg);
}
.content-work-process .owp-panel h2,.content-work-process .owp-panel .sub_title {
   color: #ffff;
}
/******************* media query ********************/
@media (max-width: 1450px) {
    .ipsec-s05 .container {
        max-width: 100%;
    }
    .ipsec-s05 .desc {
        padding: 10px 6px;
    }
}
@media (max-width: 1024px) {
    .ipsec-s05 .ind-tile {
        width: 45%;
        margin-bottom: 10px;
    }
    .ipsec-s05 .ind-tile .desc{
        height: 180px;
    }
    .modal-content{
        width: 90%;
    }
    .content-work-process .owp-panel .lastoverlay2 {
        width: 118%;
        left: -23px;
        bottom: -17px;
        height: auto;
        padding: 0;
        margin: 0;
        position: absolute;
        z-index: 1;
    }
}

@media (max-width: 767px) {
    .ipsec-s05 .ind-tile {
        width: 45%;
        margin-bottom: 10px;
    }
    .ipsec-s05 .ind-tile .desc{
        height: 180px;
    }
    .mt-panel .mt-box {
        margin: 10px auto;
    }
    
}

@media (max-width: 567px) {
    .ipsec-s05 .ind-tile {
        width: 100%;
        margin: 5px auto;
    }
    .ipsec-s05 .ind-tile .desc{
        height: auto;
    }
}
@media (min-width: 320px) and (max-width: 480px){
    .tile-box {
        width: 33.3%;
        height: 120px;
        padding: 10px 18px;
        margin: 0;
        float: left;
        text-align: center;
    }
    .tile-title {
        font-size: 12px;
    }
    .model-imgbox {
        width: 100%;
    }
    .model-contentbox {
        width: 100%;
    }
    .nbs-flexisel-nav-left {
        left: -0px;
        background: url(../images/leftArrow.png) no-repeat;
    }
    
    .nbs-flexisel-nav-right {
        right: -15px;
        background: url(../images/rightArrow.png) no-repeat;
    }
    .talktous-box {
        position: absolute;
        top: 75%;
        left: 20%;
        transform: translate(-50%, -50%);
        padding: 20px;
        border-radius: 5px;
    }
    .talktous-box .ttu-btn {
        display: inline-block;
        width: auto;
        height: auto;
        padding: 10px 17px 10px 17px;
        margin: 0px;
        background: #0166ff;
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        text-decoration: none;
        line-height: 18px;
        border-radius: 7px;
        font-family: Lato, sans-serif !important;
        -webkit-transition: all 0.3s !important;
        -moz-transition: all 0.3s !important;
        -ms-transition: all 0.3s !important;
        -o-transition: all 0.3s !important;
        transition: all 0.3s !important;
    }
    header .logoBox {
        background: #4c4c4c;
        padding: 0px;
        margin: auto;
        width: 100%;
    }
    header .logoimg {
        width: 200px;
    }
    header .rightBox {
        width: 100%;
        margin: auto;
        text-align: left;
        margin-top: 10px;
    }
    /* banner media */
    
    .bannbtn-box {
        padding: 0;
        margin: 0px auto 0px auto;
        z-index: 2;
        left: 5%;
    }
    .bannbtn-box .bookcons-btn {
        display: inline-block;
        width: auto;
        height: auto;
        padding: 0px 10px;
        font-size: 12px;
    }
    .tech-panel .tech-box {
        margin: auto;
        margin-bottom: 10px;
    }
    .serv-panel .serv-box {
        margin: auto;
        margin-bottom: 10px;
    }
    .owp-panel .owp-box {
        width: 100%;
        margin: auto;
        margin-bottom: 10px;
    }
    .owp-panel .overlay {
        width: 100%;
        display: none;
    }
    .owp-panel .overlay1 {
        width: 100%;
        display: none;
    }
    .owp-panel .overlay2 {
        width: 100%;
        display: none;
    }
    
    }
    @media (min-width: 320px) and (max-width: 1025px){
        header {
            box-shadow: 0 1px 2px rgb(47 46 46 / 74%);
            border-top: solid 0px #545454;
        }
        header .header {
            background: #525964;
        }
        header .logoBox {
            margin: 15px 0 0 2.5%;
        }
        .menu{
            a:focus, a:hover {
                color: #ebe9e9;
                text-decoration: none !important;
            }
        }
        .serv-panel .serv-box {
            width: 96%;
            min-height: 241px;
            padding: 20px 20px;
            margin: 3px auto;
        }
        .glimpse-panel .glimpse-box {
            margin-top: 10px;
        }
        .blog-panel .blog-box {
            margin: 10px auto;
        }
        .getquotebtn {
            display: none;
        }
        .bannbtn-box2 .bookcons-btn {
            padding: 7px 11px 7px 11px;
        }
    }