body {
    font-family: "Poppins", sans-serif !important;
    margin: 0;
    font-size: 14px !important;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

ul {
    padding-left: 0;
    list-style-type: none;
}

/*.full-container {
    position: relative;
}*/


/*-----\******************-----fixed icons-----******************\-----*/









/*=====================//=======================//home page css//==========================//========================*/
/*.header {
    position: relative;
    z-index: 999;
    width: 100%;
    padding: 2px 0;
}

    .header .navbar .navbar-brand .logo-img {
        width: 155px;
    }

    .header .navbar .navbar-collapse .navbar-nav .nav-link.active {
        color: #fff;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
    }

    .header .navbar .navbar-collapse .navbar-nav .nav-link {
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        padding: 10px 12px;
    }
    .header .navbar .navbar-collapse .navbar-nav .dropdown-menu {
        position: absolute;
        top: 40px;
        transition: all .20s;
        max-width: 1140px;
        margin: 0 auto;
        border-radius: 10px;
        border: none;
        left: 0;
        right: 0;
    }
    .header .navbar .navbar-collapse .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
        animation: .3s alternate fadein;
        transition: all .9s;
        box-shadow: 0px 3px 15px -8px #000;
    }

    .header .navbar .navbar-collapse .navbar-nav .dropdown-toggle .nav-link:hover::after,
    .header .navbar .navbar-collapse .navbar-nav .dropdown-toggle.active::after {
        width: 100%;
    }
    .header .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu .list-group .list-group-item-action {
        font-size: 12px;
        color: #737373;
        border-color: #eaeaea;
    }

    .header .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu .list-group p.list-group-item {
        font-size: 13px;
        font-weight: 500;
        color: #164a9e;
        border-color: #eaeaea;
    }*/


/* css */
/*.header .navbar .btn-outline-success {*/
/*  box-shadow: rgba(22, 74, 158, .2) 0 -25px 18px -14px inset,
  rgba(22, 74, 158, .15) 0 1px 2px,
  rgba(22, 74, 158, .15) 0 2px 4px,
  rgba(22, 74, 158, .15) 0 4px 8px,
  rgba(22, 74, 158, .15) 0 8px 16px,
  rgba(22, 74, 158, .15) 0 16px 32px;*/

/*color: #fff;
        font-weight: 600;
        cursor: pointer;
        display: inline-block;
        padding: 5px 15px;
        text-align: center;
        text-decoration: none;
        transition: all 250ms;
        font-size: 14px;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        border: 1px solid #fff;
        border-radius: 5px;
        background-color: transparent;
        box-shadow: none;
        outline: none;
    }

        .header .navbar .btn-outline-success:hover {
            box-shadow: rgba(22, 74, 158, .2) 0 -25px 18px -14px inset, rgba(22, 74, 158, .15) 0 1px 2px, rgba(22, 74, 158, .15) 0 2px 4px, rgba(22, 74, 158, .15) 0 4px 8px, rgba(22, 74, 158, .15) 0 8px 16px, rgba(22, 74, 158, .15) 0 16px 32px;*/
/*  box-shadow: #5e5df0 0 10px 20px -10px;*/
/*transform: scale(1.080);
            background-color: #fff;
            border: 1px solid #fff;
            color: #164a9e;
        }*/

.career_bg {
    background-image: url(../img/banner_bg/career_bg.jpg) !important;
}
/*----------------------------------------------------------------------------*/
.main-banner {
    position: relative;
    background-image: url(../img/banner_bg/home-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    height: 650px;
    width: 100%;
}

    .main-banner::before {
        position: absolute;
        content: " ";
        background-image: none;
        background: linear-gradient(90deg, rgba(22, 74, 158, 0.8) 21.35%, rgba(2, 192, 194, 0.8) 100%);
        background-size: cover;
        z-index: 2;
        height: 100%;
        width: 100%;
    }

    .main-banner .home-text {
        position: absolute;
        z-index: 99;
        top: 0px;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 200px 0 130px
    }

        .main-banner .home-text h1 {
            font-size: 66px;
            font-weight: 600;
            /*
    
    line-height: 86px;
    letter-spacing: 0.05em;*/
            text-transform: uppercase;
            color: #ffffff;
        }

            .main-banner .home-text h1 span {
                display: block;
                font-weight: 200;
            }

        .main-banner .home-text p {
            /*font-weight: 500;
    font-size: 24px;*/
            width: 50%;
            margin: 0px auto 35px;
            color: #ffffff;
        }

        .main-banner .home-text .banner-btns a {
            font-size: 14px;
            text-transform: uppercase;
            text-decoration: none;
            color: #02c0c2;
            padding: 10px 15px;
            width: 155px;
            display: inline-block;
            background: #ffffff;
            border-radius: 5px;
            margin: 0 19px;
            border: 1px solid #fff;
            padding: 6px;
        }

            .main-banner .home-text .banner-btns a.outline-btn {
                background: transparent;
                color: #ffffff;
            }

        .main-banner .home-text .banner-btns a {
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            text-decoration: none;
            color: #045a84;
            padding: 7px 5px;
            width: 165px;
            display: inline-block;
            background: #ffffff;
            border-radius: 20px;
            margin: 0 19px;
            border: 1px solid #fff;
        }

            .main-banner .home-text .banner-btns a:hover {
                -webkit-box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
                box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
            }

            .main-banner .home-text .banner-btns a.outline-btn {
                background: transparent;
                color: #ffffff;
            }

/*----------------------------------------------------------------------------*/
.about-section {
    padding: 100px 0;
    position: relative;
}

    .about-section::after {
        position: absolute;
        content: " ";
        background-image: url(../img/about_sec/half-bg-img.png);
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        z-index: -1;
        bottom: -120px;
        left: 0;
    }

    .about-section .left-side h2 {
        /*font-weight: 500;
    font-size: 40px;*/
    }

        .about-section .left-side h2 span {
            color: #164a9e;
            /*font-weight: 600;*/
        }

    .about-section .left-side p {
        margin: 20px 0;
    }

    .about-section .left-side a {
        color: #02c0c2;
    }

        .about-section .left-side a i {
            font-weight: 600;
            margin-left: 10px;
        }

/*-----------------------------------------------------------------------------*/
.service-section {
    padding: 100px 0;
    position: relative;
    background-color: #fafeff;
}

    .service-section .heading .top_line {
        color: #02c0c2;
        letter-spacing: 8px;
        text-transform: uppercase;
        font-size: 18px;
    }

    .service-section .heading h2 {
        /*font-size: 40px;
    margin: 20px 0;*/
    }

        .service-section .heading h2 span {
            color: #164a9e;
            /*font-weight: 600;*/
        }

    .service-section .heading p {
        width: 70%;
        margin: 0 auto;
    }

    .service-section .first-col {
        position: relative;
        margin-bottom: 40px;
    }

        .service-section .first-col .text_line {
            background-color: #fff;
            box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
            margin: -75px 15px 15px 15px;
            padding: 15px;
            position: relative;
            min-height: 240px;
        }

            .service-section .first-col .text_line h4 {
                font-size: 18px;
                font-weight: 600;
            }

            .service-section .first-col .text_line p {
                font-size: 12px;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .service-section .first-col .text_line .service_points .point_1 img {
                width: 20px;
            }

            .service-section .first-col .text_line .service_points .point_1 span {
                font-size: 14px;
                color: #000;
            }


    .service-section .text_line .service_points .icn_line {
        font-size: 14px;
        margin-bottom: 4px;
    }

        .service-section .text_line .service_points .icn_line a {
            color: #000;
            text-decoration: underline;
        }

            .service-section .text_line .service_points .icn_line a:hover {
                color: #164a9e;
                box-shadow: none;
            }

        .service-section .text_line .service_points .icn_line span {
            color: #164a9e;
            margin-right: 5px;
        }

    .service-section .view_more_btn a {
        background: linear-gradient(180deg, #032e74 0%, #0c4ea2 100%);
        border-radius: 5px;
        width: 150px;
        display: inline-block;
        text-transform: uppercase;
        padding: 10px 20px;
        color: #fff;
    }

        .service-section .view_more_btn a i {
            font-weight: 600;
            margin-left: 10px;
        }



    /*new services card design css start*/
    .service-section .Ma_IT_Ser {
        overflow: hidden;
        background: #ffffff;
        border: 1px solid #f5f5f5;
        border-radius: 15px;
        position: relative;
        z-index: 1;
        -webkit-transition: 1.1s cubic-bezier(.16, .84, .442, .98);
        -o-transition: 1.1s cubic-bezier(.16, .84, .442, .98);
        transition: 1.1s cubic-bezier(.16, .84, .442, .98);
    }

        .service-section .Ma_IT_Ser::after {
            border-bottom: 2px solid transparent;
            border-radius: 15px;
            position: absolute;
            content: " ";
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: -1;
            -webkit-transition: 1.1s cubic-bezier(.16, .84, .442, .98);
            -o-transition: 1.1s cubic-bezier(.16, .84, .442, .98);
            transition: 1.1s cubic-bezier(.16, .84, .442, .98);
        }

        .service-section .Ma_IT_Ser:hover::after {
            border-bottom: 2px solid #164a9e;
            border-radius: 15px;
            position: absolute;
            content: " ";
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: -1;
            -webkit-transition: 1.1s cubic-bezier(.16, .84, .442, .98);
            -o-transition: 1.1s cubic-bezier(.16, .84, .442, .98);
            transition: 1.1s cubic-bezier(.16, .84, .442, .98);
        }

        .service-section .Ma_IT_Ser:hover {
            /*  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);*/
            box-shadow: 0px 34px 68px 0px rgba(116, 115, 128, 0.1);
            border-radius: 15px;
            -webkit-transition: 1.1s cubic-bezier(.16, .84, .442, .98);
            -o-transition: 1.1s cubic-bezier(.16, .84, .442, .98);
            transition: 1.1s cubic-bezier(.16, .84, .442, .98);
        }

        .service-section .Ma_IT_Ser .hp_and_urls {
            padding: 20px 15px;
        }

        .service-section .Ma_IT_Ser:hover h5,
        .service-section .Ma_IT_Ser:hover .svg_to_icn {
            color: #164a9e;
        }

        .service-section .Ma_IT_Ser h5 {
            margin-bottom: 2px;
            font-weight: 600;
            font-size: 18px;
        }

        .service-section .Ma_IT_Ser p {
            font-size: 12px;
        }

        .service-section .Ma_IT_Ser .more_a .icn_line {
            font-size: 14px;
            margin-bottom: 4px;
        }

            .service-section .Ma_IT_Ser .more_a .icn_line a {
                color: #000;
                text-decoration: underline;
            }

                .service-section .Ma_IT_Ser .more_a .icn_line a:hover {
                    color: #164a9e;
                    box-shadow: none;
                }

            .service-section .Ma_IT_Ser .more_a .icn_line span {
                color: #164a9e;
                margin-right: 5px;
            }
/*new services card design css end*/

/*----------------------------------------------------------------------------*/

.solution-section {
    padding: 100px 0;
    position: relative;
}

    .solution-section .heading .top_line {
        color: #02c0c2;
        letter-spacing: 8px;
        text-transform: uppercase;
        font-size: 18px;
    }

    .solution-section .heading h2 {
        /*font-size: 40px;
    margin: 20px 0;*/
    }

        .solution-section .heading h2 span {
            color: #164a9e;
            /*font-weight: 600;*/
        }

    .solution-section .heading p {
        width: 70%;
        margin: 0 auto;
    }

    .solution-section .techno_1 {
        background: #ffffff;
        box-shadow: 0px 5px 23px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        width: 100%;
        height: 100%;
        padding: 20px 10px;
    }

        .solution-section .techno_1 img {
            margin: 0px auto;
            padding: 5px 0 15px;
            display: block;
        }

        .solution-section .techno_1 span {
            font-size: 12px;
            font-weight: 500;
            color: #000;
        }

/*----------------------------------------------------------------------------*/

.industry-section {
    padding: 100px 0;
    position: relative;
}

    .industry-section .heading .top_line {
        color: #02c0c2;
        letter-spacing: 8px;
        text-transform: uppercase;
        font-size: 18px;
    }

    .industry-section .heading h2 {
        /*font-size: 40px;
    margin: 20px 0;*/
    }

        .industry-section .heading h2 span {
            color: #164a9e;
            /*font-weight: 600;*/
        }

    .industry-section .heading p {
        width: 70%;
        margin: 0 auto;
    }

    .industry-section .industry_1 {
        background-image: linear-gradient(135.74deg, #02c0c2 4.09%, #164a9e 98.04%);
        border-radius: 10px;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2px;
    }

        .industry-section .industry_1 .bg-color {
            background-color: #fff;
            width: 100%;
            height: 100%;
            display: block;
            border-radius: 8px;
            padding: 15px 10px;
        }

        .industry-section .industry_1 img {
            margin: 0px auto;
            padding: 5px 0 20px;
            display: block;
        }

        .industry-section .industry_1 span {
            font-size: 12px;
            font-weight: 500;
        }

/*------------------------------------------------------------------------------*/
.counting-section {
    padding: 100px 0;
    background: linear-gradient(265.59deg, #02c0c2 0%, #164a9e 100%);
}

    .counting-section .counter_1 {
        border: 1px solid #fff;
        background-color: transparent;
        border-radius: 10px;
        width: 100%;
        height: 100%;
        padding: 41px 15px;
    }

        .counting-section .counter_1 h4 {
            font-weight: 700;
            font-size: 66px;
            line-height: 105px;
            text-align: center;
            color: #fff;
        }

        .counting-section .counter_1 p {
            font-weight: 400;
            font-size: 32px;
            line-height: 48px;
            text-align: center;
            color: #fff;
        }

/*-------------------------------------------------------------------------------*/

.blogs-section {
    padding: 100px 0;
    position: relative;
}

    .blogs-section .heading .top_line {
        color: #02c0c2;
        letter-spacing: 8px;
        text-transform: uppercase;
        font-size: 18px;
    }

    .blogs-section .heading h2 {
        /*font-size: 40px;
    margin: 20px 0;*/
    }

        .blogs-section .heading h2 span {
            color: #164a9e;
            /*font-weight: 600;*/
        }

    .blogs-section .heading p {
        width: 70%;
        margin: 0 auto;
    }



    .blogs-section .blog-first {
        background: #fbfbfb;
        border: 1px solid #f9f9f9;
        border-radius: 10px;
        padding: 15px;
    }

        .blogs-section .blog-first a h4.blog_h_title {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 20px;
            margin-top: 15px;
            line-height: 26px;
            color: #353332;
        }

        .blogs-section .blog-first a p.blog_P_text {
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            text-align: justify;
            line-height: 24px;
            color: #767676;
        }

        .blogs-section .blog-first a .blog_read_btn {
            color: #164a9e;
            display: block;
            margin-bottom: 15px;
            font-size: 16px;
            text-decoration: underline;
        }

    .blogs-section .view_more_btn a {
        background: #164a9e !important;
        border-radius: 5px;
        width: 150px;
        display: inline-block;
        text-transform: uppercase;
        padding: 10px 20px;
        color: #fff;
    }

        .blogs-section .view_more_btn a i {
            font-weight: 600;
            margin-left: 10px;
        }

.top-details-blog .contant-for-blog ul {
    list-style-type: disc;
    padding-left: 20px;
}

    .top-details-blog .contant-for-blog ul li {
        line-height: 26px;
        margin-bottom: 10px;
    }

.top-details-blog .contant-for-blog p {
    line-height: 26px;
}
/*----------------------------------------------------------------------------*/
.banner_carousel {
    padding: 30px 0;
}

    .banner_carousel .outline-border .bg_color {
        max-width: 140px;
        width: 100%;
        margin: 0 auto;
        display: block;
    }

.Leaders-section {
    padding: 100px 0;
    position: relative;
}

    .Leaders-section .heading .top_line {
        color: #02c0c2;
        letter-spacing: 8px;
        text-transform: uppercase;
        font-size: 18px;
    }

    .Leaders-section .heading h2 {
        /*font-size: 40px;
    margin: 0 0 20px 0;*/
    }

        .Leaders-section .heading h2 span {
            color: #164a9e;
            /*font-weight: 600;*/
        }

    .Leaders-section .heading p {
        width: 70%;
        margin: 0 auto;
    }

    .Leaders-section .outline_border {
        background-image: linear-gradient(135.74deg, #02C0C2 4.09%, #164A9E 98.04%);
        border-radius: 10px;
        padding: 1px;
    }

    .Leaders-section .outline-border {
        /*background-image: linear-gradient(135.74deg, #02C0C2 4.09%, #164A9E 98.04%);*/
        border-radius: 10px;
        padding: 1px;
    }

    .Leaders-section .outline_border .bg-color {
        background-color: #fff;
        display: block;
        border-radius: 10px;
        padding: 10px;
        overflow: hidden;
    }

    .Leaders-section .outline-border .bg_color {
        /* background-color: #fff;*/
        display: block;
        border-radius: 10px;
        padding: 10px;
        overflow: hidden;
    }

    .Leaders-section .game_btns .btnCaseStudy {
        color: #fff;
        font-weight: 600;
        cursor: pointer;
        display: inline-block;
        padding: 5px 15px;
        text-align: center;
        text-decoration: none;
        transition: all 250ms;
        font-size: 14px;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        border: 1px solid #fff;
        border-radius: 5px;
        background-color: #164a9e;
    }

        .Leaders-section .game_btns .btnCaseStudy:hover {
            box-shadow: rgba(22, 74, 158, 0.2) 0 -25px 18px -14px inset, rgba(232, 232, 232, 0.15) 0 1px 2px, rgba(232, 232, 232, 0.15) 0 2px 4px, rgba(232, 232, 232, 0.15) 0 4px 8px, rgba(232, 232, 232, 0.15) 0 8px 16px, rgba(232, 232, 232, 0.15) 0 16px 32px;
            transform: scale(1.08);
            background-color: transparent;
            border: 1px solid #164a9e;
            color: #164a9e;
        }

/*-----------------------------------------------------------------------------*/
/*modal CSS (contact pop-up)*/
#modalContactForm {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.6);
    border-radius: 10px;
}

    #modalContactForm .modal-content {
        border-radius: 20px;
        overflow: hidden;
    }

    #modalContactForm .modal-header {
        background-color: #164a9e;
        color: #fff;
        overflow: hidden;
    }

        #modalContactForm .modal-header .close {
            background-color: transparent;
            color: #fff;
            border: 1px solid #ccc;
            box-shadow: none;
            outline: none;
            width: 25px;
            height: 25px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 3px;
        }

    #modalContactForm .md-form {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
    }

        #modalContactForm .md-form .prefix {
            font-size: 26px;
            color: #ccc;
        }

        #modalContactForm .md-form .user-box {
            position: relative;
            border: none;
            margin-left: 12px;
            border-bottom: 1px solid #ccc;
            width: 100%;
        }

            #modalContactForm .md-form .user-box .top_btm {
                width: 100%;
                padding: 5px 0;
                font-size: 14px;
                color: #164a9e;
                border: none;
                outline: none;
                background: transparent;
            }

            #modalContactForm .md-form .user-box label {
                position: absolute !important;
                top: 0;
                left: 0;
                padding: 8px 0 0;
                font-size: 14px;
                color: #164a9e;
                pointer-events: none !important;
                transition: 0.5s;
            }

            #modalContactForm .md-form .user-box .top_btm:focus ~ label,
            #modalContactForm .md-form .user-box .top_btm:valid ~ label {
                top: -18px !important;
                left: 0 !important;
                color: #ccc;
                font-size: 11px;
            }

    #modalContactForm .modal-footer .btn_unique {
        position: relative;
        display: inline-block;
        border: none;
        background-color: transparent;
        color: #164a9e;
        padding: 10px 20px;
        cursor: pointer;
        box-shadow: none;
        outline: none;
        text-transform: uppercase;
        overflow: hidden;
        transition: 0.5s;
        letter-spacing: 4px;
    }

        #modalContactForm .modal-footer .btn_unique:hover {
            background: #164a9e;
            color: #fff;
            border-radius: 5px;
            box-shadow: 0 0 5px #164a9e, 0 0 20px #164a9e;
        }



/*-----------------------------------------------------------------------------*/
/*.newsletter-section {
    padding: 100px 0;
    background: linear-gradient(265.59deg, #02c0c2 0%, #164a9e 100%);
}

    .newsletter-section .news-lines h3 {
        font-size: 30;
        color: #fff;
    }

        .newsletter-section .news-lines h3 span {
            font-weight: 600;
        }

    .newsletter-section .news-lines p {
        color: #fff;
        font-size: 14px;
    }

    .newsletter-section .input-form {
        position: relative;
    }

        .newsletter-section .input-form .email_input {
            width: 100%;
            border-radius: 5px;
            height: 46px;
            border: none;
            outline: none;
            box-shadow: none;
            padding: 15px;
        }

        .newsletter-section .input-form button {
            background: linear-gradient(260.72deg, #164a9e 0%, #02c0c2 98.62%);
            border-radius: 5px;
            border: none;
            width: 44px;
            height: 44px;
            position: absolute;
            right: 1px;
            top: 1px;
            outline: none;
            box-shadow: none;
        }

            .newsletter-section .input-form button img {
                width: 25px;
            }*/
/*----------------------------------------------------------------------------*/

.footer {
    padding: 100px 0 0;
    background: linear-gradient(180deg, #032e74 0%, #164a9e 100%);
}

.footer-sec {
    position: relative;
}

    .footer-sec .ftr-title {
        color: #fff;
        margin-bottom: 20px;
        text-transform: capitalize;
        font-weight: 600;
        position: relative;
        font-size: 18px;
    }

        .footer-sec .ftr-title::before {
            content: "";
            position: absolute;
            height: 1px;
            width: 18px;
            background: #fff;
            bottom: -5px;
        }

.footer-widget .footer-wedget-one .footer-logo {
    margin: 0 20px 30px 0;
    display: block;
}

    .footer-widget .footer-wedget-one .footer-logo img {
        max-width: 150px;
    }
/* CSS */
.footer-widget .footer-wedget-one .btn-outline-success {
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    transition: all 250ms;
    font-size: 14px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    border: 1px solid #fff;
    border-radius: 50px;
    background: transparent;
    box-shadow: none;
}

    .footer-widget .footer-wedget-one .btn-outline-success:hover {
        box-shadow: rgba(22, 74, 158, .2) 0 -25px 18px -14px inset, rgba(232, 232, 232, .15) 0 1px 2px, rgba(232, 232, 232, .15) 0 2px 4px, rgba(232, 232, 232, .15) 0 4px 8px, rgba(232, 232, 232, .15) 0 8px 16px, rgba(232, 232, 232, .15) 0 16px 32px;
        transform: scale(1.080);
        background-color: #fff;
        border: 1px solid #fff;
        color: #164a9e;
    }

.footer-sec .footer-wedget-one p {
    color: #fff;
    margin-bottom: 20px;
}

.footer-wedget-one ul {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-social-profile ul li a i {
    color: #164a9e;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 100%;
    background: #fff;
    border: 1px solid #fff;
    display: inline-block;
    margin-right: 10px;
}

    .footer-social-profile ul li a i:hover {
        background: transparent;
        border: 1px solid #fff;
        color: #fff;
    }

.footer-widget-menu li {
    position: relative;
}

    .footer-widget-menu li a {
        color: #fff;
        text-transform: capitalize;
        padding-bottom: 8px;
        display: flex;
        align-items: center;
    }

        .footer-widget-menu li a:hover {
            color: #02c0c2;
            transition: all 0.4s ease 0s;
        }
/*
.footer .footer-sec .footer-wedget-four .inner-box .inner-item .media {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    color: #fff;
}
*/

.footer .footer-sec .footer-wedget-four .inner-box .inner-item .media {
    display: contents;
    color: #fff;
    font-size: 12px;
}

    .footer .footer-sec .footer-wedget-four .inner-box .inner-item .media:hover {
        text-decoration: underline;
        color: #02c0c2;
    }

.footer .footer-sec .footer-wedget-four .inner-box hr {
    border: 0;
    height: 0;
    opacity: 1;
    width: 70%;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.footer-wedget-four .inner-box .inner-item i {
    font-weight: 700;
    margin-right: 5px;
}

.footer .footer-sec .footer-rating {
    text-align: center
}


    .footer .footer-sec .footer-rating p {
        color: #fff;
        text-align: center;
        padding-top: 0;
        margin-bottom: 0;
    }

    .footer .footer-sec .footer-rating .star {
        margin-bottom: 0;
    }

    .footer .footer-sec .footer-rating .rating_text, .footer-rating .star li i {
        color: #ffc904;
        font-size: 16px
    }

    .footer .footer-sec .footer-rating .fas.fa-star {
        color: #ffc904
    }

    .footer .footer-sec .footer-rating .star li {
        float: none;
        display: inline-block;
        margin: 0 3px
    }

    .footer .footer-sec .footer-rating .rating_text {
        display: block;
        margin: 10px 0 0 0;
    }

.footer .footer-sec .news_letter h5 {
    color: #fff;
    font-weight: 300;
}

    .footer .footer-sec .news_letter h5 span {
        font-weight: 600;
    }

.footer .footer-sec .news_letter .input-form {
    position: relative;
}

    .footer .footer-sec .news_letter .input-form .email_input {
        width: 100%;
        border-radius: 5px;
        height: 38px;
        border: none;
        outline: none;
        box-shadow: none;
        padding: 10px;
    }

    .footer .footer-sec .news_letter .input-form button {
        background: #164a9e !important;
        border-radius: 5px;
        border: none;
        width: 36px;
        height: 36px;
        position: absolute;
        right: 1px;
        top: 1px;
        outline: none;
        box-shadow: none;
    }

    .footer .footer-sec .news_letter .input-form input[placeholder], [placeholder], *[placeholder] {
        color: #000 !important;
    }

    .footer .footer-sec .news_letter .input-form button img {
        width: 20px;
    }

.footer .footer-sec .address-box p span {
    font-size: 14px;
}

.footer .footer-sec .address-box p {
    margin-bottom: 5px;
    padding-bottom: 5px;
    position: relative;
    font-size: 12px;
    color: #fff;
}

    .footer .footer-sec .address-box p.bder::after {
        position: absolute;
        content: " ";
        bottom: 0;
        left: 0;
        border-top: 1px solid #ccc;
        width: 50%;
    }

    .footer .footer-sec .address-box p:last-child::after {
        border-bottom: none;
    }

.footer .footer-bottom-sec {
    padding: 14px 0;
    background: linear-gradient(180deg, #164a9e 0%, #032e74 100%);
    border-top: 1px solid #fff;
}

    .footer .footer-bottom-sec .copy-right p {
        font-size: 12px;
        margin: 0;
        color: #fff;
    }



/*=====================//=======================//aboutus page css//==========================//========================*/

.aboutus-banner {
    position: relative;
    margin-top: -100px;
    background-image: url(../img/aboutus_page_img/banner_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    height: 350px;
    width: 100%;
}

    .aboutus-banner::before {
        position: absolute;
        content: " ";
        background-image: none;
        background: linear-gradient(90deg, rgba(22, 74, 158, 0.8) 21.35%, rgba(2, 192, 194, 0.8) 100%);
        background-size: cover;
        z-index: 2;
        height: 100%;
        width: 100%;
    }

    .aboutus-banner .text-headline {
        position: absolute;
        z-index: 99;
        top: 0px;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 170px 0 100px;
    }

        .aboutus-banner .text-headline h1 {
            font-size: 66px;
            font-weight: 600;
            text-transform: uppercase;
            color: #ffffff;
        }
/*-----------------------------------------------------------------------------*/
.aboutus-sec1 {
    padding: 100px 0;
}

    .aboutus-sec1 .heading h2 {
        position: relative;
    }

    .aboutus-sec1 .heading {
        margin-bottom: 50px;
    }

        .aboutus-sec1 .heading h2 span {
            color: #164A9E;
        }

        .aboutus-sec1 .heading h2::after {
            position: absolute;
            content: " ";
            border: 0px;
            border-bottom: 1px solid #000;
            top: 0;
            bottom: -15px;
            left: 0;
            right: 0;
            width: 100%;
            max-width: 400px;
            margin: 0px auto;
        }

    .aboutus-sec1 .bg-color-img .about-bg-color {
        position: relative;
    }

        .aboutus-sec1 .bg-color-img .about-bg-color p {
            padding: 50px 30px 50px;
            font-size: 24px;
            color: #fff;
        }

        .aboutus-sec1 .bg-color-img .about-bg-color::after {
            content: " ";
            position: absolute;
            background: linear-gradient(90deg, #02C0C2 0%, #0079FF 100%);
            border-radius: 40.2448px;
            width: 100%;
            height: 350px;
            transform: skewY(358deg);
            z-index: -1;
            right: 0;
            top: 0;
        }

    .aboutus-sec1 .bg-color-img .design-img {
        margin: -50px 20px 0;
    }

        .aboutus-sec1 .bg-color-img .design-img img {
            background: transparent;
            border-radius: 32.4885px;
            box-shadow: 40.6107px 52.3472px 67.8647px rgba(38, 38, 38, 0.0503198), 0px 29.1179px 36.2837px rgba(38, 38, 38, 0.0417275), 0px 21.3612px 20.3404px rgba(38, 38, 38, 0.035), 0px 13.5033px 10.8026px rgba(38, 38, 38, 0.0282725), 0px 5.61901px 4.49521px rgba(38, 38, 38, 0.0196802);
        }
/*-----------------------------------------------------------------------------*/
/*#mapholder {
    width: 100%;
    height: 100%;
    background: url(../img/aboutus_page_img/map_img.png);
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position-x: center;

    background-size: contain;
}*/

/*-----------------------------------------------------------------------------*/

.our_team {
    position: relative;
    padding: 100px 0;
}

    .our_team .heading .top_line {
        color: #02c0c2;
        letter-spacing: 8px;
        text-transform: uppercase;
        font-size: 18px;
    }

    .our_team .heading h2 {
        /*font-size: 40px;
    margin: 20px 0;*/
    }

        .our_team .heading h2 span {
            color: #164a9e;
            /*font-weight: 600;*/
        }

    .our_team .heading p {
        width: 70%;
        margin: 0 auto;
    }

    .our_team .member_1 {
        background-color: #e2e2e21a;
        padding: 30px 15px;
        border-radius: 5px;
        position: relative;
    }

        .our_team .member_1 .image_1 {
            max-width: 200px;
            width: 100%;
            margin: 0 auto;
            padding: 10px;
            background: linear-gradient(265.42deg, #02C0C2 3.13%, #164A9E 99.33%);
            border-radius: 50%;
            /*    position: absolute;
    top: 0;
    right: 0;
    left: 0;*/
        }

            .our_team .member_1 .image_1 img {
                background-color: #fff;
                padding: 20px;
                border-radius: 50%;
            }

        .our_team .member_1 .profile_details .name {
            text-transform: uppercase;
            color: #02C0C2;
            font-size: 19px;
        }

        .our_team .member_1 .profile_details p {
            font-size: 14px;
        }

        .our_team .member_1 .profile_details ul {
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0;
        }

            .our_team .member_1 .profile_details ul li a {
                width: 35px;
                height: 35px;
                display: flex;
                align-items: center;
                justify-content: center;
                background-image: linear-gradient(265.42deg, #02C0C2 3.13%, #164A9E 99.33%);
                color: #fff;
                border-radius: 50%;
                margin: 10px;
                border: 2px solid #fff;
                transition: .6s;
            }

                .our_team .member_1 .profile_details ul li a:hover {
                    border: 2px solid #02C0C2;
                    background-image: transparent;
                    color: #02C0C2;
                    background: transparent;
                }







/*=================//===================//blog page css//====================//====================*/
/* //Small devices (landscape phones, 320px and up)*/
@media (min-width: 320px) and (max-width: 767.98px) {
    .allblogs .pagination {
        justify-content: center !important;
    }

    .button-item {
        justify-content: center !important;
    }
}


.allblogs {
    padding: 100px 0;
    position: relative;
}

    .allblogs .heading .top_line {
        color: #02c0c2;
        letter-spacing: 8px;
        text-transform: uppercase;
        font-size: 18px;
    }

    .allblogs .heading h2 {
        /*font-size: 40px;
    margin: 20px 0;*/
    }

        .allblogs .heading h2 span {
            color: #164a9e;
            /*font-weight: 600;*/
        }

    .allblogs .heading p {
        width: 70%;
        margin: 0 auto;
    }

    .allblogs .blog-first {
        background: #fbfbfb;
        border: 1px solid #f9f9f9;
        border-radius: 10px;
        padding: 15px;
    }

        .allblogs .blog-first a h4.blog_h_title {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 20px;
            margin-top: 15px;
            line-height: 26px;
            color: #353332;
        }

        .allblogs .blog-first a p.blog_P_text {
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            text-align: justify;
            line-height: 24px;
            color: #767676;
        }

        .allblogs .blog-first a .blog_read_btn {
            color: #164a9e;
            display: block;
            margin-bottom: 15px;
            font-size: 16px;
            text-decoration: underline;
        }

    .allblogs .view_more_btn a {
        background: linear-gradient(265.42deg, #02c0c2 3.13%, #164a9e 99.33%);
        border-radius: 5px;
        width: 150px;
        display: inline-block;
        text-transform: uppercase;
        padding: 10px 20px;
        color: #fff;
    }

        .allblogs .view_more_btn a i {
            font-weight: 600;
            margin-left: 10px;
        }


    .allblogs .pagination {
        display: flex;
        align-items: center;
        justify-content: end;
    }

        .allblogs .pagination .arrows {
            padding: 8px 10px;
        }

        .allblogs .pagination a {
            color: #164A9E;
            /*padding: 8px 16px;*/
            text-decoration: none;
            transition: background-color .3s;
            border: 1px solid #164A9E !important;
            margin: 2px;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 3px;
        }

        .allblogs .pagination .active a {
            background-color: #164A9E !important;
            color: #fff !important;
            border: 1px solid #164A9E !important;
        }



        /*.allblogs .pagination a:hover:not(.active) {
                background-color: #ddf9ff;
            }*/
        /*pagination css update 19/01/2023 */
        .allblogs .pagination disabled span {
            color: #656565;
            padding: 8px 16px;
            text-decoration: none;
            transition: background-color .3s;
            border: 1px solid #656565;
            background-color: #ececec;
            margin: 2px;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 3px;
        }

        .allblogs .pagination li.active span {
            background-color: #164a9e;
            color: white;
            border: 1px solid #164a9e;
            margin: 2px;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 3px;
        }
/*pagination css update 19/01/2023  end */

/*==============//================//blog details page css//===============//=================*/

/*.header-bg {
    position: relative;
    margin-top: -100px;
    background-image: url(../img/blog_img/blog-details.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    height: 100px;
    width: 100%;
}

    .header-bg::before {
        position: absolute;
        content: " ";
        background-image: none;
        background: linear-gradient(90deg, rgba(22, 74, 158, 0.8) 21.35%, rgba(2, 192, 194, 0.8) 100%);
        background-size: cover;
        z-index: 2;
        height: 100%;
        width: 100%;
    }

    .header-bg .text-headline {
        position: absolute;
        z-index: 99;
        top: 0px;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 170px 0 100px;
    }*/






.blog-contant .contant-for-blog .bloger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}

    .blog-contant .contant-for-blog .bloger .img-icon {
        display: flex;
        align-items: center;
    }

        .blog-contant .contant-for-blog .bloger .img-icon img {
            border-radius: 50%;
            display: inline-block;
            margin-right: 10px;
        }

        .blog-contant .contant-for-blog .bloger .img-icon .name-details p {
            margin-bottom: 0;
            font-size: 14px;
        }

    .blog-contant .contant-for-blog .bloger .social-icn ul {
        display: flex;
        align-items: center;
        background-color: #fff;
        margin: 0;
        border: 1px solid #ccc;
        border-radius: 3px;
        position: relative;
    }

        .blog-contant .contant-for-blog .bloger .social-icn ul::after {
            position: absolute;
            content: " ";
            border: 0;
            border-left: 1px solid #ccc;
            top: -1px;
            bottom: 0;
            right: 30px;
        }

        .blog-contant .contant-for-blog .bloger .social-icn ul li {
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .blog-contant .contant-for-blog .bloger .social-icn ul li a {
                color: #000;
            }

.blog-contant .contant-for-blog .img-caption {
    font-size: 14px;
}

.blog-contant .contant-for-blog ul.list-looks {
    padding-left: 25px;
    list-style-type: disc;
}

.blog-contant .contant-for-blog .bloger.b-bottom p {
    font-size: 14px;
}

.contant-for-blog p {
    text-align: justify;
}

.blog-contant .sideBar {
    padding: 0 20px 0;
    border: 1px solid #ccc;
}

    .blog-contant .sideBar .Popular-post {
        border-bottom: 1px solid #ccc;
    }

        .blog-contant .sideBar .Popular-post h5 {
            text-transform: uppercase;
            margin-top: 20px;
        }

        .blog-contant .sideBar .Popular-post .first-post {
            margin: 20px 0;
        }

            .blog-contant .sideBar .Popular-post .first-post p {
                text-transform: initial;
                text-align: left;
                margin: 5px 0 5px;
                font-size: 12px;
            }

                .blog-contant .sideBar .Popular-post .first-post p span {
                    font-weight: 500;
                }

            .blog-contant .sideBar .Popular-post .first-post h6 {
                text-transform: capitalize;
            }

        .blog-contant .sideBar .Popular-post ul {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin: 0;
        }

            .blog-contant .sideBar .Popular-post ul li {
                margin: 3px;
            }

        .blog-contant .sideBar .Popular-post:last-child {
            border-bottom: 0;
            margin-bottom: 30px;
        }

            .blog-contant .sideBar .Popular-post:last-child h5 {
                margin-bottom: 15px;
            }


/*=====================//=======================//Contact us page css//==========================//========================*/

.Contact-banner {
    position: relative;
    margin-top: -100px;
    background-image: url(../img/contactus_img/contact_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    height: 350px;
    width: 100%;
}

    .Contact-banner::before {
        position: absolute;
        content: " ";
        background-image: none;
        background: linear-gradient(90deg, rgba(22, 74, 158, 0.8) 21.35%, rgba(2, 192, 194, 0.8) 100%);
        background-size: cover;
        z-index: 2;
        height: 100%;
        width: 100%;
    }

    .Contact-banner .text-headline {
        position: absolute;
        z-index: 99;
        top: 0px;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 170px 0 100px;
    }

        .Contact-banner .text-headline h1 {
            font-size: 66px;
            font-weight: 600;
            text-transform: uppercase;
            color: #ffffff;
        }
/*-----------------------------------------------------------------------------*/
.contact-section {
    position: relative;
    padding: 100px 0;
}

    .contact-section .form-address {
        width: 100%;
        background-color: transparent;
        border-radius: 22px;
        position: relative;
        padding: 2px
    }

        .contact-section .form-address::after {
            position: absolute;
            content: " ";
            width: 100%;
            background-image: linear-gradient(180deg, #02C0C2 0%, #164A9E 100%);
            border-radius: 22px;
            height: 100%;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            z-index: -1;
        }

    .contact-section .row {
        margin: 0;
    }

    .contact-section .form-address .text_fields {
        padding: 30px 15px;
        width: 100%;
        background-color: #fff;
        border-radius: 20px 0px 0px 20px;
    }

    .contact-section .form-address .contact_fields {
        padding: 30px 15px;
        width: 100%;
        background: linear-gradient(162.03deg, #02C0C2 0%, #164A9E 99.06%);
        border-radius: 0px 20px 20px 0px;
    }

    .contact-section .form-address .text_fields h3 span {
        color: #164A9E;
    }

    .contact-section .form-address .text_fields .form-group {
        margin: 10px 0 30px;
    }

        .contact-section .form-address .text_fields .form-group .your_name {
            border-radius: 0;
            border: 1px solid transparent;
            border-bottom: 1px solid #02c0c2;
            transition: .5s;
            background: transparent;
            padding: 8px 15px;
        }

            .contact-section .form-address .text_fields .form-group .your_name:hover, .contact-section .form-address .text_fields .form-group .your_name:focus {
                border-radius: 3px;
                border: 1px solid #02c0c2;
                background: transparent;
                /* box-shadow: 0px 0px 10px -5px rgb(2 192 194), inset 0px 0px 10px -5px rgb(2 192 194);*/
                box-shadow: none;
            }

        .contact-section .form-address .text_fields .form-group #mobile_code_num .form_select {
            border-radius: 0;
            border: 1px solid transparent;
            border-bottom: 1px solid #02c0c2;
            transition: .5s;
            background: transparent;
            padding: 9.5px 15px;
            outline: none;
            overflow: hidden;
            margin-right: 15px;
        }

        .contact-section .form-address .text_fields .form-group #mobile_code_num .mobile_number {
            border-radius: 0;
            border: 1px solid transparent;
            border-bottom: 1px solid #02c0c2;
            transition: .5s;
            background: transparent;
            padding: 9.2px 15px;
            outline: none;
            overflow: hidden;
            box-shadow: none;
        }

        .contact-section .form-address .text_fields .form-group #mobile_code_num:hover, .contact-section .form-address .text_fields .form-group #mobile_code_num:focus {
            border-radius: 3px;
            border: 1px solid #02c0c2;
            background: transparent;
            box-shadow: none;
        }

        .contact-section .form-address .text_fields .form-group #mobile_code_num {
            border-radius: 3px;
            border: 1px solid transparent;
            background: transparent;
            box-shadow: none;
        }

            .contact-section .form-address .text_fields .form-group #mobile_code_num:hover .form_select,
            .contact-section .form-address .text_fields .form-group #mobile_code_num:focus .form_select,
            .contact-section .form-address .text_fields .form-group #mobile_code_num:hover .mobile_number,
            .contact-section .form-address .text_fields .form-group #mobile_code_num:focus .mobile_number {
                border: 1px solid transparent;
                border-bottom: 1px solid transparent;
            }

        .contact-section .form-address .text_fields .form-group #mobile_code_num {
            transition: .5s;
            background: transparent;
            outline: none;
            overflow: hidden;
        }

    .contact-section .form-address .text_fields .upload_file .select_file {
        padding: 20px;
        border: 1px dashed #ccc;
        text-align: center;
        position: relative;
        overflow: hidden;
    }

        .contact-section .form-address .text_fields .upload_file .select_file label i {
            font-weight: 600;
            margin-right: 20px;
            font-size: 20px;
        }

        .contact-section .form-address .text_fields .upload_file .select_file label {
            color: #ccc;
            background-color: white;
            padding: 8px 20px;
            display: block;
        }

        .contact-section .form-address .text_fields .upload_file .select_file input[type=file] {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            opacity: 0;
        }

    .contact-section .form-address .text_fields .upload_file p {
        font-size: 12px;
        color: #ccc;
    }
    /*.contact-section .form-address .text_fields .form_submit{
    background-color: transparent;
    border-radius: 22px;
    position: relative;
    padding: 2px;
    width: 100%;
    border: 0;
    border-radius: 4px;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #164A9E;
}
.contact-section .form-address .text_fields .form_submit::before{
    position: absolute;
    content: " ";
    width: 100%;
    background-image: linear-gradient(180deg, #02C0C2 0%, #164A9E 100%) !important;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    border-radius: 4px;
}*/
    .contact-section .form-address .text_fields .form_submit {
        width: 100%;
        padding: 10px 15px;
        border-radius: 4px;
        text-align: center;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        color: #164A9E;
        border: 2px solid;
        border-image-source: linear-gradient(180deg, #02C0C2 0%, #164A9E 100%);
        background-image: initial;
        border-image-slice: 1;
        background-color: #fff;
        border-image-repeat: round;
        transition: all 0.5s ease;
        cursor: pointer !important;
    }

        .contact-section .form-address .text_fields .form_submit:hover {
            color: #fff;
            border: 2px solid;
            border-image-source: linear-gradient(180deg, #02C0C2 0%, #164A9E 100%);
            border-image-slice: 1;
            background-image: linear-gradient(180deg, #02C0C2 0%, #164A9E 100%);
        }

    .contact-section .form-address .text_fields .form-check-inline #inlineCheckbox1 {
        box-shadow: none;
        outline: none;
        border: 1.5px solid #164A9E;
    }

    .contact-section .form-address .text_fields .form-check-inline {
        font-size: 14px;
        color: gray;
    }

        .contact-section .form-address .text_fields .form-check-inline .form-check-input:checked {
            background-color: #164A9E;
        }

    .contact-section .form-address .text_fields .form_submit {
        width: 100%;
        padding: 10px 15px;
        border-radius: 4px;
        text-align: center;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        color: #164A9E;
        border: 2px solid;
        border-image-source: linear-gradient(180deg, #02C0C2 0%, #164A9E 100%);
        background-image: initial;
        border-image-slice: 1;
        background-color: #fff;
        border-image-repeat: round;
        display: block;
        transition: all 0.5s ease;
    }

        .contact-section .form-address .text_fields .form_submit:hover {
            color: #fff;
            border: 2px solid;
            border-image-source: linear-gradient(180deg, #02C0C2 0%, #164A9E 100%);
            border-image-slice: 1;
            background-image: linear-gradient(180deg, #02C0C2 0%, #164A9E 100%);
        }

    .contact-section .form-address .text_fields .form-check-inline #inlineCheckbox1 {
        box-shadow: none;
        outline: none;
        border: 1.5px solid #164A9E;
    }

    .contact-section .form-address .text_fields .form-check-inline {
        font-size: 14px;
        color: gray;
    }

        .contact-section .form-address .text_fields .form-check-inline .form-check-input:checked {
            background-color: #164A9E;
        }

    /********--------*******/
    .contact-section .form-address .contact_fields h3 {
        color: #fff;
    }

    .contact-section .form-address .contact_fields .address_lins .address {
        color: #fff;
    }

        .contact-section .form-address .contact_fields .address_lins .address p {
            color: #fff;
            font-size: 14px;
        }

    .contact-section .form-address .contact_fields .contact_no .address {
        display: flex;
        align-items: center;
    }

        .contact-section .form-address .contact_fields .contact_no .address p {
            margin: 0 0 0 10px;
            color: #fff;
        }

        .contact-section .form-address .contact_fields .contact_no .address span {
            width: 30px;
            font-size: 30px;
            color: #fff;
        }

    .contact-section .form-address .contact_fields ul {
        margin-top: 15px;
        display: flex;
        align-items: center;
    }

        .contact-section .form-address .contact_fields ul li a {
            color: #fff;
            font-size: 18px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            width: 40px;
            transition: all 0.4s ease-in-out 0s;
            border-radius: 100%;
            border: 1px solid #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 10px;
        }

            .contact-section .form-address .contact_fields ul li a:hover {
                background-color: #fff;
                border: 1px solid #fff;
                color: #164A9E;
            }

/*-----------------------------------------------------------------------------*/
.location-map .map {
    border-radius: 20px;
    overflow: hidden;
    display: flex;
}


/*=====================//=======================//Case Study Details page css//==========================//========================*/

.caseD_bg_img {
    position: relative;
    background-image: url(user-content/a5d00b9d-faad-4f5d-b292-6e9c0fcd5b7d.webp);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    max-height: 100%;
    padding: 20px 0;
    background-size: cover;
}

    .caseD_bg_img .caseS_content {
        color: #fff;
    }

        .caseD_bg_img .caseS_content .btnCaseStudy {
            color: #fff;
            background-color: transparent;
            border: 1px solid #fff;
            border-radius: 3px;
            padding: 7px 20px;
            margin-top: 30px;
            width: max-content;
            display: block;
        }
/*-----------------------------------------------------------------------------*/
.OurProcess-section {
    position: relative;
    background: rgba(255, 255, 255, 0.85);
    width: 100%;
    height: 100%;
    max-height: 680px;
    padding: 70px 0;
}

    .OurProcess-section::before {
        background-image: url(../img/case_study_img/process_img.png);
        background-repeat: no-repeat;
        position: absolute;
        content: " ";
        background-size: cover;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .OurProcess-section .process-first .icon_bg {
        background: rgba(24, 138, 236, 0.1);
        width: 130px;
        height: 130px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px;
    }

        .OurProcess-section .process-first .icon_bg .light_bg {
            background: rgba(24, 138, 236, 0.1);
            width: 100px;
            height: 100px;
            margin: 0 auto;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .OurProcess-section .process-first .icon_bg img {
            width: 100%;
            max-width: 70px;
        }
/*-------------------------------------------------------------------------------*/
.overview-section {
    position: relative;
    background-image: url(../img/case_study_img/Union.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    max-height: 680px;
    padding: 170px 0 70px;
    background-size: cover;
    margin-top: 350px;
}

    .overview-section .mobile_scrn {
        position: absolute;
        content: " ";
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        background-size: cover;
        z-index: -1;
        top: -280px;
        right: 0;
        left: 0;
        background-position-x: center;
        max-width: 800px;
        margin: 0 auto;
        padding: 0 15px;
    }

    .overview-section .overview_D {
        color: #fff;
    }
/*-------------------------------------------------------------------------------*/
.scope-benefits {
    padding: 70px 0;
}

    .scope-benefits .scope_details .h2_bg {
        padding: 10px 15px;
        background-color: #02C0C2;
        color: #fff;
        border-radius: 0 50px 50px 0;
        margin-bottom: 30px;
    }

    .scope-benefits .scope_details ul {
        list-style-type: disc;
        padding-left: 20px;
    }

        .scope-benefits .scope_details ul li {
            margin-bottom: 5px;
        }

    .scope-benefits .benefits_details .h2_bg {
        padding: 10px 15px;
        background-color: #164A9E;
        color: #fff;
        border-radius: 50px 0 0 50px;
        margin-bottom: 30px;
    }
/*----------------------------------------------------------------------------*/
.quote-section {
    position: relative;
}

    .quote-section::after {
        position: absolute;
        content: " ";
        background: linear-gradient(92.1deg, #02C0C2 0%, #164A9E 100%);
        width: 100%;
        height: 300px;
        top: 25%;
        bottom: 0;
        z-index: -1;
    }

    .quote-section .quote_img::before {
        position: absolute;
        content: " ";
        background-image: url(../img/case_study_img/quote.svg);
        background-repeat: no-repeat;
        top: 80px;
        bottom: 0px;
        z-index: 1;
        right: 0px;
        left: 300px;
        width: 100%;
        max-width: 120px;
        height: 120px;
    }

    .quote-section .quote_img {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        position: relative;
    }

    .quote-section .quote_text {
        color: #fff;
    }



/*======================================== Request A Quote page css ============================================*/

.Quote-section {
    position: relative;
    padding: 40px 0px;
}

    .Quote-section .text_fields {
        width: 100%;
        background-image: linear-gradient(180deg, #02C0C2 0%, #164A9E 100%);
        border-radius: 15px;
        height: 100%;
        padding: 2px;
        box-shadow: 0px 0px 30px -10px #0003;
    }

        .Quote-section .text_fields form {
            padding: 30px 15px;
            position: relative;
            width: 100%;
            background-color: #fff;
            border-radius: 13px;
            text-align: center;
        }

        .Quote-section .text_fields .form-group {
            margin: 10px 0 30px;
        }

            .Quote-section .text_fields .form-group .your_name {
                border-radius: 0;
                border: 1px solid transparent;
                border-bottom: 1px solid #02c0c2;
                transition: .5s;
                background: transparent;
                padding: 8px 15px;
            }

                .Quote-section .text_fields .form-group .your_name:hover,
                .Quote-section .text_fields .form-group .your_name:focus {
                    border-radius: 3px;
                    border: 1px solid #02c0c2;
                    background: transparent;
                    box-shadow: none;
                }

            .Quote-section .text_fields .form-group #mobile_code_num .form_select {
                border-radius: 0;
                border: 1px solid transparent;
                border-bottom: 1px solid #02c0c2;
                transition: .5s;
                background: transparent;
                padding: 9.5px 15px;
                outline: none;
                overflow: hidden;
                margin-right: 15px;
            }

            .Quote-section .text_fields .form-group #mobile_code_num .mobile_number {
                border-radius: 0;
                border: 1px solid transparent;
                border-bottom: 1px solid #02c0c2;
                transition: .5s;
                background: transparent;
                padding: 9.2px 15px;
                outline: none;
                overflow: hidden;
                box-shadow: none;
            }

            .Quote-section .text_fields .form-group #mobile_code_num:hover,
            .Quote-section .text_fields .form-group #mobile_code_num:focus {
                border-radius: 3px;
                border: 1px solid #02c0c2;
                background: transparent;
                box-shadow: none;
            }

            .Quote-section .text_fields .form-group #mobile_code_num {
                border-radius: 3px;
                border: 1px solid transparent;
                background: transparent;
                box-shadow: none;
            }

                .Quote-section .text_fields .form-group #mobile_code_num:hover .form_select,
                .Quote-section .text_fields .form-group #mobile_code_num:focus .form_select,
                .Quote-section .text_fields .form-group #mobile_code_num:hover .mobile_number,
                .Quote-section .text_fields .form-group #mobile_code_num:focus .mobile_number {
                    border: 1px solid transparent;
                    border-bottom: 1px solid transparent;
                }

            .Quote-section .text_fields .form-group #mobile_code_num {
                transition: .5s;
                background: transparent;
                outline: none;
                overflow: hidden;
            }

            .Quote-section .text_fields .form-group .Your_country .form_select {
                border-radius: 0;
                border: 1px solid transparent;
                border-bottom: 1px solid #02c0c2;
                transition: .5s;
                background: transparent;
                padding: 9.7px 15px;
                outline: none;
                overflow: hidden;
            }

                .Quote-section .text_fields .form-group .Your_country .form_select .disabled {
                    color: #5a667f;
                }

                .Quote-section .text_fields .form-group .Your_country .form_select option {
                    color: #000;
                }

            .Quote-section .text_fields .form-group .Your_country:hover,
            .Quote-section .text_fields .form-group .Your_country:focus {
                border-radius: 3px;
                border: 1px solid #02c0c2;
                background: transparent;
                box-shadow: none;
            }

            .Quote-section .text_fields .form-group .Your_country {
                border-radius: 3px;
                border: 1px solid transparent;
                background: transparent;
                box-shadow: none;
            }

                .Quote-section .text_fields .form-group .Your_country:hover .form_select,
                .Quote-section .text_fields .form-group .Your_country:focus .form_select {
                    border: 1px solid transparent;
                    border-bottom: 1px solid transparent;
                }

            .Quote-section .text_fields .form-group .Your_country {
                transition: .5s;
                background: transparent;
                outline: none;
                overflow: hidden;
            }

        .Quote-section .text_fields .upload_file .select_file {
            padding: 20px;
            border: 1px dashed #ccc;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

            .Quote-section .text_fields .upload_file .select_file label i {
                font-weight: 600;
                margin-right: 20px;
                font-size: 20px;
            }

            .Quote-section .text_fields .upload_file .select_file label {
                color: #ccc;
                background-color: white;
                padding: 8px 20px;
                display: block;
            }

            .Quote-section .text_fields .upload_file .select_file input[type=file] {
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                opacity: 0;
            }

        .Quote-section .text_fields .upload_file p {
            font-size: 12px;
            color: #ccc;
        }

        .Quote-section .text_fields .form_submit {
            width: max-content;
            padding: 10px 50px;
            border-radius: 4px;
            text-align: center;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            color: #164A9E;
            border: 2px solid;
            border-image-source: linear-gradient(180deg, #02C0C2 0%, #164A9E 100%);
            background-image: initial;
            border-image-slice: 1;
            background-color: #fff;
            border-image-repeat: round;
            transition: all 0.5s ease;
            margin: 0 auto;
        }

            .Quote-section .text_fields .form_submit:hover {
                color: #fff;
                border: 2px solid;
                border-image-source: linear-gradient(180deg, #02C0C2 0%, #164A9E 100%);
                border-image-slice: 1;
                background-image: linear-gradient(180deg, #02C0C2 0%, #164A9E 100%);
            }

        .Quote-section .text_fields .form-check-inline #inlineCheckbox1 {
            box-shadow: none;
            outline: none;
            border: 1.5px solid #164A9E;
        }

        .Quote-section .text_fields .form-check-inline {
            font-size: 14px;
            color: gray;
        }

            .Quote-section .text_fields .form-check-inline .form-check-input:checked {
                background-color: #164A9E;
            }


/*=======================================Portfolio Page Css============================================*/
#portfolio {
    padding: 2% 0%;
    background: #f5f5f5;
    text-align: center;
}

    #portfolio .portfolio-filter {
        display: flex;
        align-items: center;
        justify-content: center;
        list-style: none;
        padding: 0;
        margin: 0 0 50px;
    }

        #portfolio .portfolio-filter > li a {
            display: block;
            padding: 7px 15px;
            background: #e5e5e5;
            color: #64686d;
            position: relative;
            border-radius: 50px;
            margin: 0 5px;
        }

            #portfolio .portfolio-filter > li a:hover, #portfolio .portfolio-filter > li a.active {
                background: rgba(22, 74, 158);
                color: #fff;
                border-radius: 50px;
                -webkit-transition-duration: 0.5s;
                -moz-transition-duration: 0.5s;
                -ms-transition-duration: 0.5s;
                -o-transition-duration: 0.5s;
                transition-duration: 0.5s;
            }

.portfolio-items p {
    color: #fff;
    font-weight: normal;
}

#portfolio .portfolio-filter > li a.active:after {
    content: " ";
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: rgba(22, 74, 158) transparent transparent transparent;
}
/*#portfolio .portfolio-filter > li:first-child a {
    border-radius: 4px 0 0 4px;
}
#portfolio .portfolio-filter > li:last-child a {
    border-radius: 0 4px 4px 0;
}*/
#portfolio .portfolio-item {
    margin-bottom: 20px;
}

    #portfolio .portfolio-item .portfolio-item-inner {
        position: relative;
    }

        #portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
            opacity: 0;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 10px;
            color: #fff;
            background: linear-gradient(90deg, rgba(22, 74, 158, 0.5) 21.35%, rgba(2, 192, 194, 0.5) 100%);
            display: flex;
            align-items: center;
            justify-content: center;
        }

            #portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
                font-size: 16px;
                line-height: 1;
                margin: 0;
                color: #fff;
            }

    #portfolio .portfolio-item:hover .portfolio-info {
        opacity: 1;
        transition: all 0.5s;
    }

        #portfolio .portfolio-item:hover .portfolio-info a {
            font-size: 30px;
            color: #fff;
        }

/**** Isotope CSS3 transitions ****/
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: -o-transform, opacity;
        transition-property: transform, opacity;
    }
        /**** disabling Isotope CSS3 transitions ****/
        .isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
            -webkit-transition-duration: 0s;
            -moz-transition-duration: 0s;
            -ms-transition-duration: 0s;
            -o-transition-duration: 0s;
            transition-duration: 0s;
        }
    /* End: Recommended Isotope styles */
    /* disable CSS transitions for containers with infinite scrolling*/
    .isotope.infinite-scrolling {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

/* ================================== mobile header file ======================================================*/


@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}



@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown, .dropend, .dropstart, .dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

    .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent
    }

    .dropdown-toggle:empty::after {
        margin-left: 0
    }



.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    vertical-align: 0
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent;
    vertical-align: 0
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #1e2125;
        background-color: #e9ecef
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #00fcff;
        text-decoration: none;
        background-color: #0d6efd
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #adb5bd;
        pointer-events: none;
        background-color: transparent
    }

.dropdown-menu.show {
    display: block
}


/*.navbar-nav .dropdown-menu {
    position: static
}
*/


/*@media (min-width:992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute
            }
}

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .55)
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0, 0, 0, .7)
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0, 0, 0, .3)
    }

    .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
        color: rgba(0, 0, 0, .9)
    }

.alert {
    position: relative;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}


header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: 1.2s;
}

    header.sticky {
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .3);
        -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .3);
        box-shadow: 0 0 20px rgba(0, 0, 0, .3);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: linear-gradient(90deg, rgba(22, 74, 158, 0.9) 21.35%, rgba(2, 192, 194, 0.9) 100%);
    }

    header .container-fluid {
        padding: 0
    }

    header .container.custom-container {
        position: static
    }

    header .navbar {
        padding-top: 0;
        padding-bottom: 0
    }

        header .navbar .navbar-brand img {
            height: auto
        }

            header .navbar .navbar-brand img.web-logo {
                width: 200px
            }

            header .navbar .navbar-brand img.mobile-logo {
                width: 80px;
                display: none
            }


@media (min-width:576px) {
    header .navbar .navbar-nav .nav-item .dropdown-menu .container {
        max-width: 100%
    }
}

@media (min-width:768px) {
    header .navbar .navbar-nav .nav-item .dropdown-menu .container {
        max-width: 100%
    }
}

@media (min-width:992px) {
    header .navbar .navbar-nav .nav-item .dropdown-menu .container {
        max-width: 100%
    }
}

@media (min-width:1200px) {
    header .navbar .navbar-nav .nav-item .dropdown-menu .container {
        max-width: 100%
    }
}

@media (min-width:1400px) {
    header .navbar .navbar-nav .nav-item .dropdown-menu .container {
        max-width: 100%
    }
}

header .navbar .navbar-nav .nav-item .dropdown-menu.show {
    -webkit-animation: .3s alternate fadeIn;
    animation: .3s alternate fadeIn;
    border: none
}

    header .navbar .navbar-nav .nav-item .dropdown-menu.show .padd {
        padding: 20px
    }

@media (max-width:1399px) {
    header .navbar .navbar-nav .nav-item .dropdown-menu.show .padd {
        padding: 20px 10px
    }
}

@media (max-width:1199px) {
    header .navbar .navbar-nav .nav-item .dropdown-menu.show .padd {
        padding: 20px 5px
    }
}

header .navbar .navbar-nav .nav-item .dropdown-menu.show .bg {
    padding: 20px;
    background-color: #edf5fa
}

    header .navbar .navbar-nav .nav-item .dropdown-menu.show .bg .list-group {
        margin-bottom: 30px
    }

header .navbar .navbar-nav .nav-item .dropdown-menu.show .nav-item {
    border-bottom: none
}


header .navbar .navbar-nav .nav-item .dropdown-menu.show .mega-content .list-group.bot {
    margin-bottom: 30px
}

header .navbar .navbar-nav .nav-item .dropdown-menu.show .mega-content .list-group li .nav-link {
    font-size: 14px;
    color: #666;
    line-height: normal;
    padding: 7px 0;
    text-decoration: none
}

header .navbar .navbar-nav .nav-item .dropdown-menu.show-hover {
    -webkit-animation: .3s alternate fadeIn;
    animation: .3s alternate fadeIn;
    border: none
}

    header .navbar .navbar-nav .nav-item .dropdown-menu.show-hover .padd {
        padding: 20px
    }

@media (max-width:1399px) {
    header .navbar .navbar-nav .nav-item .dropdown-menu.show-hover .padd {
        padding: 20px 10px
    }
}

@media (max-width:1199px) {


    header .navbar .navbar-nav .nav-item .dropdown-menu.show-hover .padd {
        padding: 20px 5px
    }
}

header .navbar .navbar-nav .nav-item .dropdown-menu.show-hover .bg {
    padding: 20px;
    background-color: #edf5fa
}

    header .navbar .navbar-nav .nav-item .dropdown-menu.show-hover .bg .list-group {
        margin-bottom: 30px
    }

header .navbar .navbar-nav .nav-item .dropdown-menu.show-hover .nav-item {
    border-bottom: none
}

header .navbar .navbar-nav .nav-item .dropdown-menu.show-hover .mega-content .list-group.bot {
    margin-bottom: 30px
}

header .navbar .navbar-nav .nav-item .dropdown-menu.show-hover .mega-content .list-group li .nav-link {
    font-size: 14px;
    color: #666;
    line-height: normal;
    padding: 7px 0;
    text-decoration: none
}

header .navbar .navbar-nav .nav-item.dropdown.dropdown-mega {
    position: static
}

    header .navbar .navbar-nav .nav-item.dropdown.dropdown-mega .dropdown-menu {
        width: 100%;
        top: 81px;
        left: 0;
        padding: 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0;
        -ms-border-radius: 0px;
        border-radius: 0
    }


header .navbar .navbar-nav .nav-item.position-static .nav-link {
    padding-right: 17px;*/
/*    padding-left: 0*/
/*}

header .navbar .navbar-nav .nav-item .dropdown-toggle {
    padding-right: 20px !important;
    position: relative;*/
/* margin: 0 13px; */
/* position: relative; */
/* border-bottom: 2px solid transparent */
/*}


@media screen and (max-width:1366px) {
    header .navbar .navbar-nav .nav-item.dropdown.dropdown-mega .dropdown-menu {
        top: 76px
    }


    header .navbar .navbar-nav .nav-item .nav-link {
        font-size: 14px
    }
}

header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    content: "\f107";
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    border: none;
    position: absolute;
    top: 15px;
    right: 6px;
    margin: 0;
    line-height: normal;
    font-size: 13px
}

header .navbar .navbar-nav .nav-item.rq-btn {
    border-bottom: none
}

    header .navbar .navbar-nav .nav-item.rq-btn .btn {
        color: #fff;
        padding: 10px 42px 10px 20px;
        line-height: 31px
    }

header .navbar .navbar-nav .nav-item.call {
    margin-right: 20px;
    position: relative;
    border-bottom: none
}

@media screen and (max-width:1366px) {
    header .navbar .navbar-nav .nav-item.call {
        margin-right: 10px
    }
}

header .navbar .navbar-nav .nav-item.call .nav-link {
    width: 47px;
    height: 47px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #ff9100;
    background: #d95700;
    background: linear-gradient(45deg, #d95700 50%, #ff9100 100%);
    font-size: 22px;
    color: #fff;
    text-align: center;
    padding-right: 0
}

    header .navbar .navbar-nav .nav-item.call .nav-link:after {
        display: none
    }

    header .navbar .navbar-nav .nav-item.call .nav-link i {
        margin-top: 5px;
        position: relative;
        top: -12px
    }

header .navbar .navbar-nav .nav-item.call:focus .nav-link, header .navbar .navbar-nav .nav-item.call:hover .nav-link {
    background-color: #0076ff;
    background: #0076ff;
    background: linear-gradient(45deg, #0076ff 50%, #0076ff 100%)
}

header .navbar .navbar-nav .nav-item.call .nine-info-inquiry {
    position: absolute;
    width: 300px;
    text-align: left;
    right: 4px;
    left: auto;
    top: 40px;
    z-index: 1010;
    margin-top: 20px;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3)
}

    header .navbar .navbar-nav .nav-item.call .nine-info-inquiry:before {
        content: "";
        position: absolute;
        top: -15px;
        right: 9px;
        width: 0;
        height: 0;
        border: 0 solid transparent;
        border-right-width: 10px;
        border-left-width: 10px;
        border-bottom: 15px solid #fff
    }

    header .navbar .navbar-nav .nav-item.call .nine-info-inquiry .nine-heading {
        padding: 15px;
        font-family: proxima_novamedium;
        font-size: 22px
    }

    header .navbar .navbar-nav .nav-item.call .nine-info-inquiry a {
        font-size: 16px;
        display: block;
        margin: 10px 0;
        line-height: 34px;
        padding-left: 40px;
        position: relative
    }

        header .navbar .navbar-nav .nav-item.call .nine-info-inquiry a:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 32px;
            height: 32px;
            background-image: url(https://theninehertz.com/wp-content/themes/ninehertz/assets-2022/img/common/png/flag-icons.png);
            background-repeat: no-repeat
        }

    header .navbar .navbar-nav .nav-item.call .nine-info-inquiry .hr-block {
        padding: 10px;
        background-color: #0076ff;
        color: #fff;
        position: relative
    }

        header .navbar .navbar-nav .nav-item.call .nine-info-inquiry .hr-block .hr-dpt {
            font-size: 14px;
            color: #fff;
            border: 1px solid #0076ff
        }

@media (max-width:1024px) {
    header .navbar .navbar-nav .nav-item.call .nine-info-inquiry .hr-block .hr-dpt {
        top: -17px
    }
}

header .navbar .navbar-nav .nav-item.call .nine-info-inquiry .hr-block .flag1 {
    color: #fff
}

header .navbar .navbar-nav .nav-item.call .nine-info-inquiry .inquiry-block {
    padding: 10px;
    border: 1px dashed #bebebe;
    position: relative;
    margin: 20px 15px 15px
}

    header .navbar .navbar-nav .nav-item.call .nine-info-inquiry .inquiry-block .sales-dpt {
        position: absolute;
        left: 10px;
        top: -10px;
        background-color: #fff;
        padding: 2px 5px;
        font-size: 14px
    }

@media (max-width:1024px) {
    header .navbar .navbar-nav .nav-item.call .nine-info-inquiry .inquiry-block .sales-dpt {
        top: -17px
    }
}

header .navbar .navbar-nav .nav-item.call:hover i {
    cursor: pointer;
    -webkit-animation: 4s ease-in-out .7s infinite ring;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: 4s ease-in-out .7s infinite ring;
    -moz-transform-origin: 50% 4px;
    animation: 4s ease-in-out .7s infinite ring
}

header .navbar .navbar-nav .nav-item.company .nav-link {
    padding-right: 17px;
    padding-left: 0
}

    header .navbar .navbar-nav .nav-item.company .nav-link.dropdown-toggle::after {
        top: 33px
    }

header .navbar .navbar-nav .dropdown-menu.comp {
    padding: 20px;
    top: 75px;
    min-width: 270px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0;
    -ms-border-radius: 0px;
    border-radius: 0
}

    header .navbar .navbar-nav .dropdown-menu.comp li .nav-link {
        font-size: 14px;
        color: #333;
        line-height: normal;
        padding: 7px 0;
        text-decoration: none
    }

header .navbar .mobile-quote {
    display: none;
    margin-right: 70px;
    position: absolute;
    right: 10px;
    top: 11px
}

    header .navbar .mobile-quote.btn {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        font-size: 14px
    }




.mob-menu {
    position: absolute;
    top: 32px;
    right: 25px;
    display: inline-block;
    z-index: 999999;
    display: none
}

@media (max-width:767px) {
    header {*/
/*height: 67px*/
/*padding: 5px 0;
    }

        header .navbar .navbar-brand img.web-logo {
            display: none
        }

        header .navbar .navbar-brand img.mobile-logo {
            display: block
        }

        header .navbar .mobile-quote {
            padding: 10px 30px 10px 10px
        }

            header .navbar .mobile-quote.btn .arrow {
                right: 7px;
                top: 11px
            }

    .mob-menu {
        top: 27px
    }
}

.mob-menu .mobile-menu-close {
    height: 22px;
    width: 22px;
    cursor: pointer;
    display: block;
    transition: all 1s cubic-bezier(.19, 1, .22, 1)
}

    .mob-menu .mobile-menu-close .line {
        position: absolute;
        display: block;
        background: #ffffff;
        width: 22px;
        border-radius: 50px;
        height: 2px;
        margin: 0 auto;
        right: 0;
        transition: all .6s cubic-bezier(.5, .1, 0, 1.2);
        -webkit-transition: .6s cubic-bezier(.5, .1, 0, 1.2);
        -moz-transition: .6s cubic-bezier(.5, .1, 0, 1.2)
    }

        .mob-menu .mobile-menu-close .line.line-1 {
            top: 0
        }

        .mob-menu .mobile-menu-close .line.line-2 {
            top: 7px
        }

        .mob-menu .mobile-menu-close .line.line-3 {
            top: 14px
        }

.navbar.sticky .mob-menu .mobile-menu-close .line, body.overflow-hidden .mob-menu .mobile-menu-close .line {
    background: #000
}

body.overflow-hidden .mob-menu .mobile-menu-close .line-1 {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

body.overflow-hidden .mob-menu .mobile-menu-close .line-2 {
    display: none
}

body.overflow-hidden .mob-menu .mobile-menu-close .line-3 {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0
}

.mob-menu.display-none {
    display: none
}

.mobile-overly {
    background: #940ec1
}

.mobile-main-menu {
    position: relative;
    display: none
}

    .mobile-main-menu .mobile_version {
        overflow-x: hidden;
        overflow-y: auto;
        left: 0;
        right: 100%;
        bottom: 0;
        top: 0;
        position: fixed;
        background-color: #ffffffb8;
        z-index: 9999;
        -webkit-animation: 7s fadein;
        -moz-animation: 7s fadein;
        -ms-animation: fadein 7s;
        -o-animation: 7s fadein;
        animation: 7s fadein
    }

        .mobile-main-menu .mobile_version.mobile-menu-open {
            right: 0
        }

        .mobile-main-menu .mobile_version .menu-mobile-menu-container {
            width: 80vw
        }

    .mobile-main-menu.show-menu .mobile_version {
        right: 0
    }

    .mobile-main-menu .menu-mobile-menu-container {
        background: linear-gradient(92.38deg, rgb(2 192 194 / 90%) 1.05%, rgb(22 74 158 / 90%) 99.71%);
        min-height: 100vh;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box
    }

        .mobile-main-menu .menu-mobile-menu-container .nav {
            background-color: transparent;
            margin: 0
        }

            .mobile-main-menu .menu-mobile-menu-container .nav li.menu-item {
                position: relative;
                margin: 15px 0
            }

                .mobile-main-menu .menu-mobile-menu-container .nav li.menu-item a {
                    text-transform: none;
                    font-size: 18px;
                    background-color: transparent;
                    display: block;
                    padding: 15px;
                    color: #fff;
                    border: none;
                    border-radius: 0;
                    line-height: normal;
                    border-bottom: 1px solid rgba(36, 195, 255, .3)
                }

                .mobile-main-menu .menu-mobile-menu-container .nav li.menu-item samp.main-menu-toggle {
                    position: absolute;
                    right: 0;
                    top: 1px;
                    height: 46px;
                    cursor: pointer;
                    content: "222";
                    display: block;
                    font-size: 15px;
                    width: 40px;
                    text-align: center;
                    z-index: 1;
                    color: #fff;
                    font-family: var(--fa-style-family, "Font Awesome 6 Free");
                    font-weight: var(--fa-style, 900);
                    background-color: transparent
                }



                .mobile-main-menu .menu-mobile-menu-container .nav li.menu-item.open_active {
                    background: transparent;
                    color: #000
                }

                    .mobile-main-menu .menu-mobile-menu-container .nav li.menu-item .sub-menu samp.main-menu-toggle, .mobile-main-menu .menu-mobile-menu-container .nav li.menu-item samp.main-menu-toggle, .mobile-main-menu .menu-mobile-menu-container .nav li.menu-item.open_active .menu-show, .mobile-main-menu .menu-mobile-menu-container .nav li.menu-item.open_active a, .mobile-main-menu .menu-mobile-menu-container .nav li.menu-item.open_active:hover a, .mobile-main-menu .menu-mobile-menu-container .nav li.menu-item.open_active:hover samp.main-menu-toggle {
                        color: #fff
                    }

                .mobile-main-menu .menu-mobile-menu-container .nav li.menu-item .sub-menu.open_in li .sub-menu.open_in li a {
                    padding-left: 30px
                }

        .mobile-main-menu .menu-mobile-menu-container .request-quote {
            margin-top: 20px;
            margin-left: 20px
        }

        .mobile-main-menu .menu-mobile-menu-container .nav li.menu-item samp.main-menu-toggle::after {
            position: absolute;
            content: "\2b";
            top: 15px;
            right: 15px;
            bottom: 0;
            left: 0
        }

        .mobile-main-menu .menu-mobile-menu-container .nav li.menu-item.open_active samp.main-menu-toggle.menu-show::after {
            content: "\f068"
        }

        .mobile-main-menu .menu-mobile-menu-container .nav li.menu-item a:focus, .mobile-main-menu .menu-mobile-menu-container .nav li.menu-item a:hover, .mobile-main-menu .menu-mobile-menu-container .nav li.menu-item:focus a, .mobile-main-menu .menu-mobile-menu-container .nav li.menu-item:hover a {*/
/*    font-weight: 600;*/
/*color: #fff;
        }

        .mobile-main-menu .menu-mobile-menu-container .nav li.menu-item a:active {*/
/*    font-weight: 600;*/
/*color: #fff;*/
/*    background-color: #2d167c*/
/*}

        .mobile-main-menu .menu-mobile-menu-container .nav li.menu-item .sub-menu {
            display: none
        }

            .mobile-main-menu .menu-mobile-menu-container .nav li.menu-item .sub-menu.open_in {
                display: block
            }

            .mobile-main-menu .menu-mobile-menu-container .nav li.menu-item .sub-menu li {
                position: relative;
                margin: 15px 0
            }

                .mobile-main-menu .menu-mobile-menu-container .nav li.menu-item .sub-menu li a {
                    padding-left: 23px;
                    background: transparent;
                    color: #fff;
                    border-bottom: 1px solid rgba(36, 195, 255, .3)
                }

                .mobile-main-menu .menu-mobile-menu-container .nav li.menu-item .sub-menu li.menu-item li a {
                    padding-left: 35px
                }

    .mobile-main-menu .mobile-menu.fixed-mobile-menu {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 999999;
        padding: 10px 15px;
        background-color: #000;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border: 1px solid rgba(255, 255, 255, .5);
        -webkit-transition: width .3s;
        -moz-transition: width .3s;
        transition: width .3s;
        display: none;
        cursor: pointer
    }

        .mobile-main-menu .mobile-menu.fixed-mobile-menu .fa-bars {
            color: #fff
        }

@media (max-width:1024px) {
    header .navbar .mobile-quote {
        display: block
    }

    .menu {
        display: none
    }

    .mob-menu, .mobile-main-menu {
        display: block
    }

    .mobile-nav {
        padding-top: 20%
    }

        .mobile-nav ul {
            width: 100%
        }

            .mobile-nav ul li {
                position: relative
            }

                .mobile-nav ul li a span {
                    display: block;
                    position: absolute;
                    right: 0;
                    padding: 8px 20px
                }

                .mobile-nav ul li .sub-menu {
                    position: relative;
                    left: 0;
                    width: 100%
                }

                    .mobile-nav ul li .sub-menu li {
                        width: 100%
                    }
}

@media (max-width:767px) {
    .menu {
        display: none
    }

    .mob-menu, .mobile-main-menu {
        display: block
    }
}



.header .mobile-main-menu .menu-mobile-menu-container .request-quote .btn-outline-success {
    color: #fff;
    width: 160px;
    height: 34px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    background: transparent;
    cursor: pointer;
    z-index: 2;
    transition: all 0.9s ease;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.header .mobile-main-menu .menu-mobile-menu-container .request-quote .btn-1:after {
    position: absolute;
    content: " ";
    z-index: -1;
    top: 0px;
    left: 0px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: all 0.5s ease;
    margin: 0 !important;
}*/

/*=====================================career page css===================================*/

.career_text {
    color: #fff;
    position: relative;
    z-index: 99;
}

    .career_text h1 {
        font-size: 70px;
        color: #fff;
        line-height: 1;
        font-weight: 800;
    }

@media (max-width: 991.98px) {
    .career_text h1 {
        font-size: 40px;
    }
}

.career_text h1 span {
    font-weight: 300;
}

.career_text p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
}

    .career_text p strong {
        font-weight: 700;
    }

        .career_text p strong a {
            color: #000000;
        }

.career_text .breadcrumbs {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    z-index: 99;
}

    .career_text .breadcrumbs span {
        color: rgba(255, 255, 255, 0.7);
    }

        .career_text .breadcrumbs span a {
            color: #fff;
        }

.career_text .bread {
    font-weight: 400 !important;
}

.career_text .btn-primary {
    border: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

    .career_text .btn-primary:hover,
    .career_text .btn-primary:focus {
        background: #fff !important;
        color: #000000;
    }


.category {
    padding: 0;
}

    .category li {
        list-style: none;
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: 400;
    }

        .category li a {
            display: block;
            color: #1a1a1a;
            border: 1px solid #d5f3e2;
            padding: 5px 10px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
        }

            .category li a span.number {
                font-size: 16px;
                background: #e9f9ef;
                color: #5dd28e;
                padding: 2px 5px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                -ms-border-radius: 5px;
                border-radius: 5px;
            }

            .category li a:hover,
            .category li a:focus {
                color: #5dd28e;
                background: #f5fcf8;
            }

.job-post-item {
    margin-bottom: 10px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .job-post-item .badge {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
    }

    .job-post-item:hover,
    .job-post-item:focus {
        -webkit-box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
        -moz-box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
        box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
    }

    .job-post-item .icon {
        border: 1px solid #d9d9d9;
        background: white;
        padding: 10px;
        border-radius: 50%;
        color: #d9d9d9;
    }

        .job-post-item .icon.like {
            color: #fff;
            background-color: #dc3545;
        }

        .job-post-item .icon i {
        }

    .job-post-item .apply_btn {
        color: #fff;
        background-color: #164a9e;
        border: none;
        padding: 8px 12px;
        border-radius: 7px;
    }

.ftco-search {
    position: relative;
    width: 100%;
    display: block;
}

    .ftco-search .tab-content {
        background: #fff;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        border-radius: 0px 7px 7px;
        padding: 15px;
    }

    .ftco-search .nav-tabs {
        border-bottom: none;
    }

        .ftco-search .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
            border: 1px solid #fff;
            border-radius: 7px 7px 0px 0px;
            margin-right: 5px;
            color: #fff;
        }

.search-job .form-group {
    position: relative;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .search-job .form-group {
        margin-bottom: 10px;
    }
}

.search-job .form-group label {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

.search-job .form-group .form-field {
    position: relative;
    display: block;
}

.search-job .form-group .form-control {
    padding-left: 30px;
    display: block;
    width: 100%;
    font-size: 14px;
    border: 1px solid #d9d9d9;
    color: rgba(0, 0, 0, 0.7) !important;
    background: transparent !important;
}

    .search-job .form-group .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: rgba(0, 0, 0, 0.7) !important;
    }

    .search-job .form-group .form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: rgba(0, 0, 0, 0.7) !important;
    }

    .search-job .form-group .form-control:-ms-input-placeholder {
        /* IE 10+ */
        color: rgba(0, 0, 0, 0.7) !important;
    }

    .search-job .form-group .form-control:-moz-placeholder {
        /* Firefox 18- */
        color: rgba(0, 0, 0, 0.7) !important;
    }

    .search-job .form-group .form-control.btn {
        padding: 0 !important;
        font-size: 16px;
        color: #fff !important;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
    }

        .search-job .form-group .form-control.btn.btn-primary {
            background: #164a9e !important;
        }

.search-job .form-group .select-wrap {
    position: relative;
}

    .search-job .form-group .select-wrap select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

.search-job .form-group .icon {
    position: absolute;
    top: 51%;
    left: 10px;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #d9d9d9;
}


.services {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .services .icon {
        margin: 0 0 20px;
        max-width: 70px;
        width: 100%;
    }

        .services .icon span {
            font-size: 60px;
            color: #157efb;
        }

    .services .media-body h3 {
        font-size: 18px;
        font-weight: 500;
    }

.ftco-section-parallax {
    position: relative;
}

    .ftco-section-parallax .parallax-img {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
        padding: 4em 0;
        background: #157efb;
    }

    .ftco-section-parallax .heading-section-white h2 {
        font-weight: 400 !important;
    }

/*.form-control {
    height: 52px !important;
    background: #fff !important;
    color: #000000 !important;
    font-size: 18px;
    border-radius: 5px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

    .form-control:focus,
    .form-control:active {
        border-color: #000000;
    }*/

.ftco-section {
    padding: 6em 0;
    position: relative;
}

@media (max-width: 767.98px) {
    .ftco-section {
        padding: 5em 0;
    }
}


.heading-section .subheading {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}

.heading-section h2 {
    font-size: 40px;
    font-weight: 700;
}

    .heading-section h2 span {
        font-weight: 400;
    }

@media (max-width: 767.98px) {
    .heading-section h2 {
        font-size: 28px;
    }
}

.heading-section.heading-section-white .subheading {
    color: rgba(255, 255, 255, 0.9);
}

.heading-section.heading-section-white h2 {
    font-size: 40px;
    color: #fff;
}

.heading-section.heading-section-white p {
    color: rgba(255, 255, 255, 0.9);
}

.categories li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
    list-style: none;
}

    .categories li:last-child {
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom: 0;
    }

    .categories li a {
        display: block;
        color: #1a1a1a;
    }

        .categories li a span {
            position: absolute;
            right: 0;
            top: 0;
            color: #ccc;
        }

    .categories li.active a {
        color: #000000;
        font-style: italic;
    }

/*  Adding Loader in button css Date:14/06/23 */

.loader {
    display: none;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    position: relative;
    top: 2px;
    left: 5px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.ldr {
    display: none;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    position: relative;
    top: 2px;
    left: 5px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*Blog Page Side table Style*/
.blog-page-form form {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    width: 100%;
}

    .blog-page-form form input, textarea {
        /* height: 50px; */
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 6px;
        margin-bottom: 15px;
        font-size: 1rem;
        padding: 10px 14px;
    }

        .blog-page-form form input:focus, textarea:focus {
            outline: none;
            border-color: #1877f2;
        }

    .blog-page-form form ::placeholder {
        color: #777;
        font-size: 1.063rem;
    }

    .blog-page-form form .form_sub_btn {
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

        .blog-page-form form .form_sub_btn .login {
            border: none;
            outline: none;
            cursor: pointer;
            background: #032e74;
            padding: 10px 0;
            border-radius: 6px;
            color: #fff;
            font-size: 14px;
            font-weight: 600;
            transition: 0.2s ease;
        }

            .blog-page-form form .form_sub_btn .login:hover {
                background: #164a9e;
            }


    .blog-page-form form .button {
        margin-top: 25px;
        text-align: center;
        margin-bottom: 20px;
    }


@media (max-width: 900px) {
    .blog-page-form {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 460px) {

    .blog-page-form form {
        padding: 15px;
    }
}
/*End of blog page table context CSS */




.btm-div {
    background-color: #0a3984;
    color: #fff;
    padding: 30px 40px;
    margin: 20px auto;
    border-radius: 15px;
}

    .btm-div p {
        color: #fff;
    }

.social__icon-blog i {
    margin: 10px;
    font-size: 20px;
    color: #000;
}


    .social__icon-blog i:hover {
        color: #0a3984;
    }

.breadcrumb-item + .breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, ">");
}

.breadcrumb-item {
    color: #000;
}

.form__sticky {
    padding: 0;
}


/*.btm-div a {
    border: 1px solid #fff;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
}*/

.btm-div a {
    color: #fff;
}

.btm-div-a {
    border: 1px solid #fff;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    display: block;
    max-width: max-content;
    margin: 0 auto;
}

    .btm-div-a:hover {
        border: 1px solid #fff;
        background-color: #fff;
        color: #0a3984;
    }

.btm-div h2 {
    margin: 10px auto;
}

.btm-div p {
    padding: 20px 0;
}

.form-p-tag p {
    font-size: 18px;
}

.right-block {
    position: sticky;
    top: 60px;
    padding: 20px 0;
    min-width: 200px;
}

.top-details-blog {
    padding-bottom: 50px;
}

    .top-details-blog .blog_header_bg {
        padding-top: 50px;
        background-color: #f5f5f5;
        padding-bottom: 25px;
    }

.blog-breadcrumb {
    font-size: 16px;
}

.breadcrumb-item.active {
    color: #0451cc;
}

.wr__img-blog {
    border-radius: 100%;
    min-height: 40px;
    max-width: 40px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin-right: 10px;
}

.updated_date-blog p {
    margin-bottom: 0;
}

.name-blog-edit {
    align-items: center;
}

    .name-blog-edit p {
        margin-bottom: 0;
    }

.blog-name-img {
    object-fit: cover;
    overflow: hidden;
    border-radius: 50%;
}

.contant-for-blog .container {
    padding: 0 !important;
}

.updated_date-blog p {
    margin-bottom: 0;
}

.detail-blog_main {
    margin: 50px auto;
}

.logo-sode-block {
    border: 1px solid #dee2e6;
    padding: 10px;
    background-color: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .logo-sode-block a {
        display: block;
        width: 100%;
        max-width: 100px;
    }

        .logo-sode-block a img {
            display: block;
            width: 100%;
        }


.writer-btn_blog {
    background-color: aliceblue;
    padding: 30px;
    border: 1px solid #b2b2b2;
    border-radius: 15px;
    margin: 30px auto;
}

    .writer-btn_blog p {
        margin-bottom: 30px;
    }

    .writer-btn_blog h2 {
        margin-top: 0;
        margin-bottom: 30px;
    }

.person-img-blog {
    border-radius: 50%;
    max-width: 90px;
    display: flex;
    width: 100%;
}

.writer-btn_blog-2 {
    margin: 30px auto;
    background-color: aliceblue;
    padding: 30px;
    border-radius: 15px;
}


/*.verified-line-blog {
    margin-bottom: 20px;
}*/

.verified-line-blog {
    color: #56c65d;
    font-weight: 600;
    font-size: 20px;
}

    .verified-line-blog p {
        margin-bottom: 0;
        padding-bottom: 0;
        margin-left: 10px;
        font-size: 20px;
    }

.name-blog-icon a {
    color: #000;
}

    .name-blog-icon a i {
        font-size: 25px;
    }

.btn-blog-call {
    padding: 10px 20px;
    background-color: #0a3984;
    border-radius: 10px;
    color: #fff;
    border: 1px solid #0a3984;
}

    .btn-blog-call:hover {
        color: #0a3984;
        background-color: transparent;
    }

.name-head-top {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.verified-line-blog {
    display: flex;
    align-items: center;
}

@media (min-width: 280px) and (max-width: 668.98px) {
    .name-head-top {
        display: block;
    }

        .name-head-top .name-blog-edit {
            justify-content: center;
        }

        .name-head-top .social__icon-blog {
            justify-content: center;
        }

    .updated_date-blog {
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }

    .sbt_blog {
        padding: 10px 30px !important;
    }

    .verified-line-blog {
        display: block !important;
    }
}

/*---------------------------------------------/Services/Technology/Industries/pages css start---------------------------------------------*/

.python_dovelop {
    background: #E1FBFF;
}

.text_sec h2 {
    font-weight: normal;
    letter-spacing: 3px
}

.python {
    font-weight: bold;
}

.text_sec p {
    font-size: large;
    font-weight: 500;
    letter-spacing: normal;
}

.btnorange {
    background: linear-gradient(153deg, #032e74 0%, #0c4ea2 100%);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    margin: 15px 7px;
    max-width: 300px;
    width: 100%;
}

    .btnorange .arrow1 {
        margin-left: 15px;
    }

.btndark .arrow1 {
    margin-left: 15px;
}

.btnorange:hover {
    background: #00bfff;
    color: white;
}

.btndark {
    background: transparent;
    color: #00bfff;
    border: 1px solid #00bfff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    margin: 15px 7px;
    max-width: 300px;
    width: 100%;
}

    .btndark:hover {
        background-color: #00bfff;
        color: white;
    }

.bread_tech {
    color: #6c757d;
}

.breadcrumb-item.active {
    color: #00bfff;
    text-decoration: underline;
}

.img_aw img {
    height: 70px;
    width: 70px;
    margin-top: 20px;
}

.img_aws img {
    width: 100px;
    height: 100px;
}

.text-blue {
    font-weight: 500;
}

.lh-base {
    font-style: normal;
    font-size: large;
}

.text-orange {
    color: #00bfff;
}

.it_sup {
    font-size: 2.5rem;
}

.Choose_Us h2 {
    color: white;
}

.Choose_Us p {
    color: white;
}

.adh_pep {
    font-size: small;
}

.btndiv {
    background: linear-gradient(153deg, #032e74 0%, #0c4ea2 100%);
    color: #fff;
    border: 2px solid linear-gradient(153deg, #032e74 0%, #0c4ea2 100%);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

    .btndiv:hover {
        background-color: #00bfff;
    }

.industry_text h2 {
    font-size: 20px;
}

.industry_text p {
    font-size: small;
}

.bg_light {
    background-color: #e7f9ff;
    border-radius: 10px;
}

    .bg_light p {
        font-size: small;
    }

.bg_light1 {
    background-color: #e7f3ed;
    border-radius: 10px;
}

    .bg_light1 p {
        font-size: small;
    }

.bg_light2 {
    background-color: #ff008115;
    border-radius: 10px;
}

    .bg_light2 p {
        font-size: small;
    }

.bg_light3 {
    background-color: #fff9eb;
    border-radius: 10px;
}

    .bg_light3 p {
        font-size: small;
    }

.bg_light4 {
    background-color: #fee;
    border-radius: 10px;
}

    .bg_light4 p {
        font-size: small;
    }

.bg_light5 {
    background-color: #e7ecff;
    border-radius: 10px;
}

    .bg_light5 p {
        font-size: small;
    }

.btnblack {
    background-color: white;
    color: black;
    padding: 7px 20px;
    border: 2px solid #000;
}

    .btnblack:hover {
        background-color: black;
        color: white;
        border: 2px solid black;
    }

.elevatep {
    font-size: 13px;
}

.bg-calltoaction {
    background: url(https://fulminoussoftware.com/user-content/bottom-bg.fb0b784a.jpg);
    background-size: cover;
}

.cta-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(21, 30, 44, .68);
}

.btbook {
    background: linear-gradient(153deg, #032e74 0%, #0c4ea2 100%);
    color: #fff;
    border: 2px solid linear-gradient(153deg, #032e74 0%, #0c4ea2 100%);
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

    .btbook:hover {
        background: #00bfff;
        color: white;
    }

.threedotwhite {
    color: white;
}

.creativitytext h3 {
    font-weight: 600;
}
/* .creativitytext p {
        font-size: small;
    } */

.text-orange {
    color: #00bfff;
    /* text-decoration: underline; */
}

.succes_text h2 {
    color: white;
    font-size: 27px;
}

.succes_text p {
    color: white;
    font-size: 13px;
}
/* // XX-Large devices (larger desktops, 1400px and up)*/

@media (min-width: 1400px) {
    .phpadh {
        display: flex;
    }

    .acces {
        display: flex;
    }
}
/* // X-Large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {
    .phpadh {
        display: flex;
    }

    .part_text h2 {
        font-size: 25px;
    }

    .part_text p {
        font-size: 17px;
    }

    .acces {
        display: flex;
    }
}
/* // Large devices (desktops, 992px and up)*/

@media (min-width: 992px) {
    .phpadh {
        display: flex;
    }

    .part_text h2 {
        font-size: 25px;
    }

    .part_text p {
        font-size: 17px;
    }

    .acces {
        display: flex;
    }
}
/* // Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) and (max-width: 991.98px) {
    .btndark {
        margin-bottom: 10px;
    }

    .imgsechead {
        width: 350px;
    }

    .phpadh {
        display: flex;
    }

    .acces {
        display: flex;
    }

    .imgsechead {
        width: 350px;
    }
}
/* //Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) and (max-width: 767.98px) {
    .btndark {
        margin-bottom: 10px;
    }

    .img_sec {
        margin-top: 40px;
    }

    .imgsechead {
        width: 350px;
        display: none;
    }

    .phpadh {
        /* display: flex; */
        text-align: center;
        text-justify: auto;
    }

    .agiletext {
        text-align: justify;
        text-justify: auto;
    }

    .text-img-sec {
        order: 0;
    }

    .text_sec {
        order: 1;
    }
}
/* //Small devices (landscape phones, 320px and up)*/

@media (min-width: 320px) and (max-width: 575.98px) {
    .btndark {
        margin-bottom: 10px;
        max-width: 308px;
        width: 100%;
    }

    .btnorange {
        max-width: 308px;
        width: 100%;
    }

    .imgsechead {
        width: 280px;
        display: none;
    }

    .img_sec {
        margin-top: 40px;
    }

    .static_img {
        width: 100px;
        height: 100px;
    }

    .text-orange {
        padding-top: 20px;
    }

    .part_text h2 {
        font-size: 17px;
    }

    .part_text p {
        font-size: 10px;
    }

    .btbook {
        font-size: small;
    }

    .text-img-sec {
        order: 0;
    }

    .text_sec {
        order: 1;
    }
}

@media (min-width: 320px) and (max-width: 568px) {
    .talk_Business_mainDiv_1 {
        margin: 0px !important;
    }

    .talk_Business_mainDiv_header_1 {
        font-size: 18px;
        font-weight: bold;
    }

    .talk_Business_mainDiv_5 {
        padding: 0px 0px !important;
    }
}




/*---------------------------------------------/Services/Technology/Industries/pages css end---------------------------------------------*/

.bg-development {
    background-color: aliceblue;
}

.Choose_Us h2 {
    color: #241e1e;
}

.Choose_Us p {
    color: #131212;
}

.phpadh {
    display: flex;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
}
