    /*==========================
    <--start-header-Area-->
    ===========================*/

    body{
        font-family: 'Poppins', sans-serif;
    }

    a, p, h1, h2, h3, h4, h5, h6, li{
        font-family: 'Poppins', sans-serif;
    }

    a{
        text-decoration: none !important;
    }
    
    .header-area {
        position: relative;
        z-index: 1;
    }

    .header-area-cs{
        box-shadow: 0 0 10px #00000020;
    }

    h2{
        font-family: Poppins;
        font-weight: 500;
        line-height: 48px;
        text-align: left;
        color: #000;
    }

    .header-menu {
        text-align: center;
    }

    .header-menu ul{
        list-style: none;
        display: inline-block;
    }

    .header-menu ul li {
        display: inline-block;
    }

    .header-menu ul li a {
        display: inline-block;
        font-size: 15px;
        margin-right: 33px;
        padding: 25px 0;
        font-weight: 400;
        color: #333;
        font-family: 'Poppins', sans-serif;
        position: relative;
    }

    .header-menu ul li a::before {
        position: absolute;
        content: "";
        width: 0%;
        height: 1px;
        bottom: 30px;
        left: 0;
        background: #6AC2EE;
        transition: 0.5s;
    }

    .header-menu ul li a:hover{
        color: #6AC2EE;
    }

    .header-menu ul li a i {
        display: inline-block;
        font-size: 15px;
        margin-left: 5px;
        transition: 0.5s;
    }
    .header-menu ul li a:hover i{
        color:#6AC2EE;
    }

    /*sub-menu*/
    .header-menu ul li.menu-item-has-children {
        position: relative;
    }

    .header-menu ul li .sub-menu {
        position: absolute;
        width: 650px;
        text-align: left;
        background: #fff;
        transition: 0.5s;
        top: 100%;
        box-shadow: 0 0 10px #00000031;
        border-radius: 10px;
        display: none;
        z-index: 999999;
    }

    .header-menu ul li:hover .sub-menu{
        display: flex;
    }

    .header-menu ul li .sub-menu li a {
        margin-right: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px;
    color: #333;
    }
    .header-menu ul li .sub-menu li a:hover{
        background: #fff;
        color: #6AC2EE;
    }

    .carousel-home.col-md-3 {
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .header-menu ul li .sub-menu li a:before {
        position: inherit !important;
    }

    .sub-menu li {
        padding: 5px;
    }

    /*--DreamHub-button--*/
    .Dreamhub-button{
        text-align: center;
        display: flex;
    }

    .hero-area  .Dreamhub-button{
        text-align: left;
    }

    .team-area .Dreamhub-button{
        text-align: left;
    }

    .Dreamhub-button a {
        font-size: 15px;
        display: inline-block;
        color: #fff;
        padding: 7px 15px;
        position: relative;
        z-index: 1;
        transition: 0.8s ease-out;
        position: relative;
        overflow: hidden;
        border-radius: 5px;
    }

    .Dreamhub-button a:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        top: 0;
        left: 0;
        background: linear-gradient(to right, #016699, #6AC2EE);
        z-index: -1;
        transition: 0.5s;
        border-radius: 0 0 50% 50%;
        height: 180%;
    }

    .Dreamhub-button a:hover:before{
        color:#016699;
        height:0;
    }

    .Dreamhub-button a:hover{
        color:#016699;
        border: 1px solid #016699;
        background-color: #fff;
    }

    .Dreamhub-button i {
        margin-left: 8px;
        display: inline-block;
        color: #fff;
        transition: 0.5s;
    }

    .Dreamhub-button a:hover i{
        color:#016699;
    }

    /*header-sitcky*/
    .sticky {
        position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Optional: add a shadow */
  z-index: 1000;
  background: #fff;
    }

    /*==========================
    <--start-hero-area-->
    ===========================*/

    .hero-area {
        background: url(assets/images/hero.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top right;
        height: 600px;
        margin-top: -100px;
        align-items: center;
    display: flex;
    }

    .hero-main-wrapper{
        position: relative;
    }

    .hero-content h1 {
        font-size: 50px;
        font-weight: 600;
    }

    .hero-content p {
        color: #4A6F8A;
    }

    .hero-content-tow {
        background: #F1F4FB;
        padding: 26px 40px 24px;
        margin-top: 60px;
        width: 48%;
    }

    .hero-content-tow h4 {
        font-size: 20px;
        font-weight: 600;
        margin: 23px 0 18px;
    }

    .our-expriance {
        position: absolute;
        left: 58%;
        bottom: 7%;
    }

    .expriance-content {
        background: #2D69FF;
        border-radius: 100px;
        width: 158px;
        height: 158px;
        text-align: center;
        line-height: 138px;
    }

    .expriance-content h1 {
        font-size: 22px;
        display: inline-block;
        font-weight: 600;
        color: #fff;
    }

    .expriance-content span {
        font-size: 25px;
        font-weight: 600;
        color: #fff;
    }

    .expriance-content p {
        line-height: 0;
        color: #fff;
        margin-top: -39px;
    }

    /*=================================
    <--start-practice-area-->
    =================================*/
    .practice-area {
        background: #042955;
        padding: 132px 0 122px;
    }

    .single-practice-box {
        border: 1px solid #294A6D;
        padding: 37px 32px 30px;
        position: relative;
        z-index: 1;
        border-radius: 4px;
        margin-bottom: 20px;
    }

    .single-practice-box:before{
        position: absolute;
        content:"";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background:#2D69FF;
        z-index: -1;
        border-radius: 4px;
        transform:scaleX(0);
        transition: 0.5s;
    }

    .single-practice-box:hover:before{
        transform:scaleX(100%);
    }

    .practice-content h4 {
        font-size: 22px;
        color: #fff;
        margin-top: 24px;
    }

    .practice-content p {
        color: #617993;
        margin: 23px 0 20px;
        transition: 0.5s;
    }

    .single-practice-box:hover .practice-content p{
        color: #fff;
    }

    .practice-content a.practice-button {
        color: #fff;
        display: inline-block;
    }

    .practice-content a.practice-button i {
        display: inline-block;
        color: #fff;
        margin-left: 9px;
        position: relative;
        top: 2px;
    }


    /*--All-section-title-css--*/
    .section-title {
        margin-bottom: 64px;
    }

    .section-title h1 {
        font-size: 47px;
        color: #fff;
    }

    .section-title p {
        width: 60%;
        margin: auto;
        color: #fff;
        margin-top: 27px;
    }

    .team-area .section-title h1 {
        color: #000;
    }

    .team-area .section-title p {
        width: 100%;
        color: #000;
    }
    a.mobile-menu-nav {
        padding-left: 10px;
    }

    .testi-area .section-title p {
        width: 100%;
        color: #D0D8FF;
    }

    .blog-area .section-title h1  {
       color: #052852;
    }

    .blog-area .section-title p {
        color: #56647E;
    }




    /*=================================
    <--start-Team-area-->
    =================================*/
    .team-area {
        position: relative;
    }

    .single-team-box {
        margin-bottom: 30px;
    }

    .team-thumb {
        position: relative;
        overflow: hidden;
    }

    .team-social-icon {
        position: absolute;
        left: -100%;
        bottom: 0px;
        background: url(assets/images/team-shape.png);
        padding: 38px 76px 38px;
        transition: 0.5s;
    }

    .single-team-box:hover .team-social-icon {
     left: 0;
    }

    .team-social-icon ul li {
        display: inline-block;
    }

    .team-social-icon ul li i {
        display: inline-block;
        font-size: 14px;
        background: #016699;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        color: #fff;
        border-radius: 50px;
        margin-right: 3px;
        transition: 0.5s;
    }

    .team-social-icon ul li i:hover{
        background: #6AC2EE;
    }

    .team-content {
        box-shadow: 0 0 23px rgba(45,105,255,0.13);
        width: 100%;
        text-align: center;
        padding: 16px 0px 24px;
    }

    .team-content h4 a {
        font-size: 20px;
        font-weight: 500;
        color: #032954;
    }

    .single-team-box:hover .team-content h4 a{
        color:#6AC2EE;
    }

    .team-content p {
        font-size: 15px;
        margin-top: 6px;
    }


    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: block;
    }

    .owl-prev {
        position: absolute;
        left: -67%;
        top: 53%;
    }

    .owl-prev i {
        display: inline-block;
        color: #6AC2EE;
        border: 1px solid #6AC2EE;
        width: 45px;
        height: 45px;
        text-align: center;
        line-height: 45px;
        border-radius: 50px;
        transition: 0.5s;
    }

    .owl-prev i:hover{
        background: linear-gradient(to right, #016699, #6AC2EE);
        color: #FFF;
        border: 1px solid #6AC2EE;
    }

    .owl-next {
        position: absolute;
        top: 53%;
        left: -56%;
    }

    .owl-next i {
        display: inline-block;
    color: #FFF;
    border: 1px solid #6AC2EE;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    background: linear-gradient(to right, #016699, #6AC2EE);
    transition: 0.5s;
    }

    .owl-next i:hover{
        background: transparent;
        color: #6AC2EE;
        border: 1px solid #6AC2EE;
    }



    /*=================================
    <--start-Testimonail-area-->
    =================================*/
    .testi-area {
        height: 100%;
        background: url(assets/images/testi-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .testi-area.add-inner-class {
        margin-bottom: 150px;
    }

   .testi-box h4, .testi-box h3, .testi-box p, .testi-box li {
    color: #ffff;
    margin-top: 5px;
}
.testi-box li{
    margin: 10px 0;
    font-size: 16px;
    padding-left: 20px;
    border-left: 1px solid #fcfcfc5e;
}

.testi-box p{
    line-height: 20px;
    padding-bottom: 15px;
    font-size: 14px;
}

.testi-box h4 {
    font-size: 18px;
}

    .testi-thumb img {
        float: left;
        padding-right: 22px;
        margin-top: -10px;
    }


    .testi-content h4 {
        font-size: 20px;
        color: #fff;
    }

    .testi-content p {
        font-size: 17px;
        color: #fff;
        margin-top: 9px;
    }

    .quote-icon {
        position: absolute;
        right: 48px;
        bottom: -21px;
    }

    .quote-icon i {
        color: #97B4FF;
        display: inline-block;
        font-size: 100px;
    }

    /*=================================
    <--start-blog-area-->
    =================================*/


    .casebanner-image img {
        border-radius: 20px;
    }

    .blog-area {
        padding: 132px 0 130px;
    }

    .blog-area.blog-grid {
        padding: 150px 0 128px;
    }

    .single-blog-box {
        margin-bottom: 20px;
    }

    .blog-thumb{
        overflow: hidden;
    }

    .blog-thumb img {
        border-radius: 10px;
        width: 100%;
    height: 230px;
    object-fit: cover;
    transition: 0.5s;
    }

    .casecont ul.breadcrumb1 {
        padding-top: 0;
    }

    .links-case a {
        color: #2F99CF;
		    font-size: 15px;
    }

.row.contact-map iframe {
    border-radius: 30px;
    margin-bottom: 50px;
}

    .single-blog-box:hover .blog-thumb img{
        transform: scale(1.1);
    }

    .color{
        display: flex;
        justify-content: center;
    }

    .case-container{
        padding: 20px;
    }

    .casebanner-image img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    
    }
    .blog-content {
        border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px #00000031;
    padding: 30px 26px 34px;
    margin: 10px;
    margin-top: -100px;
    position: relative;
    }

    .blog-content h4 {
        font-weight: 600;
        color: #000;
        font-size: 20px;
    }
    .blog-content p{
        color: #727272;
    }

    .service-details-icon img {
        width: 50px;
    }

    .type-of-icon img {
        width: 100%;
    }


    .meta-blog span.date {
        font-size: 15px;
        color: #616161;
        margin-right: 26px;
        text-transform: uppercase;
    }

    .meta-blog span.date i {
        display: inline-block;
        color: #5CC5B6;
        font-size: 16px;
        margin-right: 5px;
    }

    .meta-blog span.comment {
        font-size: 15px;
        color: #616161;
        text-transform: uppercase;
    }

    .meta-blog span.comment i {
        display: inline-block;
        color: #5CC5B6;
        font-size: 16px;
        margin-right: 5px;
    }

    .blog-content h4.title a {
        font-size: 24px;
        line-height: 35px;
        font-weight: 500;
        display: inline-block;
        color: #032954;
        font-family: 'Poppins', sans-serif;
    }

    .single-blog-box:hover .blog-content h4.title a{
        color: #2D69FF;
    }

    /*=================================
    <--start-subscribe-area-->
    =================================*/

    .subscribe-area .row.add-bg {
        background: #2D69FF;
        padding: 71px 17px 89px 45px;
        border-radius: 5px;
        z-index: 1;
        position: relative;
    }

    .subscribe-content h1 {
        font-size: 47px;
        color: #fff;
    }

    .subscribe-form input {
        width: 62%;
        height: 60px;
        border-radius: 5px;
        outline: 0;
        border: none;
        padding: 0 20px;
        margin-top: 28px;
        position: relative;
    }

    .subscribe-form button {
        background: #002859;
        color: #fff;
        border: none;
        padding: 15px 34px;
        font-weight: 600;
        border-radius: 5px;
        margin-left: 8px;
    }

    .subscribe-form p.subscribe-text {
        color: #fff;
        font-size: 16px;
        margin-top: 22px;
    }


    /*=================================
    <--start-footer-area-->
    =================================*/
    .footer-area {
        background: url(assets/images/footer-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        padding: 292px 0 33px;
        margin-top: -143px;
    }

    .footer-widget-desc p {
        color: #fff;
        margin-top: 67px;
        margin-bottom: 34px;
    }

    .footer-social-icon ul li {
        display: inline;
    }

    .footer-social-icon ul li i {
        display: inline-block;
        font-size: 15px;
        color: #fff;
        background: #00428E;
        width: 30px;
        height: 30px;
        border-radius: 50px;
        text-align: center;
        line-height: 30px;
        margin-right: 3px;
        transition: 0.5s;
    }

    .footer-social-icon ul li i:hover{
        color:#fff;
        background:#2D69FF;
    }
    .footer-widget-title h4 {
        color: #fff;
        font-size: 22px;
        margin-bottom: 70px;
    }

    .footer-widget-menu ul li {
        list-style: none;
        margin-bottom: 11px;
    }

    .footer-widget-menu ul li a {
        color: #fff;
        display: inline-block;
        font-size: 16px;
    }

    .footer-widget-menu ul li a:hover{
        color: #2D69FF;
    }

    .footer-widget-menu ul li i {
        display: inline-block;
        color: #fff;
        font-size: 15px;
        margin-right: 12px;
        transition: 0.5s;
    }

    .footer-widget-menu ul li a:hover i{
        color: #2D69FF;
    }

    .footer-widget-infor {
        margin-bottom: 30px;
    }

    .infor-icon i {
        float: left;
        display: inline-block;
        color: #fff;
        font-size: 14px;
        margin-right: 13px;
        background: #00428E;
        width: 32px;
        height: 32px;
        text-align: center;
        line-height: 32px;
        border-radius: 50px;
        transition: 0.5s;
    }

    .infor-icon i:hover{
        background:#2D69FF ;
    }

    .footer-widget-infor-content p {
        color: #fff;
        font-size: 16px;
    }

    .copyright-area {
        border-top: 1px solid #325885;
        margin-top: 30px;
    }

    .copyright-area span {
        font-size: 14px;
        color: #fff;
        margin-top: 30px;
        display: inline-block;
    }

    /*=================================
    <--start-bradcumb-area-->
    =================================*/

    .bradcumb-area {
        background: url(assets/images/breadcumb.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        padding: 150px 0 150px;
    }

    #about-ban{
        position: relative;
    background: url(assets/images/about-ban2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:top center;
    padding: 40px;
    }

    #testimonials{
        position: relative;
        background: url(assets/images/testimonials.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 40px;
    }

    .about-ban-over{
        z-index: 1;
    }
    
    .bradcumb-content{
        position: relative;
        z-index: 0;
    }

    .service-banner h4 {
        font-size: 16px;
        line-height: 24px;
    }

    .and-ios{
        display: flex;
        gap: 50px;
        align-items: center;
    }

    .and-ios li{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .and-ios li p{
 font-weight: 500;
    }

    .web-app-area{
        position: relative;
        background: url(assets/images/web-app-area.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 40px;
    }

    .embed-app-area{
        position: relative;
        background: url(assets/images/embed-app-area.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 40px;
    }

    .ui-ux-area{
        position: relative;
        background: url(assets/images/ui-ux-area.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 40px;
    }
    .testing-area{
        position: relative;
        background: url(assets/images/testing-area.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 40px;
    }
    .fintech-area{
        position: relative;
        background: url(assets/images/fintech-area.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 40px;
    }
    .business-area{
        position: relative;
        background: url(assets/images/business-area.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 40px;
    }

    .mobility{
        position: relative;
        background: url(assets/images/mobility-area.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 40px; 
        background-position: center center;
    }
    .carousel-inner-test{
        overflow: visible !important;
    }

    .bg-cta{
        background: url(assets/images/bg-cta.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 40px; 
        background-position: center center;
        border-radius: 30px;
        text-align: center;
    }

    .prod-eng{
        position: relative;
        background: url(assets/images/prod-eng.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 40px; 
        background-position: center center;
    }

    .case-study{
        position: relative;
        background: url(assets/images/case-study.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 40px; 
        background-position: center center;
    }

    .tab-container {
        display: flex;
        flex-flow: wrap;
        flex-direction: row;
        justify-content: center;
      }
      .tab-container div {
        padding: 10px 20px;
        margin: 10px;
        cursor: pointer;
        background-color: #f1f1f1;
        border-radius: 5px;
        transition: background-color 0.3s;
      }
      .tab-container div:hover {
        background-color: #ddd;
      }
      .tab-content {
        margin-top: 20px;
        text-align: center;
        display: none;
      }
      .tab-content.active {
        display: block;
      }

    #overview-bg{
        background: url(assets/images/overiview-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 40px; 
        background-position: right;
    }

    .sidber-widget-recent-post {
        margin-bottom: 20px;
        padding: 0 20px;
        overflow: hidden;
        display: flex;
        
    }
    .tab-content ul {
        flex-flow: wrap;
        display: flex;
        gap: 30px;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .tab-content ul li p {
        font-size: 14px;
        padding-top: 10px;
        font-weight: 600;
        color: #1eb3df;
    }

    .tab-content ul li img{
        height: 60px;
    }
    .tab-content ul li{
    background: #fff;
    border: 1px solid #ddd;
    height: 150px;
    display: flex;
    width: 150px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 10px;
    }

    .tab-content ul li:hover {
        background: #f5f5f5;
        cursor: pointer;
    }

    .container.bg-cta.pt-5 h2 {
        text-align: center;
        color: #fff;
    }

    .recent-widget-thumb {
        float: left;
        margin-right: 25px;
    }
   
    .container-fluid.bg-cta.mt-5.pt-5 h2 {
        color: #fff;
        padding: 20px;
        text-align: center;
    }

   

    .bradcumb-content h1 {
        color: #fff;
        margin-bottom: 12px;
    }

    .bradcumb-content ul li {
        display: inline-block;
        color: #ffff;
        font-size: 18px;
    }

    .bradcumb-content ul li a{
        display: inline-block;
        color: #ffff;
        font-size: 18px;
    }

    /*=================================
    <--start-About-area-->
    =================================*/
 

    .about-thumb img {
        width: 100%;
    }

    .about-area .section-title {
        margin-bottom: 59px;
    }

    .about-area .section-title h1 {
        font-size: 42px;
        color: #000;
    }

    .about-area .section-title p {
        color: #000;
        margin-top: 27px;
        width: 100%;
    }

    .about-list-item ul li {
        font-size: 16px;
        color: #032954;
        margin-bottom: 8px;
    }

    .about-list-item ul li i {
        display: inline-block;
        background: #2D69FF;
        border-radius: 50px;
        width: 16px;
        height: 16px;
        text-align: center;
        line-height: 16px;
        color: #fff;
        font-size: 16px;
        margin-right: 9px;
    }

    .about-area .Dreamhub-button {
        text-align: left;
        margin-top: 28px;
    }


    /*=================================
    <--start-contact-area-->
    =================================*/
    .contact-area {
        padding: 150px 0 150px;
    }

    .contact-infor {
		border-radius:15px;
        height: 100%;
        box-shadow: 0px 15px 30px rgb(0 0 0 / 15%);
        padding: 36px 53px 33px;
    }

    .contact-infor h4 {
        font-size: 26px;
        margin-bottom: 39px;
    }

    .contact-infor-box {
        display: flex;
        flex-direction: column;
    }

    .contact-infor-icon i {
        border-radius: 10px;
        float: left;
        font-size: 40px;
        background: linear-gradient(to right, #016699, #6AC2EE);
        color: #ffff;
        width: 70px;
        height: 70px;
        text-align: center;
        line-height: 70px;
        margin-right: 18px;
    }
    .contact-infor .contact-infor-icon i:hover {
        border-radius: 100%;
        transition: all 1s ease;
    } 

    .contact-content h6 {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .contact-content p {
        font-size: 16px;
        line-height: 23px;
    }

    .contact-form {
        box-shadow: 0px 15px 30px rgb(0 0 0 / 15%);
        padding: 36px 34px 30px;
    }

    .contact-form h4 {
        font-size: 26px;
        margin-bottom: 39px;
    }

    .contact-form input {
        width: 100%;
        height: 46px;
        margin-bottom: 24px;
        padding: 0 13px;
        border: 1px solid rgba(119,119,119,.2);
        border-radius: 5px;
    }

    .contact-form textarea {
        width: 100%;
        height: 130px;
        border: 1px solid rgba(119,119,119,.2);
        padding: 10px 13px;
        border-radius: 5px;
    }

   

    .google-map iframe {
        width: 100%;
        height: 600px;
        margin-bottom: -164px;
    }


    /*=================================
    <--start-service-area -->
    =================================*/
    .service-area {
        padding: 131px 0 127px;
    }

    .service-area .section-title h1 {
        font-size: 46px;
        color: #032954;
    }

    .service-box {
        border: 1px solid #eee;
        padding: 33px 40px 25px;
        text-align: center;
        position: relative;
        z-index: 1;
        border-radius: 4px;
        margin-bottom: 20px;
    }

    .service-box:before{
        position: absolute;
        content:"";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background:#2D69FF;
        z-index: -1;
        border-radius: 4px;
        transform:scaleX(0);
        transition: 0.5s;
    }

    .service-box:hover:before{
        transform:scaleX(100%);
    }

    .icon-box img{
        transition: 0.5s;
    }

    .service-box:hover .icon-box img{
        filter: brightness(0) invert(1);
    }

    .service-box h4 {
        font-size: 22px;
        padding: 14px 0 18px;
    }

    .service-box:hover h4{
        color:#fff;
    }

    .service-box p{
        transition: 0.5s;
    }
    .service-box:hover  a.service-button,
    .service-box:hover p{
        color:#fff;
    }

    .service-box a.service-button {
        display: inline-block;
        margin-top: 16px;
        font-size: 16px;
    }

    a.service-button i {
        display: inline-block;
        margin-left: 6px;
        font-size: 12px;
    }

    /*=================================
    <--start-service-detials-area -->
    =================================*/

    .service-detials-area {
        padding: 150px 0 118px;
    }

    /*widget search*/

    .widget_search {
        padding: 30px 30px 30px;
        border-radius: 4px;
        margin-bottom: 30px;
        background: #fff;
        box-shadow: 0px 0px 70px rgb(0 0 0 / 5%);
    }


    .widget_search form {
        position: relative;
    }

    .widget_search input {
        border-radius: 4px;
        padding-left: 20px;
        height: 60px;
        width: 100%;
        position: relative;
        color: #222;
        border: 0;
        border: 2px solid #2D69FF;
        outline: 0;
    }

    button.icons {
        border: 0;
        font-size: 18px;
        color: #fff;
        padding: 1px 15px;
        position: absolute;
        right: 0;
        top: 0;
        height: 60px;
        width: 60px;
        background: #2D69FF;
        border-radius: 0 4px 4px 0;
    }

    /*widget categories box*/

    .widget-categories-box {
        background: #fff;
        padding: 42px 40px 25px;
        border-radius: 5px;
        margin-bottom: 30px;
        box-shadow: 0px 0px 70px rgb(0 0 0 / 5%);
    }

    /*title*/

    .categories-title h4 {
        font-size: 24px;
        font-weight: 700;
        line-height: 24px;
        border-bottom: 2px solid #6AC2EE;
        padding: 0px 0 15px;
        margin: 0 0 30px;
        position: relative;
        padding-left: 10px;
    }

    .categories-title h4:before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        height: 24px;
        width: 3px;
        background: #6AC2EE;
    }

    /*categories menu*/

    .widget-categories-menu ul {
        display: block;
    }

    .widget-categories-menu ul li {
        display: block;
        list-style: none;
        margin-bottom: 15px;
        background: transparent;
        padding: 16px 20px 16px;
        border-radius: 4px;
        transition: .5s;
        border: 2px solid #6AC2EE;
        position: relative;
        z-index: 1;
    }

    .widget-categories-menu ul li:hover {
        border: 2px solid #6AC2EE;
    }

    .widget-categories-menu ul li:before{
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        height: 100%;
        width: 0;
        background: #6AC2EE;
        transition: .5s;
        z-index: -1;
    }

    .widget-categories-menu ul li:hover:before{
        width: 100%;
    }

    .widget-categories-menu ul li a {
        display: block;
        color:#6AC2EE;
        transition: .5s;
    }

    .widget-categories-menu ul li a span {
        display: inline-block;
        float: right;
        background: #6AC2EE;
        height: 22px;
        width: 22px;
        font-size: 12px;
        text-align: center;
        margin-top: 6px;
        color: #fff;
        line-height: 22px;
        transition: .5s;
    }

    .widget-categories-menu ul li:hover a span {
        background: #fff;
        color: #6AC2EE;
    }

    .widget-categories-menu ul li:hover a {
        color: #fff;
    }


   
    /* Sidber Achivement CSS */

    .widget-achivement ul li {
        list-style: none;
        margin-bottom: 6px;
    }

    .widget-achivement ul li a i {
        font-size: 17px;
        margin-right: 3px;
    }

    .widget-achivement ul li a {
        font-weight: 600;
        transition: .5s;
    }

    .widget-achivement ul li a span {
        float: right;
    }

    .widget-achivement ul li a:hover{
        color:#2D69FF;
    }

    /* Sidber Widget Gallery CSS */

    .widget-gallery {
        overflow: hidden;
    }

    .widget-gallery-thumb {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    /* Sidber Widget Tags CSS */
    .widget-tags a {
        display: inline-block;
        border: 2px solid #2D69FF;
        padding: 3px 20px;
        margin: 4px 3px;
        border-radius: 2px;
        color: #2D69FF;
        font-weight: 500;
        position: relative;
        transition: .5s;
        z-index: 1;
    }

    .widget-tags a:before {
        position: absolute;
        content: "";
        left: -2px;
        top: 0px;
        height: 102%;
        width: 0%;
        background: #2D69FF;
        z-index: -1;
        border-radius: 3px;
        transition: .5s;
    }

    .widget-tags a:hover{
        color: #fff;
        border-color: #2D69FF;
    }

    .widget-tags a:hover:before{
        width: 102%;
    }

    /* Service Details Content CSS */

    .service-details-main-title {
        padding: 20px 0 18px;
    }

    .service-details-main-title h1 {
        line-height: 45px;
        font-size: 36px;
        text-transform: capitalize;
    }

    .service-details-text p {
        font-size: 16px;
        text-align: justify;
        margin-bottom: 10px;
    }

    .service-details-video-thumb {
        position: relative;
        padding-top: 20px;
    }

    .service-details-overview-title {
        padding: 22px 0 15px;
    }

    .service-details-overview-title h2 {
        font-size: 30px;
    }

    .service-details-overview-text p {
        text-align: justify;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .service-details-overview-text p {
        text-align: justify;
    }

    .service-details-overview-list ul li {
        list-style: none;
        position: relative;
        padding-left: 30px;
        padding-right: 12px;
        padding-bottom: 12px;
        font-size: 16px;
    }

    .service-details-overview-list ul li::before {
        position: absolute;
        content: "";
        left: 0;
        top: 9px;
        height: 12px;
        width: 12px;
        background: #2D69FF;
        border-radius: 50%;
    }

    .service-details-choose-us {
        padding-bottom: 10px;
    }

    .service-details-choose-us-title {
        padding: 5px 0 15px;
    }

    .service-details-choose-us-title h2 {
        font-size: 30px;
    }

    .service-details-box {
        border: 1px solid #eee;
    padding: 30px 19px 5px;
    position: relative;
    height: 100%;
    margin-top: 20px;
    }

    .service-details-number {
        position: absolute;
        right: 60px;
    }

    .service-details-number h2 {
        font-size: 48px;
        text-transform: none;
        margin: 0;
        margin: 0;
        color: transparent !important;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #0E1317;
        opacity: .5;
    }

    .service-details-icon i {
        font-size: 50px;
        color: #2D69FF;
    }

    .service-details-content h2 {
        line-height: 20px;
        font-size: 15px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .service-details-thumb img {
        width: 100%;
    }

    .service-details-video-thumb-inner img {
        width: 100%;
    }

    .service-details-content p {
        font-size: 14px;
    }


    .type-of-main-title {
        padding: 20px 0 18px;
    }

    .type-of-main-title h1 {
        line-height: 45px;
        font-size: 36px;
        text-transform: capitalize;
    }

    .type-of-text p {
        font-size: 16px;
        text-align: justify;
        margin-bottom: 10px;
    }

    .type-of-video-thumb {
        position: relative;
        padding-top: 20px;
    }

    .type-of-overview-title {
        padding: 22px 0 15px;
    }

    .type-of-overview-title h2 {
        font-size: 30px;
    }

    .type-of-overview-text p {
        text-align: justify;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .type-of-overview-text p {
        text-align: justify;
    }

    .type-of-overview-list ul li {
        list-style: none;
        position: relative;
        padding-left: 30px;
        padding-right: 12px;
        padding-bottom: 12px;
        font-size: 16px;
    }

    .type-of-overview-list ul li::before {
        position: absolute;
        content: "";
        left: 0;
        top: 9px;
        height: 12px;
        width: 12px;
        background: #2D69FF;
        border-radius: 50%;
    }

    .type-of-choose-us {
        padding-bottom: 10px;
    }

    .type-of-choose-us-title {
        padding: 5px 0 15px;
    }

    .type-of-choose-us-title h2 {
        font-size: 30px;
    }

    .type-of-box {
        border: 1px solid #eee;
    padding: 19px 19px 5px;
    position: relative;
    height: 100%;
    margin-top: 20px;
    }

    .type-of-number {
        position: absolute;
        right: 60px;
    }

    .type-of-number h2 {
        font-size: 48px;
        text-transform: none;
        margin: 0;
        margin: 0;
        color: transparent !important;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #0E1317;
        opacity: .5;
    }

    .type-of-icon i {
        font-size: 50px;
        color: #2D69FF;
    }

    .type-of-content h2 {
        line-height: 20px;
        font-size: 15px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .type-of-thumb img {
        width: 100%;
    }

    .type-of-video-thumb-inner img {
        width: 100%;
    }

    .type-of-content p {
        font-size: 14px;
    }


    /*=================================
    <--start-blog-detials-area -->
    =================================*/

    .blog-detials-area {
        padding: 148px 0 146px;
    }
    .blog-detials-area.blog-tow-column {
        padding: 150px 0 120px;
    }
    .blog-detials-area.blog-list {
        padding: 150px 0 120px;
    }

    .blog-details-main {
        background: #fff;
        padding: 30px;
        box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.05);
    }

    .blog-details-meta {
        background: #F3F3F5;
        padding: 16px 30px;
    }

    .blog-details-meta span {
        margin-right: 30px;
    }

    .blog-details-meta span i {
        color: #2D69FF;
        padding-right: 5px;
    }

    .blog-details-content {
        padding: 20px 0 18px;
    }

    .blog-details-content h2 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .blog-details-thumb img {
        width: 100%;
    }

    .blog-details-des {
        padding: 30px 0 10px;
    }

    .blog-details-blockquote {
        background: rgba(45,105,255,0.9);
        padding: 40px 38px 26px;
        position: relative;
        margin-bottom: 10px;
    }

    .blog-details-blockquote::before {
        position: absolute;
        content: "";
        background: url(assets/images/resource/quite.png);
        top: 40px;
        left: 60px;
        height: 75px;
        width: 75px;
        background-repeat: no-repeat;
    }

    .blog-details-blockquote blockquote {
        font-size: 18px;
        color: #0E1317;
        font-weight: 500;
        font-family: 'Poppins';
    }

    .blog-details-video-thumb {
        margin-top: 30px;
        position: relative;
    }

    .blog-details-video-thumb img {
        width: 100%;
    }

    .blog-details-video-thumb-inner img {
        width: 100%;
    }

    .video-icon {
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        padding-top: 8px;
    }

    .video-icon a {
        width: 80px;
        height: 80px;
        line-height: 80px;
        display: inline-block;
        text-align: center;
        border-radius: 100%;
        position: relative;
        color: #2D69FF;
        -webkit-animation: ripple-white 1s linear infinite;
        animation: ripple-blue 1s linear infinite;
        -webkit-transition: .5s;
        background: #fff;
        font-size: 25px;
        z-index: 1;
    }

    @keyframes ripple-blue {
        0% {
            -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
            box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
        }
        100% {
            -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0);
            box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0)
        }
    }


    .blog-details-content h3 {
        font-size: 24px;
        font-weight: 800;
        margin-bottom: 15px;
    }

    .blog-details-content-list {
        margin-bottom: 30px;
    }

    .blog-details-content-list p i {
        font-size: 14px;
        height: 32px;
        width: 32px;
        border: 1px solid #ddd;
        text-align: center;
        line-height: 31px;
        border-radius: 100%;
        margin-right: 15px;
    }

    .blog-detials-area .blog-content {
        padding: 20px 30px 38px;
    }

    .blog-details-button a {
        display: inline-block;
        border: 2px solid #2D69FF;
        padding: 3px 20px;
        position: relative;
        z-index: 1;
        color: #fff;
        border-radius: 3px;
        margin-bottom: 10px;
    }

    .blog-details-button a:before {
        position: absolute;
        content: "";
        left: -2px;
        top: -1px;
        height: 104%;
        width: 104%;
        background: linear-gradient(to right, #2D69FF 6%, #2D69FF 96%);
        z-index: -1;
        border-radius: 3px;
        transition: .5s;
    }

    .blog-details-button a.active {
        border-color: #2D69FF;
        background: transparent;
        color: #2D69FF;
        transition: .5s;
        margin-left: 10px;
    }

    .blog-details-button a.active:before{
        background: transparent;
    }

    .blog-details-button a.active:hover:before{
        background: linear-gradient(to right, #2D69FF 6%, #2D69FF 96%);
    }

    .blog-details-button a.active:hover{
        color: #fff;
        border-color: #2D69FF;
    }

    .blog-details-social {
        text-align: right;
    }

    .blog-details-social a {
        display: inline-block;
        border: 2px solid #2D69FF;
        height: 40px;
        width: 40px;
        line-height: 38px;
        text-align: center;
        border-radius: 100%;
        font-size: 14px;
        transition: .5s;
        margin-left: 5px;
    }

    .blog-details-social a:hover{
        background: #2D69FF;
        border-color: #2D69FF;
        color: #fff;
    }

    /* Blog Details Author */

    .blog-details-author {
        border-top: 2px solid #CED3D9;
        padding-top: 40px;
        margin-top: 32px;
    }

    .blog-details-author-inner {
        background: #F3F3F5;
        padding: 30px 30px 25px;
    }

    .blog-details-author-thumb {
        float: left;
        margin-right: 30px;
    }

    .blog-details-author-content h2 {
        font-size: 22px;
        margin-top: 0;
        margin-bottom: 12px;
    }

    /* Comment CSS */

    .blog-details-comment {
        margin-bottom: 10px;
        position: relative;
    }

    .blog-details-comment-thumb {
        float: left;
        margin-right: 30px;
    }

    .blog-details-comment-content {
        overflow: hidden;
    }

    .blog-details-comment-content h2 {
        font-size: 18px;
        margin-top: 0;
    }

    .blog-details-comment-content span {
        font-size: 14px;
        margin-bottom: 6px;
        display: block;
    }

    .blog-details-comment-reply {
        position: absolute;
        right: 25px;
    }

    .blog-details-comment-reply a {
        background: linear-gradient(to right, #2D69FF 6%, #2D69FF 96%);
        padding: 3px 20px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        border-radius: 2px;
        display: inline-block;
    }

    .blog-details-comment.reply {
        margin-left: 70px;
        padding-top: 35px;
        border-top: 2px solid #2D69FF;
    }

    /* Blog Details Contact */

    .blog-details-contact {
        border-top: 2px solid #2D69FF;
        margin: 12px 20px 10px;
        padding-top: 8px;
    }

    .input-box input {
        outline: oldlace;
        width: 100%;
        height: 45px;
        margin-bottom: 25px;
        border-radius: 5px;
        border: 1px solid #EEEE;
        padding: 0 20px;
    }

    .input-box textarea {
        width: 100%;
        height: 200px;
        outline: 0;
        border: 1px solid #EEE;
        border-radius: 5px;
        padding: 12px 23px 0;
    }

    .input-button button {
        background: #2D69FF;
        color: #fff;
        border: transparent;
        padding: 12px 18px;
        border-radius: 5px;
        margin-top: 28px;
    }

    /*=================================
    <--start-faqs-area-->
    =================================*/

    .faqs-area {
        padding: 123px 0 150px;
    }

    .faqs-content {
        margin-top: 27px;
    }

    .faqs-content h4 {
        font-size: 22px;
        margin-bottom: 11px;
        display: inline-block;
    }

    .accordion li {
        position: relative;
        list-style: none;
        background: #fff;
        margin-top: 22px;
        box-shadow: 0 0 1px #a59090;
        padding: 1px 0 15px;
    }

    .accordion li p {
        display: none;
        font-size: 16px;
        font-weight: 400;
        width: 75%;
        line-height: 25px;
        margin-left: 21px;
        margin-top: -6px;
    }

    .accordion h3 {
        width: 100%;
        display: block;
        cursor: pointer;
        font-weight: 700;
        line-height: 3;
        font-size: 14px;
        font-size: 0.875rem;
        text-indent: 31px;
        user-select: none;
        font-size: 18px;
        color: #000000;
    }

    .accordion h3::after {
        width: 8px;
        height: 8px;
        border-right: 1px solid #000000;
        border-bottom: 1px solid #000000;
        position: absolute;
        right: 23px;
        content: " ";
        top: 38px;
        transform: rotate(403deg);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .accordion p {
      font-size: 0.8125rem;
      line-height: 2;
      padding: 10px;
    }

    h3.active:after {
        transform: rotate(225deg);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    } 

    /*======================================
      <--start-portfolio-area-->
      ========================================*/
      .portfolio-area {
        padding: 135px 0 119px;
    }

    .portfolio-area .section-title h1 {
        color: #032954;
    }

    .portfolio-area  .section-title p {
        width: 48%;
        color: #57647c;;
    }

    /* portfolio menu */
    .portfolio_menu {
        text-align: center;
        padding: 0 0 45px;
    }

    li.current_menu_item {
        background: #2D69FF !important;
    }

    .portfolio_menu ul li {
        display: inline-block;
        list-style: none;
        margin-right: 10px;
        cursor: pointer;
        padding: 7px 30px;
        background: #032954;
        color: #fff;
        border-radius: 30px;
        position: relative;
        z-index: 1;
    }

    .portfolio_menu ul li:before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
        background: #2D69FF;
        transform: scale(0);
        border-radius: 30px;
        transition: .5s;
    }

    .single-portfolio-box {
        position: relative;
        overflow: hidden;
        transition: 0.5s;
        margin-bottom: 30px;
    }

    .signle-portfolio-thumb {
        position: relative;
    }

    .signle-portfolio-thumb:before{
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(45,105,255,0.6);
        transform: scale(0);
        transition: 0.5s;
    }

    .single-portfolio-box:hover .signle-portfolio-thumb:before{
        transform: scale(1);
    }

    .signle-portfolio-thumb img {
        width: 100%;
    }

    .portfolio-box-icon {
        position: absolute;
        left: 47%;
        bottom: 103%;
        transition:0.5s;
    }

    .single-portfolio-box:hover .portfolio-box-icon{
        bottom: 42%;
    }

    .portfolio-box-icon i {
        color: #fff;
        font-size: 35px;
    }

    .poftolio-content {
        text-align: center;
        background: #fff;
        position: absolute;
        bottom: -50%;
        left: 5%;
        width: 90%;
        border-radius: 0;
        transition: 0.5s;
        height: 102px;
        padding: 15px 0 6px;
    }

    .single-portfolio-box:hover .poftolio-content{
        bottom:0;
    }

    .poftolio-content h6 {
        font-size: 18px;
        color: #2D69FF;
        margin-top: 10px;
    }

    .poftolio-content h4 a {
        font-size: 16px;
        color: #222;
        margin-top: -16px;
        transition: 0.5s;
        font-weight: 600;
    }

    .poftolio-content h4 a:hover{
        color:#2D69FF;
    }


    /*===========================
    <-- portfolio-details-css-->
    =============================*/
    .portfolio-details-area {
        padding: 148px 0 145px;
    }

    .row.box-shadow {
        box-shadow: 0 0 30px rgb(0 0 0 / 10%);
        padding: 58px 70px 56px;
    }

    .portfolio-details-thumb img {
        width: 100%;
        margin-left: -29px;
    }

    .portfolio-details-content h4 {
        font-size: 25px;
        font-weight: 600;
    }

    .portfolio-details-content ul li strong {
        font-size: 18px;
        margin-right: 10px;
    }

    .portfolio-details-content ul li {
        list-style: none;
        border-bottom: 1px solid #ddd;
        padding: 13px 0;
        font-weight: 500;
        text-transform: capitalize;
        color: #222;
        font-size: 16px;
    }

    .port-dtl-social-icon {
        display: inline-block;
        margin-top: 16px;
    }

    .port-dtl-social-icon span {
        display: inline-block;
        font-weight: 600;
        font-size: 18px;
    }

    .port-dtl-social-icon ul {
        display: inline-block;
    }

    .port-dtl-social-icon ul li {
        list-style: none;
        display: inline-block;
    }

    .port-dtl-social-icon ul li i {
        display: inline-block;
        border: 1px solid #2D69FF;
        height: 35px;
        width: 35px;
        border-radius: 50%;
        line-height: 34px;
        text-align: center;
        color: #2D69FF;
        margin-left: 6px;
        transition: 0.5s;
        font-size: 15px;
    }

    .port-dtl-social-icon ul li i:hover{
        background:#2D69FF;
        color: #fff;
    }

    .port-dlt-title h4 {
        font-size: 24px;
        font-weight: 600;
        margin: 27px 0 10px;
    }

    .port-dlt-text p {
        text-align: justify;
    }


    /*=================================
    <--start-pricing-area-->
    =================================*/

    .pricing-area {
        padding: 135px 0 148px;
        background: #f6f6f6;
    }

    .pricing-area .section-title h1 {
       color: #032954;
    }

    .pricing-content {
        background-color: #ffff;
        padding: 0 0 39px;
    }

    .pricing-head {
        border-bottom: 1px solid #e7e2e2ee;
    }

    .pricing-head-title h4 {
        background-color: #2D69FF;
        color: #fff;
        text-transform: capitalize;
        text-align: center;
        padding: 28px 0;
        font-size: 22px;
        margin: 0;
    }

    .pricing-rate h4 {
        text-align: center;
        font-size: 40px;
        color: #282828;
        padding: 16px 0 21px;
    }

    .pricing-head-text p {
        text-align: center;
        width: 50%;
        margin: auto;
        margin-bottom: 27px;
    }

    .pricing-body {
        margin-left: 29%;
        margin-top: 27px;
        position: relative;
    }

    .price-featur ul li {
        list-style: none;
        margin-bottom: 4px;
        position: relative;
    }

    .price-featur ul li:before {
        position: absolute;
        content: "";
        width: 8px;
        height: 8px;
        top: 11px;
        left: -22px;
        background: #2D69FF;
        border-radius: 60px;
    }

    .picing-button a {
        display: inline-block;
        color: #fff;
        padding: 12px 30px;
        border-radius: 5px;
        margin-top: 40px;
        border: 1px solid  #2D69FF;
        background-image: -webkit-linear-gradient(30deg, #2D69FF 50%, transparent 50%);
        background-image: linear-gradient(30deg, #2D69FF 50%, transparent 50%);
        background-size: 500px;
        background-repeat: no-repeat;
        background-position: 0%;
        -webkit-transition: background 300ms ease-in-out;
        transition: background 300ms ease-in-out;
    }

    .picing-button a:hover{
      background-position: 100%;
      color: #2D69FF;
    }


    /*=================================
    <--start-scroll-up-area-->
    =================================*/

    .scroll-area{
      position: relative;
      z-index: 999;
    }

    .scroll-area .go-top {
        position: fixed;
        cursor: pointer;
        top: 0;
        right: 30px;
        color: #ffffff;
        background-image: -moz-linear-gradient(0deg, #2D69FF 0%, #2D69FF 100%);
        background-image: -webkit-linear-gradient(0deg, #2D69FF 0%, #2D69FF 100%);
        z-index: 9999;
        width: 45px;
        text-align: center;
        height: 45px;
        line-height: 42px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.9s ease-out 0s;
        -moz-transition: all 0.9s ease-out 0s;
        border-radius: 10px; 
    }

    .scroll-area .go-top i {
      position: absolute;
      top: 50%;
      left: -4px;
      right: 0;
      margin: 0 auto;
      font-size: 15px;
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.5s ease-out 0s;
      -moz-transition: all 0.5s ease-out 0s;
    }

    .scroll-area .go-top i:last-child {
        opacity: 0;
        visibility: hidden;
        top: 60%; 
    }

    .scroll-area .go-top::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: #016699;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        border-radius: 100%;
    }

    .scroll-area .go-top:focus, .scroll-area .go-top:hover {
      color: #fff; 
    }

    .scroll-area .go-top:focus::before, .scroll-area .go-top:hover::before {
        opacity: 1;
        visibility: visible; 
    }

    .scroll-area .go-top:focus i:first-child, .scroll-area .go-top:hover i:first-child {
        opacity: 0;
        top: 0;
        visibility: hidden;
    }

    .scroll-area .go-top:focus i:last-child, .scroll-area .go-top:hover i:last-child {
        opacity: 1;
        visibility: visible;
        top: 50%; 
    }

    .scroll-area .go-top.active {
        top: 95%;
        -webkit-transform: translateY(-98%);
        -moz-transform: translateY(-98%);
        opacity: 1;
        visibility: visible;
        border-radius: 0;
        right: 30px;
        border-radius:100%;
    }

    .top-wrap {
      position: relative; 
    }

    .top-wrap .go-top-button {
        display: inline-block;
        width: 50px;
        height: 50px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        top: 3px;
        z-index: 1;
        background: linear-gradient(to right, #016699, #6AC2EE);
    }

    .top-wrap .go-top-button i {
      font-size: 20px;
      font-weight: 700;
      padding-left: 4px;
      color: #fff;
    }

    .top-wrap .go-top-button::after {
        z-index: -1;
        content: "";
        position: absolute;
        left: 3px;
        top: 3px;
        width: 45px;
        height: 45px;
        -webkit-animation: ripple 1.6s ease-out infinite;
        -moz-animation: ripple 1.6s ease-out infinite;
        opacity: 0;
        border-radius: 100%;
    }
    .top-wrap .go-top-button:hover {
      color: #fff; 
    }
    @keyframes ripple {
      0%, 35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1; }
        50% {
            -webkit-transform: scale(1.5);
            -moz-transform: scale(1.5);
            -ms-transform: scale(1.5);
            -o-transform: scale(1.5);
            transform: scale(1.5);
            opacity: 0.8; }
            100% {
                opacity: 0;
                -webkit-transform: scale(2);
                -moz-transform: scale(2);
                -ms-transform: scale(2);
                -o-transform: scale(2);
                transform: scale(2); } }



    /*===========================
    <-- DreamHub Loader Css -->
    =============================*/
    .loader-wrapper {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        transition: 0.8s 1s ease;
        z-index: 999999;
    }
    .loader {
        position: relative;
        display: block;
        z-index: 201;
        top: 50%;
        left: 50%;
        width: 100px;
        height: 100px;
        margin: -50px 0 0 -50px;
        border-radius: 50%;
        transition: all 1s 1s ease;
        border: 3px solid transparent;
        border-top-color: #9A241C;
        -webkit-animation: spin 1.5s linear infinite;
        -moz-animation: spin 1.5s linear infinite;
        -o-animation: spin 1.5s linear infinite;
        animation: spin 1.5s linear infinite;
    }

    .loader::before {
        position: absolute;
        content: '';
        top: 6px;
        left: 6px;
        right: 6px;
        bottom: 6px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-left-color: #2f39e1;
        -webkit-animation: spin 2s linear infinite;
        -moz-animation: spin 2s linear infinite;
        -o-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
    }
    .loader:after {
        position: absolute;
        content: '';
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-right-color: #fff;
        -webkit-animation: spin 2.5s linear infinite;
        -moz-animation: spin 2.5s linear infinite;
        -o-animation: spin 2.5s linear infinite;
        animation: spin 2.5s linear infinite;
    }

    /*/ Here comes the Magic /*/

    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @-moz-keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    .loader-wrapper .loder-section {
        position: fixed;
        top: 0;
        width: 50%;
        height: 100%;
        background: #111;
        z-index: 2;
    }

    .loader-wrapper .loder-section.left-section {
        left: 0;
        transition: 1s 1.4s ease;
    }

    .loader-wrapper .loder-section.right-section {
        right: 0;
        transition: 1s 1.4s ease;
    }

    /*/ When page loaded /*/
    .loaded .loder-section.left-section {
        left: -100%;
    }

    .loaded .loder-section.right-section {
        right: -100%;
    }

    .loaded .loader-wrapper {
        visibility: hidden;
    }

    .loaded .loader {
        top: -100%;
        opacity: 0;
    }

    .card {
        padding: 20px;
        height: 100% !important;
        border-radius: 10px 0px 0px 0px;
        opacity: 0px;
        border: none !important;
        transition: all 0.3s ease;
    }
    
    

    .card img {
        width: 70px;
    }

    .card:hover {
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        border-color: #007bff;
    }

    .card-icon {
        font-size: 3rem;
        color: #007bff;
        margin-top: 20px;
    }

    .card-body {
        flex: 1;
    }

    .card-title {
        margin-top: 15px;
        color: #080A3C;
        font-family: Poppins;
        font-size: 20px;
        font-weight: 500;
        line-height: 35.89px;
        /*font-size: 1.5rem;*/
    }

    .card-text {
        margin-bottom: 20px;
        color: #4A6F8A;
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
    }

    .card-arrow {
        color: #999;
        position: absolute;
        font-size: 16px;
        overflow: hidden;
        bottom: 0;
        border-radius: 90px 0px 0 0;
        right: 0;
        box-shadow: 0 0 10px #00000031;
        height: auto;
        padding: 16px 13px 7px 27px;
    }


    .mobility-area {
        background-color: #f8f9fa;
        padding: 2rem 0; 
        margin-top: 1rem;
    }

    .mobility-area p {
        font-family: Poppins;
        font-size: 15px;
        font-weight: 400;
        line-height: 27px;
        text-align: left;
        color: #4A6F8A;
    }


    .list-group-item {
        display: flex;
        align-items: center;
        padding: 1rem;
        border: 1px solid #dee2e6; 
        margin-bottom: 1rem; 
        position: relative; 
        border-radius: 50px;   
        background-color: #f8f9fa;
        height: 49px;
    }

    .list-group-item:first-child {
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
    }

    .list-group-item:last-child {
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }

    .list-group-item i {
        font-size: 1.5rem; 
        margin-right: 1rem; 
        color: #007bff; 
    }

    .list-group-item p {
        margin: 0;
        font-family: Poppins;
        font-size: 15px;
        font-weight: 400;
        line-height: 22.5px;
        text-align: left;
        color: #4A6F8A;
    }

    .mobility-button {
        margin: 0;
        text-align: left;
        display: inline-block;
       
        z-index: 1;
        position: relative;
    }


    .mobility-button a {
        color: #fff;
        position: relative;
        overflow: hidden;
        transition: 0.8s ease-out;
        border-radius: 5px;
        padding: 12px 15px;
        gap: 5px;
        display: inline-flex;
        align-items: center;
        text-decoration: none;
        color: #fff; 
    }

    .mobility-button i {
        margin-left: 0.5rem;
    }


    .mobility-button a:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        top: 0;
        left: 0;
        background: linear-gradient(to right, #016699, #6AC2EE);
        z-index: -1;
        transition: 0.5s;
        border-radius: 0 0 50% 50%;
        height: 180%;
    }

    .mobility-button a:hover:before{
        color:#016699;
        height:0;
    }

    .mobility-button a:hover{
        color:#016699;
        border: 1px solid #016699;
        background-color: #fff;
    }

    .mobility-button i {
        margin-left: 8px;
        display: inline-block;
        color: #fff;
        transition: 0.5s;
    }

    .mobility-button a:hover i{
        color:#016699;
    }

    .btn-primary{
        background: linear-gradient(to right, #016699, #6AC2EE); 
         
            border: transparent !important;
            color: #fff;
            padding: 11px 17px !important;
            border-radius: 5px;
    }
    
    .btn-primary:hover{
         color:#016699 !important;
        border: 1px solid #016699 !important;
        background-color: #fff !important;
    }

    .btn-secondary{
        color:#016699 !important;
        border: 1px solid #016699 !important;
        padding: 11px 17px !important;
            border-radius: 5px;
            background: #fff !important;

    }
    

 
  

    .cloud-area p {
        font-family: Poppins;
        font-size: 15px;
        font-weight: 400;
        line-height: 27px;
        text-align: left;
        color: #4A6F8A;
    }

    

    .list-group-item {
        display: flex;
        align-items: center;
        padding: 1rem;
        border: 1px solid #dee2e6; 
        margin-bottom: 1rem; 
        position: relative; 
        border-radius: 50px;   
        background-color: #f8f9fa;
        height: 49px;
    }

    .list-group-item:first-child {
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
    }

    .list-group-item:last-child {
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }
/*.list-group-item {
    width: 100%; 
    max-width: 400px; 
    margin: auto;
    }*/

    .list-group-item i {
        font-size: 1.5rem; 
        margin-right: 1rem; 
        color: #007bff; 
    }

    .list-group-item p {
        margin: 0;
        font-family: Poppins;
        font-size: 15px;
        font-weight: 400;
        line-height: 22.5px;
        text-align: left;
        color: #4A6F8A;
    }

    .cloud-button {
        margin: 0;
        text-align: left;
        display: inline-block;
        color: #fff;
        padding: 12px 15px;
        position: relative;
        z-index: 1;
        transition: 0.8s ease-out;
        position: relative;
        overflow: hidden;
        border-radius: 5px;
    }


    .cloud-button a {
        display: inline-flex;
        align-items: center;
        text-decoration: none;
        color: #fff; 
    }

    .cloud-button i {
        margin-left: 0.5rem;
    }


    .cloud-button a:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        top: 0;
        left: 0;
        background: linear-gradient(to right, #016699, #6AC2EE);
        z-index: -1;
        transition: 0.5s;
        border-radius: 0 0 50% 50%;
        height: 180%;
    }

    .cloud-button a:hover:before{
        height:0;
    }

    .cloud-button a:hover{
        color:#6AC2EE;
    }

    .cloud-button i {
        margin-left: 8px;
        display: inline-block;
        color: #fff;
        transition: 0.5s;
    }

    .cloud-button a:hover i{
        color:#6AC2EE;
    }

    .product-eng-area {
        background-color: #f8f9fa;
        padding: 2rem 0; 
        margin-top: 1rem;
    }

    .product-eng-area p {
        font-family: Poppins;
        font-size: 15px;
        font-weight: 400;
        line-height: 27px;
        text-align: left;
        color: #4A6F8A;
    }

   

    .list-group-item {
        display: flex;
        align-items: center;
        padding: 1rem;
        border: 1px solid #dee2e6; 
        margin-bottom: 1rem; 
        position: relative; 
        border-radius: 50px;   
        background-color: #f8f9fa;
        height: 49px;
    }

    .list-group-item:first-child {
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
    }

    .list-group-item:last-child {
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }

    .list-group-item i {
        font-size: 1.5rem; 
        margin-right: 1rem; 
        color: #007bff; 
    }

    .list-group-item p {
        margin: 0;
        font-family: Poppins;
        font-size: 15px;
        font-weight: 400;
        line-height: 22.5px;
        text-align: left;
        color: #4A6F8A;
    }

    .product-eng-button {
        margin: 0;
        text-align: left;
        display: inline-block;
        color: #fff;
        padding: 12px 15px;
        position: relative;
        z-index: 1;
        transition: 0.8s ease-out;
        position: relative;
        overflow: hidden;
        border-radius: 5px;
    }


    .product-eng-button a {
        display: inline-flex;
        align-items: center;
        text-decoration: none;
        color: #fff; 
    }

    .product-eng-button i {
        margin-left: 0.5rem;
    }


    .product-eng-button a:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        top: 0;
        left: 0;
        background: linear-gradient(to right, #016699, #6AC2EE);
        z-index: -1;
        transition: 0.5s;
        border-radius: 0 0 50% 50%;
        height: 180%;
    }

    .product-eng-button a:hover:before{
        height:0;
    }

    .product-eng-button a:hover{
        color:#6AC2EE;
    }

    .product-eng-button i {
        margin-left: 8px;
        display: inline-block;
        color: #fff;
        transition: 0.5s;
    }

    .product-eng-button a:hover i{
        color:#6AC2EE;
    }

    .why-dhatu {
        padding: 2rem 0; 
        margin-top: 1rem;
        background: linear-gradient(to right, #016699, #6AC2EE);
    }

    .why-dhatu .why-dhatu-header {
        font-family: Poppins;
        font-size: 40px;
        font-weight: 600;
        line-height: 48px;
        text-align: center;
        color: #FFFFFF;
    }

    .why-dhatu .card {
        height: 290px;
        border-radius: 10px;
        opacity: 0px;
        border: 1px solid #ddd;
        transition: all 0.3s ease;
    }

    .why-dhatu .card:hover {
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        border-color: #007bff;
    }

    .why-dhatu .card-icon {
        font-size: 3rem;
        color: #007bff;
        margin-top: 20px;
    }

    .why-dhatu .card-body {
        flex: 1;
    }

    .why-dhatu .card-title {
        margin-top: 15px;
        color: #080A3C;
        font-family: Poppins;
        font-size: 20px;
        font-weight: 500;
        line-height: 26.4px;
    }

    .why-dhatu .card-text {
        margin-bottom: 20px;
        color: #4A6F8A;
        font-family: Poppins;
        font-size: 15px;
        font-weight: 400;
        line-height: 27px;
    }

    .counter-area {
        padding: 80px 0 80px;    
        background: #FFFFFF;
    }

    .counter-area .card {
        border: 1px solid #6AC2EE !important;
        box-shadow: 0 0 10px #00000031 !important;
        border-radius: 10px;
    }

    .counter-area .card:hover {
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        border-color: #007bff;
    }

    .counter-area .card-icon {
        font-size: 3rem;
        color: #007bff;
        margin-top: 20px;
    }

    .counter-area .card-body {
        text-align: center;
        flex: 1;
    }

    .counter-area .card-title {
        margin-top: 15px;
        color: #080A3C;
        font-family: Poppins;
        font-size: 24px;
        font-weight: 500;
        line-height: 35.89px;
        text-align: center;
    }

    .counter-area .card-text {
        margin-bottom: 20px;
        color: #4A6F8A;
        font-family: Poppins;
        font-size: 15px;
        font-weight: 400;
        line-height: 28px;
        text-align: center;
    }

    .counter-area .header-wrapper {
        display: flex;
        place-content: center;
    }


    .counter-area .header {
        font-size: 30px;
        font-weight: 600;
        line-height: 33px;
        text-align: center;
        color: #333333;
    }

    .counter-area .sub-header {
        font-family: Poppins;
        font-size: 30px;
        font-weight: 600;
        line-height: 37px;
        text-align: center;
        color: #333333;
    }

    

    .counter-area .content {
        font-family: Poppins;
        font-size: 15px;
        font-weight: 400;
        line-height: 22.5px;
        text-align: center;
        color: #4A6F8A;
    }

    .container-feature {
      position: relative;
      height: 495px; 
    }

    .feature-icon {
      width: 45px;
      height: 45px;
    }

    .feature-box {
      position: absolute;
      display: flex;
      align-items: center;
      background: white;
      padding: 10px;
      width: 333px;
      border-radius: 4px;
      opacity: 0px;
    }

    .feature-text {
      margin-left: 15px;
    }

    .feature-title {
      color: #080A3C;
      font-family: Poppins;
      font-size: 18px;
      font-weight: 500;
      line-height: 28px;
      text-align: left;
    }

    .feature-description {
      color: #4A6F8A;
      font-family: Poppins;
      font-size: 15px;
      font-weight: 400;
      line-height: 28px;
      text-align: left;
    }

    .main-image {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      max-width: 400px;
    }

    .left-feature-1 {
      top: 2px;
      left: -25px;
    }

    .left-feature-2 {
      top: 50%;
      left: -60px;
      transform: translateY(-50%);
    }

    .left-feature-3 {
      bottom: 2px;
      left: -25px;
    }

    .right-feature-1 {
      top: 2px;
      right: -70px;
    }

    .right-feature-2 {
      top: 50%;
      right: -100px;
      transform: translateY(-50%);
    }

    .right-feature-3 {
      bottom: 2px;
      right: -70px;
    }

    

    .cus-rating .card {
        height: 267.5px;
        gap: 13px;
        opacity: 0px;
        border: 1px solid #ddd;
        border-radius: 10px;
    }


    .cus-rating .rating-stars {
      color: #FFD700;
    }

    .cus-rating .cus-name-section {
        position: relative;
    }

    .cus-rating .cus-section-icon {
        font-size: 35px;
        position: absolute;
        bottom: 0;
        right: -70px;
        background: linear-gradient(180deg, #016699 0%, #6AC2EE 100%);
        -webkit-background-clip: text;
        color: transparent;
    }

   

    .header-section h2 {
      font-family: Poppins;
      font-size: 40px;
      font-weight: 500;
      line-height: 48px;
      text-align: center;
      color: #FFFFFF;
    }

    .blog-content:hover {
        background: #fcfcfc;
    }

    .contact-sec-btn {
        margin: 0;
        justify-content: center;
        display: inline-block;
        color: #016699;
        padding: 12px 15px;
        position: relative;
        z-index: 1;
        transition: 0.8s ease-out;
        position: relative;
        overflow: hidden;
        border-radius: 5px;
    }

    .service-details-box:hover {
        background: #f5f5f5;
    }

    .type-of-box:hover {
        background: #f5f5f5;
    }

   .section {
    opacity: 0; /* Initially hidden */
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* Fade in from the left */
.fade-left {
    transform: translateX(-100px);
}

.fade-left.visible {
    opacity: 1;
    transform: translateX(0);
}

/* Fade in from the right */
.fade-right {
    transform: translateX(100px);
}

.fade-right.visible {
    opacity: 1;
    transform: translateX(0);
}

/* Fade in from the top */
.fade-top {
    transform: translateY(-100px);
}

.fade-top.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Fade in from the bottom */
.fade-bottom {
    transform: translateY(100px);
}

.fade-bottom.visible {
    opacity: 1;
    transform: translateY(0);
}


   

    /* Zoom in effect */
    .zoom-in {
        transform: scale(1);
        opacity: 1;
    }

    /* Initial zoom-out */
    .section-zoom {
        transform: scale(0.8);
    }

    /* Rotate effect */
    .rotate {
        transform: rotate(360deg);
        opacity: 1;
    }

    /* Initial rotation */
    .section-rotate {
        transform: rotate(0deg);
    }

        /* Basic breadcrumb styling */
        .breadcrumb1 {
            list-style: none !important;
            display: flex;
            flex-wrap: wrap;
            font-size: 14px;
            padding-left: 0 !important;
        }
        .breadcrumb1 li {
            margin: 0 5px;
        }
        .breadcrumb1 li a {
            text-decoration: none;
            color: #2F99CF;
        }
        .breadcrumb1 li a:hover {
            text-decoration: underline;
        }
        .breadcrumb1 li::after {
            content: "/";
            margin-left: 5px;
            color: #6c757d;
        }
        .breadcrumb1 li:last-child::after {
            content: ""; /* Remove the trailing slash */
        }
        .breadcrumb1 li:last-child a {
            color: #6c757d; /* Make the last breadcrumb inactive */
            pointer-events: none;
            text-decoration: none;
        }

        .oth-case h1{
font-size: 28px;
text-align: center;
margin-bottom: 30px;
        }
    

    .contact-sec-btn a {
        display: inline-flex;
        align-items: center;
        text-decoration: none;
        color: #016699;
    }

    .contact-sec-btn i {
        margin-right: 0.5rem;
    }


    .contact-sec-btn a:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        top: 0;
        left: 0;
        background: #FFFFFF;
        z-index: -1;
        transition: 0.5s;
        border-radius: 0 0 50% 50%;
        height: 180%;
    }

    .contact-sec-btn a:hover:before{
        height:0;
    }

    .contact-sec-btn a:hover{
        color:#FFFFFF;
    }

    .contact-sec-btn i {
        margin-left: 8px;
        display: inline-block;
        color: #016699;
        transition: 0.5s;
    }

    .contact-sec-btn a:hover i{
        color:#FFFFFF;
    }

.contact-section{
    background-color: #fcfcfc;
}

    .contact-card {
      padding: 20px;
      border-radius: 10px;
    }

    .contact-card h2 {
      margin-bottom: 2px;
      font-family: Poppins;
      font-size: 18px;
      font-weight: 600;
      line-height: 27px;
      text-align: left;
      color: #016699;
    }

    .contact-card h3 {
      margin-bottom: 2px;
      font-family: Poppins;
      font-size: 36px;
      font-weight: 600;
      line-height: 54px;
      text-align: left;
      color: #000000;
    }

    .contact-card .contact-card-head {
      margin-bottom: 2px;
      font-size: 16px;
      font-weight: 400;
      line-height: 28px;
      text-align: left;
      color: #696969;
    }

    .contact-card h4 {
      margin-bottom: 15px;
      font-size: 16px;
      font-weight: 400;
      line-height: 21.82px;
      text-align: left;
      color: #696969;
    }

    .border-left{
        border-left: 1px solid #999;
    }

    .form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select{
        height: 100% !important;
    }

    .form-floating>.form-control-plaintext:focus, .form-floating>.form-control-plaintext:not(:placeholder-shown), .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
        padding-top: 2.4rem !important;
    }

    .contact-card .contact-card-foot p {
        font-weight: 600;
    }

    .contact-card-address i {
        font-size: 3rem;
        margin-left: 10px;
        background: linear-gradient(180deg, #016699 0%, #00AEEF 100%);
        -webkit-background-clip: text;
        color: transparent;
    }

    .contact-card .contact-card-foot {
      margin-bottom: 2px;
      font-family: Poppins;
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      text-align: left;
      color: #010101;
    }

    .contact-form {
      background: white;
      padding: 25px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      width: 400px;
      top: 36px;
      left: 688px;
      gap: 0px;
      border-radius: 4px;
      opacity: 0px;
    }
    .contact-form h2 {
      margin-bottom: 2px;
      font-family: Poppins;
      font-size: 18px;
      font-weight: 600;
      line-height: 27px;
      text-align: left;
      color: #016699;
    }
    .contact-form h3 {
      margin-bottom: 2px;
      font-family: Poppins;
      font-size: 25px;
      font-weight: 600;
      line-height: 37.5px;
      text-align: left;
      color: #000000;
    }

    .contact-form-input input {
        height: 55px;
        padding: 16px 21px 17px 21px;
        gap: 0px;
        border-radius: 4px;
        border: 1px solid #D0DCEC;
        opacity: 0px;
        background: #FAFAFA;
    }

    .contact-form-input label {
        font-family: Poppins;
        font-size: 16px;
        font-weight: 400;
        line-height: 21.82px;
        text-align: left;
        color: #696969;
    }

    .contact-form-input textarea {
        height: 120px;
        top: 130px;
        gap: 0px;
        border-radius: 4px;
        border: 1px solid #D0DCEC;
        opacity: 0px;
        background: #FAFAFA;
    }

    .contact-submit-btn {
        margin: 0;
        text-align: left;
        display: inline-block;
        color: #fff;
        position: relative;
        z-index: 1;
        transition: 0.8s ease-out;
        position: relative;
        overflow: hidden;
        border-radius: 5px;
    }


    .contact-submit-btn a {
        display: inline-flex;
        align-items: center;
        text-decoration: none;
        color: #fff; 
    }

    .contact-submit-btn i {
        margin-right: 0.5rem;
    }


    .contact-submit-btn a:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        top: 0;
        left: 0;
        background: linear-gradient(to right, #016699, #6AC2EE);
        z-index: -1;
        transition: 0.5s;
        border-radius: 0 0 50% 50%;
        height: 180%;
    }

    .contact-submit-btn a:hover:before{
        height:0;
    }

    .contact-submit-btn a:hover{
        color:#6AC2EE;
    }

    .contact-submit-btn i {
        margin-left: 8px;
        display: inline-block;
        color: #fff;
        transition: 0.5s;
    }

    .contact-submit-btn a:hover i{
        color:#6AC2EE;
    }


     /* Footer Section */
    .footer-section {
      background: #080A3C;
      color: white;
    }

    .border-footer{
        border-bottom: 1px solid #fcfcfc38;
    }

    .footer-section a {
      color: white;
      text-decoration: none;
    }

    .footer-section a:hover {
      text-decoration: underline;
    }

    .footer-section .social-icons i {
      font-size: 30px;
      margin-right: 10px;
      color: #4E6E8A;
      border-radius: 2px;
    }

    .footer-section .footer-desc p {
        font-family: Poppins;
        font-size: 15px;
        font-weight: 400;
        line-height: 27px;
        text-align: left;
        color: #ACC5DB;
    }

    .footer-section .footer-company h4 {
        text-align: left;
        font-family: Poppins;
        font-size: 22px;
        font-weight: 500;
        line-height: 26.4px;
        color: #FFFFFF;
    }

    .footer-section .list-unstyled li {
        padding: 10px 0;
        text-align: left;
    }

    .footer-section .footer-company a {
        font-family: Poppins;
        font-size: 15px;
        font-weight: 400;
        line-height: 22.5px;
        text-align: left;
        color: #ACC5DB;
    }

    .hr-box {
        padding: 30px;
        border: 1px solid #eee;
        margin: 0 20px;
        height: 100%;
    }

    .marquee-container {
        overflow: hidden;
        position: relative;
    }

    .marquee-content {
        animation: marquee 15s linear infinite;
        display: flex;
        width: 200%;
    }

    .marquee-content h3 {
        font-size: 18px;
        padding: 10px 0px;
    }
    .marquee-content p {
        font-size: 14px;
    }

    @keyframes marquee {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }

    .box-bpa{
        height: 100%;
  width: 16rem; /* w-64 */
  background-color: white; /* bg-white */
  padding: 2.25rem; /* p-9 */
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.09); /* shadow-[0px_0px_15px_rgba(0,0,0,0.09)] */
  display: flex;
  flex-direction: column;
  gap: 0.75rem; /* space-y-3 */
  position: relative;
  overflow: hidden;
}

.circle-bpa {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -14px;
    right: -14px;
    color: white;
    font-size: 1.5rem;
    background: linear-gradient(to right, #016699, #6AC2EE);
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

.circle-text-bpa {
  position: absolute;
  bottom: 1.5rem; /* bottom-6 */
  left: 1.75rem; /* left-7 */
  color: white; /* text-white */
  font-size: 1.5rem; /* text-2xl */
}

.icon-bpa {
  fill: #7c3aed; /* fill-violet-500 */
  width: 3rem; /* w-12 */
}

.title-bpa {/* font-bold */
    line-height:30px;
    font-size: 20px;
    font-weight: 500;
}

.bpa-wc-card-main{
    background: linear-gradient(to right, #016699, #6AC2EE);
    padding: 20px 30px;
    display: flex;
    gap: 0px;
    align-items: start;
    border-radius: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 0 10px #00000015;
    flex-direction: column;
}


.bpa-wc-card-main:hover .bpa-wc-card p {
    max-height: 300px;
    opacity: 1;
    margin-top: 10px;
}

.bpa-wc-card h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.bpa-wc-card p {
    color: #fff;
    font-size: 13px;
    text-align: center;
}

.bpa-wc-card-main p {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

.description-bpa {
  font-size: 0.875rem; /* text-sm */
  color: #71717a; /* text-zinc-500 */
  line-height: 1.5rem; /* leading-6 */
}



    

    .footer-section .footer-contact h4 {
        text-align: center;
        font-family: Poppins;
        font-size: 22px;
        font-weight: 500;
        line-height: 26.4px;
        text-align: left;
        color: #FFFFFF;
    }

    .footer-section .footer-contact p {
        font-family: Poppins;
        font-size: 15px;
        padding: 10px 0;
        margin-bottom: 0;
        font-weight: 400;
        text-align: left;
        color: #ACC5DB;
    }

    .footer-section .footer-contact span {
        font-family: Poppins;
        font-size: 15px;
        font-weight: 400;
        line-height: 22.5px;
        text-align: left;
        color: #FFFFFF;
    }

    .footer-section .footer-right-section {
        font-family: Poppins;
        font-size: 15px;
        font-weight: 400;
        line-height: 22.5px;
        letter-spacing: 1px;
        text-align: center;
        color: #ACC5DB;
    }


    .custom-control {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }

    .carousel-control-prev.custom-control {
        left: 30px;
    }

    .carousel-control-next.custom-control {
        right: 15px;
    }


    .carousel-control-next {
        left: 100px;
    }
    .carousel-control-prev {
        left: 40px;
    }

    .carousel-control-next, .carousel-control-prev {
        top: inherit !important;
        width: 100% !important;
        justify-content: left !important;
        opacity: 1 !important;
        bottom: -120px !important;
    }

    .Dreamhub-button svg {
        width: 40px;
        height: 20px;
    }

    .carousel-inner-hero{
        width: 60% !important;
    }

    #bg-purple{
        background-color: #F8FBFA;
    }

    li.list-group-item {
        border-radius: 30px !important;
        display: flex;
        gap: 5px;
    }

    .list-group-item+.list-group-item {
        border-top: 1px solid #dee2e6 !important;
    }

     /* Contact Header Section */
     .header-section {
        background: url(assets/images/get-in-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        text-align: center;
        object-fit: cover;
        padding: 50px 20px;
        position: relative;
        border-radius: 30px;
        margin-top: 100px;
        margin-bottom: 100px;
    }


    
    .contact-ellipse{
        background: url(assets/images/contact-ellipse.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
    }


    .mobility-area1{
        background: url(assets/images/mobility-area1.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .cloud-area {
        background: url(assets/images/cloud-area.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .review-area{
        background: url(assets/images/review-area.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    #contact-area{
        background: url(assets/images/contact-area.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        padding: 40px;
    }

    .carousel-indicators [data-bs-target]{
        background-color: #016699 !important;
        width: 10px !important;
        height: 10px !important;
        border: 0 !important;
        border-radius: 100px;
    }
    
    .carousel-indicators{
        bottom: -60px !important;
    }

    .cus-rating .card-text{
        text-align: left;
    }

    .cus-rating  .cus-name{
        font-size: 18px;
    }


    .cus-rating .card img {
        width: 100px;
    }

    .mobile-menu-nav{
        position: relative;
        z-index: 1111111111111111111;
    }

    .casecont h1 {
        font-size: 24px;
        font-weight: 400;
        line-height: 30px;
    }

    .casecont h2 {
        font-size: 23px;
        font-weight: 500;
        padding-top: 10px;
    }

    .casecont ul {
        padding-left: 40px;
        list-style: square;
        padding-top: 10px;
    }

    .case-container {
        border-bottom: 1px solid #f5f5f5;
    }

    .casecont h1 {
        padding-top: 10px;
    }

    .nav-cont p {
        font-size: 12px;
          padding-top: 5px;
        line-height: 17px;
        font-weight: 300;
    }

    .nav-cont h6 {
        font-size: 14px;
        color: #333;
        font-weight: 500;
    }

    .nav-cont {
        padding-left: 10px;
		  padding-top: 10px;
    }

    a#scrollUp {
        display: none !important;
    }

    .testimonial-carousel {
        padding: 50px 0;
      }
  
      .testimonial-item {
        text-align: center;
        padding: 30px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        border-radius: 15px;
        background: #fff;
        color: #333;
      }
      img.quote-test {
        position: absolute;
        left: 127px;
        top: -30px;
        background: #fff;
        box-shadow: 0 0 10px #00000020;
        width: 60px;
        padding: 10px;
        border-radius: 20px;
    }
  
      .testimonial-item h5 {
        font-weight:500;
        color: #0072a3;
        margin-bottom: 5px;
      }

      .col-md-4.footer-contact a p {
        text-transform: none;
    }
  
      .stars {
        color: #FFD700;
        font-size: 20px;
        margin: 5px 0;
      }
  
      .rating {
        background: linear-gradient(to right, #016699, #6AC2EE);
        position: absolute;
        font-size: 20px;
        border-radius: 5px;
        padding: 5px 10px;
        right: 16%;
        top: 10%;
        color: #fff;
    }
  
      .carousel-indicators button {
        background-color: #fff;
      }

      .carousel-control-next1, .carousel-control-prev1{
           bottom: 120px !important;
      }

      .carousel-inner-test{
overflow: visible;
      }


      

.carousel-control-prev1 .carousel-control-prev-icon{
    background-color: #0072a3;
}

.carousel-control-next1 .carousel-control-next-icon{
    background-color: #0072a3;
}

.blog-content i {
    font-size: 28px;
    color: #016699;
    text-align: left;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6); /* Black with opacity */
    z-index: 1000;
    margin: 0 auto;
    place-items: center;
    align-content: center;
}

.modal-content {
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 80%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    color: #333;
    cursor: pointer;
}


.modal-content h2 {
    text-align: center;
    padding-bottom: 20px;
}


@media (max-width: 767px) {
    .cus-rating .cus-section-icon{
        display: none;
    }
    img.quote-test{
        left: 0;
    }

    .rating {
        right: 0;
        top: 0;
    }
        .feature-box {
          position: static;
          margin-top: 20px;
          transform: none;
      }
      .main-image{
        display: none;
      }
  
      .main-image1 {
        display: none;
      }
      .carousel-inner-hero {
        width: 100% !important;
    }

    .hero-content h1 {
        font-size: 40px;
    }
    .hero-area {
        background: none !important;
    }
    .contact-form {
        width: 100%;
    }
    .border-left{
        border-left: none !important;
    }
    .sm-pl-0{
        padding-left: 0 !important;
    }
    .sm-pt-0{
        padding-top: 0 !important;
    }
    .sm-mt-0{
        margin-top: 0 !important;
    }
    .sm-pb-0{
        padding-bottom: 0 !important;
    }
    .sm-mb-0{
        margin-bottom: 0 !important;
    }
     
    .footer-company{
        padding-left: 10px !important;
    }

    
    .container-feature {
        
        height: 100%; 
      }

      i.fa.fa-caret-down {
        display: none;
    }
}

.vrhere-image img{
    width: 100%;
    height: 700px;
    object-fit: contain;
}

.vrhere-service h2{
    font-size: 23px;
    font-weight: 500;
    padding-top: 10px;
}

.vrhere-service ul{
    padding-left: 40px;
    list-style: square;
    padding-top: 10px;
}

.vrhere-service li{
    line-height: 36px;
}





    