html,
body {
    overflow-x: hidden; /* Prevent scroll on narrow devices */
    scroll-behavior: smooth;
}

body {
    padding-top: 74px;
}

:root {
    --white: #fff;
    --black: #000;
    --nav-links: #a700c4;
    --blue: #4a00f9;
}

::selection {
    background-color: var(--nav-links);
    color: var(--white);
}

/* ******* navbar dropdown on click ******* */

.dropdown-menu.show {
    display: block;
}

/* ******* navbar dropdown on click ******* */


/* ******* navbar dropdown on hover ******* */

.dropdown:hover .dropdown-menu {
    display: block;
}

/* ******* navbar dropdown on hover ******* */

nav {
    /*height: 120px;*/
    padding: 0;
    transition: all 0.5s ease;
}
.navbar {
    background-color: var(--white);
}
.navbar-dark .navbar-brand {
    font-size: 30px;
    transition: all 0.5s ease;
}
.navbar-dark .navbar-brand img {
    width: 300px;
}
/*.nav_color {*/
/*    background-color: var(--logo-background);*/
/*    height: 100px;*/
/*}*/
/*.navbar-dark.nav_color .navbar-brand {*/
/*    transform: scale(0.8);*/
/*}*/
.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus {
    text-transform: uppercase;
    color: var(--nav-links);
    font-weight: 500;
    transition: all 0.5s ease;
    cursor: pointer;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: var(--blue);
}
.navbar-dark .navbar-nav .nav-link.talk_expert,
.navbar-dark .navbar-nav .nav-link.talk_expert:focus {
    font-size: 12px;
    border-radius: 36px;
    background: linear-gradient(44deg, var(--nav-links), var(--blue));
    border: 2px solid var(--white);
    transition: all 0.5s ease;
    color: var(--white);
    font-weight: 700;
    padding: 10px 30px;
}
.navbar-dark .navbar-nav .nav-link.talk_expert:hover {
    background: var(--white);
    color: var(--nav-links);
    border: 2px solid var(--blue);
    transition: all 0.5s ease;
}
.navbar-nav .dropdown .dropdown-menu {
    padding: 0;
    /*box-shadow: 0 0 5px 10px var(--logo-bg-opac);*/
    /*box-shadow: 0 0 5px 10px var(--light-blue);*/
    /*box-shadow: 0 0 5px 5px #18a5de61;*/
    min-width: max-content;
}
.navbar-nav .dropdown .dropdown-menu a {
    text-decoration: none;
    color: var(--nav-links);
    transition: all 0.5s ease;
}
.dropdown-menu ul {
    list-style: none;
    padding: 0;
}
.dropdown-menu h4,
.dropdown-menu img,
#about .container p:nth-child(2) {
    margin-bottom: 20px;
}
.dropdown-menu li {
    line-height: 2;
    transition: all 0.5s ease;
    border-bottom: 1px solid var(--nav-links);
    padding: 5px 20px;
}
.dropdown-menu li:hover {
    border-bottom: 1px solid var(--blue);
}
.dropdown-menu li:last-child {
    border-bottom: none;
}
.navbar-nav .dropdown .dropdown-menu a:hover {
    color: var(--blue);
    padding-left: 5px;
}

.dropdown-toggle::after {
    margin-left: 5px;
}
.navbar-dark .navbar-nav .nav-item {
    margin-right: 5px;
}
.navbar-dark .navbar-nav .nav-item:last-child {
    margin-left: 10px;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url(../../img/icons/menu.svg);
}
.desk-logo {
    width: 230px;
    margin-top: 5px;
}
.mob-logo {
    display: none;
}


#index_banner .carousel-inner img {
    width: 100%;
}
#index_banner .carousel-caption {
    /*bottom: auto;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    height: 100vh;
    width: 100%;
    background-color: #0000009e;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#index_banner .carousel-caption h5 {
    font-size: 40px;
    margin-bottom: 50px;
}
#index_banner .carousel-caption a {
    text-decoration: none;
    /*color: var(--logo-background);*/
    color: var(--white);
    /*background-color: var(--white);*/
    /*background-color: #D95F69;*/
    background: linear-gradient(44deg, var(--nav-links), var(--blue));
    font-weight: bold;
    padding: 15px 50px;
    border-radius: 36px;
    border: 2px solid var(--white);
    transition: all 0.5s ease;
    font-size: 20px;
}
#index_banner .carousel-caption a:hover {
    color: var(--blue);
    /*background-color: var(--transparent);*/
    background: var(--white);
    border: 2px solid var(--blue);
    /*box-shadow: 0 0 5px 5px var(--logo-background);*/
}



#services .service {
    flex: 1 0 25%;
    cursor: pointer;
}
#services .section-title {
    text-align: center;
    padding-bottom: 30px;
}
#services .section-title h2 {
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 8px 20px;
    line-height: 1;
    margin: 0;
    background: rgba(255, 252, 252, 0.925);
    color: var(--blue);
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px;
}
#services .section-title h3 {
    margin: 15px 0 0 0;
    font-size: 32px;
    font-weight: 700;
    color: var(--black);
}
#services span {
    color: var(--nav-links);
    text-decoration: underline;
}
#services {
    padding: 60px 0;
    overflow: hidden;
    height: 90vh;
    display: flex;
    align-items: center;
}
#services .icon-box {
    padding: 60px 30px;
    position: relative;
    overflow: hidden;
    background: #f3f3f3;
    box-shadow: 2px 0 35px 0 rgba(235, 237, 243, 0.048);
    transition: all 0.3s ease-in-out;
    border-radius: 0;
    z-index: 1;
    text-align: center;
    /*border-top: 10px solid var(--logo-background);*/
    /*border-top: 10px solid var(--light-blue);*/
    border-top: 5px solid var(--blue);
}
#services .icon-box:hover {
    border-top: 5px solid var(--nav-links);
}
#services .icon-box::before {
    content: "";
    position: absolute;
    background: var(--nav-links);
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.4s;
    z-index: -1;
}
#services .icon-box:hover::before {
    background: var(--nav-links);
    top: 0;
    border-radius: 0px;
}
#services .icon {
    margin-bottom: 30px;
}
#services .icon i {
    font-size: 48px;
    line-height: 1;
    /*color: var(--logo-background);*/
    color: var(--nav-links);
    transition: all 0.3s ease-in-out;
}
#services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    color: var(--logo-background);
}
#services .title a {
    color: var(--black);
    text-decoration: none;
}
#services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
    color: var(--black);
}
#services .icon-box:hover .title a,
#services .icon-box:hover .description {
    color: var(--white);
}
#services .icon-box:hover .icon i {
    color: var(--white);
}
#services .service_row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
#services .service_row a {
    flex: 1 0 32%;
    text-decoration: none;
    color: var(--black);
    transition: all 0.5s ease;
}
#services .service_row a:hover h4 {
    color: var(--white);
}



#who_we_are {
    height: 88vh;
    padding: 60px 0;
    overflow: hidden;
    background-image: url(../../img/home/who2.png);
    display: flex;
    justify-content: center;
    align-items: center;
}
#who_we_are .who {
    text-align: end;
}
#who_we_are .card {
    border: none;
    border-radius: 0;
    border-right: 10px solid var(--logo-background);
    display: inline-block;
    width: 50%;
    padding: 30px;
    text-align: left;
}
#who_we_are .card h5 {
    margin-bottom: 30px;
    font-size: 40px;
}



#process {
    padding: 60px 0;
    overflow: hidden;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bg);
}
#process h2 {
    margin-bottom: 50px;
    color: var(--logo-background);
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
}
#process .pro {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    justify-content: center;
}
#process .pro a {
    flex: 1 0 100%;
    max-width: 24%;
    text-decoration: none;
    color: var(--black);
}
#process .pro .card {
    border: 0;
    transition: all 0.5s ease;
    cursor: pointer;
}
#process .pro .card:hover {
    /*box-shadow: 0 0 5px 10px var(--logo-bg-opac);*/
    box-shadow: 0 0 3px 3px #a200c759;
    /*box-shadow: 0 0 5px 5px #18a5de61;*/
}
#process .pro .card i {
    text-align: center;
    padding: 50px 0;
    color: var(--blue);
    background-color: #f3f3f3;
}
#process .pro .card .img {
    padding: 40px 0;
    background-color: #f3f3f3;
    text-align: center;
}
#process .pro .card .img img {
    width: 68px;
}
#process .pro .card .card-body {
    margin-top: 20px;
}
#process .pro .card h5 {
    text-align: center;
    padding-bottom: 10px;
    color: var(--logo-background);
}
#process .pro .card p {
    text-align: center;
}



#industries {
    padding: 60px 0;
    overflow: hidden;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../../img/home/Simple_Shiny.svg);
}
#industries h2 {
    color: var(--white);
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 60px;
}
#industries .cards {
    display: flex;
    flex-wrap: wrap;
}
#industries a {
    flex: 1 0 20%;
    text-decoration: none;
    color: var(--black);
}
#industries .card {
    border-radius: 0;
    border: 1px solid var(--nav-links);
    transition: all 0.5s ease;
    cursor: pointer;
}
#industries .card:hover {
    transform: scale(1.1);
    z-index: 1;
    background-color: var(--nav-links);
}
#industries .card i {
    /*padding: 50px 0;*/
    padding: 50px 0 5px;
    text-align: center;
    transition: all 0.5s ease;
    color: var(--nav-links);
}
#industries .card:hover i {
    color: var(--white);
}
#industries .card h5 {
    text-align: center; 
    margin-bottom: 30px;
    color: var(--logo-background);
}
#industries .card:hover h5 {
    color: var(--white);
}



#testimonials {
    padding: 40px 0;
    overflow: hidden;
    height: 88vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bg);
}
#testimonials h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 50px;
    color: var(--logo-background);
    text-transform: uppercase;
}
#testimonials .item,
#testimonials .user-detail,
#testimonials .user-handle {
    display: flex;
    justify-content: center;
    align-items: center;
}
#testimonials .control-btn {
    font-size: 25px !important;
    top: 50%;
    transform: translate(-50%);
    position: absolute;
    color: var(--logo-background) !important;
}
#testimonials .owl-prev i {
    margin-right: 20px;
}
#testimonials .owl-prev {
    left: 90px;
}
#testimonials .owl-next i {
    margin-left: 20px;
}
#testimonials .owl-next {
    right: 0;
}
#testimonials .item {
    flex-direction: column;
    padding: 20px 0;
}
#testimonials .user-detail {
    flex-direction: column;
    padding: 1rem 2rem;
    background-color: var(--white);
    margin-bottom: -100px;
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}
#testimonials .avatar {
    max-width: 120px;
    border: 4px solid var(--logo-background);
    border-radius: 50%;
}
#testimonials .user-detail h4 {
    margin: 15px 0 10px;
    font-size: 25px;
}
#testimonials .user-handle {
    text-decoration: none;
    color: #444;
}
#testimonials .social-media {
    max-width: 25px;
    margin-right: 15px;
}
#testimonials .user-text {
    background-color: var(--white);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 8rem 5rem 5rem 5rem;
}
#testimonials .user-text p {
    max-width: 50ch;
    line-height: 2;
    position: relative;
}
#testimonials .user-text p::before,
#testimonials .user-text p::after {
    font-size: 80px;
    color: var(--logo-background);
    position: absolute;
    font-family: sans-serif;
    content: '"';
}
#testimonials .user-text p::before {
    top: -60px;
    left: -40px;
}
#testimonials .user-text p::after {
    bottom: -90px;
    right: 0;
}
#testimonials .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
#testimonials .owl-dots .owl-dot span {
    display: block;
    height: 20px;
    width: 20px;
    background-color: var(--logo-background);
    margin: 0 10px;
    border-radius: 50%;
    border: 2px solid var(--white);
    transition: all 0.5s ease;
}
#testimonials .owl-dots .owl-dot.active span {
    background-color: var(--white);
    border: 2px solid var(--logo-background);
}



#about {
    padding: 50px 0;
}
#about h2 {
    text-align: center;
    font-size: 40px;
    color: var(--logo-background);
    margin-bottom: 50px;
    text-transform: uppercase;
    margin-top: 30px;
}
#about p {
    margin-bottom: 0;
}




#vis_mis {
    padding: 50px 0;
}
#vis_mis .row .col-lg-6:first-child {
    border-right: 2px dashed var(--logo-background);
}
#vis_mis h2 {
    text-align: center;
    font-size: 40px;
    color: var(--logo-background);
    margin-bottom: 50px;
    text-transform: uppercase;
}
#vis_mis .vision,
#vis_mis .mission {
    text-align: center;
}
#vis_mis img {
    width: 150px;
    margin-bottom: 50px;
}
#vis_mis p {
    padding: 0 50px;
    text-align: left;
}



#team {
    padding: 50px 0;
}
#team h2 {
    text-align: center;
    font-size: 40px;
    color: var(--logo-background);
    margin-bottom: 50px;
    text-transform: uppercase;
}

#ma {
    padding: 50px 0;
}
#ma h2 {
    text-align: center;
    font-size: 40px;
    color: var(--logo-background);
    margin-bottom: 50px;
    text-transform: uppercase;
    margin-top: 30px;
}
#ma .mobile {
    display: flex;
    align-items: center;
    padding: 50px 0;
}
#ma .mobile > div {
    flex: 1;
}
#ma .mobile .text:nth-child(1) {
    padding-right: 30px;
}
#ma .mobile .text:nth-child(2) {
    padding-left: 30px;
}


.list_head {
    font-weight: bold;
    font-size: 18px;
}
.test_ul {
    margin: 0 0 20px 0;
    padding-left: 16px;
    margin-bottom: 0;
}
.test_ul li::marker {
    content: '\f058'; 
    margin-left: -20px; 
    margin-right: 10px;
    font-family: 'Font Awesome 6 Free';
    color: var(--nav-links);
}
.test_ul li {
    padding-left: 16px;
    line-height: 2;
}
.test_ul.mb {
    margin-bottom: 1rem;
}



#contact {
    position: relative;
}
#contact .contact_banner img {
    width: 100%;
}
#contact .wwa {
    position: absolute;
    width: 30%;
    color: var(--white);
    top: 50%;
    left: 17%;
}
#contact .wwa h5 {
    font-size: 40px;
}
#contact navs {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    background-color: var(--white);
    padding: 20px 40px;
    box-shadow: 0 0 5px 5px var(--logo-bg-opac);
    box-shadow: 0 0 5px 3px #c1c0c0;
} 
#map iframe {
    display: block;
}
#contact ol {
    margin-bottom: 0;
}
#contact ol a {
    text-decoration: none;
    color: var(--black);
}
#contact ol a:hover {
    color: var(--black);
}




#form {
    padding: 80px 0 50px;
    background-color: var(--bg);
}
#form .row {
    align-items: center;
}
#form .row .col-lg-4:last-child {
    color: var(--black);
}
#form .card {
    padding: 30px 0;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-top: 10px solid var(--nav-links);
    border-bottom: 10px solid var(--blue);
    /* opacity: 0.9; */
}
#form .card-title {
    margin-bottom: 30px;
    font-size: 40px;
}
#form .form-control {
    border-radius: 0;
}
#form .btn {
    background: linear-gradient(44deg, var(--nav-links), var(--blue));
    color: var(--white);
    border-radius: 36px;
    font-weight: bold;
    float: right;
    border: 2px solid var(--white);
    padding: 10px 40px;
    transition: all 0.5s ease;
    margin-top: 20px;
}
#form .btn:hover {
    border: 2px solid var(--nav-links);
    color: var(--nav-links);
    background: var(--white);
}
#form .contact_info {
    margin-top: 60px;
}
#form .contact_info .inquiry {
    margin-bottom: 30px;
}
#form .contact_info a {
    text-decoration: none;
    color: var(--black);
}



footer {
    /*background-color: var(--nav-links);*/
    background: linear-gradient(44deg, var(--nav-links), var(--blue));
    padding: 50px 0;
}
footer h4 {
    margin-bottom: 0;
    color: var(--white);
    text-transform: uppercase;
    text-align: center;
}
footer .address {
    /*border: 1px solid var(--grey-background);*/
    border: 1px solid var(--white);
    padding: 50px 30px;
    border-radius: 0;
    /*width: 90%;*/
    margin: auto;
    margin-top: 40px;
}
footer .address p {
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: left;
    font-size: 14px;
    color: var(--white);
    line-height: 3;
}
footer .address p i {
    font-size: 20px;
    color: var(--white);
    /*color: #D95F69;*/
    margin-right: 12px;
}
footer .address a {
    text-decoration: none;
    color: var(--white);
    transition: all 0.5s ease;
}
footer .address a:hover {
    color: var(--white);
}
footer .icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    /*margin-top: 40px;*/
    margin-top: 80px;
    color: var(--white);
}
footer .icons ul li {
    /*border: 2px solid var(--white);*/
    border: 2px solid var(--white);
    border-radius: 0;
    padding: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
    cursor: pointer;
}
footer .icons ul li:hover {
    border: 2px solid var(--white);
    border-radius: 50%;
    box-shadow: 0 0 3px 3px var(--white);
}
footer .icons ul li a {
    color: var(--white);
    transition: all 0.5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
footer .icons ul li a i {
    font-size: 20px;
}
footer .icons ul li a:hover {
    color: var(--grey-background);
}
footer .icons ul li:not(:last-child) {
    margin-right: 12px;
}
footer .links {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-around;*/
    margin-top: 40px;
    justify-content: center;
}
footer .links a {
    text-decoration: none;
    color: var(--white);
    transition: all 0.5s ease;
    margin: 10px;
}
footer .links a:hover {
    /*color: var(--white);*/
    color: var(--white);
    /*padding-top: 5px;*/
    transform: scale(1.1);
}
/*footer .links a:not(:last-child)::after {*/
/*    content: "";*/
/*    border-right: 2px solid;*/
/*    margin-left: 20px;*/
/*    color: #D95F69;*/
/*}*/
footer .links a:nth-child(1)::after,
footer .links a:nth-child(2)::after,
footer .links a:nth-child(3)::after,
footer .links a:nth-child(5)::after,
footer .links a:nth-child(6)::after {
    content: "";
    border-right: 2px solid;
    margin-left: 20px;
    color: var(--white);
}
footer .links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
}
footer .links ul li {
    line-height: 2;
}
footer .links ul li a {
    text-decoration: none;
    color: var(--grey-background);
    transition: all 0.5s ease;
}
footer .links ul li a:hover {
    color: var(--white);
    padding-left: 5px;
}
footer .news {
    color: var(--grey-background);
    font-size: 15px;
    width: 90%;
    margin: 30px auto;
}
footer .form {
    border: 1px solid var(--grey-background);
    padding: 20px;
    width: 90%;
    margin: auto;
}
footer .form label {
    text-transform: uppercase;
    color: var(--grey-background);
    font-size: 15px;
}
footer .form input,
footer .form input:focus {
    border-radius: 0;
    outline: none;
    background-color: var(--transparent);
    color: var(--white);
}
footer .form input::placeholder {
    color: var(--grey-background);
}
.form-control:focus,
.btn-check:focus+.btn, 
.btn:focus {
    outline: none;
    box-shadow: 0 0 0 0.25rem var(--transparent);
}
footer .form button {
    background-color: var(--logo-background);
    color: var(--white);
    border-radius: 0;
    font-weight: bold;
    border: 2px solid var(--transparent);
}
footer .form button:hover {
    border: 2px solid var(--logo-background);
    color: var(--white);
    background-color: var(--transparent);
}
footer .new-map {
    width: 100%;
    /*height: 100%;*/
    height: 228px;
}
footer .site_links {
    display: flex;
    align-items: end;
}


.top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1;
}
.top button {
    background-color: var(--white);
    border-radius: 0;
    border: 2px solid var(--nav-links);
    color: var(--nav-links);
    transition: all 0.5s ease;
}
.top button:hover {
    background-color: var(--nav-links);
    border: 2px solid var(--white);
    color: var(--white);
    transform: scale(1.1);
}

.cr {
    /*background-color: var(--nav-links);*/
    background: linear-gradient(44deg, var(--nav-links), var(--blue));
    color: var(--white);
    padding: 20px 0;
    text-align: center;
}
.cr a {
    text-decoration: none;
    color: var(--white);
    transition: all 0.5s ease;
}
.cr a:hover {
    /*color: var(--logo-background);*/
    color: var(--white);
}





.test_ul li a {
    color: black;
    text-decoration: none;
}
.job-row {
    align-items: baseline;
}
.title-desc {
    margin-bottom: 0;
}
#ma .mobile .text.text1:nth-child(1) {
    flex: 1 0 50%;
}
#ma .mobile .image.image1 {
    flex: 1 0 30%;
}


.c_services {
    background-color: #f3f3f3;
}
.c_services .welcome {
    font-weight: bold;
    line-height: 50px;
}
.c_services .card {
    text-align: center;
    padding: 20px 0;
    background-color: transparent;
    border: 2px solid var(--nav-links);
}
.c_services .card img {
    width: 120px;
    margin: auto;
}
.c_services .card a {
    font-weight: bold;
    text-decoration: none;
    color: var(--black);
    font-size: 20px;
    margin-bottom: 10px;
}
.c_services .row1 {
    margin-top: 50px;
}
.c_services .row1 p {
    padding-right: 30px;
    margin-top: 20px;
}
.c_services .row2 {
    row-gap: 24px;
}
.c_services .section-title h2 {
    background: transparent !important;
}
.c_services .row2 .col-lg-6:first-child .card,
.c_services .row2 .col-lg-6:nth-child(3) .card {
    margin-top: -20px;
}


.breadcrumb-item.active {
    color: var(--nav-links);
}


.test_ul.flex_ul {
    display: flex;  
    flex-wrap: wrap;
}
.test_ul.flex_ul li {
    flex: 1 0 33%;
}


.mobile.mb p:not(.list_head) {
    margin-bottom: 0;
}


#ma .accordion h2 {
    margin: 0;
}
.accordion-button {
    font-weight: bold;
}
.accordion-button:not(.collapsed) {
    font-weight: bold;
    color: var(--white);
    background-color: var(--blue);
    box-shadow: 0 0 0 0;
}
#ma .mobile .text.accord:nth-child(1) {
    padding-right: 0;
}