body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #3a3a3a;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

img {
    max-width: 100%;
}

body.modal-open {
    padding-right: 0px !important;
}

dl,
ol,
ul {
    margin: 0;
    padding: 0;
}

button:focus {
    outline: none;
}

/*======= Start Page css =======*/
.white_bg {
    padding: 60px 0;
    background-color: #ffffff;
}

.gray_bg {
    padding: 60px 0;
    background-color: #f7f7f7;
}

.blk_light_bg {
    padding: 60px 0;
    background-color: #111111;
}

.heading_commons {
    font-size: 40px;
    font-weight: 800;
    font-family: Montserrat;
    padding-top: 15px;
    color: #000000;
    position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.heading_commons:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 7px;
    top: 0px;
    left: 0;
    background: #00b2ff;
}

.banner_blk {
    position: relative;
}
.ate_button{
    margin-left: 36%;
    padding: 10px 15px;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    font-family: Montserrat;
    margin-top: 0;
    cursor: pointer;
    transition: all 0.3s ease; 
    background: linear-gradient(to right, rgba(30, 87, 153, 1) 0%, rgba(22, 98, 228, 1) 0%, rgba(4, 165, 251, 1) 100%);
    overflow: hidden;
    position: relative;
    min-height: 42px;
    min-width: 214px;
    border-radius: 0px;
}
.ate_button:hover {
    color: #fff;
    box-shadow: none;
}
.banner_contant {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0px, -50%);
}

.banner_contant p {
    font-size: 22px;
    font-weight: 800;
    font-family: Montserrat;
    color: #ffffff;
    margin-bottom: 0px;
    line-height: 30px;
    text-transform: uppercase;
}

.overview_contant p {
    text-align: justify;
    font-size: 15px;
}

.banner_blk .banner_contant .heading_commons {
    color: #ffffff;
}

.text_common {
    color: #3a3a3a;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    margin: 0;
    font-size: 15px;
}

.stl_blk {
    background: #f7f7f7;
    margin-bottom: 50px;
    transition: all 0.5s;
    border-top: 2px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
}

.stl_blk:hover {
    box-shadow: 0px 2px 9px 0px #ccc;
    background: #f7f7f7;
    border-top: 2px solid #f7f7f7;
    border-bottom: 2px solid #f7f7f7;
}

.stl_blk .stl {
    padding: 20px 20px;
    display: flex;
    align-items: center;
}

.stl_blk .stl .stl_icon {
    padding-right: 20px;
}

.stl_blk .stl .stl_icon img {
    max-width: 60px;
}

.stl_blk .stl .stl_text {
    width: 80%;
    font-weight: 800;
    font-family: Montserrat;
    font-size: 18px;
    color: #3a3a3a;
}

.stl_blk .stl .stl_btn {
    min-width: 115px;
    display: inline-block;
}

.stl_blk .stl .stl_btn a.know_more {
    padding: 5px 0px;
    font-size: 14px;
    font-weight: 700;
    font-family: Montserrat;
    color: #3a3a3a;
    text-decoration: none;
    text-align: left;
}

.know_more .c_arrow {
    margin-left: 4px;
    transition: all 0.5s;
    margin-top: -3px;
}

.know_more:hover img.c_arrow {
    margin-left: 8px;
}

.overview_contants p {
    font-size: 15px;
    font-weight: 500;
    color: #3a3a3a;
    text-align: justify;
}

.vvdn_ac_section {
    background-color: #000;
}

.vvdn_ac_section h2.heading_commons {
    text-align: center;
    color: #fff;
}

.vvdn_ac_section .heading_commons:after {
    margin: 0 auto;
    text-align: center;
    right: 0;
}

.vvdn_ac_section p {
    text-align: center;
    color: #fff;
}

.we_work_service_List {
    margin-top: 30px;
}

.we_work_service_List .vvdn_service_img {
    transition: all 0.5s;
    width: 100%;
}

.we_work_service_List:hover .vvdn_service_img {
    box-shadow: 0px 2px 24px 0px #00b2ff;
}

.we_work_service_List h4 {
    margin-top: 25px;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
}

.we_work_service_List p {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    margin: 0 auto;
    width: 90%;
}

.we_work_service_List a.know_more {
    border: 1px solid #ccc;
    padding: 8px 18px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    margin: 20px 0;
    min-width: 160px;
    text-align: left;
    text-decoration: none;
}

.targeted_abox {
    text-align: center;
    margin: 50px 0 30px 0;
}

.targeted_abox h5 {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    font-family: Montserrat;
    margin-top: 20px;
}

.broucher-download-sec {
    padding: 8rem 0;
    background-color: #000;
    background-image: url(../images/testing_production_lets_connect_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.broucher-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.broucher-content>div {
    font-size: 25px;
    max-width: 70%;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 600;
}

.broucher-content>div h3 {
    font-size: 32px;
    font-weight: 800;
    font-family: Montserrat;
    margin-bottom: 10px;
}

.broucher-content>div small {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 6px;
    display: block;
}

.broucher-content>div p {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    font-family: 'Lato', sans-serif;
}

.broucher-content img {
    margin-left: 18px;
}

.broucher-content:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 7px;
    top: -15px;
    left: 0;
    background: #00b2ff;
}

/*======= Start form css =======*/
.offerings_blk {
    position: relative;
    background-size: cover;
}

.offerings_blk img.offering_img {
    min-height: 130px;
}

.virtualtour_section span {
    display: block;
    font-weight: 500;
    font-size: 21px;
    color: #292929;
}

section.virtualtour_section {
    background-image: url(../images/virtual-form-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
    background-position: right center;
}

.virtualtour_form input,
.virtualtour_form select {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #292929;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
}

.virtualtour_form input:focus::placeholder {
    color: #b7b7b7;
}

.virtualtour_form input::placeholder {
    color: #292929;
}

.virtualtour_form button {
    background-color: #015fea;
    background-image: linear-gradient(90deg, #015fea, #00bff9);
    padding: 10px 25px;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: rgb(30, 87, 153);
    background: -moz-linear-gradient(left, rgba(30, 87, 153, 1) 0%, rgba(22, 98, 228, 1) 0%, rgba(4, 165, 251, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(30, 87, 153, 1) 0%, rgba(22, 98, 228, 1) 0%, rgba(4, 165, 251, 1) 100%);
    background: linear-gradient(to right, rgba(30, 87, 153, 1) 0%, rgba(22, 98, 228, 1) 0%, rgba(4, 165, 251, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#04a5fb', GradientType=1);
    overflow: hidden;
    position: relative;
}

.virtualtour_form button:hover {
    color: #ffffff;
}

.virtualtour_form button:after {
    background: #ffffff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.4;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 1;
}

.virtualtour_form button:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

/* .virtualtour_section h2.heading_commons {
    padding-left: 25px;
    padding-top: 0;
    margin-bottom: 30px;
}

.virtualtour_section h2.heading_commons:after {
    height: 110px;
    width: 10px;
} */

/*======= End form css =======*/

/*======= Start =======*/
.banner_blk .ate_web_banner_carousel .owl-dots {
    position: absolute;
    width: auto;
    bottom: 15px;
    left: 9%;
}

.banner_blk .ate_web_banner_carousel.owl-carousel button.owl-dot {
    background: transparent;
    border: 1px solid #ffffff;
    height: 12px;
    width: 12px;
    border-radius: 20px;
    cursor: pointer;
    margin: 0 3px;
    opacity: 1;
    transition: opacity .6s ease;
    display: inline-block;
}

.banner_blk .ate_web_banner_carousel.owl-carousel button.owl-dot.active {
    opacity: 1;
    background: #ffffff;
}

.ate_overview_Carousel {
    padding: 0 60px;
}

.ate_overview_Carousel .owl-nav button.owl-prev,
.ate_overview_Carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 50px !important;
    font-weight: 500 !important;
}

.ate_overview_Carousel .owl-nav button.owl-prev {
    left: -40px;
}

.ate_overview_Carousel .owl-nav button.owl-next {
    right: -40px;
}

.ate_overview_Carousel .owl-theme .owl-dots {
    text-align: center;
    margin-top: 10px;
}

.ate_overview_Carousel .owl-theme .owl-dots button.owl-dot {
    background: #cccccc;
    border: 0px;
    height: 10px;
    width: 10px;
    border-radius: 20px;
    cursor: pointer;
    margin: 0 6px;
    opacity: 1;
    transition: opacity .6s ease;
    display: inline-block;
    transition: all 0.4s;
}

.ate_overview_Carousel .owl-theme .owl-dots button.owl-dot.active {
    width: 10px;
    background: #0a0015;
}

.e2e_ddd_Section h2.heading_commons {
    text-align: center;
}

.e2e_ddd_Section h2.heading_commons::after {
    margin: 0 auto;
    right: 0;
}

.ate_e2e_List_Blog {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    display: grid;
    gap: 0;
    margin-top: 80px;
    margin-left: -140px;
    margin-right: -140px;
}

.ate_e2e_Listicon_circle {
    position: relative;
}

.ate_e2e_Listicon_circle:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    background: #7c7a7b;
    top: 50%;
    transform: translate(50%, -50%);
    left: 0;
    z-index: 0;
}

.ate_e2e_List:last-child .ate_e2e_Listicon_circle:before {
    opacity: 0;
}

.ate_e2e_List {
    position: relative;
    padding-top: 140px;
}

.ate_e2e_Listicon {
    background: linear-gradient(to bottom, rgb(40, 113, 250) 0%, rgb(103, 23, 205) 100%);
    text-align: center;
    width: 90px;
    height: 90px;
    padding: 10px;
    border-radius: 50%;
    border: 10px solid #343434;
    margin: 0 auto;
    z-index: 1;
    align-content: center;
    position: relative;
}

.ate_e2e_List_Text {
    text-align: center;
    color: #fff;
    margin-top: 24px;
}

.ate_e2e_List:nth-child(2) .ate_e2e_List_Text,
.ate_e2e_List:nth-child(4) .ate_e2e_List_Text,
.ate_e2e_List:nth-child(6) .ate_e2e_List_Text {
    position: absolute;
    top: -25px;
}

.ate_e2e_List_Text h5 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    font-family: Montserrat;
    margin-bottom: 10px;
}

.ate_e2e_List_Text p {
    color: #ffffff;
    font-size: 15px;
    margin: 0;
    font-weight: 500;
}

.test_Categories_List {
    border: 1px solid #00b2ff;
    position: relative;
    padding: 20px 20px;
    margin: 30px 0 0;
    height: calc(100% - 30px);
    min-height: 210px;
    box-shadow: 0px 0px 14px -8px #00b2ff;
}

.test_Categories_List>div {
    text-align: right;
}

.test_Categories_List h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    font-family: Montserrat;
    margin: 0 0 15px;
}

.test_Categories_List ul li {
    font-size: 16px;
    font-weight: 500;
    margin: 4px 0 0;
    padding-left: 15px;
    list-style: none;
    position: relative;
}

.test_Categories_List ul li:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #000000;
    border-radius: 100%;
    border: 2px solid #c5c5c5;
    top: 8px;
    left: 0;
}

.ate_kfa_testing_list .targeted_abox h5 {
    font-size: 18px;
}

.industry_Exp_Listblog {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    display: grid;
    gap: 40px;
    margin-top: 60px;
}

.industry_exp_List {
    text-align: center;
    color: #fff;
    transition: all 0.35s;
}

.industry_exp_List:hover {
    transform: translate(0px, -20px);
}

.industry_exp_List img.vvdn_service_img {
    border-radius: 50%;
    width: 100%;
    max-width: 140px;
    margin: 0 auto;
    transition: all 0.35s;
}

.industry_exp_List:hover img.vvdn_service_img {
    box-shadow: 0px 4px 14px 3px #00b2ff;
}

.industry_exp_List h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 25px 0;
}

/*======= End =======*/

/*======= Start Digital Transformation =======*/
.banner_blk .banner_contant .heading_commons::after {
    background: rgb(255, 255, 255);
}

.key_Capabilities_IconBg {
    position: relative;
    margin: 120px 0;
    text-align: center;
}


.keycap_list_position {
    position: absolute;
    top: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

/* .keycap_list_position .digi_transfor_keycap_list {
    margin-top: 100%;
}
.keycap_list_position .digi_transfor_keycap_list:Nth-child(even) {
    margin-top: 50%;
} */
.keycap_list_position .digi_transfor_keycap_list:nth-child(even) .keycap_list_Icontitle {
    position: relative;
    top: 120px;
}

.keycap_list_position .digi_transfor_keycap_list:nth-child(odd) .keycap_list_Icontitle {
    position: relative;
    top: 245px;
}

.keycap_list_position .digi_transfor_keycap_list:nth-child(4) .keycap_list_Icontitle {
    right: 35px;
}

.keycap_list_position .digi_transfor_keycap_list:last-child .keycap_list_Icontitle {
    right: 75px;
}

.keycap_list_position .digi_transfor_keycap_list:nth-child(1) .keycap_list_Icontitle {
    left: 76px;
}

.keycap_list_position .digi_transfor_keycap_list:nth-child(2) .keycap_list_Icontitle {
    left: 35px;
}

.keycap_list_position .digi_transfor_keycap_list:last-child .dtkeycap_list_contant {
    right: 70px;
}

.keycap_list_position .digi_transfor_keycap_list:nth-child(odd) .dtkeycap_list_contant {
    position: relative;
    top: 320px;
    margin: auto;
}

.keycap_list_position .digi_transfor_keycap_list:nth-child(even) .dtkeycap_list_contant {
    position: relative;
    bottom: 190px;
    max-width: 100%;
    margin: 0 auto;
}

.digi_transfor_keycap_list h4 {
    position: relative;
    top: 12px;
}

.keycap_list_position .digi_transfor_keycap_list .dtkeycap_list_contant {
    text-align: center;
}

.keycap_list_Icontitle {
    text-align: center;
}

.digi_transfor_keycap_list h4 {
    font-size: 18px;
    font-weight: 300;
    font-family: Montserrat;
    color: #0d0d0d;
    margin: 0 auto;
}

.dtkeycap_list_contant p {
    font-size: 20px;
    color: #3a3a3a;
    font-weight: 500;
    margin: 20px 0px 0;
}



.looking_Digitally_Blog {
    padding: 90px 0;
    background-image: url(../images/dt_looking_digitally_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position: 100% 0px;
}

.looking_Digitally_Blog.contactus {
    background-image: url(../images/testing_production_lets_connect_bg.jpg);
}

.looking_Digitally_Blog.ate_contactUs {
    background-image: url(../images/ate_contactus_lets_connect_bg.png);
}

.contactBtn a {
    display: inline-block;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 600;
    color: #ffffff !important;
    padding: 10px 40px;
    background-image: linear-gradient(90deg, #6400ff, #30adff);
    overflow: hidden;
    position: relative;
    border-radius: 0px;
    cursor: pointer;
}

.contactBtn a:after {
    background: #ffffff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.4;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 1;
}

.contactBtn a:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.contactBtn img {
    margin-left: 18px;
}

.automotive_bannerBtn {
    max-width: 246px;
}

.btn_subscribe.automotive_bannerBtn svg {
    stroke-dasharray: 150 560;
}

.btn_subscribe.automotive_bannerBtn .btn:hover svg {
    stroke-dashoffset: -560;
}

.btn_subscribe.sbs_cmmn_btn.automotive_bannerBtn:hover a {
    color: #fff;
}

/*======= End Digital Transformation =======*/

/*======= Start Process Automation Page css =======*/
.whyvvdn_text .contactBtn a {
    display: inline-block;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 600;
    color: #ffffff !important;
    padding: 10px 40px;
    background-image: linear-gradient(90deg, #6400ff, #30adff);
    overflow: hidden;
    position: relative;
    border-radius: 0px;
    cursor: pointer;
}

.whyvvdn_text .contactBtn a:after {
    background: #ffffff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.4;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 1;
}

.whyvvdn_text .contactBtn a:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.whyvvdn_text .contactBtn img {
    margin-left: 18px;
}

.silicon_engineering_ouroffring_Blog {
    background-repeat: no-repeat;
    background-color: #ececec;
}

.tabs_with_accordion_wrapper {
    margin-top: 41px;
}

.dFlex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    ;
}

.dFlex p {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 30px;
}

.card_body_main .list_Title h4 {
    color: #000000;
    font-weight: 700;
    font-family: Montserrat;
    font-size: 30px;
    margin-bottom: 30px;
}

.card_body_main .list_Title p {
    color: #000000;
    font-weight: 500;
    font-family: Montserrat;
    font-size: 15px;
    margin-bottom: 0px;
}

.list_Description h5 {
    color: #000000;
    font-weight: 600;
    font-family: Montserrat;
    font-size: 22px;
    margin-bottom: 20px;
}

.list_Description p {
    color: #000000;
    font-weight: 400;
    font-family: 'Lato';
    font-size: 15px;
    margin-bottom: 0px;
}

.card_body_main ul {
    padding-right: 30px;
    padding-left: 20px;
}

.card_body_main ul li {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    position: relative;
    line-height: 24px;
    list-style: none;
    padding-left: 20px;
    margin-bottom: 4px;
}

.card_body_main ul li:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #000000;
    border-radius: 100%;
    border: 2px solid #c5c5c5;
    top: 8px;
    left: 0;
}

.whyvvdn_section {
    padding: 80px 0;
    background-color: #000;
    background-image: url(../images/process-automation-whyvvdn-web-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
}

.whyvvdn_section .whyvvdn_text p {
    font-size: 20px;
    color: #fff;
    margin: 6px 0 0;
    font-weight: 500;
}

.whyvvdn_section .whyvvdn_text strong {
    color: #00b2ff;
}

.robots_blog {
    background: #f4f8f9;
}

.robots_experience {
    background-color: #fff;
    padding: 20px;
    transition: all 0.35s;
    margin-top: 30px;
    cursor: default;
    text-align: center;
}

.robots_experience:hover {
    box-shadow: 0px 8px 15px 0px rgb(2 175 255 / 20%);
}

.robots_experience span {
    color: #111111;
    font-weight: 600;
    font-family: Montserrat;
    font-size: 18px;
    display: block;
    min-height: 64px;
    width: 82%;
    margin: 0 auto;
    margin-top: 10px;
}




.keycap_list_position .digi_transfor_keycap_list:nth-child(2) .dtkeycap_list_contant {
    left: 30px;
}

.keycap_list_position .digi_transfor_keycap_list:nth-child(4) .dtkeycap_list_contant {
    left: -35px;
}


.keycap_list_position .digi_transfor_keycap_list:first-child .dtkeycap_list_contant {
    left: 80px;
}

















/*======= End Process Automation Page css =======*/


/*======= Start Responsive css =======*/
@media (min-width:992px) {
    .tabs_with_accordion_wrapper .tab-content .card {
        border: none;
        background-color: transparent;
    }

    .tabs_with_accordion_wrapper .tab-content .card .card-header {
        display: none;
    }

    .tabs_with_accordion_wrapper .tab-content .card .collapse {
        display: block;
    }

    .tabs_with_accordion_wrapper {
        display: block;
    }

    .tabs_with_accordion_wrapper .nav-tabs {
        flex: 0 0 100%;
        max-width: 100%;
        display: inline-block;
        border: 0;
        width: 100%;
    }

    .tabs_with_accordion_wrapper .nav-tabs .nav-item {
        width: 20%;
        text-align: left;
        display: inline;
        margin: 0;
    }

    .tabs_with_accordion_wrapper .nav-tabs .nav-item.grid4 {
        width: 25%;
    }

    .tabs_with_accordion_wrapper .nav-tabs .nav-item .nav-link {
        background-color: transparent;
        border-radius: 0;
        position: relative;
        z-index: 1;
        display: block;
        align-items: center;
        width: 100%;
        padding: 10px 15px;
        color: #3a3a3a;
        font-weight: 500;
        font-family: Montserrat;
        font-size: 15px;
        text-align: center;
        border: 0;
        min-height: 88px;
        align-content: center;
        transition: 0.4s ease;
    }

    .tabs_with_accordion_wrapper .nav-tabs .nav-item .nav-link.active {
        font-weight: 700;
        opacity: 1;
        background-color: #fbfbfb;
        color: #a6a6a6;
        border-color: #00b2ff #00b2ff #00b2ff;
        z-index: 1;
        border: 1px solid #00b2ff;
        border-bottom: 0px;
        border-top: 4px solid #00b2ff;
    }

    /* .tabs_with_accordion_wrapper .nav-tabs .nav-item .nav-link:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        background-color: transparent;
        height: 5px;
        z-index: -1;
        width: 0;
        transition: all .5s ease;
    }
    .tabs_with_accordion_wrapper .nav-tabs .nav-item .nav-link.active:before {
        width: 100%;
        background-color: #00b2ff;
    } */
    .list_Description {
        padding: 15px;
        padding-right: 0px;
    }

    .tabs_with_accordion_wrapper .tab-content {
        background-color: #fbfbfb;
        padding: 50px 30px;
        border: 1px solid #00b2ff;
        margin-top: -8px;
        position: relative;
        z-index: 0;
        overflow: hidden;
        min-height: 400px;
    }

    .card_body_main .aft_border:nth-child(2):after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        width: 1px;
        height: 100%;
        background-color: #c4c4c48f;
    }

    .card_body_main .aft_border:nth-child(2):before {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        bottom: 0;
        width: 1px;
        height: 100%;
        background-color: #c4c4c48f;
    }
}

@media (min-width: 1200px) {
    .minw20 {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .tabs_with_accordion_wrapper .tab-content {
        min-height: 325px;
    }
}

@media (min-width: 1600px) {
    .list_Description p {
        font-size: 20px;
        margin-top: 42px;
    }

    .custom_container,
    .container {
        max-width: 1500px;
        margin: 0 auto;
    }
}

@media(max-width: 1599px) {
    .ate_button{
        margin-left: 32%;
    }
    .keycap_list_position .digi_transfor_keycap_list:nth-child(1) .keycap_list_Icontitle {
		left: 48px;
	}
	.keycap_list_position .digi_transfor_keycap_list:nth-child(odd) .keycap_list_Icontitle {
		top: 188px;
	}
	.keycap_list_Icontitle img {
		max-width: 75px;
	}
	.keycap_list_position .digi_transfor_keycap_list:first-child .dtkeycap_list_contant {
		left: 55px;
	}
	.keycap_list_position .digi_transfor_keycap_list:nth-child(odd) .dtkeycap_list_contant {
		top: 245px;
	}
	.keycap_list_position .digi_transfor_keycap_list:nth-child(2) .keycap_list_Icontitle {
		top: 100px;
		left: 25px;
	}
	.keycap_list_position .digi_transfor_keycap_list:nth-child(even) .dtkeycap_list_contant {
		bottom: 145px;
	}
	.keycap_list_position .digi_transfor_keycap_list:nth-child(odd) .keycap_list_Icontitle {
		top: 188px;
	}
	.keycap_list_position .digi_transfor_keycap_list:nth-child(odd) .dtkeycap_list_contant {
		top: 245px;
	}
	.keycap_list_position .digi_transfor_keycap_list:nth-child(4) .keycap_list_Icontitle {
		right: 25px;
		top: 100px;
	}
	.keycap_list_position .digi_transfor_keycap_list:last-child .keycap_list_Icontitle {
		right: 46px;
		top: 192px;
	}
    .ate_kfa_testing_list .targeted_abox h5,
    .test_Categories_List ul li {
        font-size: 15px;
    }

    .heading_commons {
        font-size: 34px;
    }

    .banner_contant p {
        font-size: 18px;
        line-height: 24px;
    }

    .broucher-content>div p {
        font-size: 24px;
    }

    .we_work_service_List h4 {
        font-size: 19px;
    }

    .we_work_service_List p {
        font-size: 16px;
        width: 92%;
        min-height: 103px;
    }

    .targeted_abox h5 {
        font-size: 18px;
    }

    .ate_overview_Carousel {
        padding: 0 30px;
    }

    .industry_exp_List h5 {
        font-size: 15px;
    }

    .ate_e2e_List_Blog {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        margin-left: -20px;
        margin-right: -20px;
    }

    .ate_e2e_List_Text {
        margin-left: -20px;
        margin-right: -20px;
    }

    .digi_transfor_keycap_list h4 {
        font-size: 16px;
        width: 65%;
    }

    .dtkeycap_list_contant p {
        font-size: 16px;
    }

    .dFlex p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .card_body_main h4 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .card_body_main ul li {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .robots_experience span {
        font-size: 15px;
        min-height: 60px;
        width: 100%;
    }

    .whyvvdn_section {
        padding: 60px 0;
        background-position: 90% 0px;
    }

    .whyvvdn_section .whyvvdn_text p {
        font-size: 20px;
    }

    .card_body_main .list_Title h4 {
        font-size: 26px;
        margin-bottom: 20px;
    }
}

@media (max-width:1440px) {
    .key_Capabilities_IconBg {
        margin: 40px 0;
    }

    .card_body_main .list_Title h4 {
        font-size: 24px;
    }

    .keycap_list_position .digi_transfor_keycap_list:nth-child(even) .keycap_list_Icontitle {
        top: 90px;
    }

    .keycap_list_position .digi_transfor_keycap_list:nth-child(odd) .keycap_list_Icontitle {
        top: 196px;
    }

    .keycap_list_position .digi_transfor_keycap_list:nth-child(odd) .dtkeycap_list_contant {
        top: 260px;
    }

    .keycap_list_position .digi_transfor_keycap_list:nth-child(even) .dtkeycap_list_contant {
        max-width: 100%;
    }

    .keycap_list_Icontitle img {
        max-width: 45%;
    }

    .keycap_list_position .digi_transfor_keycap_list:nth-child(even) .dtkeycap_list_contant {
        bottom: 155px;
    }

    .keycap_list_position .digi_transfor_keycap_list:nth-child(odd) .dtkeycap_list_contant {
        max-width: 100%;
    }

    .keycap_list_position .digi_transfor_keycap_list:nth-child(1) .keycap_list_Icontitle {
        left: 45px;
    }

    .keycap_list_position .digi_transfor_keycap_list:nth-child(2) .keycap_list_Icontitle {
        left: 25px;
    }

    .keycap_list_position .digi_transfor_keycap_list:nth-child(4) .keycap_list_Icontitle {
        right: 25px;
    }

    .keycap_list_position .digi_transfor_keycap_list:last-child .keycap_list_Icontitle {
        right: 45px;
    }
}

@media (min-width:1200px) and (max-width:1599px) {
    .industry_Exp_Listblog {
        grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
        gap: 30px;
    }

    .ate_e2e_List_Text h5 {
        font-size: 16px;
    }

    .ate_e2e_List_Text p {
        font-size: 13px;
    }
}
@media (max-width:1280px) {
    .heading_commons {
        font-size: 30px;
    }
}

@media (max-width:1199px) {
    .heading_commons {
        font-size: 28px;
    }
    .industry_Exp_Listblog {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }

    .industry_exp_List img.vvdn_service_img {
        width: 80%;
    }

    .ate_e2e_List_Blog {
        grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    }

    .digi_transfor_keycap_list h4 {
        font-size: 16px;
        width: 70%;
    }

    .dtkeycap_list_contant p {
        font-size: 13px;
    }

    .contactBtn a {
        font-size: 16px;
    }

    .robots_experience {
        padding: 20px 10px;
    }

    .we_work_service_List h4 {
        min-height: 45px;
    }

    .we_work_service_List p {
        min-height: 120px;
    }

    .card_body_main .list_Title h4 {
        font-size: 20px;
    }

    .keycap_list_position .digi_transfor_keycap_list:nth-child(even) .dtkeycap_list_contant {
        bottom: 130px;
    }

    .keycap_list_position .digi_transfor_keycap_list:nth-child(1) .keycap_list_Icontitle {
        left: 35px;
    }

    .keycap_list_position .digi_transfor_keycap_list:first-child .dtkeycap_list_contant {
        left: 40px;
    }

    .keycap_list_position .digi_transfor_keycap_list:nth-child(even) .keycap_list_Icontitle {
        top: 70px;
    }

    .keycap_list_position .digi_transfor_keycap_list:nth-child(odd) .keycap_list_Icontitle {
        top: 155px;
    }

    .keycap_list_position .digi_transfor_keycap_list:nth-child(odd) .dtkeycap_list_contant {
        top: 200px;
    }

    .keycap_list_position .digi_transfor_keycap_list:last-child .dtkeycap_list_contant {
        right: 25px;
    }

    .keycap_list_position .digi_transfor_keycap_list:last-child .keycap_list_Icontitle {
        right: 36px;
    }

    .key_Capabilities_IconBg {
        margin: 60px 0;
    }
}

@media (max-width:991px) {
    .heading_commons {
        font-size: 24px;
    }

    .architecture_Hover_Img_Blog .xzoom_blog {
        width: 100%;
    }

    .android_head_bg img {
        width: 100%;
    }

    .stl_blk .stl {
        padding: 20px 15px;
    }

    .stl_blk .stl .stl_text {
        width: 100%;
        font-size: 15px;
        display: block;
    }

    .broucher-download-sec {
        padding: 7rem 0;
    }

    .broucher-content {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
    }

    .broucher-content>div {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .broucher-content>div small {
        font-size: 20px;
    }

    .broucher-content>div h3 {
        font-size: 28px;
    }

    .broucher-content>div p {
        font-size: 20px;
    }

    .ate_overview_Carousel {
        padding: 0;
        margin-top: 30px;
    }

    .ate_overview_Carousel .owl-nav button.owl-prev {
        left: -20px;
    }

    .ate_overview_Carousel .owl-nav button.owl-next {
        right: -20px;
    }

    .ate_e2e_List_Blog {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        margin: 0;
    }

    .ate_e2e_List:nth-child(2) .ate_e2e_List_Text,
    .ate_e2e_List:nth-child(4) .ate_e2e_List_Text,
    .ate_e2e_List:nth-child(6) .ate_e2e_List_Text {
        position: inherit;
        top: 0;
    }

    .ate_e2e_List_Text {
        margin: 0 0 0 30px;
        margin-right: 0;
        text-align: left;
    }

    .ate_e2e_List {
        padding-top: 0;
        display: flex;
        margin-top: 50px;
        align-items: center;
    }

    .ate_e2e_Listicon_circle:before {
        position: absolute;
        content: "";
        width: 8px;
        height: 100%;
        background: #7c7a7b;
        top: 100%;
        transform: translate(-50%, 0%);
        left: 50%;
        z-index: 0;
    }

    .digi_transfor_keycap_list {
        margin-top: 30px;
        border-bottom: 1px solid #fff;
        padding-bottom: 30px;
        height: calc(100% - 30px);
    }

    .looking_Digitally_Blog {
        background-position: 64% 0px;
    }

    /* start Process automation */
    .silicon_engineering_ouroffring_Blog {
        background-size: cover;
        background-attachment: fixed;
    }

    .tabs_with_accordion_wrapper .tab-content {
        border-top: 1px solid rgb(0 178 255);
        ;
    }

    .tabs_with_accordion_wrapper .tab-content>.tab-pane {
        display: block !important;
        opacity: 1;
        border-radius: 0;
        border-top: 0;
        border-bottom: 1px solid rgb(0 178 255);
        ;
        background-color: transparent;
    }

    .tabs_with_accordion_wrapper .card-header {
        padding: 0;
        background-color: transparent;
        border: 0;
    }

    .tabs_with_accordion_wrapper .card-header a {
        display: flex;
        padding: 20px 25px;
        width: 100%;
        align-items: center;
        text-decoration: none;
        position: relative;
        color: #000000;
        font-weight: 600;
        font-family: Montserrat;
        font-size: 20px;
    }

    .card_body_main .list_Title h4 {
        display: none;
    }

    .list_Description {
        margin-top: 30px;
    }

    .list_Description h5 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .tabs_with_accordion_wrapper .card-header a span {
        font-size: 20px;
        font-weight: 800;
        font-family: Montserrat;
        color: #00b2ff;
        margin: 0 0 0 40px;
        display: inline-block;
    }

    .tabs_with_accordion_wrapper .card-header a img {
        filter: brightness(0) invert(0);
        width: 64px;
    }

    .tabs_with_accordion_wrapper .card-header a:after {
        position: absolute;
        content: "";
        top: 50%;
        right: 25px;
        transform: translate(0px, -50%) rotate(90deg);
        background-image: url(../images/r_arrow.png);
        width: 10px;
        height: 16px;
        background-repeat: no-repeat;
        align-content: center;
        background-size: contain;
        transition: all 0.35s;
    }

    .tabs_with_accordion_wrapper .card-header a.collapsed:after {
        transform: translate(0px, -50%) rotate(0deg);
    }

    .tabs_with_accordion_wrapper .card_body_title {
        margin-bottom: 25px;
    }

    .tabs_with_accordion_wrapper .card_body_main {
        padding: 10px 25px 25px 25px;
    }

    /* .tabs_with_accordion_wrapper .tab-content {
        border-top: ;
    } */

    .tabs_with_accordion_wrapper .tab-content>.tab-pane {
        display: block !important;
        opacity: 1;
        border-radius: 0;
        border-top: 0;
        border-bottom: 1px solid rgb(0 178 255);
        background-color: #fbfbfb;
        border-right: 1px solid rgb(0 178 255);
        border-left: 1px solid rgb(0 178 255);
    }

    .tabs_with_accordion_wrapper .nav-tabs {
        display: none;
    }

    .dFlex {
        display: block;
    }

    .robots_blog .col {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .whyvvdn_section .whyvvdn_text p {
        font-size: 16px;
    }

    .key_Capabilities_IconBg .iconBg {
        display: none;
    }

    .keycap_list_position {
        display: block;
        position: static;
        max-width: 480px;
        margin: auto;
        padding: 0px;
    }

    .digi_transfor_keycap_list {
        margin-top: 0;
        padding-bottom: 15px;
    }

    .dtkeycap_list_contant p {
        font-size: 18px;
        text-align: left;
        max-width: 70%;
        position: relative;
        top: 12px;
        left: 6px;
    }

    .keycap_list_position .digi_transfor_keycap_list .keycap_list_Icontitle {
        background: url(../images/bg-circle.png);
        background-size: 100%;
        background-repeat: no-repeat;
        width: 168px;
        height: 150px;
        align-items: center;
        display: inline-block;
        vertical-align: middle;
        padding-top: 34px;
        position: static !important;
        padding-right: 15px;
    }

    .key_Capabilities_IconBg {
        text-align: left;
        margin: 30px 0 0;
    }

    .keycap_list_position .digi_transfor_keycap_list .dtkeycap_list_contant {
        text-align: center;
        position: static !important;
        display: inline-block;
        max-width: 64% !important;
    }

    .keycap_list_Icontitle img {
        max-width: 40%;
        margin-bottom: 6px;
    }

    .digi_transfor_keycap_list h4 {
        font-size: 14px;
        position: static;
    }

    .keycap_list_position .digi_transfor_keycap_list:nth-child(1) .keycap_list_Icontitle img {
        margin-bottom: 0;
    }











    /* End Process automation */

}

@media (max-width: 767px) {
    .ate_button {
        margin-left: 25%;
    }
    .stl_blk {
        box-shadow: 0px 3px 9px 0px #ccc;
        background: #f7f7f7;
        border-top: 2px solid #f7f7f7;
        border-bottom: 2px solid #f7f7f7;
    }

    .stl_blk .stl {
        display: inline-block;
    }

    .stl_blk .stl .stl_icon img {
        width: 50px;
    }

    .stl_blk .stl .stl_text {
        margin: 15px 0;
    }

    .stl_blk .stl .stl_btn {
        float: right;
    }

    .ate_e2e_Listicon {
        width: 70px;
        height: 70px;
        border: 8px solid #343434;
    }

    .ate_e2e_List_Text h5 {
        font-size: 15px;
    }

    .ate_e2e_List_Text p {
        font-size: 13px;
    }

    .robots_blog .col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width:575px) {
    .banner_blk .banner_contant {
        top: 15%;
        transform: translateY(0%);
    }

    .we_work_service_List p {
        font-size: 15px;
        width: 100%;
    }

    .minw20 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .targeted_abox h5 {
        font-size: 16px;
    }

    .ate_overview_Carousel .owl-nav button.owl-prev {
        left: -15px;
    }

    .ate_overview_Carousel .owl-nav button.owl-next {
        right: -15px;
    }

    .industry_Exp_Listblog {
       
        gap: 30px;
    }

    .looking_Digitally_Blog {
        background-image: url(../images/dt_looking_digitally_bg_res.jpg);
        background-position: center;
    }

    .tabs_with_accordion_wrapper .card-header a {
        padding: 15px 40px 15px 15px;
        font-size: 18px;
    }

    .tabs_with_accordion_wrapper .card_body_main {
        padding: 10px 15px 25px 15px;
    }

    .card_body_main .list_Title p {
        font-size: 16px;
    }

    .list_Description h5 {
        font-size: 18px;
        ;
    }

    .list_Description p {
        font-size: 15px;
    }

    .keycap_list_position .digi_transfor_keycap_list .keycap_list_Icontitle {
        width: 150px;
        height: 135px;
    }
}

@media (max-width:480px) {
    .robots_blog .col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .keycap_list_position .digi_transfor_keycap_list .keycap_list_Icontitle {
        width: 146px;
        height: 132px;
    }

    .digi_transfor_keycap_list {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .dtkeycap_list_contant p {
        max-width: 100%;
        top: -2px;
        margin-top: 0;
        left: 15px;
    }

    .keycap_list_position .digi_transfor_keycap_list .keycap_list_Icontitle {
        padding-top: 20px;
    }
}

@media (max-width:360px) {
    .minw20 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .digi_transfor_keycap_list h4 {
        font-size: 12px;
    }

    .dtkeycap_list_contant p {
        font-size: 16px;
    }

    .dtkeycap_list_contant p {
        top: -18px;
    }
}