/*****************************************************************
    Template Name    : TechSoft - IT Solution & Business Services HTML5 Responsive Website Template
    Author   : Cute Themes
    Version  : 1.0
    Created  : 2024
    File Description : Main css file of the template
*****************************************************************/

/*****************************************************************

** - 01 - Default CSS
** - 01.1 - Preloader Section CSS
** - 02 - Navbar Section CSS
** - 03 - All Home Section CSS
** - 04 - All About Section CSS
** - 05 - All Services Section CSS
** - 06 - Single Services Section CSS
** - 07 - Why Choosing Us Section CSS
** - 08 - How It Works Section CSS
** - 09 - Counter Section CSS
** - 10 - All Projects Section CSS
** - 11 - Single Projects Section CSS
** - 12 - All Testimonial Section CSS
** - 13 - Blog Section CSS
** - 14 - Blog Details Page Section CSS
** - 14.1 - Blog Page Sidebar Widget Section CSS
** - 15 - Hire Section CSS
** - 16 - Partner Section CSS
** - 17 - All Footer Section CSS

** - 18 - Other Page Banner Title Section CSS
** - 19 - All Contact Page Section CSS
** - 20 - Pricing Page Section CSS
** - 21 - Team Page Section CSS
** - 22 - Faq Page Section CSS
** - 23 - 404 Error Page Section CSS
** - 24 - Coming Soon Page Section CSS
** - 25 - Terms & Conditions Page CSS
** - 26 - Privacy Policy Page CSS

*****************************************************************/

/**************************************
 ** - 01 - Default CSS
 **************************************/
*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    scroll-behavior: inherit !important;
}

html,
body {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    font-variant: normal;
    overflow-x: hidden;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    font-family: "微软雅黑";
    font-variation-settings: normal;
}

img {
    max-width: 100%;
    height: auto;
}

button {
    outline: 0 !important;
}

/* 初始状态 - 元素不可见 */
.fade-in {
    opacity: 0;
    transform: translateY(150px);
    transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}
    /* 当元素进入视口时的状态 */
    .fade-in.visible {
        opacity: 1;
        transform: translateY(0);
    }

/* 缩放效果 */
.zoom-in {
    transform: scale(0.8);
    opacity: 0;
    transition: all 3s ease-out;
}

    .zoom-in.visible {
        transform: scale(1);
        opacity: 1;
    }

/* 从左侧滑入 */
.slide-in-left {
    transform: translateX(-100px);
    opacity: 0;
    transition: all 1.5s ease-out;
}

    .slide-in-left.visible {
        transform: translateX(0);
        opacity: 1;
    }

/* 从右侧滑入 */
.slide-in-right {
    transform: translateX(100px);
    opacity: 0;
    transition: all 1.5s ease-out;
}

    .slide-in-right.visible {
        transform: translateX(0);
        opacity: 1;
    }

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.bg-grey {
    background-color: rgba(223, 223, 223, 0.11) !important;
}

.color-text {
    color: #0066b8;
}

.author-name {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

dl,
ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.section-padding {
    padding: 50px 0;
}

a {
    color: #333;
    text-decoration: none;
    outline: 0 !important;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

    a:hover {
        text-decoration: none;
        color: #0066b8;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    font-family: "微软雅黑";
    font-variation-settings: normal;
}

p {
    font-size: 16px;
    line-height: 1.8;
    /*color: #505050;*/
    margin-bottom: 15px;
    font-weight: 400;
    font-family: "微软雅黑", sans-serif;
}

    p:last-child {
        margin-bottom: 0;
    }

.default-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #ffffff;
    background-color: #0066b8;
    border-radius: 0px;
    font-weight: 600;
    font-size: 15px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}

.btn-primary {
    border: none;
    display: inline-block;
    line-height: initial;
    border-radius: 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 14px 33px;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
}

.btn-primary {
    display: inline-block;
    color: #0066b8;
    /* text-shadow: 0 0 5px #0066B8; */
    background-color: #ffffffff;
    background-image: linear-gradient( 135deg, #6cbd20 0%, #6cbd20 50%, #ffffffff 50%, #ffffffff 100% );
    background-position: right center;
    text-align: center;
    text-decoration: none;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color, background;
    transition-property: color, background;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    background-size: 270% auto;
}

    .btn-primary:hover,
    .btn-primary:focus {
        background-position: left center;
        -webkit-box-shadow: unset !important;
        -moz-box-shadow: unset !important;
        box-shadow: unset !important;
    }

.btn-mr-right-20 {
    margin-right: 20px;
}

/* margin top */
.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

/* margin bottom */
.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mr-15 {
    margin-right: 15px;
}

.section-title {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 65px;
    text-shadow: #ffffff 1px 1px 10px;
}

    .section-title h6 {
        font-size: 15px;
        color: #6cbd20;
        font-weight: 700;
        margin-bottom: 10px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .section-title h2 {
        font-size: 38px;
        color: #333;
        font-weight: 800;
        margin: 0;
    }
/*****************************************
 ** - 00 -  Go Top CSS
 ******************************************/
.go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 35px;
    color: #ffffff;
    background-color: #0066b8;
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.9s;
    transition: 0.9s;
    border-radius: 0;
}

    .go-top.active {
        top: 85%;
        -webkit-transform: translateY(-98%);
        transform: translateY(-98%);
        opacity: 1;
        visibility: visible;
    }

    .go-top i {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: 0 auto;
        -webkit-transition: all 400ms ease-out;
        transition: all 400ms ease-out;
    }

        .go-top i:last-child {
            opacity: 0;
            visibility: hidden;
            top: 60%;
        }

    .go-top::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: #6cbd20;
        opacity: 0;
        visibility: hidden;
        border-radius: 0;
        -webkit-transition: all 400ms ease-out;
        transition: all 400ms ease-out;
    }

    .go-top:hover,
    .go-top:focus {
        color: #ffffff;
    }

        .go-top:hover::before,
        .go-top:focus::before {
            opacity: 1;
            visibility: visible;
        }

        .go-top:hover i:first-child,
        .go-top:focus i:first-child {
            opacity: 0;
            top: 0;
            visibility: hidden;
        }

        .go-top:hover i:last-child,
        .go-top:focus i:last-child {
            opacity: 1;
            visibility: visible;
            top: 50%;
        }

/**************************************
 ** - 01.1 - Preloader Section CSS
 **************************************/
.techSoft-preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
}

    .techSoft-preloader svg {
        bottom: 0;
        height: 70px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 70px;
    }

        .techSoft-preloader svg polygon {
            stroke-dasharray: 17;
            -webkit-animation: dash 2.5s cubic-bezier(0.35, 0.04, 0.63, 0.95) infinite;
            animation: dash 2.5s cubic-bezier(0.35, 0.04, 0.63, 0.95) infinite;
        }

.loader-text {
    color: #0066b8;
    left: 0;
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 55px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

@-webkit-keyframes dash {
    to {
        stroke-dashoffset: 136;
    }
}

@keyframes dash {
    to {
        stroke-dashoffset: 136;
    }
}

/**************************************
 ** - 02 - Navbar Section CSS
 **************************************/
.techSoft-responsive-nav {
    display: none;
}

.navbar-area .techSoft-nav-top-bar {
    /* padding-top: 8px;
  padding-bottom: 8px; */
    background-color: #0066b8;
}

    .navbar-area .techSoft-nav-top-bar .call-to-action p {
        margin: 0 13px 0 0;
        display: inline-block;
        color: #ffffff;
        font-size: 15px;
    }

        .navbar-area .techSoft-nav-top-bar .call-to-action p i {
            margin-right: 3px;
            font-size: 14px;
        }

        .navbar-area .techSoft-nav-top-bar .call-to-action p a {
            color: #ffffff;
        }

            .navbar-area .techSoft-nav-top-bar .call-to-action p a:hover,
            .navbar-area .techSoft-nav-top-bar .call-to-action p a:focus {
                text-decoration: underline;
            }

    .navbar-area .techSoft-nav-top-bar .top-social {
        float: right;
        padding: 0;
        margin: 0 0 0 10px;
        list-style-type: none;
    }

        .navbar-area .techSoft-nav-top-bar .top-social li {
            display: inline-block;
            vertical-align: sub;
        }

            .navbar-area .techSoft-nav-top-bar .top-social li a {
                font-size: 14px;
                margin-left: 10px;
                display: inline-block;
                height: 30px;
                width: 30px;
                line-height: 30px;
                color: #fff;
                background-color: transparent;
                border: 1px solid transparent;
                border-radius: 50px;
                -webkit-transition: all 400ms ease-out;
                transition: all 400ms ease-out;
                text-align: center;
            }

                .navbar-area .techSoft-nav-top-bar .top-social li a:hover,
                .navbar-area .techSoft-nav-top-bar .top-social li a:focus {
                    color: #fff;
                    background-color: transparent;
                    border: 1px solid #ffffff;
                }

    .navbar-area .techSoft-nav-top-bar.template-color-bg {
        background: #0066b8;
        border-bottom: none;
    }

        .navbar-area .techSoft-nav-top-bar.template-color-bg .call-to-action p a {
            color: #ffffff;
        }

        .navbar-area .techSoft-nav-top-bar.template-color-bg .top-social li a {
            color: #ffffff;
        }

.navbar-area.is-sticky .techSoft-nav-top-bar {
    display: none;
}

.techSoft-nav {
    background-color: #fff;
    /* padding-top: 15px;
  padding-bottom: 15px; */
    padding-right: 0;
    padding-left: 0;
}

    .techSoft-nav .navbar {
        padding-right: 0;
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 0;
    }

        .techSoft-nav .navbar ul {
            padding-left: 0;
            list-style-type: none;
            margin-bottom: 0;
        }

        .techSoft-nav .navbar .navbar-nav {
            margin: auto;
        }

            .techSoft-nav .navbar .navbar-nav .nav-item {
                position: relative;
                padding-top: 15px;
                padding-bottom: 15px;
                padding-left: 0;
                padding-right: 0;
            }

                .techSoft-nav .navbar .navbar-nav .nav-item a {
                    color: #333;
                    font-size: 1em;
                    font-weight: 600;
                    text-transform: capitalize;
                    padding-left: 0;
                    padding-right: 0;
                    padding-top: 0;
                    padding-bottom: 0;
                    margin-left: 30px;
                    margin-right: 30px;
                    -webkit-transition: all 0.4s;
                    transition: all 0.4s;
                }

                    .techSoft-nav .navbar .navbar-nav .nav-item a:hover,
                    .techSoft-nav .navbar .navbar-nav .nav-item a:focus,
                    .techSoft-nav .navbar .navbar-nav .nav-item a.active {
                        color: #0066b8;
                    }

                    .techSoft-nav .navbar .navbar-nav .nav-item a i {
                        font-size: 10px;
                        position: relative;
                        top: -1px;
                        margin-left: 1px;
                    }

                .techSoft-nav .navbar .navbar-nav .nav-item:last-child a {
                    margin-right: 0;
                }

                .techSoft-nav .navbar .navbar-nav .nav-item:first-child a {
                    margin-left: 0;
                }

                .techSoft-nav .navbar .navbar-nav .nav-item:hover a,
                .techSoft-nav .navbar .navbar-nav .nav-item:focus a,
                .techSoft-nav .navbar .navbar-nav .nav-item.active a {
                    color: #0066b8;
                }

                .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu {
                    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
                    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
                    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
                    background: #ffffff;
                    position: absolute;
                    border: none;
                    top: 80px;
                    left: 0;
                    width: 235px;
                    z-index: 99;
                    display: block;
                    opacity: 0;
                    visibility: hidden;
                    border-radius: 0;
                    -webkit-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                    padding: 0;
                    margin: 0;
                    float: left;
                }

                    .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
                        padding-top: 12px;
                        padding-left: 20px;
                        /* padding-right: 12px;
	padding-bottom: 12px; */
                        border-bottom: 1px dashed #daf9d2;
                    }

                        .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li a::before {
                            content: "";
                            position: absolute;
                            left: -5px;
                            top: 50%;
                            width: 0;
                            height: 1px;
                            background-color: #000000ff;
                            -webkit-transform: translateY(-50%);
                            transform: translateY(-50%);
                            -webkit-transition: all 300ms ease-out;
                            transition: all 300ms ease-out;
                        }

                        .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
                            padding: 0;
                            margin: 0;
                            color: #333;
                            font-size: 1em;
                            font-weight: 600;
                            position: relative;
                            text-transform: capitalize;
                        }

                            .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
                            .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
                            .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
                                color: #0066b8;
                                padding-left: 5px;
                            }

                                .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::before,
                                .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus::before,
                                .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active::before {
                                    width: 5px;
                                }

                        .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
                            left: -245px;
                            top: 0;
                            opacity: 0;
                            visibility: hidden;
                        }

                            .techSoft-nav
                            .navbar
                            .navbar-nav
                            .nav-item
                            .dropdown-menu
                            li
                            .dropdown-menu
                            li
                            a {
                                color: #000000ff;
                            }

                                .techSoft-nav
                                .navbar
                                .navbar-nav
                                .nav-item
                                .dropdown-menu
                                li
                                .dropdown-menu
                                li
                                a:hover,
                                .techSoft-nav
                                .navbar
                                .navbar-nav
                                .nav-item
                                .dropdown-menu
                                li
                                .dropdown-menu
                                li
                                a:focus,
                                .techSoft-nav
                                .navbar
                                .navbar-nav
                                .nav-item
                                .dropdown-menu
                                li
                                .dropdown-menu
                                li
                                a.active {
                                    color: #0066b8;
                                }

                            .techSoft-nav
                            .navbar
                            .navbar-nav
                            .nav-item
                            .dropdown-menu
                            li
                            .dropdown-menu
                            li
                            .dropdown-menu {
                                left: -245px;
                                top: 0;
                                opacity: 0;
                                visibility: hidden;
                            }

                                .techSoft-nav
                                .navbar
                                .navbar-nav
                                .nav-item
                                .dropdown-menu
                                li
                                .dropdown-menu
                                li
                                .dropdown-menu
                                li
                                a {
                                    color: #696997;
                                    text-transform: capitalize;
                                }

                                    .techSoft-nav
                                    .navbar
                                    .navbar-nav
                                    .nav-item
                                    .dropdown-menu
                                    li
                                    .dropdown-menu
                                    li
                                    .dropdown-menu
                                    li
                                    a:hover,
                                    .techSoft-nav
                                    .navbar
                                    .navbar-nav
                                    .nav-item
                                    .dropdown-menu
                                    li
                                    .dropdown-menu
                                    li
                                    .dropdown-menu
                                    li
                                    a:focus,
                                    .techSoft-nav
                                    .navbar
                                    .navbar-nav
                                    .nav-item
                                    .dropdown-menu
                                    li
                                    .dropdown-menu
                                    li
                                    .dropdown-menu
                                    li
                                    a.active {
                                        color: #0066b8;
                                    }

                                .techSoft-nav
                                .navbar
                                .navbar-nav
                                .nav-item
                                .dropdown-menu
                                li
                                .dropdown-menu
                                li
                                .dropdown-menu
                                li
                                .dropdown-menu {
                                    left: -245px;
                                    top: 0;
                                    opacity: 0;
                                    visibility: hidden;
                                }

                                    .techSoft-nav
                                    .navbar
                                    .navbar-nav
                                    .nav-item
                                    .dropdown-menu
                                    li
                                    .dropdown-menu
                                    li
                                    .dropdown-menu
                                    li
                                    .dropdown-menu
                                    li
                                    a {
                                        color: #696997;
                                        text-transform: capitalize;
                                    }

                                        .techSoft-nav
                                        .navbar
                                        .navbar-nav
                                        .nav-item
                                        .dropdown-menu
                                        li
                                        .dropdown-menu
                                        li
                                        .dropdown-menu
                                        li
                                        .dropdown-menu
                                        li
                                        a:hover,
                                        .techSoft-nav
                                        .navbar
                                        .navbar-nav
                                        .nav-item
                                        .dropdown-menu
                                        li
                                        .dropdown-menu
                                        li
                                        .dropdown-menu
                                        li
                                        .dropdown-menu
                                        li
                                        a:focus,
                                        .techSoft-nav
                                        .navbar
                                        .navbar-nav
                                        .nav-item
                                        .dropdown-menu
                                        li
                                        .dropdown-menu
                                        li
                                        .dropdown-menu
                                        li
                                        .dropdown-menu
                                        li
                                        a.active {
                                            color: #0066b8;
                                        }

                                    .techSoft-nav
                                    .navbar
                                    .navbar-nav
                                    .nav-item
                                    .dropdown-menu
                                    li
                                    .dropdown-menu
                                    li
                                    .dropdown-menu
                                    li
                                    .dropdown-menu
                                    li
                                    .dropdown-menu {
                                        left: 195px;
                                        top: 0;
                                        opacity: 0;
                                        visibility: hidden;
                                    }

                                        .techSoft-nav
                                        .navbar
                                        .navbar-nav
                                        .nav-item
                                        .dropdown-menu
                                        li
                                        .dropdown-menu
                                        li
                                        .dropdown-menu
                                        li
                                        .dropdown-menu
                                        li
                                        .dropdown-menu
                                        li
                                        a {
                                            color: #696997;
                                            text-transform: capitalize;
                                        }

                                            .techSoft-nav
                                            .navbar
                                            .navbar-nav
                                            .nav-item
                                            .dropdown-menu
                                            li
                                            .dropdown-menu
                                            li
                                            .dropdown-menu
                                            li
                                            .dropdown-menu
                                            li
                                            .dropdown-menu
                                            li
                                            a:hover,
                                            .techSoft-nav
                                            .navbar
                                            .navbar-nav
                                            .nav-item
                                            .dropdown-menu
                                            li
                                            .dropdown-menu
                                            li
                                            .dropdown-menu
                                            li
                                            .dropdown-menu
                                            li
                                            .dropdown-menu
                                            li
                                            a:focus,
                                            .techSoft-nav
                                            .navbar
                                            .navbar-nav
                                            .nav-item
                                            .dropdown-menu
                                            li
                                            .dropdown-menu
                                            li
                                            .dropdown-menu
                                            li
                                            .dropdown-menu
                                            li
                                            .dropdown-menu
                                            li
                                            a.active {
                                                color: #0066b8;
                                            }

                                        .techSoft-nav
                                        .navbar
                                        .navbar-nav
                                        .nav-item
                                        .dropdown-menu
                                        li
                                        .dropdown-menu
                                        li
                                        .dropdown-menu
                                        li
                                        .dropdown-menu
                                        li
                                        .dropdown-menu
                                        li
                                        .dropdown-menu {
                                            left: 195px;
                                            top: 0;
                                            opacity: 0;
                                            visibility: hidden;
                                        }

                                            .techSoft-nav
                                            .navbar
                                            .navbar-nav
                                            .nav-item
                                            .dropdown-menu
                                            li
                                            .dropdown-menu
                                            li
                                            .dropdown-menu
                                            li
                                            .dropdown-menu
                                            li
                                            .dropdown-menu
                                            li
                                            .dropdown-menu
                                            li
                                            a {
                                                color: #696997;
                                                text-transform: capitalize;
                                            }

                                                .techSoft-nav
                                                .navbar
                                                .navbar-nav
                                                .nav-item
                                                .dropdown-menu
                                                li
                                                .dropdown-menu
                                                li
                                                .dropdown-menu
                                                li
                                                .dropdown-menu
                                                li
                                                .dropdown-menu
                                                li
                                                .dropdown-menu
                                                li
                                                a:hover,
                                                .techSoft-nav
                                                .navbar
                                                .navbar-nav
                                                .nav-item
                                                .dropdown-menu
                                                li
                                                .dropdown-menu
                                                li
                                                .dropdown-menu
                                                li
                                                .dropdown-menu
                                                li
                                                .dropdown-menu
                                                li
                                                .dropdown-menu
                                                li
                                                a:focus,
                                                .techSoft-nav
                                                .navbar
                                                .navbar-nav
                                                .nav-item
                                                .dropdown-menu
                                                li
                                                .dropdown-menu
                                                li
                                                .dropdown-menu
                                                li
                                                .dropdown-menu
                                                li
                                                .dropdown-menu
                                                li
                                                .dropdown-menu
                                                li
                                                a.active {
                                                    color: #0066b8;
                                                }

                                            .techSoft-nav
                                            .navbar
                                            .navbar-nav
                                            .nav-item
                                            .dropdown-menu
                                            li
                                            .dropdown-menu
                                            li
                                            .dropdown-menu
                                            li
                                            .dropdown-menu
                                            li
                                            .dropdown-menu
                                            li
                                            .dropdown-menu
                                            li
                                            .dropdown-menu {
                                                left: 195px;
                                                top: 0;
                                                opacity: 0;
                                                visibility: hidden;
                                            }

                                                .techSoft-nav
                                                .navbar
                                                .navbar-nav
                                                .nav-item
                                                .dropdown-menu
                                                li
                                                .dropdown-menu
                                                li
                                                .dropdown-menu
                                                li
                                                .dropdown-menu
                                                li
                                                .dropdown-menu
                                                li
                                                .dropdown-menu
                                                li
                                                .dropdown-menu
                                                li
                                                a {
                                                    color: #696997;
                                                    text-transform: capitalize;
                                                }

                                                    .techSoft-nav
                                                    .navbar
                                                    .navbar-nav
                                                    .nav-item
                                                    .dropdown-menu
                                                    li
                                                    .dropdown-menu
                                                    li
                                                    .dropdown-menu
                                                    li
                                                    .dropdown-menu
                                                    li
                                                    .dropdown-menu
                                                    li
                                                    .dropdown-menu
                                                    li
                                                    .dropdown-menu
                                                    li
                                                    a:hover,
                                                    .techSoft-nav
                                                    .navbar
                                                    .navbar-nav
                                                    .nav-item
                                                    .dropdown-menu
                                                    li
                                                    .dropdown-menu
                                                    li
                                                    .dropdown-menu
                                                    li
                                                    .dropdown-menu
                                                    li
                                                    .dropdown-menu
                                                    li
                                                    .dropdown-menu
                                                    li
                                                    .dropdown-menu
                                                    li
                                                    a:focus,
                                                    .techSoft-nav
                                                    .navbar
                                                    .navbar-nav
                                                    .nav-item
                                                    .dropdown-menu
                                                    li
                                                    .dropdown-menu
                                                    li
                                                    .dropdown-menu
                                                    li
                                                    .dropdown-menu
                                                    li
                                                    .dropdown-menu
                                                    li
                                                    .dropdown-menu
                                                    li
                                                    .dropdown-menu
                                                    li
                                                    a.active {
                                                        color: #0066b8;
                                                    }

                                            .techSoft-nav
                                            .navbar
                                            .navbar-nav
                                            .nav-item
                                            .dropdown-menu
                                            li
                                            .dropdown-menu
                                            li
                                            .dropdown-menu
                                            li
                                            .dropdown-menu
                                            li
                                            .dropdown-menu
                                            li
                                            .dropdown-menu
                                            li.active
                                            a {
                                                color: #0066b8;
                                            }

                                            .techSoft-nav
                                            .navbar
                                            .navbar-nav
                                            .nav-item
                                            .dropdown-menu
                                            li
                                            .dropdown-menu
                                            li
                                            .dropdown-menu
                                            li
                                            .dropdown-menu
                                            li
                                            .dropdown-menu
                                            li
                                            .dropdown-menu
                                            li:hover
                                            .dropdown-menu {
                                                opacity: 1;
                                                visibility: visible;
                                                top: -15px;
                                                -webkit-transition: all 400ms ease-out;
                                                transition: all 400ms ease-out;
                                            }

                                        .techSoft-nav
                                        .navbar
                                        .navbar-nav
                                        .nav-item
                                        .dropdown-menu
                                        li
                                        .dropdown-menu
                                        li
                                        .dropdown-menu
                                        li
                                        .dropdown-menu
                                        li
                                        .dropdown-menu
                                        li.active
                                        a {
                                            color: #0066b8;
                                        }

                                        .techSoft-nav
                                        .navbar
                                        .navbar-nav
                                        .nav-item
                                        .dropdown-menu
                                        li
                                        .dropdown-menu
                                        li
                                        .dropdown-menu
                                        li
                                        .dropdown-menu
                                        li
                                        .dropdown-menu
                                        li:hover
                                        .dropdown-menu {
                                            opacity: 1;
                                            visibility: visible;
                                            top: -15px;
                                            -webkit-transition: all 400ms ease-out;
                                            transition: all 400ms ease-out;
                                        }

                                    .techSoft-nav
                                    .navbar
                                    .navbar-nav
                                    .nav-item
                                    .dropdown-menu
                                    li
                                    .dropdown-menu
                                    li
                                    .dropdown-menu
                                    li
                                    .dropdown-menu
                                    li.active
                                    a {
                                        color: #0066b8;
                                    }

                                    .techSoft-nav
                                    .navbar
                                    .navbar-nav
                                    .nav-item
                                    .dropdown-menu
                                    li
                                    .dropdown-menu
                                    li
                                    .dropdown-menu
                                    li
                                    .dropdown-menu
                                    li:hover
                                    .dropdown-menu {
                                        opacity: 1;
                                        visibility: visible;
                                        top: -15px;
                                        -webkit-transition: all 400ms ease-out;
                                        transition: all 400ms ease-out;
                                    }

                                .techSoft-nav
                                .navbar
                                .navbar-nav
                                .nav-item
                                .dropdown-menu
                                li
                                .dropdown-menu
                                li
                                .dropdown-menu
                                li.active
                                a {
                                    color: #0066b8;
                                }

                                .techSoft-nav
                                .navbar
                                .navbar-nav
                                .nav-item
                                .dropdown-menu
                                li
                                .dropdown-menu
                                li
                                .dropdown-menu
                                li:hover
                                .dropdown-menu {
                                    opacity: 1;
                                    visibility: visible;
                                    top: -15px;
                                    -webkit-transition: all 400ms ease-out;
                                    transition: all 400ms ease-out;
                                }

                            .techSoft-nav
                            .navbar
                            .navbar-nav
                            .nav-item
                            .dropdown-menu
                            li
                            .dropdown-menu
                            li.active
                            a {
                                color: #0066b8;
                            }

                            .techSoft-nav
                            .navbar
                            .navbar-nav
                            .nav-item
                            .dropdown-menu
                            li
                            .dropdown-menu
                            li:hover
                            .dropdown-menu {
                                opacity: 1;
                                visibility: visible;
                                top: 0px;
                                -webkit-transition: all 400ms ease-out;
                                transition: all 400ms ease-out;
                            }

                        .techSoft-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
                            color: #0066b8;
                        }

                        .techSoft-nav
                        .navbar
                        .navbar-nav
                        .nav-item
                        .dropdown-menu
                        li:hover
                        .dropdown-menu {
                            opacity: 1;
                            visibility: visible;
                            top: 0px;
                            -webkit-transition: all 400ms ease-out;
                            transition: all 400ms ease-out;
                        }

                .techSoft-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
                    opacity: 1;
                    visibility: visible;
                    top: 100%;
                    -webkit-transition: all 400ms ease-out;
                    transition: all 400ms ease-out;
                }

.dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
}

@media (max-width: 767px) {
    .dropdown-menu > ul .subMenuBox {
        width: 100%;
        float: none;
    }
}

.dropdown-menu > ul .subMenuBox .blackHD {
    color: #494847;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

.dropdown-menu > ul .subMenuBox a {
    display: block;
    font-size: 14px;
    padding: 2px 0;
    color: #909090;
}

.dropdown-menu > ul .subMenuBox .linkBox {
    margin: 5px 0 20px 0;
}

.dropdown-menu ul li {
    display: block;
    border: 0px !important;
}

    .dropdown-menu ul li a {
        margin: 0px;
        display: block !important;
        padding: 5px !important;
        border: 0px !important;
        border-bottom: solid 1px #efefef !important;
        font-size: 15px;
    }

        .dropdown-menu ul li a:hover {
            background-color: #efefef;
        }

    .dropdown-menu ul li:last-child a {
        border-bottom: solid 0px #efefef !important;
    }

.techSoft-nav .navbar .other-option {
    margin-left: 0;
    margin-top: 0px;
    border-radius: 30px;
}

.techSoft-nav .black-logo {
    display: none;
    width: 10%;
    height: 10%;
}

.navbar-area {
    background-color: #ffffff;
    position: relative;
    z-index: 999;
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 0px 8px 0 rgba(108, 112, 138, 0.15);
    -moz-box-shadow: 0 0px 8px 0 rgba(108, 112, 138, 0.15);
    box-shadow: 0 0px 8px 0 rgba(108, 112, 138, 0.15);
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

    .navbar-area.is-sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999999;
        -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
        -moz-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
        box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
        background: #ffffff !important;
        -webkit-transition: all 400ms ease-out;
        transition: all 400ms ease-out;
        will-change: transform;
    }

.techSoft-nav.techSoft-fixed-nav.scroll-to-fixed-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    background: #ffffff;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}

.navbar-area.is-sticky .navbar-nav .nav-item a {
    color: #333;
}

    .navbar-area.is-sticky .navbar-nav .nav-item a:hover,
    .navbar-area.is-sticky .navbar-nav .nav-item a:focus,
    .navbar-area.is-sticky .navbar-nav .nav-item a.active {
        color: #0066b8;
    }

.navbar-area.is-sticky .techSoft-nav .navbar-brand .white-logo {
    display: none;
}

.navbar-area.is-sticky .techSoft-nav .navbar-brand .black-logo {
    display: block;
}

@media only screen and (max-width: 991px) {
    .navbar-area {
        /* padding-top: 20px;
    padding-bottom: 20px; */
    }

        .navbar-area.is-sticky {
            border-bottom: none;
            -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
            padding-top: 20px;
            padding-bottom: 20px;
        }

            .navbar-area.is-sticky .logo .white-logo {
                display: none;
            }

            .navbar-area.is-sticky .logo .black-logo {
                display: block;
            }

    .techSoft-responsive-nav {
        top: 10px;
        display: block;
        /* background-color:white */
    }

        .techSoft-responsive-nav .techSoft-responsive-menu {
            position: relative;
        }

            .techSoft-responsive-nav
            .techSoft-responsive-menu.mean-container
            .mean-nav
            ul {
                font-size: 14px;
            }

                .techSoft-responsive-nav
                .techSoft-responsive-menu.mean-container
                .mean-nav
                ul
                li
                a {
                    font-size: 15px;
                }

                    .techSoft-responsive-nav
                    .techSoft-responsive-menu.mean-container
                    .mean-nav
                    ul
                    li
                    a.active {
                        color: #0066b8;
                    }

                .techSoft-responsive-nav
                .techSoft-responsive-menu.mean-container
                .mean-nav
                ul
                li
                li
                a {
                    font-size: 15px;
                }

            .techSoft-responsive-nav
            .techSoft-responsive-menu.mean-container
            .navbar-nav {
                overflow-y: scroll;
                height: 336px;
                -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
                -moz-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
            }

            .techSoft-responsive-nav
            .techSoft-responsive-menu.mean-container
            .others-options {
                display: none;
            }

        .techSoft-responsive-nav .mean-container a.meanmenu-reveal {
            color: #333;
        }

            .techSoft-responsive-nav .mean-container a.meanmenu-reveal span {
                background: #333;
            }

        .techSoft-responsive-nav .logo {
            position: relative;
            width: 30%;
            z-index: 999;
        }

            .techSoft-responsive-nav .logo .white-logo {
                display: block;
            }

            .techSoft-responsive-nav .logo .black-logo {
                display: none;
            }

    .techSoft-nav {
        display: none;
    }
}

.techSoft-nav .navbar .option-item {
    margin-right: 30px;
    position: relative;
}

    .techSoft-nav .navbar .option-item .search-btn {
        font-size: 15px;
        color: #737373;
        cursor: pointer;
        background: transparent;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        border-radius: 0px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .techSoft-nav .navbar .option-item .close-btn {
        font-size: 16px;
        color: #737373;
        cursor: pointer;
        display: none;
        background: transparent;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        border-radius: 0px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

        .techSoft-nav .navbar .option-item .close-btn.active {
            display: block;
        }

.search-overlay {
    display: none;
}

    .search-overlay.search-popup {
        position: absolute;
        top: 60px;
        width: 350px;
        background: #ffffff;
        z-index: 2;
        right: 0;
        padding: 20px;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
        margin-top: 0;
    }

        .search-overlay.search-popup .search-form {
            position: relative;
        }

            .search-overlay.search-popup .search-form .search-input {
                display: block;
                width: 100%;
                height: 50px;
                line-height: initial;
                border: 1px solid #e0e0e0;
                color: #02162e;
                outline: 0;
                -webkit-transition: 0.5s;
                transition: 0.5s;
                padding-top: 4px;
                padding-left: 10px;
            }

            .search-overlay.search-popup .search-form .search-button {
                position: absolute;
                right: 0;
                top: 0;
                height: 50px;
                background: #0066b8;
                border: none;
                width: 50px;
                line-height: 53px;
                outline: 0;
                color: #ffffff;
                -webkit-transition: 0.5s;
                transition: 0.5s;
                padding: 0;
            }

                .search-overlay.search-popup .search-form .search-button i {
                    font-size: 16px;
                }

/**************************************
 ** - 03 - All Home Section CSS
 **************************************/

.home-slider-area {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    background: rgb(2, 0, 36);
}

.home-slider,
.home-slider-single-item {
    height: 750px;
    min-height: 100vh;
    overflow: hidden;
    display: block;
}

.home-slider-single-item {
    display: flex;
    align-items: center;
    padding: 70px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    width: 100%;
}

    .home-slider-single-item::before {
        position: absolute;
        top: 0;
        content: "";
        left: 0px;
        padding: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        background: rgb(2, 0, 36);
        background: linear-gradient( 90deg, rgba(2, 0, 36, 1) 0%, rgba(227, 227, 255, 0) 64% );
    }

    .home-slider-single-item .container {
        position: relative;
        z-index: 3;
    }

    .home-slider-single-item::after {
        content: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.7);
    }

.home-slider-content {
    width: 100%;
    max-width: 650px;
    margin-bottom: 50px;
    text-align: left;
    overflow: hidden;
}

.home-slider-title {
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 20px;
}

.home-slider-description {
    max-width: 500px;
}

    .home-slider-description p {
        margin-bottom: 0;
        color: #fff;
        font-size: 18px;
    }

.flickity-enabled.is-draggable
.flickity-slider > .is-selected
.home-slider-content
h1 {
    -webkit-animation: slideInUp 1s 0s both;
    animation: slideInUp 1s 0s both;
}

.flickity-enabled.is-draggable
.flickity-slider > .is-selected
.home-slider-content
p {
    -webkit-animation: slideInUp 1s 0.2s both;
    animation: slideInUp 1s 0.2s both;
}

.flickity-enabled.is-draggable
.flickity-slider > .is-selected
.home-slider-content
.home-slider-btn-box {
    -webkit-animation: slideInUp 1s 0.3s both;
    animation: slideInUp 1s 0.3s both;
}

.home-slider-btn-box {
    margin-top: 25px;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flickity-page-dots {
    position: relative;
    bottom: inherit;
    margin-top: 33px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

    .flickity-page-dots .dot {
        position: relative;
        width: 14px;
        height: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        outline: 0;
        background: 0 0;
        opacity: 1;
        margin: 0 1.125rem 0.625rem 0;
    }

        .flickity-page-dots .dot:last-child {
            margin-right: 0;
        }

        .flickity-page-dots .dot.is-selected::after {
            width: 100%;
            height: 100%;
            background-color: #ffffff;
        }

        .flickity-page-dots .dot:hover::after {
            background-color: #0066b8;
        }

        .flickity-page-dots .dot::after {
            content: "";
            width: 10px;
            height: 10px;
            border: 1px solid #ffffff;
            background-color: transparent;
            border-radius: 50%;
            transition: all 0.4s;
            outline: 0;
            margin: 0;
        }

.flickity-dots-white .flickity-page-dots .dot::after {
    background-color: #fff;
}

.flickity-dots-white .flickity-page-dots .dot.is-selected::after {
    background-color: #0066b8;
}

.flickity-prev-next-button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    border: 0;
    display: flex;
}

    .flickity-prev-next-button .flickity-button-icon {
        position: relative;
        left: 0;
        top: 0;
        width: 14px;
        height: 14px;
        margin: auto;
        fill: #0066b8;
    }

.ios .flickity-prev-next-button .flickity-button-icon {
    width: 15px;
    height: 15px;
}

.carusel-col {
    padding: 0;
    margin-right: 30px;
}

    .carusel-col:last-child {
        margin-right: 0;
    }

.flickity-dots-absolute .flickity-page-dots {
    position: absolute;
    bottom: 25px;
}

/**************************************
 ** - 03.01 - Demo-2 Home Section CSS
 **************************************/
.home-area.home-area-2 {
    position: relative;
    z-index: 1;
    height: 750px;
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    background: -webkit-gradient( linear, left top, left bottom, from(#370b6f), color-stop(#00429b), color-stop(#006dba), color-stop(#0095ce), to(#2dbcdc) );
    background: linear-gradient( to bottom, #370b6f, #00429b, #006dba, #0095ce, #2dbcdc );
    background: #8e2de2;
    background: -webkit-linear-gradient(to right, #4a00e0, #8e2de2);
    background: linear-gradient(to right, #4a00e0, #8e2de2);
    background: #2193b0; /* fallback for old browsers */
    background: -webkit-linear-gradient( to right, #2193b0, #6dd5ed ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient( to right, #2193b0, #6dd5ed ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.home-area .banner-image {
    text-align: center;
    padding-top: 50px;
}

.home-area .creative-shape {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
}

.main-banner-content {
    text-align: left;
    padding-bottom: 50px;
}

    .main-banner-content h1 {
        font-size: 50px;
        color: #fff;
        margin: 0 0 20px 0;
        font-weight: 700;
    }

    .main-banner-content p {
        color: #fff;
        font-size: 18px;
        margin: 0 0 0 0;
    }

.home-video-box {
    position: relative;
    z-index: 1;
    margin-top: 35px;
}

    .home-video-box .video-btn.popup-youtube {
        display: inline-block;
        position: unset;
        z-index: 1;
        -webkit-transform: none;
        transform: none;
    }

/**************************************
 ** - 04 - All About Section CSS
 *************************************/
.gsjs-about {
    background: url(../img/about-area.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: white;
    opacity: 1;
}

.about-image img {
    border-radius: 3px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#rongyu {
    background: url(../img/rongyu.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: white;
    opacity: 1;
}

.about-content {
    padding-right: 0px;
}

    .about-content h6 {
        font-size: 16px;
        color: #6cbd20;
        font-weight: 700;
        margin-bottom: 10px;
        letter-spacing: 1px;
        text-transform: uppercase;
        /* -webkit-animation: slideInUp 1s 0s both;
    animation: slideInUp 1s 0s both; */
    }

    .about-content h2 {
        font-size: 38px;
        font-weight: 700;
        margin-top: 10px;
        margin-bottom: 15px;
        /* -webkit-animation: slideInUp 1s 0s both;
    animation: slideInUp 1s 0s both; */
    }

.about-blockquote {
    padding: 5px 0px 5px 35px;
    border-left: 2px solid #0066b8;
    margin-top: 25px;
    /* -webkit-animation: slideInUp 1s 0s both;
    animation: slideInUp 1s 0s both; */
}

    .about-blockquote h3 {
        color: #555;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.5;
    }

    .about-blockquote h6 {
        color: #6cbd20;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.5;
    }

.feature-list-box li {
    margin-bottom: 5px;
    display: block;
}

    .feature-list-box li:last-child {
        margin-bottom: 0px;
    }

    .feature-list-box li i {
        padding-right: 5px;
        color: #0066b8;
    }

.video-btn.popup-youtube {
    height: 70px;
    width: 70px;
    line-height: 75px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
}

    .video-btn.popup-youtube i {
        color: #ffffff;
        font-size: 30px;
        padding-left: 5px;
    }

.about-inner-area {
    margin-top: 35px;
}

.about-page-content {
    margin-top: 35px;
}

.about-inner-area .about-page-content h3 {
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
}

/**********************************************
 ** - 05.01 - Demo-2 About Section CSS
 **********************************************/
.about-area .skills {
    margin-top: 30px;
}

    .about-area .skills .skill-item {
        margin-bottom: 25px;
    }

        .about-area .skills .skill-item:last-child {
            margin-bottom: 0px;
        }

        .about-area .skills .skill-item h3 {
            font-size: 16px;
            color: #333;
            text-transform: capitalize;
            position: relative;
            z-index: 4;
            font-weight: 600;
            letter-spacing: 0;
            margin-bottom: 10px;
        }

        .about-area .skills .skill-item h6 {
            font-size: 16px;
            color: #6cbd20;
            text-transform: capitalize;
            position: relative;
            z-index: 4;
            font-weight: 600;
            letter-spacing: 0;
            margin-bottom: 10px;
        }

            .about-area .skills .skill-item h6 em {
                float: right;
                font-size: 15px;
                font-style: normal;
            }

        .about-area .skills .skill-item .skill-progress {
            position: relative;
            height: 5px;
            border-radius: 0px;
            background: #f1f1fa;
        }

            .about-area .skills .skill-item .skill-progress .progres {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 10%;
                background-color: #0066b8;
                -webkit-transition: all 1.5s;
                transition: all 1.5s;
            }

/**************************************
 ** - 05 - All Services Section CSS
 **************************************/

.services-area-1 {
}

.single-services-box-1 {
    position: relative;
    display: block;
    padding: 35px 30px;
    text-align: left;
    overflow: hidden;
    border: 1px solid #ececec;
    border-radius: 3px;
    margin-bottom: 30px;
    -webkit-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
    -moz-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
    box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

    .single-services-box-1:before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        transform: scale(1.1);
        opacity: 0;
        transition: 0.5s;
    }

.single-services-box-img-1:before {
    background: url(../img/single/1.jpg);
}

.single-services-box-img-2:before {
    background: url(../img/single/2.jpg);
}

.single-services-box-img-3:before {
    background: url(../img/single/3.jpg);
}

.single-services-box-img-4:before {
    background: url(../img/single/4.jpg);
}

.single-services-box-img-5:before {
    background: url(../img/single/5.jpg);
}

.single-services-box-img-6:before {
    background: url(../img/single/6.jpg);
}

.single-services-box-1:before {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.single-services-box-1:hover:before {
    opacity: 1;
    transform: scale(1);
}

.single-services-box-1:hover {
    background: rgb(87, 100, 236, 0.5);
    box-shadow: none;
}

.single-services-box-1 .services-icon-12 {
    display: block;
    color: #6cbd20;
    margin-bottom: 20px;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

    .single-services-box-1 .services-icon-12 i::before {
        font-size: 55px;
        -webkit-transition: all 400ms ease-out;
        transition: all 400ms ease-out;
    }

.single-services-box-1:hover .services-icon-12 i {
    color: #fff;
}

.single-services-box-1 h3 {
    font-size: 36px;
    margin-bottom: 0;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.single-services-box-1:hover h3 {
    color: #fff;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.single-services-box-1 p {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 0;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}

.single-services-box-1:hover p {
    color: #fff;
}

.single-services-box-1 .services-btn {
    margin-top: 16px;
    text-align: left;
}

    .single-services-box-1 .services-btn .services-btn-one {
        color: #6cbd20;
        font-size: 17px;
        font-weight: 600;
        display: inline-block;
        -webkit-transition: all 400ms ease-out;
        transition: all 400ms ease-out;
        will-change: transform;
    }

.single-services-box-1:hover .services-btn .services-btn-one {
    color: #fff;
    text-shadow: #0066b8 1px 1px 10px;
}

.single-services-box-1 .services-btn i {
    position: relative;
    color: #6cbd20;
    top: 1px;
    font-weight: bold;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}

    .single-services-box-1 .services-btn i::before {
        font-size: 14px;
    }

.services-more-btn-box {
    margin-top: 15px;
}

/*******************************************
 ** - 05.01 - Demo-2 Services Section CSS
 *******************************************/

.single-services-box-2 {
    position: relative;
    z-index: 1;
    padding: 35px 25px;
    text-align: center;
    border-radius: 0px;
    background-color: #ffffff;
    margin-bottom: 30px;
    -webkit-box-shadow: -1px 3px 20px 0px rgba(82, 90, 101, 0.1);
    -moz-box-shadow: -1px 3px 20px 0px rgba(82, 90, 101, 0.1);
    box-shadow: -1px 3px 20px 0px rgba(82, 90, 101, 0.1);
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}

    .single-services-box-2:before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        bottom: 0;
        min-width: 100%;
        border-bottom: 3px solid #0066b8;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        transform: scaleX(0);
        -webkit-transition: all 400ms ease-out;
        transition: all 400ms ease-out;
        will-change: transform;
    }

    .single-services-box-2:hover:before {
        transform: scaleX(1);
    }

    .single-services-box-2 .services-icon-2 {
        position: relative;
        display: inline-block;
        z-index: 1;
        width: 80px;
        height: 80px;
        line-height: 80px;
        border: 1px solid #f5f6ff;
        border-radius: 50%;
        color: #0066b8;
        margin-bottom: 20px;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .single-services-box-2:hover .services-icon-2 {
        border-color: #0066b8;
        color: #ffffff;
        -webkit-transform: scale(0.98);
        -moz-transform: scale(0.98);
        -ms-transform: scale(0.98);
        -o-transform: scale(0.98);
        transform: scale(0.98);
    }

    .single-services-box-2 .services-icon-2::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #f5f6ff;
        z-index: -1;
        border-radius: 50%;
        margin: 5px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .single-services-box-2:hover .services-icon-2::before {
        background: #0066b8;
    }

    .single-services-box-2 .services-icon-2 i::before {
        font-size: 35px;
    }

    .single-services-box-2 h3 {
        font-size: 18px;
        margin-bottom: 0;
        -webkit-transition: all 400ms ease-out;
        transition: all 400ms ease-out;
        will-change: transform;
    }

        .single-services-box-2 h3 a {
            display: inline-block;
        }

    .single-services-box-2 p {
        font-size: 16px;
        -webkit-transition: all 400ms ease-out;
        transition: all 400ms ease-out;
        will-change: transform;
        margin-top: 15px;
        margin-bottom: 0;
    }

    .single-services-box-2 ul {
        padding-top: 2em;
        text-align: left;
    }

    .single-services-box-2 .services-btn {
        margin-top: 16px;
    }

        .single-services-box-2 .services-btn .services-btn-one {
            display: inline-block;
            color: #0066b8;
            font-size: 17px;
            font-weight: 600;
            -webkit-transition: all 400ms ease-out;
            transition: all 400ms ease-out;
            will-change: transform;
        }

        .single-services-box-2 .services-btn i {
            position: relative;
            color: #0066b8;
            top: 1px;
            font-weight: bold;
            -webkit-transition: all 400ms ease-out;
            transition: all 400ms ease-out;
        }

            .single-services-box-2 .services-btn i::before {
                font-size: 14px;
            }

    .single-services-box-2:hover {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

        .single-services-box-2:hover h3 {
            color: #333;
        }

            .single-services-box-2:hover h3 a {
                color: #333;
            }

        .single-services-box-2:hover p {
            color: #333;
        }

        .single-services-box-2:hover .services-btn .services-btn-one {
            color: #333;
        }

        .single-services-box-2:hover .services-btn i {
            color: #333;
        }

.services-more-btn-box {
    margin-top: 15px;
}

/*******************************************
 ** - 05.0 - Services Category Section CSS
 *******************************************/

.services-single-category {
    position: relative;
    padding: 40px 30px;
    display: block;
    border-radius: 0px;
    background: #fff;
    margin-top: 30px;
    -webkit-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
    -moz-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
    box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
    overflow: hidden;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

    .services-single-category:hover {
        -webkit-transform: translateY(2px);
        transform: translateY(-5px);
        -webkit-box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
        box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
    }

.services-single-category-icon {
    position: absolute;
    left: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.services-single-category-info {
    padding-left: 75px;
}

.services-single-category-icon i {
    width: 90px;
    height: 90px;
    background: #0066b8;
    display: block;
    text-align: center;
    line-height: 90px;
    color: #fff;
    border-radius: 50%;
}

    .services-single-category-icon i.icon:before {
        font-size: 50px;
    }

.services-single-category-info h3 {
    font-size: 18px;
    color: #0066b8;
    margin-bottom: 10px;
}

/************************************************
 ** - 06 - Single Services Page Details CSS
 ************************************************/
.services-details-overview {
    margin-bottom: 60px;
}

    .services-details-overview:last-child {
        margin-bottom: 0;
    }

    .services-details-overview .services-details-desc h3 {
        margin-bottom: 15px;
        font-size: 25px;
        font-weight: 600;
    }

    .services-details-overview .services-details-desc .features-text {
        margin-top: 25px;
    }

        .services-details-overview .services-details-desc .features-text h4 {
            margin-bottom: 10px;
            font-size: 18px;
        }

.services-details-bg-title-area {
    background: #242a2d;
    box-shadow: 0 10px 32px rgb(0, 0, 0, 0.2);
}

.services-details-bg-title-content h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 15px;
}

.services-details-bg-title-content h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

/***********************************************
 ** - 07 - Why Choosing Us Section CSS
 ***********************************************/
.whychoose-area {
}

    .whychoose-area .section-title {
        margin-bottom: 15px;
    }

.whychoose-single-item {
    position: relative;
    margin-top: 45px;
}

.whychoose-icon-box {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

    .whychoose-icon-box img {
        width: 60px;
        margin: 0 auto;
    }

.whychoose-info {
    padding-left: 100px;
}

    .whychoose-info h3 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 10px;
    }

/**************************************
 ** - 08 - How It Works Section CSS
 *************************************/
.workprocess-area {
    background-color: #f4f5ff;
    position: relative;
    z-index: 1;
}

    .workprocess-area .section-title {
        margin-bottom: 15px;
    }

.workprocess-single-item {
    position: relative;
    margin-top: 35px;
}

.workprocess-icon-box {
    position: absolute;
    left: 0;
    top: 0;
}

    .workprocess-icon-box .workprocess-icon-number {
        background: url(../img/circle-border.svg) 0 0 no-repeat;
        font-size: 1rem;
        font-weight: 600;
        color: #fff;
        width: 64px;
        height: 64px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
    }

.workprocess-info {
    padding-left: 85px;
    padding-top: 20px;
}

    .workprocess-info h3 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 10px;
    }

.workprocess-number-bg {
    position: absolute;
    top: -40px;
    left: 10px;
    width: 120px;
    z-index: -1;
    text-align: right;
}

    .workprocess-number-bg span {
        font-size: 12.5rem;
        color: rgba(0, 0, 0, 0.03);
        font-weight: 700;
        line-height: 1;
    }

/**************************************
 ** - 09 - Counter Section CSS
 *************************************/
.counter-wrapper-box {
    position: relative;
    background-color: #fff;
    z-index: 1;
    text-align: center;
    padding: 70px 0;
    margin-top: -122px;
    border-radius: 0px;
    overflow: hidden;
    -webkit-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
    -moz-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
    box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
}

    .counter-wrapper-box::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background-color: #217fca;
        background-image: url(../img/counter-bg.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: -1;
        opacity: 0.5;
    }

.counter-contents h2 {
    color: #333;
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 10px;
    word-spacing: -10px;
    font-family: "Source Sans Pro", sans-serif;
}

.counter-contents h3 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
}

.counter-area2 {
    text-align: center;
    background-color: rgba(136, 116, 181, 0.11);
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 70px 0;
}

/**************************************
 ** - 10 - All Projects Section CSS
 **************************************/
.project-area {
    /* background: url(../img/team-area.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	background-color: white;
	opacity: 1; */
}

    .project-area .section-title {
        text-align: center;
        margin-bottom: 35px;
    }

.single-project {
    position: relative;
    margin-top: 30px;
}

    .single-project::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 3px;
        background-color: #000;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

.project-image img {
    border-radius: 3px;
}

.single-project .works-overly-info {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    text-align: left;
    color: #ffffff;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

    .single-project .works-overly-info:hover {
        text-decoration: none;
    }

    .single-project .works-overly-info .text {
        background: #ffffff;
        padding: 15px 20px;
        text-align: center;
        border-radius: 3px;
    }

        .single-project .works-overly-info .text h3 {
            color: #333;
            font-size: 18px;
            font-weight: 700;
            line-height: 1.5;
            -webkit-transition: 0.4s;
            transition: 0.4s;
        }

            .single-project .works-overly-info .text h3 a {
                color: #333;
                font-size: 18px;
                margin: 0;
                -webkit-transition: 0.4s;
                transition: 0.4s;
            }

                .single-project .works-overly-info .text h3 a:hover {
                    color: #0066b8;
                    text-decoration: underline;
                }

        .single-project .works-overly-info .text .works-category {
            font-size: 15px;
            color: #0066b8;
            font-weight: 600;
            -webkit-transition: 0.4s;
            transition: 0.4s;
        }

.single-project:hover::before,
.single-project:focus::before {
    opacity: 0.5;
    visibility: visible;
}

.single-project:hover .works-overly-info,
.single-project:focus .works-overly-info {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.project-area-1 .project-more-btn-box {
    margin-top: 40px;
}

/*******************************************
 * 12.01 - Demo-2 Projects Section Style
 *******************************************/

.project-flip-area {
    position: relative;
}

    .project-flip-area .project-flip-list {
        text-align: center;
        margin-bottom: 20px;
    }

        .project-flip-area .project-flip-list .nav {
            display: inline-block;
            margin: 0;
            position: relative;
        }

            .project-flip-area .project-flip-list .nav li {
                display: inline-block;
                font-size: 16px;
                font-weight: 600;
                text-transform: capitalize;
                margin: 0 5px;
                padding: 10px 25px;
                color: #333;
                background-color: #fff;
                cursor: pointer;
                border-radius: 0px;
                -webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
                box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
                transition: all 0.4s ease 0s;
                -moz-transition: all 0.5s ease-in-out 0s;
                -ms-transition: all 0.5s ease-in-out 0s;
                -o-transition: all 0.5s ease-in-out 0s;
                -webkit-transition: all 0.5s ease-in-out 0s;
                transition: all 0.5s ease-in-out 0s;
            }

                .project-flip-area .project-flip-list .nav li:hover,
                .project-flip-area .project-flip-list .nav li.filter-active {
                    color: #fff;
                    background-color: #6cbd20;
                    -moz-transition: all 0.5s ease-in-out 0s;
                    -ms-transition: all 0.5s ease-in-out 0s;
                    -o-transition: all 0.5s ease-in-out 0s;
                    -webkit-transition: all 0.5s ease-in-out 0s;
                    transition: all 0.5s ease-in-out 0s;
                }

    .project-flip-area .project-flip-container {
        display: inline-block;
        width: 100%;
    }

    .project-flip-area .project-flip-grid {
        overflow: hidden;
    }

.project-flip-box {
    position: relative;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
    border-radius: 0px;
    margin-top: 30px;
}

.project-flip-content {
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}

.project-flip-box-front {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.project-flip-box .project-flip-box-front:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, #000);
}

.project-flip-box-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.project-flip-box .project-flip-box-back:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, #150051);
}

.project-flip-box-front img,
.project-flip-box-back img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.project-flip-box-front,
.project-flip-box-back {
    border-radius: 0px;
    -ms-transition: transform 0.9s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.9s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-transition: transform 0.9s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.project-flip-box:hover .project-flip-box-front {
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.project-flip-box:hover .project-flip-box-back {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.project-flip-content .inner {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 20px 35px;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    -ms-transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
}

    .project-flip-content .inner h3 {
        font-size: 20px;
        color: #fff;
        margin-bottom: 15px;
    }

.project-flip-content .project-flip-box-front .inner p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}

.project-flip-content .project-flip-box-back .inner p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 25px;
}

.project-flip-more-btn-box {
    margin-top: 45px;
}

/******************************************************
 ** - 11 - Single Projects Details Page Section CSS
 ******************************************************/
.project-details-image {
    margin-bottom: 35px;
}

.projects-details-desc {
    margin-top: 5px;
}

    .projects-details-desc h3 {
        margin-bottom: 13px;
        font-size: 25px;
    }

    .projects-details-desc .features-text {
        margin-top: 25px;
        margin-bottom: 25px;
    }

        .projects-details-desc .features-text h4 {
            margin-bottom: 12px;
            font-size: 18px;
            font-weight: 600;
        }

            .projects-details-desc .features-text h4 i {
                font-size: 16px;
                margin-right: 4px;
                color: #0066b8;
            }

    .projects-details-desc .project-details-info {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        margin-top: 35px;
    }

        .projects-details-desc .project-details-info .single-info-box {
            -ms-flex: 0 0 20%;
            -webkit-box-flex: 0;
            flex: 0 0 20%;
            max-width: 20%;
            padding-left: 15px;
            padding-right: 15px;
        }

            .projects-details-desc .project-details-info .single-info-box h4 {
                margin-bottom: 10px;
                font-size: 18px;
                font-weight: 700;
            }

            .projects-details-desc .project-details-info .single-info-box span {
                display: block;
                color: #505050;
                font-size: 15px;
            }

            .projects-details-desc .project-details-info .single-info-box .social {
                padding-left: 0;
                margin-bottom: 0;
                list-style-type: none;
            }

                .projects-details-desc .project-details-info .single-info-box .social li {
                    display: inline-block;
                    margin-right: 8px;
                }

                    .projects-details-desc .project-details-info .single-info-box .social li a {
                        display: block;
                        color: #0066b8;
                        width: 30px;
                        height: 30px;
                        line-height: 30px;
                        border-radius: 50%;
                        background-color: transparent;
                        border: 1px solid #0066b8;
                        text-align: center;
                        font-size: 15px;
                    }

                        .projects-details-desc
                        .project-details-info
                        .single-info-box
                        .social
                        li
                        a:hover {
                            color: #ffffff;
                            background-color: #0066b8;
                        }

/**********************************************
 ** - 12 - All Testimonial Section CSS
 **********************************************/
.testimonial-area {
    position: relative;
    z-index: 1;
}

    .testimonial-area .owl-stage-outer {
        margin: 0 -8px;
        padding-left: 8px;
        padding-top: 0.35rem;
    }

.testimonial-content-inner .testimonial-text {
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    padding: 30px 25px;
    text-align: left;
    -webkit-box-shadow: 0 3px 8px rgba(0, 9, 128, 0.05), 0 14px 10px rgba(0, 9, 128, 0.04);
    box-shadow: 0 3px 8px rgba(0, 9, 128, 0.05), 0 14px 10px rgba(0, 9, 128, 0.04);
}

    .testimonial-content-inner .testimonial-text:before {
        content: "";
        bottom: -20px;
        top: auto;
        border-color: #fff transparent transparent #fff;
        display: block;
        position: absolute;
        left: 0;
        margin-left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px;
    }

    .testimonial-content-inner .testimonial-text p {
    }

.testimonial-text .rating-box {
    margin-top: 10px;
}

    .testimonial-text .rating-box h6 {
        font-size: 15px;
        font-weight: 700;
        color: #777;
    }

    .testimonial-text .rating-box ul li {
        display: inline-block;
    }

        .testimonial-text .rating-box ul li i {
            color: #ffce39;
            font-size: 15px;
        }

.testimonial-content-inner .author-info-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: row;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: left;
    padding: 30px 0;
}

    .testimonial-content-inner .author-info-box .author-img img {
        border-radius: 50%;
        border: 5px solid #fff;
        width: 75px;
        margin: 0 auto;
        -webkit-box-shadow: 0 3px 15px rgba(218, 225, 232, 0.85);
        box-shadow: 0 3px 15px rgba(218, 225, 232, 0.85);
    }

    .testimonial-content-inner .author-info-box .author-img {
        margin-right: 18px;
    }

    .testimonial-content-inner .author-info-box h3 {
        font-size: 18px;
        font-weight: 700;
    }

    .testimonial-content-inner .author-info-box span {
        font-size: 15px;
        font-weight: 600;
    }

/* owl theme */

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 5px 5px;
    background-color: rgba(0, 0, 0, 0.1);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 3px;
    transition: 0.3s;
    border: 2px solid transparent;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #0066b8 !important;
    width: 7px;
    height: 7px;
    transition: 0.3s;
    -webkit-box-shadow: 0 1px 5px #0066b8;
    box-shadow: 0 1px 5px #0066b8;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background-color: transparent;
    border: 2px solid #0066b8;
    transition: 0.3s;
}

/***************************************************
 ** - 14.01 Demo-2 Testimonial-2 Section Style
 ***************************************************/
.testimonial-area2 {
    text-align: center;
    background-color: rgba(136, 116, 181, 0.11);
}

.single-testimonial2 {
    position: relative;
    background-color: #ffffff;
    padding: 40px 35px;
    border-radius: 0px;
    margin: 15px;
    margin-bottom: 20px;
    transition: all 0.4s;
    border-bottom: 3px solid transparent;
}

.owl-carousel.owl-drag .owl-item.active.center .single-testimonial2 {
    border-bottom: 3px solid #0066b8;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
}

.rating-box2 ul li {
    display: inline-block;
}

    .rating-box2 ul li i {
        color: #ffce39;
        font-size: 18px;
    }

.testimonial-content2 {
    margin-top: 15px;
    margin-bottom: 25px;
}

    .testimonial-content2 p {
        color: #464646;
        font-size: 16px;
        font-style: italic;
        letter-spacing: 0.5px;
    }

.single-testimonial2 .testimonial-bio2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

    .single-testimonial2 .testimonial-bio2 .avatar2 img {
        border-radius: 50%;
        width: 80px;
        margin: 0 auto;
    }

    .single-testimonial2 .testimonial-bio2 .bio-info2 {
        text-align: left;
        margin-left: 15px;
    }

        .single-testimonial2 .testimonial-bio2 .bio-info2 .name {
            font-size: 18px;
            font-weight: 600;
            margin-top: 2px;
        }

        .single-testimonial2 .testimonial-bio2 .bio-info2 span {
            font-size: 15px;
            color: #555;
        }

.testimonial-area2 .owl-theme .owl-nav.disabled + .owl-dots {
    position: unset;
    right: 0;
    top: 50%;
    transform: none;
    margin-top: 20px;
}

/**************************************
 ** - 13 - Blog Section CSS
 *************************************/
.blog-area .section-title {
    margin-bottom: 30px;
}

.blog-area .single-blog {
    position: relative;
    margin-top: 35px;
    border-radius: 3px;
    background-color: #ffffff;
    -webkit-box-shadow: -1px 5px 20px 0px rgb(82, 90, 101, 0.1);
    box-shadow: -1px 5px 20px 0px rgb(82, 90, 101, 0.1);
    overflow: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.blog-area .post-img {
    position: relative;
    overflow: hidden;
}

.blog-area .single-blog img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.blog-area .single-blog:hover img {
    -webkit-filter: none;
    filter: none;
}

.blog-area .single-blog .blog-content {
    text-align: left;
    padding: 30px 25px;
}

.blog-content .blog-date {
    margin-bottom: 15px;
}

    .blog-content .blog-date .blog-list li {
        display: inline-block;
    }

        .blog-content .blog-date .blog-list li h6 {
            color: #5e5e5e;
            font-size: 15px;
            font-weight: 600;
            display: inline-block;
        }

        .blog-content .blog-date .blog-list li .blog-inline-sep {
            color: #333;
            font-size: 14px;
            padding: 0 5px;
        }

        .blog-content .blog-date .blog-list li a {
            font-size: 15px;
            color: #0066b8;
            font-weight: 600;
            display: inline-block;
        }

.blog-area .single-blog .blog-content h3 a {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 1.5;
    margin-bottom: 10px;
    display: block;
}

    .blog-area .single-blog .blog-content h3 a:hover {
        color: #0066b8;
        text-decoration: underline !important;
    }

.blog-bottom-text-link {
    margin-top: 10px;
}

.single-blog .blog-content .blog-bottom-text-link a {
    color: #5f5f5f;
    display: inline-block;
    font-size: 17px;
    margin-top: 15px;
    display: block;
    font-weight: 700;
}

    .single-blog .blog-content .blog-bottom-text-link a:hover {
        color: #0066b8;
        text-decoration: underline !important;
    }

/***************************************************
 ** - 13.00 - Blog Page Number Pagination Section CSS
 ***************************************************/
.pagination-area {
    text-align: center;
}

    .pagination-area .page-numbers {
        width: 45px;
        height: 45px;
        margin: 0 3px;
        display: inline-block;
        background-color: #ffffff;
        line-height: 48px;
        color: #333;
        -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
        -moz-box-shadow: 0 2px 10px 0 #d8dde6;
        box-shadow: 0 2px 10px 0 #d8dde6;
        font-size: 18px;
        font-weight: 700;
    }

        .pagination-area .page-numbers.current,
        .pagination-area .page-numbers:hover,
        .pagination-area .page-numbers:focus {
            background: #0066b8;
            color: #ffffff;
            -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
            -moz-box-shadow: 0 2px 10px 0 #d8dde6;
            box-shadow: 0 2px 10px 0 #d8dde6;
        }

/************************************************
 ** - 14 - Blog Details Page Section CSS
 ************************************************/
.blog-details-desc .article-content {
    margin-top: 30px;
}

    .blog-details-desc .article-content .entry-meta {
        margin-bottom: -8px;
    }

        .blog-details-desc .article-content .entry-meta ul {
            padding-left: 0;
            margin-bottom: 0;
            list-style-type: none;
        }

            .blog-details-desc .article-content .entry-meta ul li {
                position: relative;
                display: inline-block;
                color: #333;
                margin-right: 21px;
            }

                .blog-details-desc .article-content .entry-meta ul li span {
                    display: inline-block;
                    color: #333;
                    font-weight: 500;
                }

                .blog-details-desc .article-content .entry-meta ul li a {
                    display: inline-block;
                    color: #505050;
                }

                    .blog-details-desc .article-content .entry-meta ul li a:hover {
                        color: #0066b8;
                    }

                .blog-details-desc .article-content .entry-meta ul li i {
                    color: #0066b8;
                    margin-right: 2px;
                }

                .blog-details-desc .article-content .entry-meta ul li::before {
                    content: "";
                    position: absolute;
                    top: 12px;
                    right: -15px;
                    width: 6px;
                    height: 1px;
                    background: #0066b8;
                }

                .blog-details-desc .article-content .entry-meta ul li:last-child {
                    margin-right: 0;
                }

                    .blog-details-desc .article-content .entry-meta ul li:last-child::before {
                        display: none;
                    }

    .blog-details-desc .article-content h3 {
        margin-bottom: 15px;
        margin-top: 25px;
        font-size: 24px;
    }

    .blog-details-desc .article-content .wp-block-gallery.columns-3 {
        padding-left: 0;
        list-style-type: none;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: 30px;
        margin-top: 30px;
    }

        .blog-details-desc .article-content .wp-block-gallery.columns-3 li {
            -ms-flex: 0 0 50%;
            -webkit-box-flex: 0;
            flex: 0 0 50%;
            max-width: 50%;
            padding-right: 15px;
            padding-left: 15px;
        }

            .blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
                margin-bottom: 0;
            }

.blog-details-desc .article-footer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}

    .blog-details-desc .article-footer .article-tags {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
        color: #505050;
    }

        .blog-details-desc .article-footer .article-tags span {
            display: inline-block;
            color: #333;
            font-size: 15px;
            margin-right: 5px;
            font-weight: 600;
        }

        .blog-details-desc .article-footer .article-tags a {
            display: inline-block;
            color: #505050;
        }

            .blog-details-desc .article-footer .article-tags a:hover {
                color: #0066b8;
                text-decoration: underline;
            }

    .blog-details-desc .article-footer .article-share {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

        .blog-details-desc .article-footer .article-share .social {
            padding-left: 0;
            list-style-type: none;
            text-align: right;
            margin-bottom: 0;
        }

            .blog-details-desc .article-footer .article-share .social li {
                display: inline-block;
                margin-right: 8px;
            }

                .blog-details-desc .article-footer .article-share .social li:last-child {
                    margin-right: 0px;
                }

                .blog-details-desc .article-footer .article-share .social li span {
                    display: inline-block;
                    margin-right: 5px;
                    font-weight: 600;
                    color: #505050;
                }

                .blog-details-desc .article-footer .article-share .social li a {
                    display: block;
                    color: #0066b8;
                    width: 30px;
                    height: 30px;
                    line-height: 30px;
                    border-radius: 50%;
                    background-color: transparent;
                    border: 1px solid #0066b8;
                    text-align: center;
                    font-size: 15px;
                }

                    .blog-details-desc .article-footer .article-share .social li a:hover {
                        color: #ffffff;
                        background-color: #0066b8;
                    }

.blog-details-desc .post-navigation {
    margin-top: 30px;
}

blockquote,
.blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 50px !important;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 20px;
    margin-top: 20px;
}

    blockquote p,
    .blockquote p {
        color: #333;
        line-height: 1.6;
        margin-bottom: 0;
        font-style: italic;
        font-weight: 500;
        font-size: 24px !important;
    }

    blockquote cite,
    .blockquote cite {
        display: none;
    }

    blockquote::before,
    .blockquote::before {
        color: #efefef;
        content: "\f10e";
        position: absolute;
        left: 50px;
        top: -50px;
        z-index: -1;
        font-family: "Font Awesome 5 Free";
        font-size: 140px;
        font-weight: 700;
    }

    blockquote::after,
    .blockquote::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 3px;
        background-color: #0066b8;
        margin-top: 20px;
        margin-bottom: 20px;
    }

.post-navigation {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .post-navigation .navigation-links {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .post-navigation .navigation-links .nav-previous {
            -ms-flex: 0 0 50%;
            -webkit-box-flex: 0;
            flex: 0 0 50%;
            max-width: 50%;
        }

        .post-navigation .navigation-links .nav-next {
            -ms-flex: 0 0 50%;
            -webkit-box-flex: 0;
            flex: 0 0 50%;
            max-width: 50%;
            text-align: right;
        }

        .post-navigation .navigation-links div a {
            display: inline-block;
            font-weight: 600;
        }

.comments-area {
    padding: 25px;
    margin-top: 30px;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
    -moz-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
    background-color: #ffffff;
}

    .comments-area .comments-title {
        position: relative;
        margin-bottom: 30px;
        line-height: initial;
        font-size: 24px;
        font-weight: 600;
    }

    .comments-area ol,
    .comments-area ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .comments-area .comment-list {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .comments-area .comment-body {
        border-bottom: 1px solid #eeeeee;
        padding-left: 65px;
        color: #333;
        font-size: 14px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

        .comments-area .comment-body .reply {
            margin-top: 15px;
        }

            .comments-area .comment-body .reply a {
                border: 1px solid #ded9d9;
                color: #333;
                display: inline-block;
                padding: 5px 20px;
                border-radius: 30px;
                text-transform: capitalize;
                position: relative;
                z-index: 1;
                font-size: 12px;
                font-weight: 600;
            }

                .comments-area .comment-body .reply a:hover {
                    color: #ffffff;
                    background-color: #0066b8;
                    border-color: #0066b8;
                }

    .comments-area .comment-author {
        font-size: 15px;
        margin-bottom: 0.1em;
        position: relative;
        z-index: 2;
    }

        .comments-area .comment-author .avatar {
            height: 50px;
            left: -65px;
            position: absolute;
            width: 50px;
        }

        .comments-area .comment-author .fn {
            font-weight: 600;
        }

        .comments-area .comment-author .says {
            display: none;
        }

    .comments-area .comment-metadata {
        margin-bottom: 0.8em;
        color: #505050;
        letter-spacing: 0.01em;
        text-transform: capitalize;
        font-size: 13px;
        font-weight: 400;
    }

        .comments-area .comment-metadata a {
            color: #505050;
        }

            .comments-area .comment-metadata a:hover {
                color: #0066b8;
            }

    .comments-area .comment-respond {
        margin-top: 30px;
    }

        .comments-area .comment-respond .comment-reply-title {
            margin-bottom: 0;
            position: relative;
            font-size: 24px;
            font-weight: 600;
        }

            .comments-area
            .comment-respond
            .comment-reply-title
            #cancel-comment-reply-link {
                display: inline-block;
            }

        .comments-area .comment-respond .comment-form {
            overflow: hidden;
        }

        .comments-area .comment-respond .comment-notes {
            margin-bottom: 0;
            margin-top: 10px;
        }

        .comments-area .comment-respond .comment-form-comment {
            margin-top: 15px;
            float: left;
            width: 100%;
        }

        .comments-area .comment-respond label {
            display: block;
            font-weight: 600;
            color: #333;
            margin-bottom: 5px;
        }

        .comments-area .comment-respond input[type="date"],
        .comments-area .comment-respond input[type="time"],
        .comments-area .comment-respond input[type="datetime-local"],
        .comments-area .comment-respond input[type="week"],
        .comments-area .comment-respond input[type="month"],
        .comments-area .comment-respond input[type="text"],
        .comments-area .comment-respond input[type="email"],
        .comments-area .comment-respond input[type="url"],
        .comments-area .comment-respond input[type="password"],
        .comments-area .comment-respond input[type="search"],
        .comments-area .comment-respond input[type="tel"],
        .comments-area .comment-respond input[type="number"],
        .comments-area .comment-respond textarea {
            display: block;
            width: 100%;
            background-color: #ffffff;
            border: 1px solid #eeeeee;
            padding: 0.625em 0.7375em;
            outline: 0;
            -webkit-transition: all 400ms ease-out;
            transition: all 400ms ease-out;
            will-change: transform;
        }

            .comments-area .comment-respond input[type="date"]:focus,
            .comments-area .comment-respond input[type="time"]:focus,
            .comments-area .comment-respond input[type="datetime-local"]:focus,
            .comments-area .comment-respond input[type="week"]:focus,
            .comments-area .comment-respond input[type="month"]:focus,
            .comments-area .comment-respond input[type="text"]:focus,
            .comments-area .comment-respond input[type="email"]:focus,
            .comments-area .comment-respond input[type="url"]:focus,
            .comments-area .comment-respond input[type="password"]:focus,
            .comments-area .comment-respond input[type="search"]:focus,
            .comments-area .comment-respond input[type="tel"]:focus,
            .comments-area .comment-respond input[type="number"]:focus,
            .comments-area .comment-respond textarea:focus {
                border-color: #0066b8;
            }

        .comments-area .comment-respond .comment-form-author {
            float: left;
            width: 50%;
            padding-right: 10px;
            margin-bottom: 20px;
        }

        .comments-area .comment-respond .comment-form-email {
            float: left;
            width: 50%;
            padding-left: 12px;
            margin-bottom: 20px;
        }

        .comments-area .comment-respond .comment-form-url {
            float: left;
            width: 100%;
            margin-bottom: 20px;
        }

        .comments-area .comment-respond .comment-form-cookies-consent {
            width: 100%;
            float: left;
            position: relative;
            padding-left: 20px;
            margin-bottom: 20px;
        }

            .comments-area .comment-respond .comment-form-cookies-consent input {
                position: absolute;
                left: 0;
                top: 4px;
            }

            .comments-area .comment-respond .comment-form-cookies-consent label {
                display: inline-block;
                margin: 0;
                color: #505050;
                font-weight: normal;
                position: relative;
                top: -2px;
            }

        .comments-area .comment-respond .form-submit {
            float: left;
            width: 100%;
        }

            .comments-area .comment-respond .form-submit input {
                color: #ffffff;
                font-size: 15px;
                font-weight: 600;
                padding: 10px 30px;
                display: inline-block;
                background-color: #0066b8;
                border-radius: 0;
                cursor: pointer;
                border: none;
                outline: 0;
                -webkit-transition: all 400ms ease-out;
                transition: all 400ms ease-out;
                will-change: transform;
            }

                .comments-area .comment-respond .form-submit input:hover,
                .comments-area .comment-respond .form-submit input:focus {
                    color: #ffffff;
                    background-color: #333;
                }

/************************************************
 ** - 14.1 - Blog Page Sidebar Widget Section CSS
 ************************************************/
.widget-area .widget {
    margin-top: 35px;
}

    .widget-area .widget:first-child {
        margin-top: 0;
    }

    .widget-area .widget .widget-title {
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 10px;
        margin-bottom: 25px;
        text-transform: capitalize;
        position: relative;
        font-size: 22px;
    }

        .widget-area .widget .widget-title::before {
            content: "";
            position: absolute;
            background: #0066b8;
            bottom: -1px;
            left: 0;
            width: 50px;
            height: 1px;
        }

.widget-area .widget_search {
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    -moz-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    background-color: #ffffff;
    padding: 15px;
}

    .widget-area .widget_search form {
        position: relative;
    }

        .widget-area .widget_search form label {
            display: block;
            margin-bottom: 0;
        }

        .widget-area .widget_search form .screen-reader-text {
            display: none;
        }

        .widget-area .widget_search form .search-field {
            background-color: transparent;
            height: 50px;
            padding: 6px 15px;
            border: 1px solid #eeeeee;
            width: 100%;
            display: block;
            outline: 0;
            -webkit-transition: all 400ms ease-out;
            transition: all 400ms ease-out;
            will-change: transform;
        }

            .widget-area .widget_search form .search-field:focus {
                border-color: #0066b8;
            }

        .widget-area .widget_search form button {
            position: absolute;
            right: 0;
            outline: 0;
            bottom: 0;
            height: 50px;
            width: 50px;
            z-index: 1;
            border: none;
            color: #ffffff;
            background-color: #0066b8;
            -webkit-transition: all 400ms ease-out;
            transition: all 400ms ease-out;
            will-change: transform;
        }

            .widget-area .widget_search form button:hover {
                background-color: #333;
                color: #ffffff;
            }

.widget-area .widget_techSoft_posts_thumb {
    position: relative;
    overflow: hidden;
}

    .widget-area .widget_techSoft_posts_thumb .item {
        overflow: hidden;
        margin-bottom: 15px;
    }

        .widget-area .widget_techSoft_posts_thumb .item:last-child {
            margin-bottom: 0;
        }

        .widget-area .widget_techSoft_posts_thumb .item .thumb {
            float: left;
            height: 80px;
            overflow: hidden;
            position: relative;
            width: 80px;
            margin-right: 15px;
        }

            .widget-area .widget_techSoft_posts_thumb .item .thumb .fullimage {
                width: 80px;
                height: 80px;
                display: inline-block;
                background-size: cover !important;
                background-repeat: no-repeat;
                background-position: center center !important;
            }

                .widget-area .widget_techSoft_posts_thumb .item .thumb .fullimage.bg1 {
                    background-image: url(../img/blog/blog-1.jpg);
                }

                .widget-area .widget_techSoft_posts_thumb .item .thumb .fullimage.bg2 {
                    background-image: url(../img/blog/blog-2.jpg);
                }

                .widget-area .widget_techSoft_posts_thumb .item .thumb .fullimage.bg3 {
                    background-image: url(../img/blog/blog-3.jpg);
                }

        .widget-area .widget_techSoft_posts_thumb .item .info {
            overflow: hidden;
            margin-top: 5px;
        }

            .widget-area .widget_techSoft_posts_thumb .item .info span {
                display: block;
                color: #505050;
                text-transform: capitalize;
                margin-top: -2px;
                margin-bottom: 3px;
                font-size: 14px;
            }

            .widget-area .widget_techSoft_posts_thumb .item .info .title {
                margin-bottom: 0;
                line-height: 1.4;
                font-size: 16px;
            }

                .widget-area .widget_techSoft_posts_thumb .item .info .title a {
                    display: inline-block;
                }

.title > a {
    /* font-size: 15px; */
    color: darkgrey;
    margin-top: 15px;
    margin-bottom: 15px;
}

.widget-area .widget_recent_entries ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

    .widget-area .widget_recent_entries ul li {
        position: relative;
        margin-bottom: 12px;
        color: #333;
        padding-left: 14px;
        line-height: 1.5;
        font-weight: 400;
        font-size: 15.5px;
    }

        .widget-area .widget_recent_entries ul li:last-child {
            margin-bottom: 0;
        }

        .widget-area .widget_recent_entries ul li::before {
            background: #0066b8;
            height: 8px;
            width: 8px;
            content: "";
            left: 0;
            top: 7px;
            position: absolute;
            border-radius: 50px;
            border-right-style: inset;
        }

        .widget-area .widget_recent_entries ul li a {
            display: inline-block;
            color: #333;
        }

            .widget-area .widget_recent_entries ul li a:hover {
                color: #0066b8;
            }

        .widget-area .widget_recent_entries ul li .post-date {
            display: block;
            font-size: 13px;
            color: #505050;
            margin-top: 4px;
        }

.widget-area .widget_archive ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

    .widget-area .widget_archive ul li {
        position: relative;
        margin-bottom: 12px;
        padding-left: 14px;
        color: #333;
        font-size: 15.5px;
        font-weight: 400;
    }

        .widget-area .widget_archive ul li:last-child {
            margin-bottom: 0;
        }

        .widget-area .widget_archive ul li::before {
            background: #0066b8;
            height: 8px;
            width: 8px;
            content: "";
            left: 0;
            top: 7px;
            position: absolute;
            border-radius: 50px;
            border-right-style: inset;
        }

        .widget-area .widget_archive ul li a {
            display: inline-block;
            color: #333;
        }

            .widget-area .widget_archive ul li a:hover {
                color: #0066b8;
            }

.widget-area .widget_categories ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

    .widget-area .widget_categories ul li {
        position: relative;
        margin-bottom: 12px;
        color: #505050;
        padding-left: 14px;
        font-size: 15.5px;
        font-weight: 400;
    }

        .widget-area .widget_categories ul li:last-child {
            margin-bottom: 0;
        }

        .widget-area .widget_categories ul li::before {
            background: #0066b8;
            height: 8px;
            width: 8px;
            content: "";
            left: 0;
            top: 7px;
            position: absolute;
            border-radius: 50px;
            border-right-style: inset;
        }

        .widget-area .widget_categories ul li a {
            color: #333;
            display: block;
        }

            .widget-area .widget_categories ul li a:hover {
                color: #0066b8;
            }

        .widget-area .widget_categories ul li .post-count {
            float: right;
        }

.widget-area .widget_meta ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

    .widget-area .widget_meta ul li {
        position: relative;
        margin-bottom: 12px;
        color: #333;
        padding-left: 14px;
        font-size: 15.5px;
        font-weight: 400;
    }

        .widget-area .widget_meta ul li:last-child {
            margin-bottom: 0;
        }

        .widget-area .widget_meta ul li::before {
            background: #0066b8;
            height: 8px;
            width: 8px;
            content: "";
            left: 0;
            top: 7px;
            position: absolute;
            border-radius: 50px;
            border-right-style: inset;
        }

        .widget-area .widget_meta ul li a {
            display: inline-block;
            color: #333;
        }

            .widget-area .widget_meta ul li a:hover {
                color: #0066b8;
            }

.widget-area .widget_tag_cloud .widget-title {
    margin-bottom: 12px;
}

.widget-area .tagcloud a {
    display: inline-block;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    padding: 8px 15px;
    border: 1px solid #eeeeee;
    margin-top: 8px;
    margin-right: 4px;
}

    .widget-area .tagcloud a:hover,
    .widget-area .tagcloud a:focus {
        color: #ffffff;
        background-color: #0066b8;
        border-color: #0066b8;
    }

.widget-area .widget_event_details ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

    .widget-area .widget_event_details ul li {
        border-bottom: 1px solid #eeeeee;
        color: #888f96;
        padding-bottom: 10px;
        padding-top: 10px;
    }

        .widget-area .widget_event_details ul li:first-child {
            padding-top: 0;
        }

        .widget-area .widget_event_details ul li:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }

        .widget-area .widget_event_details ul li span {
            display: inline-block;
            color: #333;
            font-weight: 400;
        }

        .widget-area .widget_event_details ul li a {
            display: inline-block;
            color: #888f96;
        }

            .widget-area .widget_event_details ul li a:hover {
                color: #0066b8;
            }

/**************************************
 ** - 15 - Hire Section CSS
 *************************************/
.consultation-area {
    padding: 70px 0;
    background-color: rgba(136, 116, 181, 0.11);
    position: relative;
    z-index: 1;
    color: #fff;
    background: url(../img/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

    .consultation-area::before {
        position: absolute;
        top: 0;
        content: "";
        left: 0px;
        padding: 0;
        height: 100%;
        width: 100%;
        opacity: 0.7;
        z-index: -1;
        background: rgba(47, 55, 136, 0.5);
    }

.consultation-content h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 10px;
}

.consultation-content p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.consultation-content .callbtn-number:hover {
    color: #0066b8;
}

/**************************************
 ** - 16 - Partner Section CSS
 *************************************/
.partner-area {
    padding: 50px 0px;
}

.partner-item {
    padding: 0px 10px;
    margin: 0px 15px;
}
/* .partner-item:active {
	transform: scale(2);
} */

.partner-area .partner-carousel img {
    max-width: 100%;
    width: inherit !important;
    margin: 0 auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .partner-area .partner-carousel img:hover {
        opacity: 0.7;
        cursor: pointer;
    }

.partner-carousel-1 {
    max-width: 100%;
    width: inherit !important;
    margin: 0 auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .partner-carousel-1 img:hover {
        opacity: 0.7;
        cursor: pointer;
    }

.partner-section-2 {
    position: relative;
    background-color: #fff;
    overflow: hidden;
    z-index: 1;
}

    .partner-section-2 .partner-item-2 a {
        display: block;
        text-align: center;
        position: relative;
        padding: 30px 30px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        border-radius: 0px;
        border: 1px solid #ececec;
        margin-bottom: 30px;
        will-change: transform;
    }

        .partner-section-2 .partner-item-2 a:hover {
            -webkit-box-shadow: 0px 0px 17px 0 #00000038;
            -moz-box-shadow: 0px 0px 17px 0 #00000038;
            -ms-box-shadow: 0px 0px 17px 0 #00000038;
            box-shadow: 0px 0px 17px 0 #00000038;
            -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
            background-color: #ffffff;
            border-color: #ffffff;
        }

    .partner-section-2 .partner-item-2:nth-child(6) {
        margin-left: 10%;
    }

/**************************************
 ** - 17 - All Footer Section CSS
 *************************************/
.footer-area {
    padding: 50px 0;
    background-color: #1d1f34;
}

.footer-about {
    padding-right: 50px;
}

.footer-logo {
    margin-bottom: 20px;
    display: inline-block;
}

.footer-list h5 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
}

.footer-list p {
    font-size: 16px;
    color: #e0dbdb;
}

.footer-list ul li {
    margin-bottom: 8px;
    color: #e0dbdb;
}

    .footer-list ul li:last-child {
        margin-bottom: 0px;
    }

    .footer-list ul li a {
        display: inline-block;
        font-size: 15px;
        color: #e0dbdb;
    }

        .footer-list ul li a:hover {
            color: #6cbd20;
            text-decoration: underline;
        }

.footer-contact-info .footer-contact-list li span {
    display: inline-block;
    color: #e0dbdb;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.footer-social-icon {
    margin-top: 25px;
}

    .footer-social-icon li {
        margin-right: 10px;
        display: inline-block;
    }

        .footer-social-icon li a {
            color: #fff !important;
            font-size: 16px !important;
            width: 38px;
            height: 38px;
            line-height: 38px;
            border-radius: 5px;
            text-align: center;
            border: 1px solid #fff;
            background: transparent;
            display: block;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

            .footer-social-icon li a:hover {
                color: #fff !important;
                background: #6cbd20;
                border-radius: 30px;
                border: 1px solid #6cbd20;
            }

.newsletter-form {
    max-width: 580px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

    .newsletter-form .input-newsletter {
        display: block;
        width: 100%;
        background-color: #f5f5f5;
        border: none;
        height: 52px;
        padding-left: 20px;
        border-radius: 0px;
        outline: 0;
        color: #333;
    }

        .newsletter-form .input-newsletter::-webkit-input-placeholder {
            color: #505050;
        }

        .newsletter-form .input-newsletter:-ms-input-placeholder {
            color: #505050;
        }

        .newsletter-form .input-newsletter::-ms-input-placeholder {
            color: #505050;
        }

        .newsletter-form .input-newsletter::placeholder {
            color: #505050;
        }

    .newsletter-form button {
        position: absolute;
        right: 0px;
        top: 0px;
        color: #ffffff;
        font-size: 15px;
        background-color: #0066b8;
        border: none;
        height: 52px;
        line-height: 52px;
        padding: 0 20px;
        border-radius: 0px;
    }

        .newsletter-form button:hover {
            background-color: #333;
            color: #ffffff;
        }

.copyright-area {
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #26293e;
}

    .copyright-area p {
        color: #e0dbdb;
        font-size: 16px;
    }

    .copyright-area ul {
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none;
        text-align: right;
    }

        .copyright-area ul li {
            display: inline-block;
            color: #e0dbdb;
            font-size: 16px;
            position: relative;
            margin-left: 10px;
            margin-right: 10px;
        }

            .copyright-area ul li a {
                display: inline-block;
                color: #e0dbdb;
            }

                .copyright-area ul li a:hover {
                    color: #6cbd20;
                }

            .copyright-area ul li::before {
                content: "";
                position: absolute;
                top: 5px;
                right: -13px;
                width: 1px;
                height: 14px;
                background-color: #ffffff;
            }

            .copyright-area ul li:last-child {
                margin-right: 0;
            }

                .copyright-area ul li:last-child::before {
                    display: none;
                }

            .copyright-area ul li:first-child {
                margin-left: 0;
            }

/**********************************************
 ** - 17.01 - Demo-2 Footer Section CSS
 **********************************************/
.footer-section-2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .footer-section-2::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        z-index: -1;
        opacity: 0.8;
        background-image: url(../img/footer-dot.png);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

.footer-heading-2 {
    margin-bottom: 25px;
}

    .footer-heading-2 h3 {
        font-size: 18px;
        color: #333;
        font-weight: 600;
        margin: 0 0 0 0;
        position: relative;
    }

.single-footer-widget-2 p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.single-footer-widget-2 .footer-heading-2 {
    margin-bottom: 25px;
}

    .single-footer-widget-2 .footer-heading-2 h3 {
        font-size: 18px;
        color: #333;
        font-weight: 600;
        margin: 0 0 0 0;
    }

.single-footer-widget-2 .footer-quick-links-2 {
    padding-left: 0;
    margin-bottom: 0;
}

.single-footer-widget-2 .footer-nav-links-2 li {
    list-style-type: none;
    padding-bottom: 12px;
}

    .single-footer-widget-2 .footer-nav-links-2 li:last-child {
        padding-bottom: 0;
    }

.single-footer-widget-2 .footer-quick-links-2 li a {
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

    .single-footer-widget-2 .footer-quick-links-2 li a:hover {
        color: #0066b8;
        text-decoration: underline;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

.footer-offices-info-2 {
    margin-bottom: 30px;
}

    .footer-offices-info-2:last-child {
        margin-bottom: 0px;
    }

    .footer-offices-info-2 h6 {
        color: #333;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.5px;
    }

    .footer-offices-info-2 p {
        color: #000;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.5px;
        margin-bottom: 0;
    }

    .footer-offices-info-2 span a {
        color: #0066b8;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1.5px;
    }

.single-footer-widget-2 .footer-info-contact-2 {
    position: relative;
    margin-bottom: 15px;
}

.single-footer-widget-2 .footer-social-2 {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
}

    .single-footer-widget-2 .footer-social-2 li {
        display: inline-block;
        margin-right: 10px;
    }

        .single-footer-widget-2 .footer-social-2 li:last-child {
            margin-right: 0;
        }

    .single-footer-widget-2 .footer-social-2 i {
        display: inline-block;
        font-size: 18px;
        height: 40px;
        width: 40px;
        line-height: 40px;
        background-color: #f5f5f5;
        border: 1px solid #f5f5f5;
        border-radius: 0px;
        color: #0066b8;
        -webkit-transition: all 400ms ease-out;
        transition: all 400ms ease-out;
        will-change: transform;
        text-align: center;
    }

        .single-footer-widget-2 .footer-social-2 i:hover {
            background-color: #6cbd20;
            color: #ffffff;
            border: 1px solid #6cbd20;
        }

.newsletter-form-2 {
    max-width: 580px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

    .newsletter-form-2 .input-newsletter {
        display: block;
        width: 100%;
        background-color: #f5f5f5;
        border: none;
        height: 52px;
        padding-left: 25px;
        border-radius: 0px;
        outline: 0;
        color: #333;
    }

        .newsletter-form-2 .input-newsletter::-webkit-input-placeholder {
            color: #505050;
        }

        .newsletter-form-2 .input-newsletter:-ms-input-placeholder {
            color: #505050;
        }

        .newsletter-form-2 .input-newsletter::-ms-input-placeholder {
            color: #505050;
        }

        .newsletter-form-2 .input-newsletter::placeholder {
            color: #505050;
        }

    .newsletter-form-2 button {
        position: absolute;
        right: 0px;
        top: 0px;
        color: #ffffff;
        font-size: 15px;
        background-color: #0066b8;
        border: none;
        height: 52px;
        line-height: 52px;
        padding: 0 20px;
        border-radius: 0px;
    }

        .newsletter-form-2 button:hover {
            background-color: #333;
            color: #ffffff;
        }

.single-footer-widget-2 .footer-download-btn-2 {
    margin-top: 25px;
}

    .single-footer-widget-2 .footer-download-btn-2 a {
        display: inline-block;
    }

    .single-footer-widget-2 .footer-download-btn-2 .app-link-btn-1 {
        margin-right: 10px;
    }

    .single-footer-widget-2 .footer-download-btn-2 a:hover {
        opacity: 0.8;
    }

/**********************************************
 ** - 18 - Other Page Banner Title Section CSS
 **********************************************/
.page-title-area {
    position: relative;
    z-index: 1;
    padding: 20px 0;
    background: #ffffff;
    /* background: linear-gradient(to right,rgba(175, 220, 255, 1) 0,rgba(192, 227, 255, 0) 50%); */
}

.page-title-content {
    text-align: left;
}

    .page-title-content ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

        .page-title-content ul li {
            color: #0068bb;
            display: inline-block;
            position: relative;
            font-weight: 600;
            font-size: 20px;
            margin: 0;
            letter-spacing: 0.3px;
            text-transform: uppercase;
        }

            .page-title-content ul li a {
                display: inline-block;
                color: #ffffff;
                -webkit-transition: all 400ms ease-out;
                transition: all 400ms ease-out;
                will-change: transform;
            }

                .page-title-content ul li a:hover {
                    color: #fff;
                    text-decoration: underline;
                }

            .page-title-content ul li::after {
                content: "\007c";
                padding: 0 10px;
                vertical-align: top;
                font-weight: bolder;
                font-size: 12px;
            }

            .page-title-content ul li:last-child::after {
                display: none;
            }

/****************************************
 ** - 19 - All Contact Page Section CSS
 ****************************************/
.home2-contact-form {
    padding: 40px 30px;
    border-radius: 3px;
    background: #8e2de2; /* fallback for old browsers */
    background: -webkit-linear-gradient( to right, #4a00e0, #8e2de2 ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient( to right, #4a00e0, #8e2de2 ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

    .home2-contact-form .contact-form .form-group {
        margin-bottom: 15px !important;
    }

    .home2-contact-form .contact-form form .form-control {
        height: 45px;
        font-size: 15px;
        font-weight: 500;
        background-color: #ffffff;
        border: none;
    }

    .home2-contact-form .contact-form form textarea.form-control {
        height: auto;
        padding-top: 15px;
        line-height: initial;
    }

    .home2-contact-form h3 {
        color: #fff;
        font-size: 28px;
        margin-bottom: 25px;
        text-align: center;
    }

    .home2-contact-form .contact-form form .form-control:focus {
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.home-3-contact-area,
.contact-page-1-section {
    background-image: url(../img/map-image.png);
    background-position: right center;
    background-size: auto;
    background-repeat: no-repeat;
}

.contact-form-box {
    margin-top: 35px;
}

.contact-form .form-group {
    margin-bottom: 30px;
}

.contact-form form .form-control {
    background-color: #ffffff;
    border: none;
    height: 50px;
    font-size: 15px;
    border: 1px solid #cacaca;
}

.home-3-contact-area form .form-control,
.contact-page-1-section form .form-control {
    background-color: transparent;
    border: none;
    height: 50px;
    font-size: 15px;
    border: 1px solid #cacaca;
}

.contact-form form .form-control:focus {
    border: 1px solid #0066b8;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.contact-form form textarea.form-control {
    height: auto;
    padding-top: 15px;
    line-height: initial;
}

.contact-info-box .single-contact-box {
    text-align: center;
    background-color: #ffffff;
    padding: 0px 25px;
    margin-top: 30px;
}

.single-contact-box img {
    margin-bottom: 30px;
}

.contact-section .form-message {
    margin: 0;
}

    .contact-section .form-message.success {
        background: #03b103;
        color: #fff;
        padding: 10px 15px;
        border-radius: 0px;
        margin-bottom: 30px;
    }

    .contact-section .form-message.error {
        background: #ff4d15;
        color: #fff;
        padding: 10px 15px;
        border-radius: 0px;
        margin-bottom: 30px;
    }

/**************************************
 ** - 19.01 - Contact-2 Page CSS
 **************************************/
.contact-form-2 .form .form-control {
    background-color: #f3f3f3;
    border: none;
    height: 52px;
    font-size: 16px;
    font-weight: 500;
    border: 0px solid #f3f3f3;
}

.contact-form-2 .form textarea.form-control {
    height: auto;
    padding-top: 15px;
    line-height: initial;
}

    .contact-form-2 .form .form-control:focus,
    .contact-form-2 .form textarea.form-control:focus {
        border: 0px;
        outline: none;
    }

.single-contact-box-2 h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-office-address-box {
    background: #fff;
    margin-top: 30px;
    padding: 45px 20px;
    text-align: center;
    border-radius: 0px;
    border-top: 2px solid #0066b8;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
}

    .contact-office-address-box h5 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .contact-office-address-box a {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1.5px;
        display: block;
        line-height: 1.5;
    }

    .contact-office-address-box p {
        font-size: 14px;
        margin-bottom: 12px;
    }

.social-icon-box {
    margin-top: 20px;
}

    .social-icon-box li {
        margin-right: 10px;
        display: inline-block;
    }

        .social-icon-box li a {
            color: #0066b8;
            font-size: 17px;
            width: 40px;
            height: 40px;
            line-height: 40px;
            border-radius: 5px;
            text-align: center;
            border: 1px solid #0066b8;
            background: transparent;
            display: block;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

            .social-icon-box li a:hover {
                background: #0066b8;
                color: #fff !important;
            }

/*********************************************
 ** - 19.00 - Contact Page Map Section CSS
 *********************************************/
.map-section {
    margin-bottom: -10px;
}

    .map-section .google-map iframe {
        width: 100%;
        height: 450px;
        border: 0;
    }

/**************************************
 ** - 20 - Pricing Page Section CSS
 **************************************/
.pricing-area {
    position: relative;
    z-index: 1;
}

.single-pricing-box {
    margin-bottom: 10px;
    border: 1px solid #ececec;
    padding: 30px;
    box-shadow: 10px 5px 5px 0px rgba(74, 137, 255, 0.55);
    -webkit-transition: 1.5s;
    transition: 1.5s;
    border-radius: 0px;
    will-change: transform;
}

    .single-pricing-box .pricing-header h3 {
        margin-bottom: 30px;
        font-size: 26px;
        font-weight: 700;
    }

    .single-pricing-box .pricing-header p {
        -webkit-transition: 0.5s;
        transition: 0.5s;
        line-height: 1.6;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .single-pricing-box .price {
        font-size: 50px;
        font-weight: 700;
        margin-bottom: 10px;
    }

        .single-pricing-box .price span {
            display: inline-block;
            margin-left: -7px;
            font-size: 20px;
            font-weight: 600;
        }

    .single-pricing-box .price-btn-box {
        margin-bottom: 25px;
    }

.price-btn-box .btn-primary {
    border-radius: 30px;
}

.single-pricing-box .pricing-features {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

    .single-pricing-box .pricing-features li {
        margin-bottom: 12px;
        color: #505050;
        position: relative;
        padding-left: 24px;
    }

        .single-pricing-box .pricing-features li:last-child {
            margin-bottom: 0;
        }

        .single-pricing-box .pricing-features li i {
            color: #0066b8;
            font-size: 16px;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

.single-pricing-box:hover {
    -webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.08);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: #ffffff;
    border-color: #ffffff;
}

    .single-pricing-box:hover .price-btn-box .btn-primary::before {
        visibility: hidden;
        opacity: 0;
    }

    .single-pricing-box:hover .price-btn-box .btn-primary::after {
        opacity: 1;
        visibility: visible;
    }

.pricing-tab .tabs {
    padding-left: 0;
    margin-bottom: 45px;
    list-style-type: none;
    text-align: center;
}

    .pricing-tab .tabs li {
        display: inline-block;
    }

        .pricing-tab .tabs li a {
            position: relative;
            z-index: 1;
            background-color: #f1f1f1;
            padding: 10px 30px 11px;
            margin-left: -2px;
            margin-right: -2px;
            font-weight: 600;
            font-size: 16px;
            display: block;
        }

            .pricing-tab .tabs li a::before {
                content: "";
                position: absolute;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: -1;
                top: 0;
                opacity: 0;
                background-color: #0066b8;
                visibility: hidden;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

            .pricing-tab .tabs li a:hover {
                color: #ffffff;
            }

                .pricing-tab .tabs li a:hover::before {
                    opacity: 1;
                    visibility: visible;
                }

        .pricing-tab .tabs li.current a {
            color: #ffffff;
        }

            .pricing-tab .tabs li.current a::before {
                opacity: 1;
                visibility: visible;
            }

        .pricing-tab .tabs li:nth-child(1) a {
            border-radius: 5px 0 0 5px;
        }

            .pricing-tab .tabs li:nth-child(1) a::before {
                border-radius: 5px 0 0 5px;
            }

        .pricing-tab .tabs li:nth-child(2) a {
            border-radius: 0 5px 5px 0;
        }

            .pricing-tab .tabs li:nth-child(2) a::before {
                border-radius: 0 5px 5px 0;
            }

.tab .tabs_item {
    display: none;
}

    .tab .tabs_item:first-child {
        display: block;
    }

/**************************************
 ** - 21 - Team Page Section CSS
 *************************************/
.team-area {
    background: url(../img/team-area.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: white;
    opacity: 1;
}

    .team-area .section-title {
        margin-bottom: 35px;
    }

.single-team-box {
    margin-top: 30px;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.team-image {
    position: relative;
    z-index: 1;
    border-radius: 3px;
    overflow: hidden;
}

    .team-image::before {
        content: "";
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        padding: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        background: #000;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

.single-team-box:hover .team-image::before {
    opacity: 0.8;
    visibility: visible;
}

.single-team-box .team-image img {
    width: 100%;
    height: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-team-box:hover .team-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.team-social-icon {
    position: absolute;
    z-index: 5;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .team-social-icon a {
        padding: 5px 5px;
        color: #fff;
        font-size: 16px;
        margin: 0 5px;
        display: inline-block;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        will-change: transform;
    }

.single-team-box:hover .team-social-icon a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.team-info {
    padding: 20px 15px 0px;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    .team-info h3 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 0;
    }

    .team-info span {
        color: #0066b8;
        font-size: 15px;
        font-weight: 600;
        display: block;
    }

.mt-70 {
    margin-top: 70px !important;
}

/**************************************
 ** - 21 - Team Area-2 Page Section CSS
 *************************************/
.team-area-2 {
}

    .team-area-2 .section-title {
        margin-bottom: 35px;
    }

.single-team-box-2 {
    padding: 0px 0px;
    margin-top: 30px;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.team-image {
    position: relative;
    z-index: 1;
}

.single-team-box-2 .team-image-2 img {
    width: 100%;
    height: auto;
}

.team-info-2 {
    padding: 20px 15px 25px;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    .team-info-2 h3 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .team-info-2 span {
        color: #6cbd20;
        font-size: 14px;
        font-weight: 700;
        display: block;
    }

.team-social-icon-2 {
    display: block;
    margin-top: 15px;
}

.single-team-box-2 .team-social-icon-2 a {
    display: inline-block;
    color: inherit;
    font-size: 14px;
    margin: 0 5px;
    vertical-align: middle;
    background: transparent;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

    .single-team-box-2 .team-social-icon-2 a:after {
        top: 0px;
        left: 0px;
        z-index: -1;
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -o-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
        background: inherit;
        border-radius: inherit;
    }

    .single-team-box-2 .team-social-icon-2 a:hover:after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .single-team-box-2 .team-social-icon-2 a:hover i:before {
        color: #fff;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

.social-color-1:hover:after {
    background-color: #3b5998 !important;
}

.social-color-2:hover:after {
    background-color: #00acee !important;
}

.social-color-3:hover:after {
    background-color: #0e76a8 !important;
}

.social-color-1 {
    color: #3b5998 !important;
    background-color: transparent;
    border: 1px dashed #3b5998;
}

.social-color-2 {
    color: #00acee !important;
    background-color: transparent;
    border: 1px dashed #00acee;
}

.social-color-3 {
    color: #0e76a8 !important;
    background-color: transparent;
    border: 1px dashed #0e76a8;
}

.mt-70 {
    margin-top: 70px !important;
}

.team-more-btn-box {
    margin-top: 30px;
}

/**************************************
 ** - 22 - Faq Page Section CSS
 **************************************/
.faq-area {
}

.faq-accordion .accordion {
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-left: 0;
    margin-bottom: 0;
    position: relative;
}

    .faq-accordion .accordion .accordion-item {
        display: block;
        border-radius: 0px;
        margin-bottom: 20px;
        overflow: hidden;
        border: 0;
        -webkit-box-shadow: 0 0.3em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
        box-shadow: 0 0.3em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
    }

        .faq-accordion .accordion .accordion-item:last-child {
            margin-bottom: 0;
        }

        .faq-accordion .accordion .accordion-item .accordion-title {
            padding: 20px;
            color: #333;
            position: relative;
            background: #ffffff;
            font-size: 18px;
            font-weight: 600;
            display: block;
            border: none;
        }

            .faq-accordion .accordion .accordion-item .accordion-title i {
                position: absolute;
                right: 30px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                color: #767c99;
                -webkit-transition: 0.5s;
                transition: 0.5s;
                font-size: 16px;
            }

            .faq-accordion .accordion .accordion-item .accordion-title.active i::before {
                content: "\f0d8";
            }

        .faq-accordion .accordion .accordion-item .accordion-content {
            display: none;
            background-color: #ffffff;
            margin-bottom: 0;
            padding: 20px 15px;
            font-size: 15px;
            border-top: 1px solid #dadada;
        }

            .faq-accordion .accordion .accordion-item .accordion-content.show {
                display: block;
            }

/**************************************
 ** - 23 - 404 Error Page Section CSS
 **************************************/
.error-area {
    height: 100vh;
}

.error-content {
    text-align: center;
    margin: 0 auto;
    max-width: 700px;
    padding-bottom: 100px;
}

    .error-content h3 {
        font-size: 35px;
        margin-top: 10px;
        margin-bottom: 18px;
    }

    .error-content p {
        max-width: 520px;
        margin: 0 auto 20px;
        line-height: 30px;
    }

    .error-content .default-btn-one {
        display: inline-block;
        padding: 12px 30px;
        background: #0066b8;
        border: 1px solid #0066b8;
        color: #ffffff;
        font-size: 16px;
        font-weight: 400;
        -webkit-transition: 0.6s;
        transition: 0.6s;
        margin-right: 0;
    }

        .error-content .default-btn-one:hover {
            text-decoration: none;
            background-color: #ffffff;
            color: #0066b8;
        }

/**************************************
 ** - 24 - Coming Soon Page Section CSS
 **************************************/
.coming-soon-area {
    position: relative;
    z-index: 1;
    padding: 100px 0;
    height: 800px;
    min-height: 100vh;
    background-image: url(../img/banner-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .coming-soon-area::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.3;
        background-color: #000000;
    }

    .coming-soon-area .social-list {
        list-style-type: none;
        margin: 0 auto;
        margin-top: 40px;
    }

        .coming-soon-area .social-list li {
            display: inline-block;
        }

            .coming-soon-area .social-list li.list-heading {
                display: block;
                color: #ffffff;
                margin-bottom: 10px;
                font-size: 16px;
                font-weight: 500;
            }

            .coming-soon-area .social-list li a {
                color: #ffffff;
                width: 35px;
                height: 35px;
                line-height: 35px;
                display: inline-block;
                background-color: #0066b8;
                border: 1px solid #0066b8;
                border-radius: 50%;
                margin: 0 2px;
            }

                .coming-soon-area .social-list li a:hover {
                    color: #ffffff;
                    border: 1px solid #ffffff;
                    background-color: transparent;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

.coming-soon-content {
    text-align: center;
}

    .coming-soon-content h1 {
        color: #ffffff;
        font-size: 45px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .coming-soon-content p {
        color: #ffffff;
        margin: 0 auto;
        max-width: 620px;
        line-height: 30px;
    }

    .coming-soon-content form {
        position: relative;
        margin: 35px auto 55px;
        max-width: 520px;
    }

        .coming-soon-content form .email-input {
            display: block;
            width: 100%;
            height: 56px;
            border: none;
            -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
            box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
            border-radius: 40px;
            padding: 15px 25px;
            outline: 0 !important;
            background: #f1f2f3;
        }

        .coming-soon-content form .submit-btn {
            position: absolute;
            right: 3px;
            top: 3px;
            height: 50px;
            background: #0066b8;
            color: #ffffff;
            border: none;
            border-radius: 40px;
            width: 130px;
            outline: 0 !important;
            cursor: pointer;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 600;
        }

            .coming-soon-content form .submit-btn:hover,
            .coming-soon-content form .submit-btn:focus {
                background-color: #0066b8;
            }

    .coming-soon-content #timer div {
        background: #ffffff;
        display: inline-block;
        border-radius: 50%;
        width: 120px;
        height: 120px;
        color: #0066b8;
        -webkit-box-shadow: 0 0 20px -5px rgba(68, 107, 138, 0.3);
        -moz-box-shadow: 0 0 20px -5px rgba(68, 107, 138, 0.3);
        box-shadow: 0 0 20px -5px rgba(68, 107, 138, 0.3);
        margin: 0 10px;
        padding-top: 18px;
        font-size: 40px;
        font-weight: 700;
    }

        .coming-soon-content #timer div span {
            display: block;
            color: #777777;
            font-size: 14px;
            font-weight: 600;
            margin-top: -4px;
        }

/****************************************
 ** - 25 - Terms & Conditions Page CSS
 ****************************************/
.terms-conditions-info h3 {
    font-size: 24px;
    margin: 0 0 15px 0;
}

/************************************
 ** - 26 - Privacy Policy Page CSS
 ************************************/
.privacy-policy-info {
    margin: 30px;
}

    .privacy-policy-info h3 {
        font-size: 24px;
        margin: 15px;
    }

    .privacy-policy-info h5 {
        margin: 10px;
    }

.img-container {
    display: grid;
    place-items: center; /* 水平+垂直居中 */
}

/* 左侧菜单栏专用样式 - 添加recruit-前缀避免冲突 */
.recruit-container {
    display: flex;
    min-height: calc(100vh - 120px); /* 减去导航栏高度 */
    margin-top: 20px;
}
/* 左侧菜单栏样式 */
.recruit-sidebar {
    width: 250px;
    background-color: #2c3e50;
    color: white;
    padding: 20px 0;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

.recruit-logo {
    text-align: center;
    padding: 10px 20px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.recruit-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.recruit-menu-item {
    padding: 15px 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .recruit-menu-item:hover {
        background-color: #34495e;
    }

    .recruit-menu-item.active {
        background-color: #3498db;
    }

/* 右侧内容区域样式 */
.recruit-content {
    flex: 1;
    padding: 30px;
    background-color: white;
    margin-left: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

.recruit-content-section {
    display: none;
}

    .recruit-content-section.active {
        display: block;
        animation: recruit-fadeIn 0.5s ease;
    }

@keyframes recruit-fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.recruit-content h1 {
    margin-bottom: 20px;
    color: #2c3e50;
    border-bottom: 2px solid #3498db;
    padding-bottom: 10px;
    font-size: 24px;
}

.recruit-content p {
    line-height: 1.6;
    margin-bottom: 15px;
    color: #555;
}

.job-list {
    margin-top: 20px;
}

.job-item {
    padding: 15px;
    border-bottom: 1px solid #eee;
    transition: all 0.3s;
}

    .job-item:hover {
        background-color: #f9f9f9;
    }

.job-title {
    font-size: 18px;
    font-weight: bold;
    color: #3498db;
    margin-bottom: 15px;
}

.job-meta {
    color: #777;
    font-size: 14px;
    margin-bottom: 10px;
}

.job-desc {
    color: #555;
}

/* 放大效果样式 */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

    .overlay.active1 {
        opacity: 1;
        visibility: visible;
    }

.enlarged-img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 8px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    transform: scale(0.8);
    opacity: 0;
    transition: all 0.4s ease;
}

.overlay.active1 .enlarged-img {
    transform: scale(1);
    opacity: 1;
}

.close-btn1 {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 2.5rem;
    color: white;
    cursor: pointer;
    transition: transform 0.3s ease;
}

    .close-btn1:hover {
        transform: rotate(90deg) scale(1.2);
    }

.image-info {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 20px;
}

    .image-info h2 {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }

    .image-info p {
        max-width: 700px;
        margin: 0 auto;
        opacity: 0.9;
    }

.navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
}

.nav-btn {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

    .nav-btn:hover {
        background: rgba(255, 255, 255, 0.3);
        transform: scale(1.1);
    }


@media (max-width: 768px) {
    .gallery {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 15px;
    }

    h1 {
        font-size: 2.2rem;
    }

    .nav-btn {
        width: 45px;
        height: 45px;
        font-size: 1.2rem;
    }

    .close-btn1 {
        top: 20px;
        right: 20px;
        font-size: 2rem;
    }
}

/* 模态框样式 */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding: 60px 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
    transition: opacity 0.3s ease;
}

.modal-content {
    display: block;
    width: auto;
    max-height: 90%;
    object-fit: contain;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.0);
    margin: 0 auto;
    animation: zoom 0.3s;
}

@keyframes zoom {
    from {
        transform: scale(0.9);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.close1 {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
    z-index: 10000;
}

    .close1:hover,
    .close1:focus {
        color: #bbb;
        text-decoration: none;
    }

.caption {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 10px;
}

/* 添加悬停效果 */
.zoomable {
    cursor: pointer;
    transition: transform 0.3s ease;
}

    .zoomable:hover {
        transform: scale(1.03);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }


/* 新增模态框样式 */
.system-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    overflow: auto;
    padding: 60px 0;
}

.modal-content-system {
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 30px;
    width: 80%;
    max-width: 1000px;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    animation: modalFadeIn 0.4s;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.close-modal-system {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #aaa;
    font-size: 32px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

    .close-modal-system:hover,
    .close-modal-system:focus {
        color: #333;
    }

/* 为可点击元素添加效果 */
.system-trigger {
    cursor: pointer;
    transition: all 0.3s ease;
}

    .system-trigger:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }

    .system-trigger:hover {
        color: #0066B8;
        transform: scale(1.1);
    }

/* 模态框内的内容样式 */
.modal-section {
    display: none;
}

    .modal-section.active {
        display: block;
    }

/* 响应式调整 */
@media (max-width: 768px) {
    .modal-content-system {
        width: 95%;
        padding: 15px;
    }
}

/* 新加样式 */
@media (min-width: 750px) {
    .detail {
        padding: 0 5%;
        box-sizing: border-box;
    }

    .content {
        width: 99%;
        margin: 0 auto;
    }
}

@media (min-width: 1000px) {
    .detail {
        padding: 0 11%;
        box-sizing: border-box;
    }

    .content {
        width: 87%;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {
    .detail {
        padding: 0 11%;
        box-sizing: border-box;
    }

    .content {
        width: 80%;
        margin: 0 auto;
        max-width: 920px;
    }
}

.detail .title {
    margin-bottom: 0.2rem;
    margin-top: 0.65rem;
    font-size: 1.8rem;
    font-weight: bold;
}

.detail .font {
    margin-top: 1rem;
    padding: 0.2rem;
    border-top: 1px solid #dedede;
    /*border-bottom: 1px solid #dedede;*/
}

.title {
    font-size: 0.36rem;
    color: #333;
    text-align: center;
}

.detail .title:after {
    display: none;
}

.title:after {
    content: '';
    height: 3px;
    background-color: #f39800;
    width: 40px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

.single-box-2 {
    position: relative;
    z-index: 1;
    padding: 15px 25px;
    text-align: center;
    border-radius: 15px;
    background-color: #ffffff;
    margin-bottom: 30px;
    -webkit-box-shadow: -1px 3px 20px 0px rgba(82, 90, 101, 0.1);
    -moz-box-shadow: -1px 3px 20px 0px rgba(82, 90, 101, 0.1);
    box-shadow: -1px 3px 20px 0px rgba(82, 90, 101, 0.1);
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}

    .single-box-2 ul {
        padding-top: 1.5em;
        text-align: center;
    }

.bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.rounded-full {
    border-radius: 9999px;
}

.items-center {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    margin: 10px auto;
}

.text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
    font-size: 1.5rem;
    line-height: 2rem;
}

.fa-solid, .fas {
    font-weight: 900;
}

.bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}

.text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgb(234 179 8 / var(--tw-text-opacity, 1));
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-green-500 {
    --tw-text-opacity: 1;
    color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 5 27 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.flex {
    display: flex;
}

.single-box-21 {
    position: relative;
    z-index: 1;
    padding: 15px 25px;
    text-align: center;
    border-radius: 15px;
    background-color: #ffffff;
    margin-bottom: 30px;
    -webkit-box-shadow: -1px 3px 20px 0px rgba(82, 90, 101, 0.1);
    -moz-box-shadow: -1px 3px 20px 0px rgba(82, 90, 101, 0.1);
    box-shadow: -1px 3px 20px 0px rgba(82, 90, 101, 0.1);
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}

.single-box-3 {
    position: relative;
    z-index: 1;
    padding: 15px 15px;
    text-align: center;
    border-radius: 15px;
    background-color: #ffffff;
    margin-bottom: 30px;
    border: 2px solid dodgerblue;
    transition: all 400ms ease-out;
    will-change: transform;
}

.img-icon {
    margin-right: 1rem;
}

.img-text {
    text-align: left;
}

.font .p-title {
    font-weight: bold;
}

.font .team-info {
    padding: 10px 15px;
}

.font .project-image {
    text-align: center;
}

.img-text .p-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0px;
}

.img-icon > img {
    max-width: 4rem;
    min-height:4rem;
}

.font-16 {
    font-size: 16px;
}

.font-20 {
    font-size: 20px;
}

.font-21 {
    font-size: 21px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.center {
    text-align: center;
}

.div_mtc_cx {
    margin: 10px auto;
    justify-content: center;
}

@media screen and (min-width: 1440px) {
    .div_mtc_cx {
        margin: 10px 30px;
    }
}


