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;
}
.comman_heading {
    font-size: 40px;
    font-weight: 800;
    font-family: Montserrat;
    color: #03099e;
    position: relative;
    padding-top: 15px;
    margin-bottom: 0;
    text-transform: uppercase;
    text-shadow: 3px 0 0 #fff, -3px 0 0 #fff, 0 3px 0 #fff, 0 -3px 0 #fff, 2px 2px #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
}
.comman_heading:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 4px;
    background: #005bff;
    width: 75px;
    height: 10px;
    transform: skew(-34deg);
}
.banner_blk {
    position: relative;
}
.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;
}
.banner_contant .comman_heading {
    color: #ffffff;
    text-shadow: none;
}
.banner_contant .comman_heading:after {
    display: none;
}
.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 .comman_heading:after {
    margin: 0 auto;
    text-align: center;
    right: 0;
}
.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: 35px 0 15px;
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    font-family: Montserrat;
}
.we_work_service_List p {
    color: #000000;
    font-weight: 500;
    font-size: 16px;
	margin:0 auto;
	width:80%;
	font-family: Montserrat;
}
.we_work_service_List a.know_more {
	border: 1px solid #ccc;
    padding: 8px 16px 8px 28px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    margin: 20px 0;
    min-width: 100px;
    text-decoration: none;
    background-color: #000000;
    text-align: left;
}
.targeted_abox {
    text-align: center;
    margin: 25px 0 0px 0;
    background-color: #f7f7f7;
    padding: 30px 10px;
	min-height: 202px;
}
.targeted_abox h5 {
    color: #000000;
    font-size: 20px;
    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: 16px;
    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: 15px;
    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(160px, 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: #000000;
    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);
}
/* .dtkeycap_section {
	background: #000000;
} */
.digi_transfor_keycap_list {
    margin-top: 40px;
}
.digi_transfor_keycap_list h4 {
    font-size: 26px;
    font-weight: 800;
    font-family: Montserrat;
    margin: 0 0 0 15px;
    color: #000000;
    width: 60%;
}
.dtkeycap_list_contant p {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    margin: 20px 0px 0;
    width: 90%;
}
.dtkeycap_list_contant_footer {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    margin-top: 40px;
}
.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;
}
.sbs_cmmn_btn{
    float: left;
    margin-top: 10px;
    margin-left: 0;
}
.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-image: url(../images/silicon_engineering_ouroffring_bg.jpg);
    background-repeat: no-repeat;
    background-color: #000000;
}
.tabs_with_accordion_wrapper {
    margin-top: 60px;
}
.dFlex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.dFlex p {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 30px;
}
.card_body_main h4 {
    color: #fff;
    font-weight: 700;
    font-family: Montserrat;
    font-size: 22px;
    margin-bottom: 30px;
}
.card_body_main ul {
    padding-right: 30px;
}
.card_body_main ul li {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    line-height: 24px;
    list-style: none;
    padding-left: 20px;	
    margin-bottom: 20px;
}
.card_body_main ul li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 20px;
    border: 3px solid #494a4c;
    top: 7px;
    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;
}
/*======= 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: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .tabs_with_accordion_wrapper .nav-tabs {
        flex: 0 0 25%;
        max-width: 25%;
        display: inline-block;
        border: 0;
    }
    .tabs_with_accordion_wrapper .nav-tabs .nav-item {
        width: 100%;
        text-align: left;
        display: block;
        margin: 25px 0;
    }
    .tabs_with_accordion_wrapper .nav-tabs .nav-item .nav-link {
        background-color: transparent;
        border-radius: 0;
        border: 0;
        position: relative;
        z-index: 1;
        display: inline-flex;
        align-items: center;
        width: 100%;
        padding: 5px 10px 5px 25px;
        min-height: 50px;
        color: #fff;
        font-weight: 600;
        font-family: Montserrat;
        font-size: 18px;
        opacity: 0.7;
    }
    .tabs_with_accordion_wrapper .nav-tabs .nav-item .nav-link.active {
        font-weight: 800;
        opacity: 1;
    }
    .tabs_with_accordion_wrapper .nav-tabs .nav-item .nav-link:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        background-color: transparent;
        width: 5px;
        z-index: -1;
        height: 0;
        transition: all .5s ease;
    }
    .tabs_with_accordion_wrapper .nav-tabs .nav-item .nav-link.active:before {
        height: 100%;
        background-color: #00b2ff;
    }

    .tabs_with_accordion_wrapper .tab-content {
        flex: 0 0 75%;
        max-width: 75%;        
        padding-left: 30px;
        min-height: 340px;
        background-color: rgba(0,0,0, 0.6);
        padding: 28px;
    }
}

@media (min-width: 1200px) {
	.minw20 {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.tabs_with_accordion_wrapper .tab-content {
        min-height: 484px;
    }
}

@media (min-width: 1600px) {
	.custom_container, .container {
		max-width: 1500px;
		margin: 0 auto;
	}
	
}

@media(max-width: 1599px){
	.comman_heading {
        font-size: 32px;
    }
    .ate_kfa_testing_list .targeted_abox h5, .test_Categories_List ul li{
        font-size: 15px;
    }
	.heading_commons {
		font-size: 30px;
	}
	.banner_contant p {
		font-size: 18px;
		line-height: 24px;
	}
	.broucher-content > div p {
		font-size: 24px;
	}
	.we_work_service_List h4 {
		font-size: 18px;
	}
	.we_work_service_List p {
		font-size: 15px;
        width: 96%;
	}
	.targeted_abox h5 {
		font-size: 16px;
	}
	.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: 20px;
        width: 65%;
	}
	.dtkeycap_list_contant p, .dtkeycap_list_contant_footer {
		font-size: 16px;
	}
	.dFlex p {
		font-size: 15px;
		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;
    }
}

@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: 15px;
	}
	.ate_e2e_List_Text p {
		font-size: 13px;
	}
}

@media (max-width:1199px) {
	.heading_commons {
		font-size: 30px;
	}
	.comman_heading {
        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: 18px;
		width: 70%;
	}
	.dtkeycap_list_contant p {
		font-size: 15px;
	}
	.contactBtn a {
		font-size: 16px;
	}
	.robots_experience {
		padding: 20px 10px;
	}
	
}

@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: 2px solid rgb(0 178 255 / 30%);
    }
    .tabs_with_accordion_wrapper .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
        border-radius: 0;
        border-top: 0;
        border-bottom: 2px solid rgb(0 178 255 / 30%);
        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: #fff;
        font-weight: 600;
        font-family: Montserrat;
        font-size: 16px;
    }
    .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: 2px solid rgb(0 178 255 / 30%);
    }
    .tabs_with_accordion_wrapper .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
        border-radius: 0;
        border-top: 0;
        border-bottom: 2px solid rgb(0 178 255 / 30%);
        background-color: transparent;
    }
    .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;
    }
	/* End Process automation */
	.we_work_service_List p {
        width: 98%;
    }
}

@media (max-width: 767px) {
	.comman_heading {
        font-size: 24px;
    }
     .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 {
		grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
		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: 20px 10px;
        font-size: 15px;
    }
	.tabs_with_accordion_wrapper .card_body_main {
        padding: 10px;
    }
	.dFlex p {
        font-size: 14px;
    }
	.card_body_main ul li {
        font-size: 13px;
    }
	.digi_transfor_keycap_list img {
		width: 60px;
	}
	.dtkeycap_list_contant p {
        font-size: 13px;
    }
}

@media (max-width:480px) {
	.robots_blog .col, .minw20  {
        flex: 0 0 100%;
        max-width: 100%;
    }
	.ate_e2e_List_Text {
        margin: 0 0 0 20px;
    }
}

@media (max-width:360px) {
	.minw20 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.ate_e2e_List_Text p {
        font-size: 12px;
        width: 80%;
    }
}