
*{
    transition: transform 0.5s ease;
}
.navbar {

}
.navbar .navbar-brand {

}
.navbar .navbar-brand .main_logo {

}
.navbar #collapsibleNavbar {

}
.navbar .navbar-nav {

}
.navbar .navbar-nav .nav-item {

}
.navbar .navbar-nav .nav-item .nav-link{
    padding: 10px 15px;
    font-size: 16px;
}
.navbar .navbar-nav .nav-item .nav-link:hover,
.navbar .navbar-nav .nav-item .nav-link.active {
    color: #000;
    font-weight: 600;
}


/* home page css  */
.bannercarousel.slide{
    margin-top: 71px;
}
.bannercarousel.slide .carousel-caption {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    width: 70%;
}
.bannercarousel.slide .carousel-caption p{
    font-size: 40px;
}
.bannercarousel.slide .carousel-indicators {
    flex-direction: column;
    /* transform: translate(0%, -50%); */
    bottom: 45%;
    right: 1rem;
    margin: auto;
    align-items: end;
}
.bannercarousel.slide .carousel-indicators [data-bs-target] {
    width: 14px;
    height: 14px;
    border-radius: 50%;
}
.bannercarousel.slide .carousel-indicators [data-bs-target].active {
    background-color: #1659D7;
}


/* our products css  */
.ourproducts .ourproducts_cards .ourproducts_card {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 370px;
    height: 270px;
    border-radius: 4px;
    position: relative;
}
.ourproducts .ourproducts_cards .ourproducts_card {

}
.ourproducts {
    background-color: #f0f4fe;
}
.ourproducts .ourproducts_cards .ourproducts_card:hover .ourproducts_cardheader {
    display: none;
}
.ourproducts .ourproducts_cards .ourproducts_card:hover .products_cardslayout {
    display: flex !important;
    flex-direction: column;
}
.ourproducts .ourproducts_cards .ourproducts_card .products_cardslayout{
    background-color: #FFFFFFB2;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.ourproducts .ourproducts_cards .ourproducts_card .readmore_btn {
    color: #1659D7;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    border-bottom: 2px solid #1659D7;
}
.ourproducts .ourproducts_cards .ourproducts_card .products_cardslayout p:first-child{
    flex-grow: 1;
    display: flex;
    align-items: end;
}
.ourproducts .ourproducts_cardslide {
    overflow: hidden;
}
.ourproducts .ourproducts_cards {
    transition: transform 0.5s ease; 
    width: 100%; 
}
.ourproducts .ourproducts_card {
    flex: 0 0 auto; 
    width: 300px; 
    background-size: cover; 
    background-position: center; 
    margin-right: 10px; 
    padding: 20px;
    background-color: #444; 
}
.ourproducts .ourproducts_cardheader {
    font-weight: bold;
    font-size: 1.25em;
    color: #fff;
}
.ourproducts .navigation-dots {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
    align-items: center;
}
.ourproducts .navigation-dots .dot {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: #1659d74f;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}
.ourproducts .navigation-dots .dot.active {
    background-color: #1659D7;
    width: 14px;
    height: 14px;
}

/* HOME - about us css  */

.aboutus {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.aboutus .aboutus_content {
    height: 100%;
}
.aboutus .aboutus_content h1{
    line-height: 1;
}
.aboutus .aboutus_content p {
    font-size: 18px;
    line-height: 2;
}
.aboutus .aboutus_content .readmore_btn {
    background-color: #fff;
    color: #1659D7;
    font-size: 16px;
    padding: 1rem 3rem;
    letter-spacing: 2px;
    border-radius: 4px;
}
.aboutus .aboutus_details .card{
    color: #1659D7;
}

/* HOME - services css  */
.services_section {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #f0f4fe;
}
.services_section .card.itcard:hover .card_img img{
    content: url("images/home/services/it_white.png");
}
.services_section .card.customcard:hover .card_img img{
    content: url("images/home/services/custom_white.png");
}
.services_section .card.systemcard:hover .card_img img{
    content: url("images/home/services/system_white.png");
}
.services_section .card ,
.services_section .card .readmore_btn{
    color: #4E4E4E;
}
.services_section .card .readmore_btn{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    border-bottom: 2px solid #4E4E4E;
}
.services_section .card:hover {
    background-color: #1659D7;
    color: #fff;
}
.services_section .card:hover .readmore_btn{
    color: #fff;
}
.services_section .card:hover .readmore_btn img{
    content: url("images/home/services/arrow_white.png");
}
.services_section .card .card-header {
    border: none;
    padding: 0px;
    background-color: transparent;
}
.services_section .card:hover .readmore_btn {
    border-bottom: 2px solid #fff;
}
.services_section .card {
    box-shadow: 2px 2px 6px #afa9a9;
    border: none;
    border-radius: 8px;
}


/* HOME - experts css  */
.home_page .experts_section {
    background-color: #302D2D;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.experts_section .card {
    padding: 1rem;
    border: none;
    border-radius: 2px;
}
.experts_section .card .card_img {
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.experts_section .card .subheading {
    color: #1659D7;
}
.experts_section .card .card-content {

}


/* HOME - testimonials css  */
.testimonials_section {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #f0f4fe;
}
.testimonials_section .testimonial-slider {
    max-width: 800px;
    margin: 50px auto;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.testimonials_section .testimonial-card {
    display: none;
    align-items: center;
    height: 100%;
}

.testimonials_section .testimonial-card.active {
    display: flex;
}
.testimonials_section .testimonial-card .client_img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    border-left: 6px solid #1659D7;
}
.testimonial-navigation {
    display: flex;
    gap: 10px;
    align-items: center;
    position: absolute;
    bottom: 1rem;
    right: 2rem;
}
.testimonial-navigation #prev-btn,
.testimonial-navigation #next-btn {
    border-radius: 50%;
    border: 2px solid #1659D7;
    color: #1659D7;
    background-color: #fff;
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
}
.testimonial-navigation #prev-btn:hover,
.testimonial-navigation #next-btn:hover {
    color: #fff;
    background-color: #1659D7;
}


.ourclients_section {
    background-color: #fff;
    padding: 2rem;
}
.ourclients_section .ourclient_logos {

}
.ourclients_section .ourclient_logos .client_logos {
    gap: 18%
}
.ourclients_section .ourclient_logos .client_logos img {
    height: 80px;
}
.ourclients_section .navigation-dots {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
    align-items: center;
}
.ourclients_section .navigation-dots .dot.active {
    background-color: #1659D7;
    width: 14px;
    height: 14px;
}
.ourclients_section .navigation-dots .dot {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: #1659d74f;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.ourclient_logos {
    max-width: 80%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.client_logos {
    display: flex;
    transition: transform 0.5s ease-in-out;
}


.subscribe_section {
    background-color: #2d2d2d;
    color: white;
    padding: 20px;
}
.subscribe_section .newsletter-text {

}

.subscribe_section .newsletter-form input[type="email"] {
    padding: 10px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    margin-right: 10px;
}
.subscribe_section .newsletter-form button {
    padding: 12px 20px;
    font-size: 16px;
    color: white;
    background-color: #1659D7;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    min-width: 148px;
}
.subscribe_section .newsletter-form button:hover {
    background-color: #fff;
    color: #1659D7;
}

footer {
    background-color: #000;
    padding: 40px 20px;
}
footer .footer-column {
    flex: 1;
    min-width: 200px;
    margin: 10px;
}
footer .footer-column h3 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff;
}
footer .footer-column ul {
    list-style: none;
    padding: 0;
}
footer .footer-column ul li {
    margin-bottom: 10px;
    font-size: 14px;
}
footer .footer-column ul li a {
    color: #888;
    text-decoration: none;
}
footer .footer-column ul li a:hover {
    color: #fff;
}
footer .footer-column ul li .new {
    background-color: #333;
    color: #fff;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 3px;
    margin-left: 5px;
}
footer .footer-column .resource-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #333;
    padding: 8px 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #ababab;
    text-decoration: none;
}
footer .footer-column .resource-link:hover {
    background-color: #444;
}
footer .footer-column .resource-link i {
    color: #FFD700;
}
footer .footer-bottom {
    padding: 20px 0;
    border-top: 1px solid #333;
    font-size: 12px;
    color: #888;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}
footer .social-icons {
    font-size: 20px;
}
footer .footer-bottom .social-icons a {
    color: #fff;
    margin: 0 10px;
    text-decoration: none;
}
footer .footer-bottom .social-icons a:hover {
    color: #FFD700;
}




/* ABOUT US -- page  */
.aboutus_page .banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    margin-top: 71px;
    z-index: -1;
}
.aboutus_page .banner .darklayout {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    z-index: -1;
}
.aboutus_page .team_section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.aboutus_page .team_section p {
    line-height: 1.7;
}
.aboutus_page .team_section .jointeam_btn {
    background-color: #1659D7;
    color: #fff;
    padding: 5px 20px;
    border-radius: 0px;
    margin-top: 2rem;
}
.aboutus_page .team_section .teampic1 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.aboutus_page .team_section .teampic2 {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.aboutus_page .team_section .experience_card {
    background-color: #1659D7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 10px solid #fff;
}
.aboutus_page .team_section .experience_card .experience_count {
    position: relative;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.aboutus_page .team_section .experience_card .experience_count .cornerimg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 24px;
    height: auto;
}

.aboutus_page .plaftform_section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.aboutus_page .plaftform_section .platforms{
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1rem;
}
.aboutus_page .plaftform_section .platforms .card{
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.aboutus_page .plaftform_section .platforms .card img{
    width: 70px;
    height: 64px;
    margin: auto;
}
.aboutus_page .experts_section {
    background-color: #F0F4FE;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.aboutus_page .card{
    box-shadow: 0px 0px 5px #d9d5d5;
}
.aboutus_page .card .subheading {
    color: #0092FF;
}
.aboutus_page .ourvision_section {
    background-color: #302D2D;
}
.aboutus_page .ourvision_section .vision_content {
    padding: 4rem;
}
.aboutus_page .ourvision_section .vision_content .works_btn {
    color: #1659D7;
    background-color: #fff;
    padding: 5px 2rem;
    border-radius: 0px;
    margin-top: 2rem;
    font-size: 16px;
}
.aboutus_page .ourvision_section .vision_content p {
    margin-bottom: 4rem;
}
.aboutus_page .ourvision_section .vision_banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.ourproducts_page .banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    margin-top: 71px;
    z-index: -1;
}
.ourproducts_page .banner .darklayout {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    z-index: -1;
}
.ourproducts_page .banner {

}
.ourproducts_page .achievements_section .achievements_content {
    display: flex;
}
.ourproducts_page .achievements_section {
    background-color: #F0F4FE;
    padding-bottom: 2rem;
}
/* .ourproducts_page .achievements_section .sidebar {
    width: 250px;
    background-color: #fff;
    box-shadow: 2px 0 5px rgba(0,0,0,0.1);
    padding: 20px;
} */
.ourproducts_page .achievements_section .sidebar .active {
    color: #1659D7 !important;
    background-color: #fff;
}
.ourproducts_page .achievements_section .sidebar .stereo.active img{
    content: url(images/ourproducts/achievements/stereo_blue.png);
}
.ourproducts_page .achievements_section .sidebar .telemedicine.active img{
    content: url(images/ourproducts/achievements/telemedicine_blue.png);
}
.ourproducts_page .achievements_section .sidebar .asset.active img{
    content: url(images/ourproducts/achievements/mdi_finance_blue.png);
}
.ourproducts_page .achievements_section .sidebar .dispatching.active img{
    content: url(images/ourproducts/achievements/dispatching_blue.png);
}
.ourproducts_page .achievements_section .sidebar .solar.active img{
    content: url(images/ourproducts/achievements/solar.png);
}
.ourproducts_page .achievements_section .sidebar .sidebar_items {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
    gap: 10px;
    background-color: #fff;
}
.ourproducts_page .achievements_section .sidebar a i {
    margin-right: 10px;
    font-size: 20px;
}
.ourproducts_page .achievements_section .sidebar a:hover, .sidebar a.active {
    background-color: #f0f4ff;
}
.ourproducts_page .achievements_section .content {
    flex: 1;
    /* background-color: #000; */
    color: #fff;
    display: flex;
    flex-direction: column;
    /* justify-content: center;
    height: 100%; */
}
.ourproducts_page .achievements_section .content .row{
    background-color: #000;
    width: 95%;
}
.ourproducts_page .achievements_section .content h1 {
    font-size: 36px;
    margin-bottom: 20px;
}
.ourproducts_page .achievements_section .content p {
    font-size: 14px;
    line-height: 1.6;
}
.ourproducts_page .achievements_section .content img {
    margin-top: 20px;
    max-width: 100%;
    height: auto;
}
.ourproducts_page .achievements_section .achievements_contents {
    padding: 2rem 2rem 7rem;
}
.ourproducts_page .achievements_section .achievements_content_banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}
.ourproducts_page .achievements_section .sidebar {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #f0f4fe;
}

.ourskillset_section {

}
.ourskillset_section .ourskillset_content{
    padding: 3rem 3rem 6rem;
    line-height: 2;
}
.ourskillset_section .ourskillset_content .progress-circle {
    width: 130px;
    height: 130px;
    background: conic-gradient(
        #1659D7 calc(var(--progress) * 1%),
        #d3d3d3 0
    );
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 1rem auto;
}
.ourskillset_section .ourskillset_banner{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ourskillset_section .ourskillset_content .progress-circle.uix {
    background: conic-gradient(
        #1659D7 calc(var(--progress) * 1%),
        #d3d3d3 0
    );
}
.ourskillset_section .ourskillset_content .progress-circle.software {
    background: conic-gradient(
        #1659D7 calc(var(--progress) * 1%),
        #d3d3d3 0
    );
}
.ourskillset_section .ourskillset_content .progress-circle.quality {
    background: conic-gradient(
        #1659D7 calc(var(--progress) * 1%),
        #d3d3d3 0
    );
}
.ourskillset_section .ourskillset_content .progress-circle::before {
    content: "";
    position: absolute;
    width: 122px;
    height: 122px;
    background: #fff;
    border-radius: 50%;
}
.ourskillset_section .ourskillset_content .progress-circle span {
    font-size: 1.5rem;
    font-weight: 400;
    position: relative;
    z-index: 1;
}


.services_page .banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    margin-top: 71px;
    z-index: -1;
}
.services_page .banner .darklayout {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    z-index: -1;
}
.services_page .wedo_section .wedo_content {
    display: flex;
}
.services_page .wedo_section {
    background-color: #F0F4FE;
    padding-bottom: 2rem;
}
/* .ourproducts_page .achievements_section .sidebar {
    width: 250px;
    background-color: #fff;
    box-shadow: 2px 0 5px rgba(0,0,0,0.1);
    padding: 20px;
} */
.services_page .wedo_section .sidebar .active {
    color: #1659D7 !important;
    background-color: #fff;
}
.services_page .wedo_section .sidebar .it.active img{
    content: url(images/services/icons/it_blue.png);
}
.services_page .wedo_section .sidebar .gis.active img{
    content: url(images/services/icons/gis_blue.png);
}
.services_page .wedo_section .sidebar .lidar.active img{
    content: url(images/services/icons/lidar_blue.png);
}
.services_page .wedo_section .sidebar .telecom.active img{
    content: url(images/services/icons/telecom_blue.png);
}
.services_page .wedo_section .sidebar .consult.active img{
    content: url(images/services/icons/consult_blue.png);
}
.services_page .wedo_section .sidebar .drone.active img{
    content: url(images/services/icons/drone_blue.png);
}
.services_page .wedo_section .sidebar .sidebar_items {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
    gap: 10px;
    background-color: #fff;
}
.services_page .wedo_section .sidebar a i {
    margin-right: 10px;
    font-size: 20px;
}
.services_page .wedo_section .sidebar a:hover, .sidebar a.active {
    background-color: #f0f4ff;
}
.services_page .wedo_section .content {
    flex: 1;
    /* background-color: #000; */
    color: #fff;
    display: flex;
    flex-direction: column;
    /* justify-content: center;
    height: 100%; */
}
.services_page .wedo_section .content .row{
    background-color: #000;
    width: 95%;
}
.services_page .wedo_section .content h1 {
    font-size: 36px;
    margin-bottom: 20px;
}
.services_page .wedo_section .content p {
    font-size: 14px;
    line-height: 1.6;
}
.services_page .wedo_section .content img {
    margin-top: 20px;
    max-width: 100%;
    height: auto;
}
.services_page .wedo_section .wedo_contents {
    padding: 2rem 2rem 7rem;
}
.services_page .wedo_section .wedo_content_banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}
.services_page .wedo_section .sidebar {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #f0f4fe;
}

.services_page .consult_section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    position: relative;
    padding: 3rem 4rem;
}
.services_page .consult_section {
    
}
.services_page .consult_section .darklayout {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    z-index: -1;
}
.services_page .consult_section .consult_image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 60vh;
}

.services_page .services_summay {
    padding: 2rem;
}
.services_page .services_summay .services_images {
    width: 66px;
    margin-bottom: 1.5rem;
}

.services_page .getconsultancy_section {
    background-color: #F0F4FE;
    padding-top: 3rem;
    /* padding-bottom: 3rem; */
    position: relative;
}
.services_page .getconsultancy_section .getconsultancy_form {
    padding-top: 3rem;
}
.services_page .getconsultancy_section .consult_sticker {
    height: 476px;
}
.services_page .getconsultancy_section .form-container {
    background-color: #ffffff;
    padding: 2rem 1.5rem 1rem;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 85%;
    margin-left: auto;
}
.services_page .getconsultancy_section .form-container h2 {
    margin-top: 0;
}
.services_page .getconsultancy_section .form-group {
    margin-bottom: 15px;
}
.services_page .getconsultancy_section .form-group label {
    display: block;
    margin-bottom: 5px;
}
.services_page .getconsultancy_section .form-group input,
.services_page .getconsultancy_section .form-group select {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.services_page .getconsultancy_section .form-group select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="gray" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>') no-repeat right 10px center;
    background-size: 16px 16px;
}
.services_page .getconsultancy_section .form-group select::-ms-expand {
    display: none;
}
.services_page .getconsultancy_section .form-group button {
    padding: 6px 2rem;
    background-color: #1659D7;
    color: #ffffff;
    border: none;
    border-radius: 2px;
    font-size: 16px;
    cursor: pointer;
    margin: auto;
}
.services_page .getconsultancy_section .form-group button:hover {
    background-color: #1659D7;
}

.careers_page .banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    margin-top: 71px;
    z-index: -1;
}
.careers_page .banner .darklayout {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    z-index: -1;
}


.careers_page .applyforjob_section {
    background-color: #f0f4ff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
}
.careers_page .applyforjob_section .left-section {
    background-color: #f0f4ff;
    padding: 40px;
}
.careers_page .applyforjob_section .left-section h1 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 10px;
}
.careers_page .applyforjob_section .left-section h2 {
    font-size: 36px;
    color: #333333;
    margin-bottom: 20px;
}
.careers_page .applyforjob_section .left-section h3 {
    font-size: 20px;
    color: #1659D7;
    margin-bottom: 20px;
}
.careers_page .applyforjob_section .job-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.careers_page .applyforjob_section .job-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}
.careers_page .applyforjob_section .job-list li:last-child {
    border-bottom: none;
}
.careers_page .applyforjob_section .job-list .job-title {
    font-size: 18px;
    color: #333333;
}
.careers_page .applyforjob_section .job-list .job-info {
    font-size: 14px;
    color: #888888;
}
.careers_page .applyforjob_section .right-section {
    padding: 40px;
}
.careers_page .applyforjob_section .form-group label {
    display: block;
    font-size: 14px;
    color: #333333;
    margin-bottom: 5px;
}
.careers_page .applyforjob_section .form-group input, 
.careers_page .applyforjob_section .form-group select {
    width: 100%;
    padding: 5px;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}
.careers_page .applyforjob_section .upload-resume {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
    color: #aaa;
    font-size: 14px;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}
.careers_page .applyforjob_section .upload-resume i {
    font-size: 24px;
    margin-bottom: 10px;
}
.careers_page .applyforjob_section .upload-resume input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.careers_page .applyforjob_section .apply-button {
    display: block;
    padding: 7px 2rem;
    background-color: #1659D7;
    color: #ffffff;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    margin: auto;
}
.careers_page .applyforjob_section .apply-button:hover {
    background-color: #0056b3;
}
.careers_page .applyforjob_section .file-details {
    margin-top: 10px;
    text-align: left;
}
.careers_page .applyforjob_section .file-details img {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
}
.careers_page .applyforjob_section form {
    background-color: #fff;
    padding: 2rem;
    box-shadow: 0px 0px 4px #ccc;
    border-radius: 3px;
}


.contactus_page .banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    margin-top: 71px;
    z-index: -1;
}
.contactus_page .banner .darklayout {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    z-index: -1;
}

.letusknow_section  {
    background-color: #F0F4FE;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.letusknow_section .info {
    background-color: #f0f4ff;
    box-sizing: border-box;
}
.letusknow_section .info h2 {
    font-size: 24px;
    margin-bottom: 5px;
    color: #333;
}
.letusknow_section .info p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}
.letusknow_section .info .icon img {
    height: 70px;
    margin-bottom: 1rem;
}
.letusknow_section .form-container {
    box-sizing: border-box;
    padding: 2rem;
    background-color: #fff;
    box-shadow: 0px 0px 5px #999999;
    border-radius: 3px;
}
.letusknow_section .form-container h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
}
.letusknow_section .form-group {
    margin-bottom: 20px;
}
.letusknow_section .form-group label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    color: #333;
}
.letusknow_section .form-group input, 
.letusknow_section .form-group select, .form-group textarea {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.letusknow_section .form-group textarea {
    resize: vertical;
    height: 100px;
}
.letusknow_section .form-group button {
    background-color: #1659D7;
    color: #fff;
    padding: 10px 2rem;
    border: none;
    border-radius: 2px;
    font-size: 14px;
    cursor: pointer;
}
.letusknow_section .form-group button:hover {
    background-color: #0056b3;
}
@media (max-width: 768px) {
    .letusknow_section .container {
        flex-direction: column;
    }
    .letusknow_section .info, 
    .letusknow_section .form-container {
        width: 100%;
    }
}

/* media query  */

@media (max-width: 576px) {
    .testimonials_section .testimonial-card .client_img {
        height: 200px;
    }
}

@media (min-width: 320px) and (max-width:1200px) {
    .bannercarousel.slide .carousel-indicators [data-bs-target]{
        width: 10px;
        height: 10px;
    }
}
@media (min-width: 768px) and (max-width:1200px) {
    .bannercarousel.slide .carousel-indicators{
        bottom: 50%;
    }
    .carousel-indicators [data-bs-target] {
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
    }
    .bannercarousel.slide .carousel-caption p {
        font-size: 26px;
    }
}
@media  (max-width:767px) {
    .bannercarousel.slide .carousel-indicators{
        bottom: 40%;
    }
    .carousel-indicators [data-bs-target] {
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
    }
    .bannercarousel.slide .carousel-caption {
        top: 40%;
    }
    .bannercarousel.slide .carousel-caption p {
        font-size: 16px;
    }
    .aboutus .aboutus_content .readmore_btn {
        font-size: 12px;
        padding: 10px 15px;
    }
    .subscribe_section .newsletter-form {
        flex-direction: column;
        gap: 10px;
    }
    .aboutus_page .team_section .experience_card .experience_count .cornerimg{
        display: none;
    }
    .aboutus_page .team_section .teampic2 {
        height: 200px !important;
    }
    .aboutus_page .plaftform_section .platforms .card img{
        width: 50px;
        height: 44px;
    }
    .aboutus_page .plaftform_section .platforms .card {
        padding: 10px 15px;
    }
    .services_page .getconsultancy_section .form-container {
        margin: 1rem auto;
    }
}
@media (min-width: 320px) and (max-width:424px) {
    .aboutus_page .plaftform_section .platforms .card img{
        width: 40px;
        height: 34px;
    }
    .aboutus_page .plaftform_section .platforms .card {
        padding: 10px 15px;
        font-size: 12px;
    }

}