* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

@font-face {
    font-family: Raleway-Bold;
    src: url('../fonts/Raleway-Bold.ttf') format("truetype")
}

@font-face {
    font-family: Raleway-Medium;
    src: url('../fonts/Raleway-Medium.ttf') format("truetype")
}

@font-face {
    font-family: Raleway-Regular;
    src: url('../fonts/Raleway-Regular.ttf') format("truetype")
}


@font-face {
    font-family: Raleway-SemiBold;
    src: url('../fonts/Raleway-SemiBold.ttf') format("truetype")
}




/* .cursor */
html {
    scroll-behavior: smooth;
    --text: #FFF;
    background: #001220;
}

.cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    z-index: 99999999;
    pointer-events: none;
}

.cursor div {
    position: absolute;
    display: grid;
    place-items: center;
}

.cursor div div {
    border: 1.5px solid #4195B7;
    border-radius: 50%;
    animation: pulse 2.5s linear infinite;
}

.cursor div:nth-child(1),
.cursor div:nth-child(2) {
    width: 100%;
    height: 100%;
}

.cursor div:nth-child(1) {
    transition: transform 0.2s ease-out;
}

.cursor div:nth-child(2) {
    transition: transform 0.1s ease-out;
}

.cursor div:nth-child(2) div {
    background: #4195B7;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

/* .cursor */


html {
    scroll-behavior: smooth;
    scroll-padding-top: 50px;
}

body {
    margin: 0 auto;
    max-width: 1980px;
    position: relative;
}

@media (max-width: 5120px) {
    .container-new-big {
        max-width: 100%;
        padding: 0px 80px;
    }
}

@media (max-width: 2000px) {
    .container-new-big {
        max-width: 100%;
        padding: 0px 80px;
    }
}

@media (max-width: 1800px) {
    .container-new-big {
        max-width: 100%;
        padding: 0px 80px;
    }
}

@media (max-width: 1600px) {
    .container-new-big {
        max-width: 100%;
        padding: 0px 80px;
    }
}

@media (max-width: 1400px) {
    .container-new-big {
        max-width: 100%;
        padding: 0px 80px;
    }
}

@media only screen and (max-width: 1300px) {
    .container-new-big {
        padding: 0 60px;
    }
}

@media only screen and (max-width: 1200px) {
    .container-new-big {
        padding: 0 40px;
    }

    .navbar_baner_section .aries_logo {
        bottom: -280px;
    }

}

@media only screen and (max-width: 560px) {
    .container-new-big {
        padding: 0 20px;
    }
}



/* navbar-sec */
.navbar-sec {
    z-index: 99999;
    position: relative;

}

.navbar-sec nav#navbar {
    padding: 20px 50px;
    max-width: 1980px;
}



.navbar-sec #navbarNav {
    position: absolute;
    right: 10%;
}

.navbar-sec .navbar-brand {
    color: #4195b7;
    font-size: 25px;
    font-family: fangsong;
    text-decoration: none;
    font-family: Raleway-SemiBold;


}

.navbar-scroll {
    background-color: #fff;
    z-index: 999999 !important;
    position: fixed !important;
    top: 0px !important;
    padding: 20px 50px;
    color: #333d46;
    width: 100%;
    border-bottom: 1px solid #4195b7;
}

.navbar-scroll .nav-item .nav-link {
    color: #333d46 !important;

}

.navbar-sec .navbar-brand {
    position: relative;
    width: 200px;
}

.navbar-sec .navbar-brand img {
    width: 75%;
}



.navbar-sec .nav-item .nav-link {
    color: #333d46;
    font-family: Raleway-Regular;
    font-size: 15px;
    padding: 0px 7px;
    font-weight: 600;
}

.navbar-scroll .nav-item .nav-link:hover {
    color: #4195b7 !important;
    border-bottom: 2px solid;
    padding-bottom: 5px;
    max-width: fit-content;

}


.navbar-sec .nav-item .nav-link:hover {
    color: #4195b7;
    border-bottom: 2px solid;
    padding-bottom: 5px;
    max-width: fit-content;
}


.navbar-sec .icons a {
    text-decoration: none;
    color: #fff;
    margin: 0px 10px;
}

.navbar-sec .nav-item {
    margin-right: 15px;
}

.navbar-sec .dropdown-menu .dropdown-item {
    font-family: Raleway-Medium;
    font-size: 14px;
    opacity: 0.7;
    padding: 8px 20px;
}

.navbar-sec .dropdown-menu .dropdown-item:hover {
    opacity: 1;
    background-color: #4195b7;


}

.navbar-sec .nav-item .nav-link.active {
    color: #4195b7 !important;
    border-bottom: 2px solid;
    padding-bottom: 5px;
    max-width: fit-content;
}

.navbar-scroll .nav-item .nav-link.active {
    color: #4195b7 !important;
    border-bottom: 2px solid;
    padding-bottom: 5px;
    max-width: fit-content;

}

/* ======================== */

/* banner-sec */
.banner-sec {
    position: relative;
}

.banner-sec .main .image {
    height: 650px;
}

.banner-sec .main .image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 55%);
}

.banner-sec .main .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    cursor: pointer;
}

.banner-sec .main .owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 7%;
    margin: 0 auto;
    width: 100%;
}

.banner-sec .main .banner-content h1 {
    color: #4195b7;
    font-size: 60px;
    font-family: Raleway-Bold;
    padding-bottom: 10px;
}

.banner-sec .main .banner-content h2 {
    color: #fff;
    font-size: 30px;
    font-family: Raleway-Bold;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.banner-sec .main .banner-content p {
    line-height: 1.8;
    color: #ffff;
    font-family: Raleway-Regular;
    font-size: 18px;
}

.banner-sec .main .banner-content {
    position: absolute;
    top: 20%;
    animation: textAnimation 10s infinite;
    width: 100%;
    text-align: center;
}

.banner-sec .main .banner-content .button {
    margin-top: 50px;
}

.banner-sec .main .banner-content .button a {
    font-size: 16px;
    text-decoration: none;
    background-color: #4195b7;
    color: #fff;
    font-family: Raleway-Medium;
    padding: 12px 20px;
    border-radius: 5px;
}

.banner-sec .main .banner-content .button a:hover {
    color: #212529 !important;

}

.hvr-bounce-to-right:before {
    background: #fff !important;
    color: #212529 !important;
    border-radius: 5px;
    border: 1px solid #4195B7 !important;
    transition-duration: .6s !important;
}

.banner-sec .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #4195b7;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span:hover {
    background: #4195b7;
}


/* --------detiail-sec------ */
.detiail-sec {
    position: relative;
    padding: 60px 0px;
}

.detiail-sec .main {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}

.detiail-sec .main .box h4 {
    font-size: 16px;
    color: #212529;
    font-family: Raleway-SemiBold;
    line-height: 1.3;
    padding-top: 15px;
}

.detiail-sec .main .box .image {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 100%; */
    margin: 0 auto;
}

.detiail-sec .main .box .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.detiail-sec .main .box {
    border-left: 1px solid #4195b7;
    width: 100%;
}

.detiail-sec .main .uniqe {
    border: none;

}

/* project-sec */
.project-sec {
    padding: 60px 0px;
    position: relative;
}

.project-sec .overall .content h2 {
    font-family: Raleway-Bold;
    font-size: 40px;
    color: #212529;
    margin-bottom: 20px;
    text-transform: capitalize;
}


.project-sec .overall .content ul {
    padding-left: 0px;
}

.project-sec .overall .content ul li {
    list-style: none;
    font-size: 16px;
    color: #3c4852;
    font-family: Raleway-Medium;
    line-height: 2.5;
    display: flex;
    align-items: center;
}

.project-sec .overall .content .uniqe {
    color: #4195b7;

}

.project-sec .overall .content {
    padding: 40px;
}

.project-sec .overall .content .icon {
    font-size: 12px;
    margin-right: 10px;
    color: #4195b7;

}

.project-sec .overall .form p {
    color: #4195b7;
    font-size: 14px;
    font-family: Raleway-Bold;
    margin-bottom: 30px;
    text-align: center;
    text-transform: capitalize;
}

.project-sec .overall .form {
    background: #fff;
    width: 75%;
    margin: 0 auto;
    padding: 40px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    border-radius: 15px;
    border: 0.5px solid #fff;
    cursor: pointer;

}


.project-sec .overall .form:hover {
    border: 0.5px solid #4195B7;

}


.project-sec .overall .form .form-data {
    margin-bottom: 20px;
}

.project-sec .overall .form .input-data {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 0.5px solid #4195B7;
    outline: none;
    font-size: 12px;
    font-family: Raleway-Medium;
    color: #3c4852;
}

.project-sec .overall .form input::placeholder {
    color: #3c4852ba;
    font-size: 12px;
    font-family: Raleway-Medium;
}

.project-sec .overall .form .button {
    text-align: center;
    margin-top: 40px;
}

.project-sec .overall .form .button a {
    font-size: 16px;
    text-decoration: none;
    background-color: #4195b7;
    color: #fff;
    font-family: Raleway-Medium;
    padding: 12px 20px;
    border-radius: 5px;
}

.project-sec .overall .form .button a:hover {
    color: #212529;
}


.project-sec .overall .form .para {
    color: #4195b7;
    font-size: 12px;
    font-family: Raleway-Medium;
    margin-bottom: 30px;
    line-height: 2;
}

/* Master-industry-sec */
.Master-industry-sec {
    padding: 80px 0px;
    position: relative;
    overflow: hidden;
}

.Master-industry-sec .content {
    padding: 40px;
}

.Master-industry-sec .content h2 {
    font-family: Raleway-Bold;
    font-size: 40px;
    color: #212529;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.Master-industry-sec .content h2 .uniqe {
    color: #4195b7;

}

.Master-industry-sec .content p {
    font-size: 16px;
    color: #3c4852;
    font-family: 'Raleway-Medium';
    margin-bottom: 0px;
}

.Master-industry-sec .image {
    height: 500px;
    width: 100%;
    padding: 30px;
    overflow: hidden;
    position: relative;
}

.Master-industry-sec .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10%;
    cursor: pointer;
    object-position: left;
}

.Master-industry-sec .image::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.Master-industry-sec .image:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

.Master-industry-sec .button-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.Master-industry-sec .button-group .button {}

.Master-industry-sec .button-group .button a {
    font-size: 16px;
    text-decoration: none;
    background-color: #4195b7;
    color: #fff;
    font-family: Raleway-Medium;
    padding: 12px 15px;
    border-radius: 5px;
}

.Master-industry-sec .button-group .button a:hover {
    color: #212529;
}


.Master-industry-sec .list {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.Master-industry-sec .list ul {
    padding-left: 0px;
}

.Master-industry-sec .list ul li {
    list-style: none;
    font-size: 16px;
    font-family: Raleway-Medium;
    line-height: 2.5;
    display: flex;
    align-items: center;

}

.Master-industry-sec .list ul li .icon {
    font-size: 12px;
    margin-right: 10px;
    color: #4195b7 !important;
}

.Master-industry-sec .list ul li a {
    color: #3c4852;
    text-decoration: none;

}

.Master-industry-sec .list ul li a:hover {
    color: #4195B7;

}



.Master-industry-sec .list-type {
    margin-right: 60px;
}


/* professional-sec */
.professional-sec {
    position: relative;
    padding-top: 40px;
    padding-bottom: 120px;
}

.professional-sec h2 {
    font-family: Raleway-Bold;
    font-size: 40px;
    color: #212529;
    margin-bottom: 20px;
    text-transform: capitalize;
    text-align: center;
}

.professional-sec .unique {
    color: #4195b7;

}

.professional-sec .para {
    font-size: 16px;
    color: #3c4852;
    font-family: 'Raleway-Medium';
    margin-bottom: 0px;
    width: 37%;
    margin: 0 auto;
    text-align: center;
}

.professional-sec .content .overall .image {
    height: 140px;
    width: 150px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.professional-sec .content .overall .image:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

.professional-sec .content .overall .image::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.professional-sec .content .overall .image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;

}



.professional-sec .content .overall h4 {
    font-size: 18px;
    line-height: 1.5;
    font-family: Raleway-Bold;
    color: #212529;
}

.professional-sec .content .overall .image-para {
    font-size: 16px;
    color: #3c4852;
    font-family: 'Raleway-Medium';
}

.professional-sec .content .overall .image-content {
    padding-left: 30px;
    width: 70%;
}


.professional-sec .content .overall .image-content p {
    font-size: 16px;
    color: #3c4852;
    font-family: 'Raleway-Medium';
    margin-bottom: 0px;
}

.professional-sec .content .overall {
    display: flex;
    margin-top: 50px;
    padding: 10px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    border-radius: 5px;
    border: 0.5px solid #fff;
    cursor: pointer;
    transition: transform .4s;
}

.professional-sec .content .overall:hover {
    transform: scale(1.05);
}


.professional-sec .content .overall:hover {
    border: 0.5px solid #4195B7;
}

/* ai-expert-sec */

.ai-expert-sec {
    position: relative;
    background-image: url(../images/ai-expert-img.webp);
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.ai-expert-sec .image-contant {
    position: absolute;
    top: 38%;
    right: 10%;
}

.ai-expert-sec .image-contant h2 {
    font-family: Raleway-Bold;
    font-size: 35px;
    color: #212529;
    margin-bottom: 20px;
    text-transform: capitalize;
    text-align: center;
}

.ai-expert-sec .image-contant .unique {
    color: #4195b7;

}


.ai-expert-sec .button {
    margin-top: 40px;
    text-align: center;
}

.ai-expert-sec .button a {
    font-size: 16px;
    text-decoration: none;
    background-color: #4195b7;
    color: #fff;
    font-family: Raleway-Medium;
    padding: 12px 20px;
    border-radius: 5px;
}

.ai-expert-sec .button a:hover {
    color: #212529;
}


/* footer-sec */
.footer-sec {
    position: relative;
    padding-top: 80px;
}




.footer-sec .main {
    padding: 50px 50px 30px;
}

.footer-sec .main .box {}

.footer-sec .main .box h4 {
    margin-bottom: 20px;
    color: #212529;
    font-family: Raleway-Bold;
    font-size: 20px;
}

.footer-sec .main .box .location a {
    font-size: 16px;
    color: #3c4852;
    font-family: 'Raleway-Medium';
    text-decoration: none;
}

.footer-sec .main .box .location a:hover {
    color: #4195B7;
}

.footer-sec .main .box ul {
    padding-left: 0px;
}

.footer-sec .main .box ul .list-item {
    list-style: none;
    line-height: 1.9;
}

.footer-sec .main .box ul .list-item .list {
    text-decoration: none;
    font-size: 16px;
    color: #3c4852;
    font-family: 'Raleway-Medium';
    text-decoration: none;
}

.footer-sec .main .box ul .list-item .list:hover {
    color: #4195B7;

}

.footer-sec .main .box .head-icon .list-icon {
    list-style: none;
    display: inline-block;
    margin: 3px;
}

.footer-sec .main .box .head-icon {
    padding-right: 0px;

}

.footer-sec .main .box .head-icon .list-icon a {
    display: flex;
    height: 35px;
    width: 35px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #4195B7;
    border-radius: 100%;
    border: 1px solid #4195B7;
}

.footer-sec .main .box .head-icon .list-icon a svg {
    fill: #4195B7 !important;
}

.footer-sec .main .box .head-icon .list-icon a:hover,
.footer-sec .main .box .head-icon .list-icon a:hover svg {
    fill: #fff !important;

}

.footer-sec .main .box .head-icon .list-icon a:hover {
    border: 1px solid #fff;
    color: #fff;
    background-color: #4195B7;


}

.footer-sec .footer-last-para {
    padding: 40px 0px;
}

.footer-sec .last-para {
    text-align: center;
    font-size: 16px;
    color: #212529;
    font-family: 'Raleway-Medium';
    margin-bottom: 0px;
}

.footer-sec .last-para a {
    text-decoration: none;
    color: #4195B7;
}


/* map-sec */
.map-sec {
    padding-top: 80px;
}

.map-sec h2 {
    font-family: Raleway-Bold;
    font-size: 35px;
    color: #212529;
    margin-bottom: 40px;
    text-transform: capitalize;
    text-align: center;
}

.map-sec .main {
    padding: 40px;
}

.map-sec .unique {
    color: #4195b7;


}

.map-sec iframe {
    width: 100%;
    height: 500px;
    border-radius: 40px;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

/* ----text-animation------- */

@keyframes textAnimation {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }

    50% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(50px);
    }
}

/* ----------- */


/* image-hover */
@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

/* ----------- */
/* ----arrow------- */

#back_click_top i {
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #4195b7;
}

#back_click_top.show {
    opacity: 1;
    visibility: visible;
}

#back_click_top {
    display: inline-block;
    background-color: transparent;
    border: 1px solid #4195b7;
    width: 50px;
    height: 50px;
    animation: zoom-in-zoom-out 2s ease-out infinite;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
    border-radius: 50% !important;
    font-size: 12px;

}

/* ----------- */

/* ============= media query ==============*/


@media (max-width: 1200px) {
    .navbar-sec .nav-item .nav-link {
        padding: 0px 5px;
    }

    .navbar-sec .logo {
        width: 160px;
    }

    .banner-sec .main .image {
        height: 600px;
    }

    .banner-sec .main .banner-content {
        top: 15%;

    }

    .project-sec .overall .form {
        width: 80%;

    }

    .project-sec .overall .content {
        padding: 25px;
    }

    .project-sec {

        padding-top: 40px;
    }

    .Master-industry-sec {

        padding-top: 50px;
    }

    .professional-sec {
        padding-top: 0px;
    }
}

@media (max-width: 1180px) {
    .project-sec .overall .content {
        padding: 20px;
    }
}

@media (max-width: 1112px) {
    .navbar-sec .nav-item .nav-link {
        font-size: 14px;
    }

    .project-sec .overall .content {
        padding: 0px;
    }

    .Master-industry-sec .content {
        padding: 15px;
    }

    .professional-sec .content .overall {
        align-items: center;
    }
}

@media (max-width: 1024px) {

    .navbar-sec .nav-item .nav-link {
        font-size: 16px;
    }

    .project-sec .overall .content h2 {

        font-size: 35px;
    }

    .navbar-sec .navbar-brand img {
        width: 85%;
    }

    .project-sec .overall .content ul li {
        font-size: 14px;
    }

    .project-sec .overall .form {
        width: 100%;
    }

    .Master-industry-sec .content h2 {
        font-size: 35px;

    }

    .Master-industry-sec .button-group {
        display: flex;

        margin-top: 30px;
    }

    .Master-industry-sec .button-group .button a {
        font-size: 14px;

    }

    .professional-sec h2 {
        font-size: 35px;

    }

    .professional-sec .content .overall .image-content p br {
        display: none
    }

    .ai-expert-sec .image-contant h2 {
        font-size: 30px;

    }

    .ai-expert-sec {
        height: 400px;
    }

    .map-sec iframe {
        height: 450px;
    }

    .footer-sec {
        padding-top: 40px;
    }

    .Master-industry-sec {
        padding-bottom: 50px;
    }

    .banner-sec .main .banner-content h1 {
        font-size: 45px;
    }

    .project-sec .overall .form input::placeholder {
        font-size: 12px;
    }

    .project-sec .overall .form .input-data {

        font-size: 14px;

    }

    .project-sec .overall .form input::placeholder {
        font-size: 14px;
    }

}

@media (max-width: 992px) {
    .banner-sec .main .image {
        height: 500px;
    }

    .banner-sec .main .banner-content {
        top: 10%;
    }

    .banner-sec .main .banner-content h1 {
        font-size: 40px;
    }

    .banner-sec .main .banner-content p {

        font-size: 16px;
    }

    .Master-industry-sec .content {
        padding: 10px;
    }

    .Master-industry-sec .button-group .button {
        margin: 10px;
    }

    .Master-industry-sec .button-group {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .Master-industry-sec .button-group .button a {
        font-size: 16px;
    }

    .professional-sec {

        padding-bottom: 80px;
    }

    .map-sec {
        padding-top: 70px;
    }

    .footer-sec .footer-last-para {
        padding-top: 10px;
    }

    .footer-sec {
        padding-top: 20px;
    }

    .Master-industry-sec .button-group {
        margin-top: 25px;
    }
}

@media (max-width: 990px) {

    .navbar-sec {
        position: relative;
    }

    .navbar-sec .nav-item {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .navbar-sec .navbar-brand img {
        width: 70%;
    }


    .navbar-sec .navbar-brand img {
        width: 100%;
    }

    .navbar-sec #navbarNav {
        position: relative;
        right: 30px;
    }

    .navbar .bg-dark {
        background-color: #fff !important;
    }

    .container-new-big {
        padding: 0 30px;
    }


    .navbar-sec .navbar-nav {
        padding-left: 40px;
        padding-top: 20px;
    }

    .navbar-sec .nav-item .nav-link {
        font-size: 18px;
        line-height: 2;
    }

    .navbar-sec .nav-item .nav-link.active {
        border-bottom: 1px solid;
        max-width: none;
    }

    .navbar-sec .nav-item .nav-link:hover {
        border-bottom: none;
        max-width: none;
    }


}

@media (max-width: 820px) {
    .banner-sec .main .image {
        height: 450px;
    }

    .project-sec {
        overflow: hidden;
        position: relative;
    }

    .Master-industry-sec {
        overflow: hidden;
        position: relative;
    }

    .banner-sec .main .banner-content h2 {
        font-size: 25px;

    }

    .banner-sec .main .banner-content h1 {
        font-size: 35px;
    }

    .banner-sec .main .banner-content .button {
        margin-top: 30px;
    }

    .detiail-sec .main .box {
        width: 50%;
        margin-bottom: 40px;
    }

    .detiail-sec .main {

        flex-wrap: wrap;
    }

    .detiail-sec .main .left-code {
        border-left: none;
    }

    .detiail-sec .main .box h4 {
        font-size: 18px;
    }

    .detiail-sec .main .box .image {
        height: 50px;
        width: 50px;

    }

    .project-sec .overall .content h2 {
        font-size: 30px;
    }

    .project-sec .overall .form {
        padding: 30px;

    }

    .project-sec .overall .content ul li {
        font-size: 18px;
        line-height: 1.9;
        margin-bottom: 12px;
    }

    .project-sec .overall .form .para {
        font-size: 14px;

    }

    .project-sec .overall .form .input-data {

        font-size: 16px;

    }

    .project-sec .overall .form input::placeholder {
        font-size: 16px;
    }

    .project-sec .overall .form p {
        font-size: 16px;
    }

    .Master-industry-sec {
        padding-top: 30px;
    }

    .Master-industry-sec .content h2 {
        font-size: 30px;
    }

    .Master-industry-sec .list-type {
        margin-right: 20px;
    }

    .Master-industry-sec .list {
        margin-top: 30px;
    }

    .Master-industry-sec .image {
        height: 400px;

    }

    .Master-industry-sec .image {
        padding: 0px;
    }

    .professional-sec h2 {
        font-size: 30px;
    }

    .professional-sec .para {
        font-size: 16px;
        width: 50%;
    }

    .professional-sec .content .overall .image {
        height: 200px;
        width: 100%;
        margin: 0 auto;
    }

    .professional-sec .content .overall {
        flex-wrap: wrap;
    }

    .professional-sec .content .overall .image-content {
        padding-left: 0px;
        width: 100%;
        padding: 20px;
    }

    .professional-sec .content .overall .image-content p {
        font-size: 18px;
    }

    .professional-sec .content .overall h4 {
        font-size: 20px;
    }

    .Master-industry-sec .list-type {
        margin-right: 10px;
    }

    .ai-expert-sec .image-contant {
        top: 35%;
        right: 5%;
    }

    .map-sec .main {
        padding: 30px;
    }

    .map-sec iframe {
        height: 400px;
    }

    .footer-sec .main .box .location a {
        font-size: 18px;
    }

    .footer-sec .main .box ul .list-item .list {
        font-size: 18px;

    }

    .footer-sec .last-para {
        font-size: 18px;

    }
}

@media (max-width: 767px) {
    .project-sec {
        padding-top: 0px;
    }

    .project-sec .overall .content h2 {
        text-align: center;
        font-size: 35px;
    }

    .project-sec .overall .form {
        padding: 40px;
        margin-top: 40px;
    }

    .project-sec .overall .form {
        width: 90%;
    }

    .project-sec .overall .content ul {
        padding-left: 40px;
    }

    .project-sec .overall .form p {
        font-size: 18px;
    }

    .project-sec .overall .form .para {
        font-size: 16px;
    }

    .project-sec .overall .form .button a {
        font-size: 18px;
    }

    .Master-industry-sec .content h2 {
        font-size: 35px;
        text-align: center;
    }

    .Master-industry-sec .content {
        padding: 30px;
        text-align: center;
    }

    .Master-industry-sec .content p {
        font-size: 18px;

    }

    .Master-industry-sec .button-group {
        justify-content: center;
    }

    .Master-industry-sec .button-group .button a {
        font-size: 18px;
    }

    .Master-industry-sec .list {
        justify-content: space-evenly;
    }

    .Master-industry-sec .list ul li {
        font-size: 17px;

    }

    .Master-industry-sec .image {
        height: 450px;
    }

    .Master-industry-sec .image {
        height: 450px;
        padding: 30px;
    }

    .professional-sec h2 {
        font-size: 35px;
    }

    .professional-sec .para {
        font-size: 18px;
        width: 70%;
    }

    .professional-sec {
        padding-top: 30px;
    }

    .professional-sec .content .overall .image {
        height: 350px;
    }

    .professional-sec .content .overall {
        padding: 20px;
    }

    .professional-sec .content .overall .image-content {
        width: 80%;
        padding: 20px;
        text-align: center;
        margin: 0 auto;
    }

    .professional-sec .content .overall h4 {
        font-size: 22px;
    }

    .professional-sec .content .overall h4 br {
        display: none;
    }

    .ai-expert-sec {
        height: 350px;
    }

    .ai-expert-sec .image-contant {
        top: 30%;
        right: 15%;
    }

    .footer-sec .main .box {
        margin-bottom: 40px;
    }
}

@media (max-width: 720px) {
    .project-sec .overall .form .para {
        font-size: 18px;
    }

    .project-sec .overall .form p {
        font-size: 20px;
    }

    .Master-industry-sec .content {
        padding: 0px;
    }

    .banner-sec .main .banner-content p {
        font-size: 17px;
    }

    .banner-sec .main .banner-content .button a {
        font-size: 18px;
    }
}


@media (max-width: 550px) {

    .banner-sec .main .image {
        height: 400px;
    }

    .banner-sec .main .banner-content h1 {
        font-size: 30px;
    }

    .banner-sec .main .banner-content h2 {
        font-size: 20px;
    }

    .banner-sec .main .banner-content p {
        font-size: 16px;
    }

    .banner-sec .main .banner-content .button a {
        font-size: 16px;
    }

    .banner-sec .main .banner-content .button {
        margin-top: 20px;
    }

    .ai-expert-sec .image-contant h2 {
        font-size: 25px;
    }

    .project-sec .overall .content h2 {
        font-size: 30px;
    }

    .project-sec .overall .content ul {
        padding-left: 20px;
    }

    .detiail-sec .main .box {
        width: 100%;
        margin-bottom: 40px;
    }

    .detiail-sec .main .box {
        border-left: none;
    }

    .detiail-sec {
        padding-bottom: 40px;
    }

    .project-sec .overall .form {
        width: 100%;
    }

    .project-sec .overall .form {
        padding: 15px;
    }

    .project-sec .overall .form .para {
        font-size: 16px;
    }

    .project-sec .overall .form .button {
        margin-top: 30px;
    }

    .project-sec {
        padding-bottom: 40px;
    }

    .Master-industry-sec .content h2 {
        font-size: 30px;
    }

    .Master-industry-sec .button-group {
        justify-content: space-around;
    }

    .Master-industry-sec .button-group .button a {
        width: 100%;
        font-size: 17px;
    }

    .Master-industry-sec .button-group .button {
        width: 100%;
    }

    .Master-industry-sec .image {
        height: 350px;
        padding: 0px;
    }

    .professional-sec h2 {
        font-size: 30px;
    }

    .professional-sec .para {
        width: 90%;
    }

    .professional-sec .content .overall {
        margin-top: 30px;

    }

    .professional-sec .content .overall .image {
        height: 250px;
    }

    .professional-sec .content .overall .image-content {
        width: 100%;

    }

    .ai-expert-sec {
        height: 250px;
    }

    .ai-expert-sec .image-contant {
        top: 22%;
        right: 12%;
    }

    .map-sec iframe {
        height: 300px;
    }

    .map-sec h2 {
        font-size: 30px;

    }

    .footer-sec .main {
        padding: 50px 0px 0px;
        text-align: center;
    }

    .navbar-sec .navbar-nav {
        padding-left: 20px;
    }

    .banner-sec .main .banner-content p br {
        display: none;
    }

    .navbar-sec nav#navbar {
        padding: 20px 30px;
    }
}

@media (max-width: 430px) {

    .banner-sec .main .banner-content h2 {
        padding-bottom: 0px;
    }

    .banner-sec .main .banner-content p {
        font-size: 18px;
    }

    .banner-sec .main .banner-content h1 {
        padding-bottom: 0px;
    }

    .banner-sec .main .owl-theme .owl-nav.disabled+.owl-dots {
        bottom: 3%;
    }

    .detiail-sec {
        padding-bottom: 20px;
    }

    .project-sec .overall .content ul {
        padding-left: 0px;
    }

    .professional-sec {
        padding-top: 0px;
    }

    .professional-sec h2 {
        font-size: 28px;
    }

    .professional-sec .para {
        width: 100%;
    }

    .professional-sec .content .overall .image {
        height: 180px;
    }

    .professional-sec .content .overall .image-content {
        width: 100%;
        padding: 20px 0PX;

    }

    .ai-expert-sec .image-contant h2 {
        font-size: 22px;
    }

    .ai-expert-sec .image-contant {
        right: 10%;
    }

    .map-sec .main {
        padding: 0px;
    }

    .map-sec iframe {
        height: 250px;
    }


}

@media (max-width: 396px) {
    .project-sec .overall .content h2 {
        font-size: 25px;
    }

    .project-sec .overall .form p {
        font-size: 18px;
    }

    .project-sec .overall .form .para {
        font-size: 14px;
    }

    .project-sec .overall .form .button a {
        font-size: 16px;
    }

    .Master-industry-sec .content h2 {
        font-size: 25px;
    }

    .Master-industry-sec .content p {
        font-size: 16px;
    }

    .Master-industry-sec .list ul li {
        font-size: 16px;
    }

    .Master-industry-sec .image {
        height: 250px;
    }

    .professional-sec h2 {
        font-size: 25px;
    }

    .professional-sec .para {
        font-size: 16px;
    }

    .professional-sec .content .overall h4 {
        font-size: 20px;
    }

    .professional-sec .content .overall .image-content p {
        font-size: 16px;
    }

    .ai-expert-sec {
        height: 200px;
    }

    .ai-expert-sec .image-contant {
        right: 10%;
    }

    .ai-expert-sec .button {
        margin-top: 20px;
    }

    .map-sec {
        padding-top: 60px;
    }

    .map-sec h2 {
        font-size: 25px;
    }

    .footer-sec .main .box ul .list-item .list {
        font-size: 17px;
    }

    .footer-sec .main .box .location a {
        font-size: 16px;
    }

    .footer-sec .last-para {
        font-size: 16px;
    }

    #back_click_top {
        bottom: 70px;
    }

}

@media (max-width: 390px) {

    .ai-expert-sec .image-contant {
        right: 5%;
    }
}

@media (max-width: 320px) {

    .navbar-sec .nav-item .nav-link {
        font-size: 15px;
    }

    .banner-sec .main .banner-content h2 {
        font-size: 17px;
    }

    .banner-sec .main .banner-content h1 {
        font-size: 25px;
    }

    .banner-sec .main .banner-content p {
        font-size: 16px;
    }

    .detiail-sec .main .box h4 {
        font-size: 16px;
    }

    .project-sec .overall .content h2 {
        font-size: 22px;
    }

    .project-sec .overall .content ul li {
        font-size: 16px;

    }

    .project-sec .overall .form p {
        font-size: 16px;
    }

    .project-sec .overall .form .input-data {
        font-size: 16px;
    }

    .project-sec .overall .form .para {
        font-size: 12px;
    }

    .Master-industry-sec .content h2 {
        font-size: 22px;
    }

    .Master-industry-sec .list ul li {
        font-size: 12px;
    }

    .professional-sec h2 {
        font-size: 22px;
    }

    .professional-sec h2 {
        font-size: 22px;
    }

    .professional-sec .content .overall .image {
        height: 120px;
    }

    .professional-sec .content .overall h4 {
        font-size: 16px;
    }

    .professional-sec .content .overall .image-content p {
        font-size: 14px;
    }

    .ai-expert-sec .image-contant h2 {
        font-size: 18px;
    }

    .ai-expert-sec .button a {
        font-size: 14px;

    }

    .map-sec {
        padding-top: 50px;
    }

    .map-sec h2 {
        font-size: 22px;
    }

    .footer-sec .main .box h4 {

        font-size: 18px;
    }

    .footer-sec .main .box .location a {
        font-size: 14px;
    }

    .footer-sec .main .box ul .list-item .list {
        font-size: 14px;
    }

    .footer-sec .last-para {
        font-size: 14px;
    }

    .project-sec .overall .form .input-data {

        font-size: 14px;

    }

    .project-sec .overall .form input::placeholder {
        font-size: 14px;
    }

}