* {
    margin: 0px;
    padding: 0px;
    outline: none;
}
body {
	font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #3a3a3a;
    overflow-x: hidden;
    padding-top: 62px;
	background: #f7f7f7;
}
a.read_more:hover {
    text-decoration: none;
}
a, a:hover {
    text-decoration: none;
}
.sup_text1 {
    top: -6px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
	display: inline-block;
}
img {max-width: 100%;}
*:focus {outline: none;}
button:focus {outline: none;}
ul {padding: 0; margin: 0;}
figure img {width: 100%;}
body.modal-open {
    padding-right: 0px !important;
}
.mt-50{
	margin-top: 50px;
}
.d_none {display:none;}
.three_dots_img{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
}

.iot_brochureBtn {
    max-width: 246px;
    float: left;
	margin-left: 0;
}
.btn_subscribe.iot_brochureBtn svg {
    stroke-dasharray: 150 560;
}
.btn_subscribe.iot_brochureBtn .btn:hover svg {
    stroke-dashoffset: -560;
}
.btn_subscribe.sbs_cmmn_btn.iot_brochureBtn:hover a{
    color: #fff;
}
.youtube_img{
    cursor: pointer;
}
.modal-dialog.modal_dialog_career .modal-content.career_ctmmodal {
    padding: 0;
}
.modal-content.career_ctmmodal button.close {
    top: -4px;
    right: -3px;
    padding: 0px 0px 4px 2px;
    background: #000931;
    width: 24px;
    height: 24px;
    line-height: 0px;
    color: #fff;
    font-size: 24px;
    border-radius: 20px;
    box-shadow: 0px 0px 4px 0px #ccc;
}
.modal-dialog.modal_dialog_career #video_frame {
    width: 100%;
    text-align: center;
}
.modal-dialog.modal_dialog_career {
    max-width: 800px;
}

.banner_contant a.read_more.die_casting_button {
    border-color: #4cb3ff;
    background-color: #4cb3ff;
}
.banner_contant a.read_more.die_casting_button:hover {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #000000;
}
.banner_blk .banner_contant.die_casting_banner {
    position: absolute;
    bottom: 18%;
    top: inherit;
    transform: translate(0px , 0%);
    left: -5%;
}
.banner_blk .banner_contant h2.vvdopen_5glab {
    font-size: 35px;
    line-height: normal;
	font-weight: 800;
    font-family: Montserrat;
    color: #ffffff;
    text-transform: uppercase;
}
.jxn_txt {
    color: #ffffff;
    font-size: 18px;
    list-style: none;
    margin-top: 5px;
	display: block;
}
.heading_commons.aft_none {
    padding: 0;
}
.heading_commons.aft_none:after {
    display: none;
}
/* =============== Start stl_blk =============== */
.stl_section {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}
.stl_blk .stl {
	padding: 20px 20px;
	display: flex;
	align-items: center;
}
.stl_blk .stl .stl_icon {
	padding-right: 20px;
}
.stl_blk {
	background: #ffffff;
    margin-bottom: 0px;
	transition: all 0.5s;
	border-top: 2px solid #e0e0e0;
	border-bottom: 2px solid #e0e0e0;
}
.stl_blk:hover {
	box-shadow: 0px 12px 9px -11px #ccc;
	background: #f7f7f7;
	border-top: 2px solid #f7f7f7;
	border-bottom: 2px solid #f7f7f7;
}
.stl_blk .stl .stl_icon img {
	width: 60px;
}
.stl_blk .stl .stl_text {
	width: 80%;
	font-weight: 800;
	font-family: Montserrat;
	font-size: 17px;
	color: #3a3a3a;
}
.stl_blk .stl .stl_btn {
	min-width: 136px;
	display: inline-block;
}
.stl_blk .stl .stl_btn a.know_more {
	min-width: 134px;
	padding: 5px 7px;
	font-size: 14px;
	font-weight: 700;
	font-family: Montserrat;
	color: #3a3a3a;
	text-align: left;
}
/* ===============  End stl_blk  =============== */
.mvc_aplication_blogs .targeted_abox{
    position: relative;
}
.mvc_aplication_blogs .targeted_abox:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100px;
    background-color: #70777d;
    left: -15px;
    top: 0;
}
.mvc_aplication_blogs .targeted_abox.no-before:before {
    content: none;
}
/* ===============  Start Networking Page  =============== */


/* ===============  End Networking Page  =============== */
.rmore a {
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 4px 20px;
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.5s;
    text-transform: capitalize;
}
.rmore a:hover {
    background: #fff;
    color: #000 !important;
}
.white_bg {
    padding: 60px 0;
	background:#ffffff;
}
.gray_bg {
    padding: 60px 0;
	background:#f7f7f7;
}
.banner_blk .banner_carousel.owl-carousel .owl-item img{
	width: 100%;
}
.banner_blk .banner_carousel.owl-carousel .owl-dots {
    position: absolute;
    width: auto;
    bottom: 15px;
    left: 9%;
}
.banner_blk .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 .banner_carousel.owl-carousel button.owl-dot.active {
    opacity: 1;
    background: #ffffff;
}
.banner_bg_Blk {
    position: relative;
    height: 666px;
	background: rgb(60,191,252); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(60,191,252,1) 0%, rgba(15,124,237,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(60,191,252,1) 0%,rgba(15,124,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(60,191,252,1) 0%,rgba(15,124,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cbffc', endColorstr='#0f7ced',GradientType=1 ); /* IE6-9 */
}
.banner_web_img {
    position: absolute;
    right: 0;
    top: 50%;
    bottom: 0;
    transform: translate(-40px, -50%);
    height: 100%;
    display: flex;
    align-items: center;
}
span.small_heading_commons {
    line-height: 40px;
	color:#ffffff !important;
}
.heading_commons, span.small_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;
}
.text_common {
	color: #3a3a3a;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    margin: 0;
}
.networking_banner {
    background: rgb(22,102,231);
    background: -moz-linear-gradient(left, rgba(22,102,231,1) 0%, rgba(0,178,255,1) 50%, rgba(0,77,124,1) 100%);
    background: -webkit-linear-gradient(left, rgba(22,102,231,1) 0%,rgba(0,178,255,1) 50%,rgba(0,77,124,1) 100%);
    background: linear-gradient(to right, rgba(22,102,231,1) 0%,rgba(0,178,255,1) 50%,rgba(0,77,124,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1666e7', endColorstr='#004d7c',GradientType=1 );
}
.networking_banner .heading_commons {
    color: #ffffff;
}
.networking_banner p{
	font-size: 22px;
    font-weight: 800;
    font-family: Montserrat;
    color: #ffffff;
    margin-bottom: 0px;
    line-height: 30px;
    text-transform: uppercase;
}
.networking_banner picture {
    float: right;
}
.banner_blk {
    position: relative;
}
.banner_blk .banner_contant {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0px, -50%);
}
span.horizontal_line {
    border-bottom: 2px solid #0eb3fc;
    display: block;
    margin-bottom: 25px;
    width: 90%;
}
.banner_blk .banner_contant .heading_commons:after {
    background: #fff;
}
.banner_blk .banner_contant .heading_commons {
    color: #ffffff;
}
.banner_blk .banner_contant p{
	font-size: 22px;
    font-weight: 800;
    font-family: Montserrat;
    color: #ffffff;
    margin-bottom: 0px;
    line-height: 30px;
    text-transform: uppercase;
}
span.oems {
    text-transform: capitalize;
}
img.networking_vvdnlg {
    margin-bottom: 20px;
    display: inline-block;
}
.Let_talk img.letdesktop {
	display: none;
}
.tablist_wifi_services {
    display: flex;
    align-items: center;
}
.tablist_wifi_services ul#mainNav {
    margin-right: auto;
}
.tablist_wifi_services ul li {
    display: inline-block;
    margin: 0 5px;
}
.tablist_wifi_services ul li a {
    padding: 20px 10px 15px;
    font-size: 15px;
    font-weight: bold;
    font-family: Montserrat;
    color: #3a3a3a;
	display: inline-block;
	text-decoration: none;
	border-bottom: 5px solid #ffffff;
}
.tablist_wifi_services ul li a:hover {
	border-color: #00b2ff;
}
.tablist_wifi_services ul li.active a {
	border-bottom: 5px solid #00b2ff;
}
.tablist_wifi_services ul li:nth-child(1) {
    padding: 0;
    margin-left: 0px;
}
.tablist_wifi_services .reach_usbtn {
    height: 32px;
    font-weight: 600;
    font-size: 15px;
    font-family: Montserrat;
    cursor: pointer;
    color: #ffffff;
    padding: 5px 20px;
    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;
    border-radius: 0px;
}
.tablist_wifi_services .reach_usbtn: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;
}
.tablist_wifi_services .reach_usbtn:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.wifi_services {
	box-shadow: 0px 0px 13px rgba(36, 50, 71, 0.4);
    margin-bottom: 10px;
	position: absolute;
    left: 0;
    right: 0;
}
.wifi_services.header_top_fixed {
    position: fixed;
    top: 60px;
    z-index: 9;
    left: 0;
    right: 0;
}
.min_height_fixed{height:62px;}
.overview_contant img {
	width:100%
}
.web_networking_bg .text-lg-right img {
    width: 86%;
}
.overview_contant p {
    text-align: justify;
    font-size: 15px;
	margin-bottom: 0px;
}

/*====== NEW NETWORKING CSS ======*/
.our_Services_List_Blog {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    display: grid;
    gap: 0;
    padding-bottom: 120px;
    padding-top: 60px;
}
.our__services__List_Box {
    background-color: #fff;
    box-shadow: 0px 2px 7px 2px #ccc;
    margin-left: -10px;
    margin-right: -10px;
	border-radius: 20px;
    position: relative;
    z-index: 0;
}
.our__services__List_Box:after {
    position: absolute;
    content: "";
    top: -10px;
    left: -10px;
    background-image: url(../images/our_services_list_afterbg.png);
    width: 134px;
    height: 160px;
    z-index: -1;
    background-repeat: no-repeat;
}
.our__services__List {
    padding: 30px 20px 30px;
    z-index: 1;
    position: relative;
    background-color: #fff;
    border-radius: 20px;
	height: 100%;
}
.our__services__List h3 {
    font-size: 18px;
    color: #111111;
    font-weight: 700;
    font-family: Montserrat;
    margin-bottom: 0;
}
.our__services__List ul {
    margin-top: 20px;
    padding-right: 15px;
}
.our__services__List ul li {
    padding-left: 15px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #111111;
    font-family: Montserrat;
    list-style: none;
    margin-top: 10px;
}
.our__services__List ul li:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 6px;
    left: 0px;
    background: rgb(116, 116, 116);
    border-radius: 20px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
}
.zindex_one {z-index:1;}
.zindex_two {z-index:2;}
.zindex_three {z-index:3;}
.zindex_four {z-index:4;}
.zindex_five {z-index:5;}
.zindex_six {z-index:6;}
/*====== NEW NETWORKING CSS ======*/

/* ===============  Start OFFERINGS section  =============== */
.solutions_tabing ul.nav.nav-tabs {
    border-bottom: 1px solid #00b2ff;
    position: relative;
    display: flex;
    margin-bottom: 30px;
    margin-top: 50px;
}
.solutions_tabing .nav-tabs a.nav-link {
    border: 1px solid #00b2ff;
    color: #000;
    font-weight: 800;
    font-family: Montserrat;
    padding: 10px 44px;
    border-radius: 0px;
    font-size: 18px;
    min-width: 140px;
    transition: all 0.1s;
}
.solutions_tabing ul.nav.nav-tabs li.nav-item {
    width: auto;
}
.solutions_tabing .nav-tabs .nav-item.show .nav-link, .solutions_tabing .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #00b2ff;
    border-color: #00b2ff #00b2ff #00b2ff;
	transition: all 0.1s;
    position: relative;
    z-index: 1;
}
.solutions_tabing .nav-tabs .nav-item.show .nav-link, .solutions_tabing .nav-tabs .nav-link.active:before {
    position: absolute;
    content: "";
    top: -4px;
    left: -2px;
    bottom: 0;
    right: -2px;
    z-index: -1;
	background: #00b2ff;
}
.solutions_tabing .card {
    background: transparent;
}
.solutions_tabing .tading_header {
   display: flex;
    align-items: center;
	margin-bottom: 40px;
}
.solutions_tabing .tading_header h3 {
    margin-right: 25px;
    font-size: 18px;
    font-weight: 800;
    font-family: Montserrat;
    color: #3a3a3a;
    margin-bottom: 0;
	min-width: 120px;
    max-width: 140px;
}
.solutions_tabing .tading_header p {
    margin: 0;
    font-size: 14px;
}
.solutions_box .roles_type_box {
    min-height: 267px;
}
.solutions_box .roles_type {
    background: #ffffff;
    padding: 24px 20px 20px;
    margin-bottom: 25px;
    box-shadow: 4px 0 15px 0 #ccc;
    position: relative;
    overflow: hidden;
    min-height: 240px;
    border-right: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
    transition: all 0.5s;
}
.tabing_adaption_compute .solutions_box .roles_type {
    min-height: 290px;
}
.tabing_adaption_compute .solutions_box .roles_type:hover {
    min-height: 285px;
}
.tabing_adaption_compute .solutions_box .roles_type ul li {
    font-weight: 500;
}
.solutions_box .roles_type:hover {
    border-right: 5px solid #0090ff;
    border-bottom: 5px solid #0090ff;
    min-height: 235px;
}
.solutions_box .roles_type h4, .solutions_box .roles_type h4 a {
    display: inline-block;
    font-size: 18px;
    font-weight: 800;
    font-family: Montserrat;
    color: #3a3a3a;
	min-height: 33px;
    margin-bottom: 0px;
}
.solutions_box .roles_type h4 a:hover{
   color: #0056b3;
    text-decoration: underline;
}
.tabing_5g_telecom .solutions_box .roles_type h4 {
    min-height: auto;
}
.solutions_box .roles_type h4 span {
    display: block;
}
.solutions_box .roles_type ul li {
    display: block;
    padding-left: 15px;
    font-weight: 600;
    font-size: 15px;
	position: relative;
    font-family: Montserrat;
	margin-top: 3px;
}
.solutions_box .roles_type ul li:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #747474;
    border-radius: 20px;
    border: 2px solid #ccc;
    top: 8px;
    left: 0;
}
.vision_read_more_btn {
    position: absolute;
    bottom: 15px;
    right: 25px;
    min-width: 118px;
}
.vision_read_more_btn .know_more {
    font-size: 13px;
    font-weight: bold;
    font-family: Montserrat;
    color: #fff;
    display: inline-block;
    text-decoration: none;
}
.read_more_btn .know_more {
    font-size: 13px;
    font-weight: bold;
    font-family: Montserrat;
    color: #101010;
    display: inline-block;
    text-decoration: none;
}
.solutions_box .read_more_btn {
	position: absolute;
    right: 15px;
    bottom: 15px;
    opacity: 1;
    transition: all .5s;
}
div#ips {
    margin-bottom: 30px;
}
.solutions_box.ips_box {
    overflow-y: hidden;
    border-top: 1px solid #ccc;
    padding-bottom: 15px;
}
.solutions_box.ips_box .ipsbox_type {
    float: left;
    width: 33.33%;
    display: flex;
    align-items: center;
    padding: 25px 20px;
    background: #f7f7f7;
    transition: all 0.3s;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    position: relative;
    min-height: 120px;
}
.download_Btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    font-size: 13px;
    display: none;
}
 .vision_download {
    display: block !important;
}
.download_Btn a span {
    font-size: 14px;
    display: inline-block;
}
.download_Btn a img {
    width: 20px;
}
.tabing_5g_telecom .solutions_box.ips_box .ipsbox_type {
    min-height: 120px;
}
.solutions_box.ips_box .ipsbox_type:nth-child(1), 
.solutions_box.ips_box .ipsbox_type:nth-child(4), 
.solutions_box.ips_box .ipsbox_type:nth-child(7), 
.solutions_box.ips_box .ipsbox_type:nth-child(10),
.solutions_box.ips_box .ipsbox_type:nth-child(13),
.solutions_box.ips_box .ipsbox_type:nth-child(16),
.solutions_box.ips_box .ipsbox_type:nth-child(19){
	border-left: 1px solid #ccc;
}
.solutions_box.ips_box .ipsbox_type:hover {
	background: #fff;
    box-shadow: 0px 6px 16px -6px #6ea0ff;
    position: relative;
}

.solutions_box.ips_box .ipsbox_type h4 {
    font-size: 18px;
    font-weight: 800;
    font-family: Montserrat;
    color: #3a3a3a;
    margin-bottom: 0;
	margin-right: auto;
	 margin-top: 0;
}
.solutions_box.ips_box .ipsbox_type p a.know_more {
    display: grid;
}
.solutions_box.ips_box .ipsbox_type h4 span.block {
    display: block;
}
.solutions_box.ips_box .ipsbox_type p {
    margin: 0;
}
.solutions_box.ips_box .ipsbox_type h4 small {
    font-weight: 800;
}

/*====== New ui css ======*/
.solutions_tabing.newtype_tabing .nav-tabs .nav-item.show .nav-link, .solutions_tabing.newtype_tabing .nav-tabs .nav-link.active:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0px;
    bottom: 0;
    right: 0px;
    z-index: -1;
    background: #f7f7f7;
}
.solutions_tabing.newtype_tabing .tab-content {
    padding: 20px;
    border: 1px solid #00b2ff;
}
.solutions_tabing.newtype_tabing ul.nav.nav-tabs {
    border-bottom: 0px solid #00b2ff;
    margin-bottom: 0;
}
.solutions_tabing.newtype_tabing .nav-tabs a.nav-link {
    border: 0px solid #00b2ff;
    color: #00b2ff;
	border-top: 4px solid #f7f7f700;
}
.solutions_tabing.newtype_tabing .nav-tabs .nav-item.show .nav-link, .solutions_tabing.newtype_tabing .nav-tabs .nav-link.active {
    color: #000000;
    background-color: transparent;
    border-color: #00b2ff #00b2ff #00b2ff;
    z-index: 1;
    border: 1px solid #00b2ff;
    border-bottom: 0px;
	border-top: 4px solid #00b2ff;
}
.solutions_tabing.newtype_tabing div#ips {
    margin-bottom: 0;
}
.solutions_tabing.newtype_tabing .tading_header p {
    margin: 20px 0 10px;
    font-size: 16px;
    font-weight: 700;
}
.industries_service_Modal .modal-content {
    padding: 25px 35px 25px;
}
.industries_service_Modal .modal-content .modal-body {
    padding: 0px;
}
.industries_service_Modal .modal-content .modal-body h3 {
    font-size: 18px;
    font-weight: 800;
    font-family: Montserrat;
    color: #000000;
    margin-bottom: 18px;
}
.industries_service_Modal .modal-content .modal-body h3.popup_font_heading {
    font-size: 14px;
}
.industries_service_Modal .modal-content .modal-body h2 {
    font-size: 24px;
    font-weight: 800;
    font-family: Montserrat;
    color: #01b2ff;
    margin-bottom: 9px;
}
.industries_service_Modal .modal-content .modal-body ul li {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    font-family: Montserrat;
    color: #000000;
    margin-bottom: 10px;
    padding-left: 20px;
	position:relative;
	vertical-align: top;
}
.solutions_box .roles_type ul lia, .industries_service_Modal .modal-content .modal-body ul li a, .industries_service_Modal .modal-content .modal-body ul li a:hover {
    color: #01b2ff;
}
.industries_service_Modal .modal-content .modal-body ul li:after {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    background: #747474;
    border-radius: 30px;
    border: 3px solid #ccc;
    top: 4px;
    left: 0;
}
.industries_service_Modal .modal-content .modal-body .rm_btn {
    display: inline-block;
    text-align: right;
    width: 100%;
}
.industries_service_Modal .modal-content .modal-body .rm_btn a {
    display: block;
    float: right;
    text-align: left;
    min-width: 125px;
    color: #000;
    font-weight: 800;
    font-size: 16px;
    font-family: Montserrat;
    text-decoration: none;
	margin-top: -5px;
    margin-bottom: 5px;
}
.solutions_tabing.newtype_tabing #solutions .solutions_box .roles_type_box {
    min-height: auto;
}
.solutions_tabing.newtype_tabing #solutions .solutions_box .roles_type {
    background: #f2f2f2;
    border: 0;
    min-height: 210px;
    text-align: center;
    box-shadow: none;
	border: 1px solid #e6e6e642;
    padding: 35px 15px;
	cursor: pointer;
}
.solutions_tabing.newtype_tabing #solutions .solutions_box .roles_type:hover {
	min-height: 210px;
	box-shadow: 0 6px 16px #0000003d;
}
.solutions_tabing.newtype_tabing #solutions .solutions_box .roles_type img {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.solutions_tabing.newtype_tabing #solutions .solutions_box .roles_type h4 {
    margin-top: 30px;
    margin-bottom: 0;
}
.solutions_tabing.newtype_tabing #solutions .solutions_box .roles_type h4 a {
    display: inline-block;
	opacity: 0;
}
.solutions_tabing.newtype_tabing .solutions_box.ips_box.text_transform .ipsbox_type:hover:after {
    opacity: 0;
}
.solutions_tabing.newtype_tabing .solutions_box.ips_box .ipsbox_type:hover {
    background: inherit;
    box-shadow: none;
    position: relative;
}
.solutions_tabing.newtype_tabing div#products .solutions_box .roles_type {
    background: #f2f2f2;
    border: 0;
    box-shadow: inset 0px 0px 9px 0px #e6e6e6, inset 0px 0px 0px -14px #e6e6e6;
	min-height: 324px;
}
/*====== New ui css ======*/
.insights_blog_services:after {
    content: "";
    display: table;
    clear: both;
}
.insights_blog_services {
    margin-top: 30px;
}
.insights_blog_services .insights_box {
	position: relative;
    float: left;
    width: 33.3%;
}
.insights_blog_services .duble_blog .insights_box {
    overflow: hidden;
}
.insights_blog_services .insights_box picture img {
    width: 100%;
}
.insights_blog_services .insights_box:after {
    background: url(../images/gradientbg-img.png);
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
	background-size: cover;
}
.insights_blog_services .insights_box .insights_contant {
    position: absolute;
    bottom: 20px;
    color: #fff;
    left: 20px;
    right: 20px;
	z-index: 1;
}
.insights_blog_services .single_blog  {
    align-items: center;
    margin-top: 20px;
    background: #ffffff;
}
.insights_blog_services .single_blog .insights_contant h4 {
    font-size: 16px;
    font-weight: 800;
    font-family: Montserrat;
    color: #000000;
    line-height: 24px;
    margin-bottom: 0;
    min-height: 130px;
    align-items: center;
    display: flex;
    margin: 20px 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.insights_blog_services .single_blog .insights_contant span.card_date {
   margin-bottom: 10px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    font-family: Montserrat;
    color: rgba(0, 0, 0, 0.62);
}
.insights_blog_services .single_blog .insights_contant a.know_more {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
	text-decoration: none;
	 font-weight: bold;
    font-family: Montserrat;
}
.insights_blog_services .single_blog .insights_img {
    border: 6px solid #ececec;
}
.insights_blog_services .single_blog .insights_img img {
    width: 100%;
}
.insights_blog_services .single_blog .insights_img .blog_tage {
    left: 21px;
    top: 15px;
}
.insights_blog_services .insights_box .insights_contant h4 {
    font-size: 16px;
    font-weight: 800;
    font-family: Montserrat;
    color: #ffffff;
    margin-bottom: 5px;
    min-height: 42px;
}
.insights_blog_services .insights_box .insights_contant span.card_date {
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
}
.insights_blog_services .insights_contant a.know_more {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
	text-decoration: none;
}
.know_more .c_arrow {
    margin-left: 5px;
    transition: all 0.5s;
    min-width: 10px;
}
.know_more:hover img.c_arrow {
    margin-left: 8px;
}
.insights_blog_services .blog_tage {
    position: absolute;
    top: 6px;
    left: 0;
	z-index: 1;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.55) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.insights_blog_services .blog_tage span {
    text-transform: uppercase;
    font-weight: bold;
    font-family: Montserrat;
    color: #fff;
    padding: 3px 30px 3px 15px;
    font-size: 13px;
    display: block;
}
.offerings_blk {
    position: relative;
}
.offerings_blk img.offering_img {
    min-height: 130px;
}
.offerings {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.offerings p {
    float: left;
    margin: 0;
    width: 75%;
    color: #ffffff;
    font-weight: 800;
    font-family: Montserrat;
    font-size: 24px;
	display: flex;
    align-items: center;
    line-height: 28px;
}
.subscribe_btn {
    float: left;
    width: 25%;
    text-align: right;
}
.subscribe_btn a {
    color: #fff !important;
    border: 1px solid #ffffff;
    padding: 5px 19px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
	text-transform: uppercase;
}
/* ===============  Start overflow slider  =============== */
.overview-carousel {
    box-shadow: 3px 18px 14px -10px #989898;
}
.overview-carousel .owl-nav button.owl-next, .overview-carousel .owl-nav button.owl-prev {
    width: 30px !important;
    height: 30px;
    background-color: #fff !important;
    border-radius: 50%;
    opacity: 1;
    color: #000;
    top: 50%;
    margin-top: 0px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.39);
    transform: translateY(-50%);
    outline: none;
}
.overview-carousel .owl-next {
    right: -15px;
    position: absolute;
}
.overview-carousel .owl-prev {
    left: -15px;
    position: absolute;
}
.overview-carousel .owl-nav button.owl-next span, .overview-carousel .owl-nav button.owl-prev span {
    color: #3066be;
    font-size: 31px;
    position: relative;
    display: inline-block;
    line-height: 24px;
}
.overview-carousel .owl-dots {
    display: none;
}
/* ===============  End overflow slider  =============== */

/* ===============  Start IP Tracker Page  =============== */
.heading_commons.tracker:after {
    background: #fff;
}
.heading_commons.tracker {
    text-transform: none;
}
picture.ip_tracker_web {
    position: absolute;
    top: 50%;
	right: 20px;
    transform: translate(-20px, -50%);
}
.banner_blk .banner_contant.ip_tracker_contant p {
    text-transform: none;
    font-weight: 500;
    width: 92%;
}
.overview_ip_tracker .overview_contant p {
    font-weight: 400;
    font-size: 15px;
    color: #3a3a3a;
    font-family: 'Lato', sans-serif;
}
.ip_tracker_tabing ul.nav.nav-tabs {
    position: relative;
    display: flex;
    margin-bottom: 30px;
    margin-top: 50px;
}
.ip_tracker_tabing .nav-tabs .nav-item {
    width: 33.33%;
    border: 1px solid #ccc;
    border-right: 0px;
	text-align: center;
}
.ip_tracker_tabing .nav-tabs .nav-item:nth-child(3) {
    border-right: 1px solid #ccc;
}
.ip_tracker_tabing .nav-tabs .nav-item .nav-link {
    border: 0px solid transparent;
    font-weight: 800;
    font-family: Montserrat;
    padding: 12px 30px;
	line-height: 22px;
    font-size: 18px;
    background: #f7f7f7;
    color: #000000;
}
.ip_tracker_tabing .nav-tabs .nav-item .nav-link span {
    display: block;
}
.ip_tracker_tabing .nav-tabs .nav-item a.nav-link.active {
    border: 0px;
    position: relative;
	background: transparent;
}
.ip_tracker_tabing .nav-tabs .nav-item a.nav-link.active:after {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    right: 0;
    text-align: center;
    width: 120px;
    height: 4px;
    background: #00b2ff;
    margin: 0 auto;
}
.iptracker_tab_content .solutions_box p {
    font-size: 15px;
	 text-align: justify;
}
.iptracker_tab_content .insights_box {
	width: 33.3%;
}
.iptracker_tab_content .insights_box.width_50 {
	width: 50%;
}
.iptracker_tab_content .solutions_box ul li{
	font-weight: bold;
    font-size: 15px;
}
.iptracker_tab_content .solutions_box ul{
	margin-bottom: 12px;
}
ul.dots_before li {
    position: relative;
    padding-left: 15px;
    list-style: none;
}
ul.dots_before li:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #000000;
    border-radius: 20px;
    border: 2px solid #d9d9d9;
    top: 8px;
    left: 0px;
}
.iptracker_tab_content .insights_blog_services {
    margin-top: 60px;
}
.insights_blog_services .insights_box .insights_contant.insights_ip_tracker {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    bottom: inherit;
	text-align: center;
}
.insights_blog_services .insights_box .insights_contant.insights_ip_tracker h4 {
    font-size: 18px;
    font-weight: 800;
    font-family: Montserrat;
    color: #ffffff;
    margin-bottom: 10px;
    min-height: auto;
}
.insights_contant.insights_ip_tracker ul li {
	display: block;
	font-size: 14px;
}
.ip_tracker_download_datasheet {
    text-align: center;
    margin-top: 60px;
}
.ip_tracker_download_datasheet ul li {
    display: inline-block;
    width: 242px;
    text-align: center;
}
.ip_tracker_download_datasheet ul li a, .ip_tracker_download_datasheet button.dwn_dts {
    padding: 10px 20px;
    border: none;
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    font-family: Montserrat;
    margin-top: 0px;
    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;
    min-height: 44px;
    min-width: 240px;
    border-radius: 0px;
    display: block;
}
.ip_tracker_download_datasheet ul li a:after, .ip_tracker_download_datasheet button.dwn_dts: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;
}
.ip_tracker_download_datasheet ul li a:hover:after, .ip_tracker_download_datasheet button.dwn_dts:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.ip_tracker_download_datasheet button.dwn_dts {
    display: inline-block;
}
.smart-speaker-vdo {
    text-align: center;
}
.smart-speaker-vdo h4 {
    font-weight: 800;
    font-family: Montserrat;
    color: rgba(58, 58, 58, 0.5);
    text-align: center;
    margin-bottom: 40px;
    font-size: 22px;
    margin-top: 50px;
}
.ip_tracker_tabing .tab-content .card-body .features_section h2 {
    font-weight: 800;
    font-family: Montserrat;
    color: rgba(58, 58, 58, 0.5);
    text-align: center;
    margin-bottom: 40px;
    font-size: 34px;
}
.ip_tracker_tabing .tab-content .card-body .ip_tracker_features_res {
    display: none;
}
.ip_tracker_tabing .tab-content .card-body .features_section .features {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ip_tracker_tabing .tab-content .card-body .features_section .features .fs_left {
    text-align: right;
    margin-right: 60px;
    width: 20%;
}
.ip_tracker_tabing .tab-content .card-body .features_section .features .features_service:nth-child(1) {
    margin-top: 0px;
}
.ip_tracker_tabing .tab-content .card-body .features_section .features .features_service {
    margin-top: 40px;
}
.ip_tracker_tabing .tab-content .card-body .features_section .features .fs_left .features_service p {
    text-align: right;
}
.ip_tracker_tabing .tab-content .card-body .features_section .features .features_service p {
    font-weight: 900;
    font-size: 16px;
    margin: 15px 0 0;
	font-family: 'Lato', sans-serif;
}
.ip_tracker_tabing .tab-content .card-body .ip_tracker_features.text-center {
    width: 60%;
}
.ip_tracker_tabing .tab-content .card-body .features_section .features .fs_right {
    text-align: left;
    margin-left: 60px;
    width: 20%;
}
.ip_tracker_tabing .tab-content .card-body .features_section .features .fs_right .features_service p {
    text-align: left;
}

/* ===============  modal  =============== */
.modal-dialog.ip_tracker_modal {
    max-width: 960px;
}
.modal-dialog.ip_tracker_modal h2.contact-head {
    margin-bottom: 50px;
}
.ip_tracker_modal .contact-form .form-control-placeholder {
    padding-left:0px;
}
.modal-dialog.ip_tracker_modal .modal-footer {
    border: 0px;
    justify-content: center;
	padding: 0;
}
.modal-dialog.ip_tracker_modal button.btn.btn-primary {
    padding: 10px 20px;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    font-family: Montserrat;
    margin-top: 0px;
    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;
    min-height: 44px;
    min-width: 140px;
    border-radius: 0px;
}
.modal-dialog.ip_tracker_modal button.btn.btn-primary: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;
}
.modal-dialog.ip_tracker_modal button.btn.btn-primary:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.ip_tracker_modal .floating-input, .ip_tracker_modal .floating-select {
    height: 38px;
}
.ip_tracker_modal .floating-label label {
    top: 13px;
	color: rgb(58 58 58 / 0.70);
}
.ip_tracker_modal .floating-input:focus ~ label, .ip_tracker_modal .floating-input:not(:placeholder-shown) ~ label {
    top: -20px;
    font-size: 14px;
    color: #0090ff !important;
    opacity: 1;
}
.highlight {
  position:absolute;
  height:50%; 
  width:100%; 
  top:15%; 
  left:0;
  pointer-events:none;
  opacity:0;
}
/* active state */
.ip_tracker_modal .floating-input:focus ~ .highlight, .ip_tracker_modal .floating-select:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}
/* animation */
@-webkit-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
.ip_Request_Demo {
    position: fixed;
    top: 53%;
    transform: translate(-24px, -50%);
    left: 0;
    z-index: 11;
    cursor: pointer;
}
.modal-dialog.ip_tracker_modal.download_datasheet_modal .modal-content.contact-form {
    padding: 60px 80px;
}

.modal-dialog.ip_tracker_modal.download_datasheet_modal h2.contact-head {
	text-transform: capitalize;
}
.single-post-blk {
    align-items: center;
    background: #ffffff;
    box-shadow: 0 0 10px 1px #efefef;
    padding: 15px 24px;
}
.single-post-blk .row {
    align-items: center;
}
.single-post-blk .card_date {
    color: #888;
    font-size: 15px;
    font-weight: 800;
    font-family: Montserrat;
}
.single-post-blk h2 {
    font-size: 16px;
    font-weight: 800;
    font-family: Montserrat;
    min-height: 42px;
    border-bottom: 1px solid #c9c9c9;
    border-top: 1px solid #c9c9c9;
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-top: 30px;
}
.single-post-blk .know_more {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
}
.right-post-blk {
	padding-left: 20px;
	text-align: right;
}
.right-post-blk img {
    width: 100%;
}
.right-post-blk .blog_tage {
    left: 45px;
}
.mobile-view{
	display: none;
}
.ip_tracker_download_datasheet ul li a{
	cursor: pointer;
}
/* End New floating label */
.right-post-blk a.know_more.mobile-view {
    display: none;
}
.smartspeaker-disclaimer {
    font-size: 13px;
    font-style: italic;
    color: #a3a3a3;
    text-align: left;
    margin-top: 30px;
}
/* ===============  modal  =============== */
/* ===============  End IP Tracker Page  =============== */

/* ===============  Start atex-iec-trackers Page  =============== */
ul.atex_iec_track {
    margin: 20px 0;
}
ul.atex_iec_track li {
    display: inline-block;
    margin-right: 40px;
    position: relative;
    padding-left: 20px;
    font-weight: 700;
    color: #000000;
}
ul.atex_iec_track li:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #000000;
    border-radius: 20px;
    border: 2px solid #bbb;
    top: 7px;
    left: 0;
}
/* ===============  End atex-iec-trackers Page  =============== */

/* ===============  Start Industrial Internet of things (IIoT) Page  ================ */
.iiot_solutions_services {
    margin-top: 50px;
}
.iiot_services_box {
    padding: 10px 10px 30px;
    box-shadow: 0px 0px 8px -2px rgb(0 0 0 / 22%);
    height: 94%;
    margin-top: 30px;
    background: #ffffff;
}
.row.grid_custom .iiot_services_box {
    width: 100%;
}
.under_pdng_box {
    padding: 25px 10px 10px;
}
.iiot_services_box img {
    width: 100%;
}
.iiot_services_box h3 {
    font-size: 18px;
    color: #3a3a3a;
    font-weight: 800;
    font-family: Montserrat;
}
.iiot_services_box ul {
    margin-top: 20px;
}
.iiot_services_box ul li {
    list-style: none;
    font-size: 15px;
    padding-left: 20px;
    position: relative;
	width: 40%;
    display: inline-block;
	vertical-align: top;
}
.iiot_services_box ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    bottom: 0;
    background: #1e1e1e;
    width: 8px;
    height: 8px;
    border: 2px solid #c9c2c2;
    z-index: 0;
    border-radius: 10px;
}
.iiot_services_box .ai-list li{
	width:100%;
}
span.small_txt {
    text-transform: lowercase;
}
/*================ End Industrial Internet of things (IIoT) Page =================*/

/*================ Start EV Charging Page =================*/
.ev_charging_offerings h2.heading_commons {
    margin-bottom: 30px;
}
.partner_of_choic_res {
    display: none;
}

.ev_charging_offerings ul {
    position: relative;
}
.ev_charging_offerings ul:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #6d6d6d;
    right: -15px;
    bottom: 0;
    top: 0;
}
.ev_charging_offerings ul.aft:after {
	opacity:0;
}
.ev_charging_offerings ul li {
    list-style: none;
    font-size: 15px;
    font-style: italic;
    font-weight: 700;
    font-family: Montserrat;
    margin-bottom: 12px;
	display: flex;
}
.ev_charging_offerings ul li span {
    display: inline-block;
    margin-right: 8px;
	min-width: 30px;
}
.partner_of_choic {
    padding-left: 40px;
    display: flex;
    align-items: self-start;
}
.partner_of_choic p {
    font-family: 'Montserrat';
    font-weight: 700;
    color: #3a3a3a;
    font-size: 16px;
    margin: 0px 0 20px;
}
.partner_of_choic img {
    margin-right: 30px;
    display: block;
}
.partner_of_choic .reach_usbtn {
    height: 36px;
    font-weight: 500;
    font-size: 14px;
    font-family: Montserrat;
    cursor: pointer;
    color: #ffffff;
    display: inline-block;
    padding: 7px 20px;
    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;
}
.partner_of_choic .reach_usbtn:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.partner_of_choic .reach_usbtn: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;
}
.ev_charging_Mofferings_section {
    background: url(../images/ev-charging-mofferings-bg-img.jpg) center;
    padding: 80px 0;
}
.ev_charging_off_service {
    margin-top: 60px;
    overflow: hidden;
	padding-bottom: 20px;
}
.ev_charging_off_service div {
    float: left;
    width: 33.3%;
    background: rgb(5 37 81 / 75%);
    padding: 15px 20px;
    border: 1px solid rgb(173 173 173 / 70%);
    color: #ffffff;
    text-align: center;
	font-weight: 600;
    font-family: Montserrat;
	transition: all 0.4s;
}
.ev_charging_off_service div span {
    display: block;
}
.ev_charging_off_service div:hover {
    background: #ffffff;
    color: #000000;
    box-shadow: 0px 3px 14px 0px #00b2ff;
	font-weight: 800;
}
.ev_charging_off_service .border_lr_0 {
    border-left: 0px;
    border-right: 0;
}
.level_Chargers_services {
    padding: 0 20px;
    margin-top: 40px;
    overflow: hidden;
}
.Chargers_service {
    float: left;
    width: 33.33%;
    text-align: center;
}
.level_Chargers {
    border: 1px solid #b2b2b2;
    height: 100%;
    min-height: 120px;
    padding: 20px 10px;
}
.level_Chargers.blr_hide {
    border-left: 0;
    border-right: 0;
}
.level_Chargers div {
    min-height: 50px;
}
.level_Chargers h5 {
    font-size: 20px;
    font-weight: 900;
    font-family: Montserrat;
    color: #000000;
    position: relative;
    margin-bottom: 0px;
}
.level_Chargers h4 {
    font-size: 27px;
    font-weight: 900;
    font-family: Montserrat;
    color: #00b2ff;
    position: relative;
    margin-bottom: 0px;
}
.Chargers_service .level_Chargers div span {
    font-size: 13px;
    font-weight: 500;
    font-family: Montserrat;
    color: rgb(0 0 0 / 60%);
    margin-bottom: 0;
	line-height: normal;
}
.Chargers_service div span {
	font-size: 15px;
	font-weight: 800;
	font-family: Montserrat;
	color: #3a3a3a;
	display: block;
	line-height: 30px;
}
.level_Chargers_type {
    border-top: 1px solid #b2b2b2;
}
.level_Chargers_type3 {
    border-right: 1px solid#b2b2b2;
}
.level_Chargers_type ul li {
    border: 1px solid #b2b2b2;
    list-style: none;
    padding: 8px 5px;
    border-top: 0;
    border-right: 0;
    font-size: 14px;
    color: #000000;
}
.ev_Charger_use_cases {
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}
.ev_Charger_use_cases .use_cases_service {
    float: left;
    width: 33.33%;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}
.ev_Charger_use_cases .use_cases_service img {
    transition: all 0.3s;
}
.ev_Charger_use_cases .use_cases_service:hover img {
    transform: scale(1.2);
}
.use_cases_service .use_cases_contant {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translate(0px, -50%);
}
.use_cases_service .use_cases_contant h4 {
    font-size: 18px;
    font-weight: 800;
    font-family: Montserrat;
    color: #ffffff;
    position: relative;
    margin-bottom: 0;
}
.evcharger_our_services .al_ml_service_type {
    width: 20%;
}
/*================ End EV Charging Page =================*/

/*================ Start AI based_camera_solutions Page =================*/
.al_ml_our_services {
    overflow: hidden;
    margin-top: 40px;
}
.al_ml_service_type {
    float: left;
    width: 25%;
    position: relative;
}
.al_ml_service_text {
    position: absolute;
    top: 17%;
    left: 50px;
}
.al_ml_service_text h4 {
	font-size:20px;
	font-weight: 800;
    font-family: Montserrat;
    color: #3a3a3a;
}
.al_ml_service_text ul li {
    list-style: none;
    max-width: 100%;
    padding-left: 15px;
    position: relative;
    font-size: 16px;
}
.al_ml_service_text ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    background: #848484;
    border-radius: 10px;
    border: 2px solid #e6e6e6;
}
section.frameworks_and_ips_section {
    background: url(../images/ai-ml-frameworks-ipsbg.jpg) center;
    padding: 60px 0;
    background-size: cover;
}
.frameworks_and_ips {
    margin-top: 60px;
}
.frameworks_and_ips p {
    font-size: 16px;
    color: #ffffff;
    margin-top: 20px;
}
.frameworks_and_ips p {
	position: relative;
    padding-left: 0px;
}
.frameworks_and_ips p:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    left: -20px;
    top: 7px;
    border-radius: 10px;
    background: #ffffff;
    border: 3px solid #234696;
}
.frameworks_and_ips .sde_afternone p::before {
    opacity: 0;
}
.frameworks_and_ips.aiml_plr15 {
    padding-left: 15px;
    padding-right: 15px;
}
.solutions_box.ips_box.transparent .ipsbox_type {
    width: 25%;
    background: transparent;
}
.solutions_box.ips_box.transparent .ipsbox_type h4 {
    color: #ffffff;
    font-size: 15px;
	align-items: center;
    display: flex;
}
.solutions_box.ips_box.transparent .ipsbox_type:nth-child(5), .solutions_box.ips_box.transparent .ipsbox_type:nth-child(9){
    border-left: 1px solid #ccc;
}
section.frameworks_and_ips_section {
    padding-bottom: 110px;
	position: relative;
}
.banner_carousel.owl-carousel .owl-stage-outer {
    position: relative;
    -webkit-transform: translate3d(0,0,0);
    overflow: revert;
}
.owl-item.active.center .ipsbox_type_img {
    transform: scaleY(1.2);
    position: relative;
    z-index: 999;
}
.owl-item.active .ipsbox_type_img {
    position: relative;
}

.owl-item.active .ipsbox_type_img:before {
    position: absolute;
    content: "";
    top: -11px;
    left: 0;
    right: 0;
    height: 12px;
    background: url(../images/nvidia_slider_gradientbgtop2.png) no-repeat bottom;
    background-size: 100%;
}
.owl-item.active .ipsbox_type_img:after {
    position: absolute;
    content: "";
    bottom: -11px;
    left: 0;
    right: 0;
    height: 12px;
    background: url(../images/nvidia_slider_gradientbgbottom2.png) no-repeat;
    background-size: 100%;
    transform: rotate(0deg);
}
.owl-item.active.center .ipsbox_type_img:before {
    position: absolute;
    content: "";
    top: -11px;
    left: 0;
    right: 0;
    height: 12px;
    background: url(../images/nvidia_slider_gradientbgtop.png) no-repeat bottom;
    background-size: 100%;
}
.owl-item.active.center .ipsbox_type_img:after {
    position: absolute;
    content: "";
    bottom: -11px;
    left: 0;
    right: 0;
    height: 12px;
    background: url(../images/nvidia_slider_gradientbgbottom.png) no-repeat;
    background-size: 100%;
    transform: rotate(0deg);
}
.frameworks_and_ips_section .frameworks_and_ips .banner_carousel .item {
    text-align: center;
}
.banner_carousel .owl-nav {
    position: absolute;
    left: -33px;
    right: 0;
    bottom: 20px;
}
.ipsbox_type h4 {
    color: #8d9097;
    font-size: 13px;
    margin-top: 20px;
    font-weight: 600;
    font-family: Montserrat;
    text-transform: uppercase;
}
.banner_carousel .owl-item.active.center .ipsbox_type .download_Btn {
    display: block;
}
.banner_carousel .owl-item .ipsbox_type .download_Btn {
    position: inherit;
}
.banner_carousel .owl-item.active.center .ipsbox_type h4 {
    color: #ffffff;
    font-size: 14px;
    margin-top: 40px;
    font-weight: 800;
    min-height: 52px;
}
.frameworks_and_ips_section .frameworks_and_ips .banner_carousel.owl-carousel .owl-item a {
    margin-top: 0;
    display: flex;
    text-align: center;
    color: #ffffff;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
    top: -10px;
}
.banner_carousel.owl-carousel .owl-item a img {
    display: block;
    width: 20px;
}
.banner_carousel.owl-carousel .owl-item a:hover {
    color: #ffffff;
}

.banner_carousel button.owl-prev {
    position: absolute;
    left: 48%;
}
.banner_carousel button.owl-next {
    position: absolute;
    right: 48%;
}
.banner_carousel button.owl-prev span, .banner_carousel button.owl-next span {
    font-size: 50px;
    color: #248edd;
    line-height: 18px;
    position: absolute;
    height: 34px;
    width: 34px;
    font-weight: 300;
    border: 1px solid #4e596c;
}
.slider_count_value{
    bottom: 60px;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}
.slider_count_value, .slider_count_value span {
    color: #ffffff;
}
.owl-item.active.center .slider_count_value{
    display: inline-block;
}
/*================ End AI based_camera_solutions Page =================*/


/*================ Start Access Point Software Development Page =================*/
.access_point_expertise_service_text {
    border: 1px solid #00b2ff;
    padding: 20px;
    margin-top: 30px;
	height: 88%;
}
.access_point_expertise_service_text h4 {
	font-size:20px;
	font-weight: 800;
    font-family: Montserrat;
    color: #3a3a3a;
}
.access_point_expertise_service_text ul li {
    list-style: none;
    max-width: 100%;
    padding-left: 15px;
    position: relative;
    font-size: 16px;
}
.access_point_expertise_service_text ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    background: #848484;
    border-radius: 10px;
    border: 2px solid #e6e6e6;
}
section.frameworks_and_ips_section.software_integration {
    background: url(../images/software-integration-bgimg.jpg) right bottom no-repeat;
    padding: 60px 0;
    background-size: cover;
}
.Integration_text {
    text-align: center;
    padding: 22px 0;
	position:relative;
}
.Integration_text p {
    font-size: 20px;
    font-weight: 800;
    font-family: Montserrat;
    margin: 0;
	color: #ffffff;
}
/*================ End Access Point Software Development =================*/

/* Virtual Tour Form CSS */
.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 Virtual Tour Form CSS */


/*============ Start Smart Audio Solutions CSS =============*/
section.audio_services_section {
    padding: 60px 0 0;
}
.audio_services {
    margin-top: 40px;
    overflow: hidden;
    padding-bottom: 60px;
	border-top: 1px solid #d7d7d7;
}
.audio_service_txt {
    float: left;
    width: 16.66%;
    text-align: center;
    padding: 20px 20px;
    border: 1px solid #d7d7d7;
    height: 100%;
    transition: all 0.3s;
	border-top: 0;
}
.audio_service_txt:hover {
    background: #ffffff;
    box-shadow: 0px 12px 16px -7px #c6e1ec;
    position: relative;
    z-index: 1;
}
.audio_service_txt p {
    font-size: 13px;
    min-height: 50px;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 600;
    font-family: Montserrat;
}
section.audio_services_section {
    padding: 60px 0 0;
    background: url(../images/audio-services-gray-bg-img.jpg) no-repeat top center;
	background-size: cover;
}
.audio_lab_infrastructure_section {
	padding: 60px 0;
	background-image: url(../images/audio_lab_infrastructure_bg.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
}
.audio_lab_infrastructure_section h2.heading_commons~p {
    width: 90%;
    text-align: justify;
    font-size: 16px;
}
.audio_lab_infrastructure_service {
    display: flex;
	margin-left: -8px;
    margin-right: -8px;
	padding: 15px 7px 0 7px;
    border-top: 2px solid #00b2ff;
    position: relative;
	margin-top: 15px;
}
.audio_lab_infrastructure_service2 {
    display: flex;
	margin-left: -8px;
    margin-right: -8px;
	padding: 0px 7px 15px 7px;
    border-bottom: 2px solid #00b2ff;
    position: relative;
	margin-top: 15px;
}
.audio_lab_img {
    flex: 0 0 60%;
    max-width: 60%;
	padding-left: 8px;
    padding-right: 8px;
}
.audio_lab_img2 {
    flex: 0 0 40%;
    max-width: 40%;
}
.audio_lab_img.audio_lab_img3 {
    flex: 0 0 30%;
    max-width: 30%;
}
.audio_lab_img.audio_lab_img4 {
    flex: 0 0 40%;
    max-width: 40%;
}
.pl220 {
    padding-left: 220px;
}
.audio_lab_img > div {
    border: 3px solid #fff;
    box-shadow: 0px 3px 10px #ccc;
}
.audio_lab_img > div img {
    width: 100%;
}
.audio_lab_img > div:nth-child(2) {
    margin-top: 15px;
}
.audio_lab_infrastructure_service:before {
    position: absolute;
    content: "";
    top: -2px;
    left: -40px;
	width: 40px;
    height: 100%;
    background-image: url(../images/audio_lab_before_border.png);
    background-repeat: no-repeat;
	background-position: right top;
}
.audio_lab_infrastructure_service:after {
    position: absolute;
    content: "";
    top: -2px;
    right: -40px;
	width: 40px;
    height: 100%;
    background-image: url(../images/audio_lab_after_border.png);
    background-repeat: no-repeat;
	background-position: left top;
}
.audio_lab_infrastructure_service2:before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: -2px;
    background-color: #00b2ff;
    width: 2px;
    height: 60%;
}
.audio_lab_infrastructure_service2:after {
    position: absolute;
    content: "";
    bottom: -2px;
	right: -2px;
    background-color: #00b2ff;
    width: 2px;
    height: 60%;
}
/*========== End Smart Audio Solutions CSS ============*/


/* Start networking_and_wireless_frameworks CSS */
.overview_information {
    display: flex;
    align-items: center;
    padding: 0;
    position: relative;
    #justify-content: center;
	margin: 15px 0;
}
.overview_information:before {
    position: absolute;
    content: "";
    background: #a3a3a3;
    width: 1px;
    height: 100%;
    right: -15px;
}
.overview_information.border-0:before {
	opacity:0;
}
.overview_information img {
    width: 58px;
}
.overview_information span.overview_txt {
    margin-left: 15px;
    font-weight: bold;
    line-height: 20px;
    font-size: 14px;
}
.overview_information.br_3:before {
    opacity: 0;
}
.insights_blog_services1.success_stories .single-post-blk {
    background: transparent;
    box-shadow: none;
}
.insights_blog_services1.success_stories .single-post-blk .right-post-blk {
    border: 6px solid #fff;
    width: 100%;
    padding: 0;
    box-shadow: 0px 0px 5px 0px #ccc;
}
.nwf_stxt {
	margin-top: 30px;
}
.nwf_stxt ul li {
    list-style: none;
    padding-left: 30px;
    position: relative;
    font-size: 15px;
    margin-bottom: 8px;
}
.nwf_stxt ul li:before {
    position: absolute;
    content: "";
    left: 13px;
    top: 7px;
    width: 8px;
    height: 8px;
    background: #898989;
    border-radius: 10px;
    border: 2px solid #d5d5d5;
}
.nwf_stxt ul.bold_txt li {
    font-weight: 600;
}
/* End networking_and_wireless_frameworks CSS */


/* Start Data Lake Solutions Service CSS */
.create_innovate_excel_section.bg_gray {
    background: #e9f0f8;
    padding: 60px 0;
}
h3.hng_okf {
    font-size: 28px;
    font-weight: 800;
    font-family: Montserrat;
    padding-top: 15px;
    color: #000000;
    margin-bottom: 10px;
}
.iiot_solutions_section p {
    font-size: 15px;
	font-family: 'Lato', sans-serif;
}
.under_pdng_box p {
    font-size: 15px;
    margin-bottom: 0;
    font-family: 'Lato', sans-serif;
    text-align: justify;
}
.excel_sBox {
    background: #ffffff;
    padding: 25px 20px;
    position: relative;
    min-height: 270px;
    margin-top: 80px;
	height: 78%;
}
.excel_sicon {
    position: absolute;
    top: -80px;
    right: 20px;
    max-width: 150px;
}
.excel_stext {
    margin-top: 60px;
}
.excel_stext h3 {
    font-size: 20px;
    font-weight: 800;
    font-family: Montserrat;
    color: #3a3a3a;
    margin-bottom: 0;
	position: relative;
}
.excel_stext h3:after {
    position: absolute;
    content: "";
    background: url(../images/excel_border.png) no-repeat;
    height: 3px;
    width: 104px;
    bottom: -6px;
    left: 0;
    z-index: 1;
}
.excel_stext p {
	font-size: 16px;
	font-weight: 500;
	color: #3a3a3a;
	margin-bottom: 0;
	margin-top: 20px;
	text-align: justify;
}
.create_innovate_excel_services .col-md-4 {
    overflow: hidden;
}
/*======== End Data Lake Solutions Service ========*/


/*================ Start video-cloud-solutions Page =================*/
span.small_txt {
    text-transform: lowercase;
}

.overview_information {
    display: flex;
    align-items: center;
    padding: 0;
    position: relative;
    #justify-content: center;
	margin: 15px 0;
}
.overview_information:before {
    position: absolute;
    content: "";
    background: #a3a3a3;
    width: 1px;
    height: 100%;
    right: -15px;
}
.br-0 .overview_information.border-0:before {
	opacity:0;
}
.overview_information img {
    width: 58px;
}
.overview_information span.overview_txt {
    margin-left: 15px;
    font-weight: bold;
    line-height: 20px;
    font-size: 14px;
}
.insights_blog_services1.success_stories .single-post-blk {
    background: transparent;
    box-shadow: none;
}
.insights_blog_services1.success_stories .single-post-blk .right-post-blk {
    border: 6px solid #fff;
    width: 100%;
    padding: 0;
    box-shadow: 0px 0px 5px 0px #ccc;
}
.overview_information2 {
    padding: 0;
    position: relative;
    margin: 15px 0;
    text-align: center;
}
.overview_information2:before {
    position: absolute;
    content: "";
    background: #a3a3a3;
    width: 1px;
    height: 100%;
    right: -15px;
}
.br-0 .overview_information2.border-0:before {
	opacity:0;
}
.overview_information2 h3 {
    font-size: 44px;
    font-weight: 800;
    font-family: Montserrat;
    color: #04a3fa;
    position: relative;
    margin-bottom: 20px;
}
.overview_information2 span.overview_txt {
    font-size: 15px;
    line-height: 20px;
    display: block;
}
.solutions_tabing.video_cloud_solutions .nav-tabs a.nav-link {
    display: flex;
	font-size: 16px;
    height: 100%;
	align-items:center;
}
.focus_domains_service {
    padding: 15px 15px;
    background: #fff;
}
.focus_domains_service .row {
    align-items: center;
}
.focus_domains_img {
    overflow: hidden;
}
.focus_domains_img img {
    width: 100%;
	transition: all 0.5s;
}
.focus_domains_img img:hover {
    transform: scale(1.2);
    transition: all 0.5s;
}
.focus_domains_text p {
    font-size: 15px;
    position: relative;
    padding-left: 15px;
	color: #3a3a3a;
}
.focus_domains_text p:after {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #020713;
    border-radius: 10px;
    border: 2px solid #ccc;
}
.solutions_ips_section p {
    font-size: 15px;
    margin-top: 12px;
}

/* New Section */
.new_our_expertise_blogs{
    background-image: url(../images/new_our_expertise_blogs_bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 60px 0;
    background-position: right center;
}
.new_our_expertise_blogs.networking_ex_blogs {
    background-image: url(../images/networking_new_our_expertise_blog_bg.jpg);
    background-repeat: no-repeat;
}
.new_our_expertise_blog {
    padding: 20px 20px;
    transition: all 0.3s;
    margin-top: 30px;
    min-height: 285px;
    background: rgb(0 0 0 / 30%);
	position: relative;
}
.vision_ex_blogs .new_our_expertise_blog {
    min-height: 238px;
}
.new_our_expertise_blogs a {
    display: block;
}
.new_our_ex_blog_img img {
    width: 60px;
}
.new_our_ex_blog_img {
    text-align: right;
    margin-bottom: 4px;
}
.new_our_ex_blog_text h3 {
    font-size: 20px;
    font-weight: 800;
    font-family: Montserrat;
    color: #ffffff;
    margin-bottom: 10px;
}
.new_our_ex_blog_text p {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
}
.l_arrow {
    display: block;
    text-align: right;
    position: absolute;
    right: 20px;
    bottom: 20px;
    min-width: 60px;
}
.new_our_expertise_blog .new_our_ex_blog_text a.read_more {
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.new_our_expertise_blog .new_our_ex_blog_text a.read_more span.know_more {
    display: block;
    min-width: 98px;
    margin: 0;
}
.new_our_expertise_blog .l_arrow img.c_arrow {
    transition: all 0.3s;
    margin-right: 5px;
}
.new_our_expertise_blog:hover img.c_arrow {
    margin-right: 0px;
}
.new_our_ex_blog_text span.know_more{
        color: #fff;
        margin-bottom: 10px;
        margin-left: 206px;
}
.new_our_expertise_blog img.c_arrow {
    transition: all 0.3s;
    margin-left: 5px;
}
/* New Section */
.new_our_expertise_blogs.iot_new_ourexp {
    background-image: url(../images/iot_new_our_expertise_blogs_bg.jpg);
    background-repeat: no-repeat;
}

/*================ End video-cloud-solutions Page =================*/
.top_border_heading_commons {
    position: relative;
}
.top_border_heading_commons:after{
    content: "";
    position: absolute;
    width: 80px;
    height: 7px;
    top: 0px;
    left: 0;
    background: #ffffff;
}
/*================ Start machine vision camera Page =================*/
.mvc_aplication_blogs .mw_20 {
    flex: 0 0 20%;
    max-width: 20%;
}
.mvc_aplication_blogs .targeted_abox {
    text-align: center;
    margin-top: 40px;
    position: relative;
}
.mvc_aplication_blogs .targeted_abox h5 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 800;
    margin: 20px 0 15px;
}
.machine_vision_video h4 {
    font-weight: 800;
    font-family: Montserrat;
    color: #000000;
    text-align: center;
    margin-bottom: 40px;
    font-size: 26px;
}
.machine_vision_video .video-container {
    min-width: 640px;
    min-height: 480px;
	max-width: 980px;
}
.machine_vision_video .video-container iframe {
    width: 100%;
    min-height: 480px;
}
.five_g_new_ourexp .new_our_expertise_blog {
    min-height: 290px;
}
/*================ End machine vision camera Page =================*/

/*================  Feature Machine vision camera Page =================*/

.feature-mvcamera-section .features_section .features .fs_left {
    width:  60%;
    text-align: left;
    margin-right: 0;
}
.feature-mvcamera-section .features_section .features .features_service picture {
    margin-right: 20px;
    max-width: 40px;
}
.feature-mvcamera-section .features_section h2 {
    color: #000;
    text-align: left;
    margin-bottom: 10px;
}
.feature-mvcamera-section .features_section .features .features_service {
    display: flex;
    margin-bottom: 45px;
    margin-top: 15px;
}
.feature-mvcamera-section .features_section .features .features_service img.offering_img {
    min-width: 40px;
}
.btn_subscribe.cmn_btn {
		float: inherit;
		max-width: initial;
	}
.btn_subscribe.cmn_btn .btn a {
    color: #000;
    padding: 10px 25px;
    border: 1px solid #000;
    background: #fff;
    font-size: 15px;
    margin-bottom: 10px;
    font-family: Montserrat;
    font-weight: 600;
}
.btn_subscribe.cmn_btn svg {
    stroke: #00aaf3;
}
.btn_subscribe.cmn_btn svg {
    stroke-dasharray: 150 562;
}
.btn_subscribe.cmn_btn .btn:hover svg {
  stroke-dashoffset: -562;
}
.feature-mvcamera-section .features_section .features .features_service p {
    margin:  0;
    text-align: left;
}
section.white_bg.solutions_ips_section.feature-mvcamera-section {
    padding: 0;
    background-color: #e3f1f7;
}
.features_section {
    margin-top: 40px;
}
.features_section .features {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ip_tracker_features_res {
	display:none;
}
.features_section .features .features_service:nth-child(1) {
    margin-top: 0px;
}
.features_section .features .features_service {
    margin-top: 40px;
}
.feature-col {
    padding: 60px 15px;
}
.features_section .features .fs_left {
    text-align: right;
    margin-right: 60px;
	width:20%;
}
.features_section .features .fs_right {
    text-align: left;
    margin-left: 60px;
	width:40%;
}
.features_section .features .fs_right .features_service p {
    text-align: left;
}

.features_section .features .features_service p {
    font-weight: 800;
    font-size: 16px;
    margin: 15px 0 0;
    font-family: Montserrat;
}
.feature-mvcamera-section .features_section .features {
    justify-content: start;
}
.feature-mvcamera-section .ip_tracker_features {
    position: relative;
}
.feature-mvcamera-section .ip_tracker_download_datasheet {
    text-align: center;
    margin-top: 0;
    position: absolute;
    bottom: 50px;
    width: 100%;
}
.feature-mvcamera-section .ip_tracker_download_datasheet ul li {
    width: auto;
    text-align: center;
}
.feature-mvcamera-section .ip_tracker_download_datasheet ul li a {
    width: auto;
    margin: 0 auto 10px;
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 8px;
}
/*================ End Feature machine vision camera Page =================*/

.targeted_applications_blogs {
    overflow: hidden;
	margin-top: 40px;
}
.targeted_applications_blogs .targeted_application_blog.width_50 {
    float: left;
    width: 50%;
    position: relative;
}
.targeted_applications_blogs .targeted_application_blog h4 {
    font-size: 18px;
    font-weight: 800;
    font-family: Montserrat;
    color: #ffffff;
    margin-bottom: 10px;
    min-height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
}
/*======== iot page new css =========*/
.solutions_tabing.newtype_tabing #solutions .solutions_box .roles_type_box.iiot_Tab {
    padding: 10px;
	padding-bottom: 0;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 0px 12px 4px rgb(0 0 0 / 5%);
}
.iiot_Tab_txt {
    align-items: center;
    display: flex;
    padding: 20px;
	padding-right: 5px;
}
.iiot_Tab_txt h4 {
    font-size: 18px;
    font-weight: 700;
    font-family: Montserrat;
    color: #3a3a3a;
    margin-bottom: 0;
    align-items: center;
    align-content: center;
}
.iiot_Tab_txt .arrow_modal {
    margin-left: auto;
    min-width: 30px;
    cursor: pointer;
}
.roles_type_box.iiot_Tab .iiot_Tab_img {
    overflow: hidden;
}
.solutions_tabing.newtype_tabing #solutions .solutions_box .roles_type_box.iiot_Tab .iiot_Tab_img img {
    transition: all .5s ease;
    transition-duration: 2s;
}
.solutions_tabing.newtype_tabing #solutions .solutions_box .roles_type_box.iiot_Tab:hover .iiot_Tab_img img {
    transform: translateY(0%) scale(1.1);
}
.tablist_wifi_services.rmbtn_right {
    float: right;
}
.iiot_Tab_txt .arrow_modal img.c_arrow {
    transition: all 0.3s;
    margin-left: 10px;
}
.iiot_Tab_txt .arrow_modal:hover img.c_arrow {
    margin-left: 15px;
}
/*======== iot page new css =========*/

.power_Electronics_Blog .row {
    margin-left: -10px;
    margin-right: -10px;
}
.power_Electronics_Blog .row .col-md-6 {
    padding-left: 10px;
    padding-right: 10px;
}
.power_Electronics_Services {
    padding: 30px 20px;
    border: 1px solid #00b2ff;
	height: calc(100% - 20px);
	transition: all 0.35s;
}
.power_Electronics_Services:hover {
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0px 4px 10px 0px rgb(13 105 236 / 15%);
}
.power_electronics_head {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.power_electronics_head h3 {
    margin-right: auto;
    font-weight: 900;
    color: #3a3a3a;
    font-size: 24px;
}
.power_Electronics_Services p {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}
ul.fancy-bullet.text-format {
    padding-left: 20px;
}

ul.fancy-bullet.text-format li:before {
    padding-left: 20px;
    background: url(../images/bullet.png) no-repeat;
    top: 8px;
    position: absolute;
    content: "";
    left: 0;
    width: 10px;
    height: 10px;
}
ul.fancy-bullet.text-format li {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    position: relative;
    padding-left: 20px;
    margin-top: 10px;
    font-family: Montserrat;
    list-style: none;
}
.power_Electronics_Blog h4 {
    font-size: 24px;
    font-weight: 700;
    font-family: Montserrat;
    margin: 20px 0 40px;
}

.thermal_Imaging_Lab_Txt {
    position: relative;
    height: calc(100% - 0px);
}
.thermal_Imaging_Lab_Txt p {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin-top: 20px;
}
.thermal_Imaging_LabBlog ul {
    overflow: hidden;
    display: flex;
    padding: 0;
    margin: 30px 0 0px;
    position: relative;
    padding-bottom: 10px;
}
.thermal_Imaging_LabBlog ul li {
    padding: 10px;
    list-style: none;
}
.thermal_Imaging_Lab_imgblog {
    background-color: #e6e6e6;
    padding: 20px;
    position: relative;
	margin-top: 30px;
}
.thermal_Imaging_Lab_imgblog img {
    width: 100%;
}
.thermal_Imaging_Lab_imgblog:before {
    position: absolute;
    content: "";
    bottom: -7px;
    right: -7px;
    width: 80px;
    height: 80px;
    border-bottom: 7px solid #00b2ff;
    border-right: 7px solid #00b2ff;
}
.thermal_Imaging_Lab_imgblog:after {
    position: absolute;
    content: "";
    top: -7px;
    left: -7px;
    width: 80px;
    height: 80px;
    border-top: 7px solid #00b2ff;
    border-left: 7px solid #00b2ff;
}
.thermal_Imaging_Lab_Txt:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    border-right: 1px solid #00b2ff;
    border-bottom: 1px solid #00b2ff;
    width: 90%;
    height: 80%;
    pointer-events: none;
}
.our_expertise_Datacenter {
    background-image: url(../images/our_expertise_datacenter_bgimg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px 0 100px;
}
.our_expertise_Datacenter .mlr5 {
    margin-right:-5px;
    margin-left:-5px;
    margin-top: 40px;
}
.our_expertise_Datacenter .plr5 {
    padding-right: 5px;
    padding-left: 5px;
}
.our_expertise_Datacenter .new_our_expertise_blog {
    margin-top: 20px;
    min-height: 300px;
    height: calc(100% - 20px);
    background: rgb(0 16 41 / 85%);    
    transition: all ease-in-out 0.3s;
}
.our_expertise_Datacenter .new_our_expertise_blog:hover{
    margin-top: 10px;
}
.our_expertise_Datacenter .new_our_ex_blog_img {
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: inherit;
    margin-bottom: 20px;
}
.our_expertise_Datacenter .new_our_ex_blog_img h3 {
    font-size: 20px;
    font-weight: 800;
    font-family: Montserrat;
    color: #ffffff;
    margin-bottom: 0px;
    margin-right: auto;
}
.datacenter_Offerings_txt {
    background: #fff;
    padding: 30px 20px;
    box-shadow: 0px 0px 12px 0px #ccc;
    height: calc(100% - 0px);
    min-height: 330px;
}
.datacenter_Offerings_txt h4 {
    font-weight: 700;
    font-family: Montserrat;
    font-size: 18px;
    margin-bottom: 15px;
}
.datacenter_Offerings_txt ul li {
    list-style: none;
    font-size: 15px;
    padding-left: 20px;
    position: relative;
}
.datacenter_Offerings_txt ul li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 9px;
    height: 9px;
    background: #6e6e6e;
    border-radius: 10px;
    border: 2px solid #e6e6e6;
}
.solutions_box .dcmlr6 {
    margin-right: -6px;
    margin-left: -6px;
}
.solutions_box .dcmlr6 .dcplr6 {
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 6px;
    padding-left: 6px;
}
.datacenter_Offerings_Eng_services {
    text-align: center;
}
.datacenter_Offerings_Eng_services .does_img{
    overflow: hidden;
}
.datacenter_Offerings_Eng_services .does_img img{
    transition: all 0.35s;
    width: 100%;
}
.datacenter_Offerings_Eng_services:hover .does_img img{
    transform: scale(1.1);
}
.datacenter_Offerings_Eng_services h5 {
    font-size: 15px;
    font-weight: 600;
    font-family: Montserrat;
    margin: 15px 0 0;
}
/*================ End Datacenter =================*/

/*========== networking ==========*/
.wifi_5and7 {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.wifi_5and7>img {
    width: 100%;
}
.wifi_5and7 h4 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    font-family: Montserrat;
    margin: 0;
    text-align: center;
}
.wifi_5and7 .l_arrow {
    min-width: 20px;
    display: inline-block;
    position: initial;
    text-align: inherit;
     margin-left: 0x;
}
.wifi_5and7 .l_arrow img {
    transition: all 0.3s;
	margin-top: -3px;
}
.wifi_5and7:hover .l_arrow img {
    margin-left: 8px;
}
/*========== networking ==========*/


/*================ Start Iotlaptop page =================*/
.banner_contant.laptops h3 {
    font-size: 28px;
    font-weight: 600;
    font-family: Montserrat;
    color: #ffffff;
    position: relative;
    margin-bottom: 6px;
}
.banner_blk .banner_contant.laptops p {
    text-transform: capitalize;
    font-weight: 400;
}
.web_overview_contant {
    overflow: hidden;
}
.overview_contant .d_kit_content h4 {
    color: #3a3a3a;
    font-size: 16px;
    font-weight: 800;
    font-family: Montserrat;
    margin-top: 20px;
    margin-bottom: 10px;
}
.web_overview_contant .overview_contant p {
    font-size: 16px;
    margin-top: 16px;
	margin-bottom: 0;
}
.overview_contant .d_kit_content ul {
    padding: 0;
}
.overview_contant .d_kit_content ul li {
    position: relative;
    display: block;
    padding-left: 20px;
    font-weight: 500;
    color: #3a3a3a;
    font-size: 15px;
    text-align: justify;
    width: 96%;
}
.d_kit_content ul li:after {
    position: absolute;
    content: "";
    border: 2px solid #b6b6b6;
    background: #000000;
    width: 8px;
    height: 8px;
    left: 0;
    top: 10px;
    border-radius: 10px;
}
.developer_kit_blog {
    display: flex;
    padding-left: 60px;
    position: relative;
    min-height: 340px;
    padding-top: 50px;
    align-items: center;
}
.developer_kit_blog:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    height: 120%;
    width: 1px;
    background: #ccc;
}
.product_item {
    flex: 0 0 100%;
    max-width: 100%;
}
.product_item img {
    width: 100%;
}
.text_center.iot_laptop {
    justify-content: center;
    margin-left: 25%;
}
/*======= Start Product XZOOM  ========*/
.xzoom-source img, .xzoom-preview img, .xzoom-lens img {
  display: block;
  max-width: none;
  max-height: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.xzoom-container {
    width: 100%;
    display: inline-flex;
    align-items: center;
    flex-direction: row-reverse;
}
.xzoom_blog {
    float: right;
    width: 76%;
}
.xzoom-thumbs {
	text-align: center;
    float: left;
    width: 20%;
	margin-right: auto;
}
.xzoom-thumbs a {
    display: block;
}
.xzoom-thumbs a img {
    width: 110px;
    margin: 6px auto;
}
.xzoom { 
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); 
  width:160px;
}

/* Thumbs */
.xzoom-gallery, .xzoom-gallery2, .xzoom-gallery3, .xzoom-gallery4, .xzoom-gallery5 {
  border: 1px solid #cecece;
  margin-left: 5px;
  margin-bottom: 10px;
}

.xzoom-source, .xzoom-hidden {
  display: block;
  position: static;
  float: none;
  clear: both;
}

/* Everything out of border is hidden */
.xzoom-hidden {
  overflow: hidden;
}

/* Preview */
.xzoom-preview {
  border: 1px solid #888;
  background: #ffffff;
  box-shadow: -0px -0px 10px rgba(0,0,0,0.50);
}

/* Lens */
.xzoom-lens {
  border: 1px solid #555;
  box-shadow: -0px -0px 10px rgba(0,0,0,0.50);
  cursor: crosshair;
}

/* Loading */
.xzoom-loading {
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  opacity: .7;
  background: url(../images/xloading.gif);
  width: 48px;
  height: 48px;
  position:absolute;
  top:50%;
  transform: translate(-50%, -50%);
  left:50%;
}

/* Additional class that applied to thumb when it is active */
.xactive {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(74,169,210,1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(74,169,210,1);
  box-shadow: 0px 0px 3px 0px rgba(74,169,210,1); 
  border: 1px solid #4aaad2;
}

/* Caption */
.xzoom-caption {
  position: absolute;
  bottom: -43px;
  left: 0;
  background: #000;
  width: 50%;
  text-align: left;
}

.xzoom-caption span {
  color: #fff;
  font-family: Arial, sans-serif;
  display: block;
  font-size: 0.75em;
  font-weight: bold;
  padding: 10px;
}
.text_center {
    justify-content: right;
    text-align: center;
}
/*======= End Product XZOOM  ========*/
ol.item_thumb.carousel-indicators {
    list-style: none;
    padding: 0px;
    margin: 0px;
    flex: 0 0 100px;
    max-width: 100px;
    position: relative;
    display: block;
    margin-right: 20px;
}
ol.item_thumb.carousel-indicators li {
    border: 1px solid #ccc;
    height: auto;
    width: auto;
    position: relative;
    border: 1px solid #ccc;
    opacity: 1;
	margin: 20px 0;
}
ol.item_thumb.carousel-indicators li img {
    display: block;
}
ol.item_thumb.carousel-indicators li.active {
    box-shadow: 0px 0px 7px 0px #00b2ff;
    border-color: #00b2ff;
}
ol.item_thumb.carousel-indicators {
    bottom: 0 !important;
}
.t_center {
    text-align: center;
}
.button_class {
    display: inline-block;
    margin-top: 40px;
}
.btn_flex {
    display: flex;
    justify-content: right;
}
.btn_flex .t_center.btntype:nth-child(2) {
    margin-right: 0;
}
.btn_flex .t_center.btntype {
    margin: 0 15px;
}
.nvidia_button {
   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: rgb(30,87,153);
    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%);
    overflow: hidden;
    position: relative;
    min-height: 42px;
    min-width: 214px;
    border-radius: 0px;
}
.nvidia_button:hover {
    color: #fff;
    box-shadow: none;
}
.nvidia_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;
}
.nvidia_button:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.product_solution ul.nav-tabs {
    border-bottom: 1px solid #00b2ff;
    position: relative;
    display: flex;
    margin-bottom: 30px;
    margin-top: 50px;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
	width: auto;
}
.product_solution a.nav-link {
    border: 1px solid #00b2ff;
    color: #000;
    font-weight: 600;
    font-family: Montserrat;
    padding: 10px 44px;
    border-radius: 0px;
    font-size: 18px;
    min-width: 140px;
    transition: all 0.5s;
    cursor: pointer;
}
.product_solution a.nav-link:hover {
    border: 1px solid #00b2ff;
}
.product_solution .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #00b2ff;
    border-color: #00b2ff #00b2ff #00b2ff;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
}
.product_solution .text_content {
    position: relative;
}
.product_solution .text_content table.table th {
    border: 1px solid #dee2e6;
    height: 70px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 800;
    font-family: Montserrat;
    color: #000;
}
.product_solution .text_content table.table td {
    border: 1px solid #dee2e6;
    height: 70px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
	color: #000;
    font-family: Montserrat;
}
.product_solution .text_content table.table td:nth-child(1) {
    font-weight: 700;
}
.product_solution .text_content ul {
    list-style: none;
    padding-left: 20px;
    margin-top: 15px;
}
.product_solution .text_content ul li {
    color: #000;
    font-weight: 400;
    font-family: 'Lato';
    font-size: 15px;
    position: relative;
    margin-bottom: 4px;
}
.product_solution .text_content ul li:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #848484;
    left: -20px;
    top: 8px;
    border-radius: 100%;
    display: block;
    box-shadow: 0 0 2px 4px #e6e6e6;
}
.targeted_abox {
    text-align: center;
    margin-top: 40px;
}
.targeted_abox h5 {
    color: #3a3a3a;
    font-size: 16px;
    line-height: 22px;
    font-weight: 800;
    font-family: Montserrat;
    margin-top: 20px;
    text-transform: uppercase;
}
.development_streep {
    padding: 60px 0;
    background: rgb(0,188,251);
    background: -moz-linear-gradient(top, rgba(0,188,251,1) 0%, rgba(0,98,236,1) 65%, rgba(0,98,236,1) 65%);
    background: -webkit-linear-gradient(top, rgba(0,188,251,1) 0%,rgba(0,98,236,1) 65%,rgba(0,98,236,1) 65%);
    background: linear-gradient(to bottom, rgba(0,188,251,1) 0%,rgba(0,98,236,1) 65%,rgba(0,98,236,1) 65%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bcfb', endColorstr='#0062ec',GradientType=0 );
    position: relative;
    background-image: url(../images/iotlaptop_streep_bg_img.png);
    background-size: cover;
}
.development_streep.iotLaptop_streep:after {
    background-image: url(../images/laptopstreep_afterbg1.png);
    position: absolute;
    content: "";
    bottom: -50px;
    left: -60px;
    height: 210px;
    width: 330px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
.development_streep.iotLaptop_streep:before {
    background-image: url(../images/laptopstreep_afterbg2.png);
    position: absolute;
    content: "";
    bottom: -15px;
    right: -15px;
    height: 150px;
    width: 290px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    transform: rotate(25deg);
}
.streep_txt {
    overflow: hidden;
}
.streep_txt h4 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    font-family: Montserrat;
    margin: 0;
    float: left;
    padding: 8px 0;
}
.development_streep .streep_txt .btn_subscribe {
    float: right;
    max-width: initial;
}
.streep_txt .btn_subscribe .btn a {
    padding: 10px 21px;
}
/*================ End Iotlaptop page =================*/
/*================ Start entry level laptop page =================*/
.banner_blk .banner_contant.entry_level_laptop {
    top: 64%;
}
img.intel {
   margin-top: 8%;
}
.laptop_about_type {
    margin-top: 25px;
    align-items: center;
    display: flex;
}
.laptop_about_type img {
    width: auto;
    display: inline;
    margin-right: 10px;
}
.laptop_about_type span {
    color: #3a3a3a;
    font-size: 18px;
    font-weight: 400;
    font-family: Montserrat;
    line-height: 26px;
    margin: 0;
    display: inline;
}
.laptop_about_type span strong {
    font-weight: 800;
    display: block;
}
.banner_blk .entry_level_laptop p {
    text-transform: inherit;
    font-weight: 500;
}
.developer_kit_blog.entry_level_laptopkit:after {
    opacity: 0;
}
.developer_kit_blog.entry_level_laptopkit .xzoom {
    box-shadow: inherit;
}
.entry_level_laptopkit .xzoom-thumbs {
    width: 12%;
}
.entry_level_laptopkit .xzoom_blog {
    width: 82%;
}
.entry_level_laptopkit  .xzoom-thumbs a img {
    margin: 15px auto;
}
/*================ End entry level laptop page =================*/
.partners_alliances_blog {
    display: flex;
    align-items: center;
    margin: 80px 0 40px;
}
.partners_alliances {
    margin-right: 130px;
}
.partners_alliances:last-child {
	margin: 0;
}
.charger_reference_designs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 50px;
}
.charger_reference_designs_items {
    border: 1px solid #dedede;
    padding: 20px 10px;
    text-align: center;
    transition: all 0.3s;
    display: inline-block;
}
.charger_reference_designs_items:hover {
    border-color: #00b2ff;
    box-shadow: 0px 4px 8px -3px #00b2ff;
}
.charger_reference_designs_items h4 {
    font-size: 16px;
    color: #3a3a3a;
    min-height: 40px;
    margin: 10px 0 0;
    font-weight: 500;
    transition: all 0.3s;
    font-family: Montserrat;
	text-transform: uppercase;
}
.charger_reference_designs_items:hover h4 {
    font-weight: 800;
}
.ev_Charging_Solutions {
    padding: 6.5rem 0;
    background-color: #000;
    background-image: url(../images/iot-ev-charging-solutions-bgimg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.broucher-content {
    display: flex;
    align-items: flex-start;
}
.broucher-content h4 {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    font-family: 'Montserrat';
    margin: 0;
    width: 70%;
    margin-right: auto;
    line-height: 40px;
}
.broucher-content a {
    display: inline-block;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 600;
    padding: 10px 20px;
    overflow: hidden;
    position: relative;
    border-radius: 0px;
    cursor: pointer;
    background-color: #fff;
    min-width: 218px;
    margin-top: 10px;
}
.broucher-content a img {
    margin-left: 2px;
    transition: all 0.3s;
}
.broucher-content a:hover img {
    margin-left: 6px;
}
.featuresSection h2 {
    font-weight: 800;
    font-family: Montserrat;
    color: rgba(58, 58, 58, 0.5);
    text-align: center;
    margin-bottom: 40px;
    font-size: 34px;
}
/*================ Start Adaption-hpc-server Page =================*/
.areas_Expertise_Blog {
	background-color: #111111;
}
ul.areas_expList {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    display: grid;
    gap: 45px 50px;
    margin-top: 50px;
}
ul.areas_expList li {
    border: 2px solid #8f8f8f;
    padding: 20px;
    list-style: none;
    text-align: center;
    align-content: center;
    color: #ffffff;
    transition: all 0.5s;
    cursor: default;
    font-weight: 500;
    font-family: Montserrat;
    font-size: 16px;
	min-height: 94px;
}
ul.areas_expList li:hover {
    background-color: #00b2ff;
    border-color: #00b2ff;
}
.roles_type_box.ahpc_server {
    background-color: #ffff;
    height: calc(100% - 20px);
    padding: 20px 10px;
    box-shadow: 0px 1px 6px 2px #ccc;
}
.roles_type_box.ahpc_server .iiot_Tab_txt {
    padding: 20px 0px;
}
.roles_type_box.ahpc_server h3 {
    color: #000;
    font-weight: 800;
    font-family: Montserrat;
    font-size: 18px;
    margin: 0 0 20px;
}
.ahpc_server .iiot_Tab_img img {
    width: 100%;
}
.roles_type_box.ahpc_server ul li {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    list-style: none;
    padding-left: 16px;
    position: relative;
    margin-bottom: 5px;
}
.roles_type_box.ahpc_server ul li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #7c7c7c;
    border-radius: 20px;
    border: 3px solid #dddddd;
    top: 6px;
    left: 0;
}
.solutions_box.ahpc_server_Rd {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    display: grid;
    gap: 12px;
    margin-bottom: 40px;
}
.solutions_box.ahpc_server_Rd .ipsbox_type {
    background-color: #fff;
    padding: 40px 60px;
    text-align: center;
    align-content: center;
    box-shadow: 0px 1px 6px 2px #ccc;
}
.solutions_box.ahpc_server_Rd .ipsbox_type h4 {
    font-size: 24px;
    color: #3a3a3a;
    text-transform: inherit;
    cursor: default;
    margin: 0;
}
.ta {
    display: flex;
    align-items: center;
}
.target_appliction_service {
    position: relative;
    overflow: hidden;
}
.target_appliction_service img {
    transition: all .5s ease;
    transition-duration: 2s;
    width: 100%;
}
.target_appliction_service:hover img {
    transform: translateY(0%) scale(1.1);
}
.target_appliction_service h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    z-index: 1;
    font-family: Montserrat;
    transform: translate(-50%, -50%);
	width: 60%;
}

/*================ End Adaption-hpc-server Page =================*/


/*================ Start Android Development Services Page ==============*/
.first_banner_bg img {
    margin: 0 auto;
    display: block;
	width: 100%;
}
.ads_overview_contant p {
    line-height: 34px;
}
.architecture_img {
    padding-left: 190px;
}
.architecture_img p {
    text-transform: uppercase;
    font-weight: 600;
    font-family: Montserrat;
    text-align: center;
    margin: 20px 0 0;
}
.ads_areas_axp_box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin-top: 40px;
}
.areas_axp_Text {
    border: 2px solid #00b2ff;
    padding: 24px 20px;
}
.areas_axp_Text h4 {
    font-size: 21px;
    font-weight: 700;
    font-family: Montserrat;
    color: #ffffff;
    margin-bottom: 15px;
}
.areas_axp_Text ul li {
    font-size: 17px;
    color: #ffffff;
    padding-left: 15px;
    line-height: 26px;
    list-style: none;
    position: relative;
    font-family: Montserrat;
    font-weight: 500;
    margin-top: 10px;
}
.areas_axp_Text ul li:after {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background: #594c4c;
    border-radius: 20px;
    border: 2px solid #d5cbcb;
    top: 8px;
    left: 0;
}
section.gray_bg.areas_axp_Blk {
    background-color: #111111;
}
.aav_ndustries_box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    gap: 40px 40px;
    margin-top: 40px;
}
.aavi_Text {
    cursor: default;
}
.aavi_Text .aavi_Img {
    position: relative;
    overflow: hidden;
}
.aavi_Text .aavi_Img img {
    transition: all .5s ease;
    transition-duration: 2s;
    width: 100%;
}
.aavi_Text:hover .aavi_Img img {
    transform: translateY(0%) scale(1.1);
}
.aavi_Text h5 {
    color: #3a3a3a;
    font-size: 22px;
    font-weight: 700;
    font-family: Montserrat;
    margin: 25px 0 10px;
}
.aavi_Text ul li {
    list-style: none;
    padding-left: 20px;
    font-size: 16px;
    position: relative;
    color: #000000;
    font-family: Montserrat;
}
.aavi_Text ul li:before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background: #4b4b4b;
    border-radius: 20px;
    border: 2px solid #b9b9b9;
    top: 6px;
    left: 0;
}
.ayahd_Blk {
    background-image: url(../images/accelerate_android_bgimg.jpg);
    padding: 90px 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ayahd_Blk .heading_commons {
    color: #ffffff;
    text-transform: capitalize;
	padding-top:0;
}
.ayahd_Blk .heading_commons::after {
	display:none;
}
.ayahd_Blk p {
    color: #ffffff;
    font-family: Montserrat;
}
.ayahd_Blk p strong {
    color: #00b2ff;
}
.android_head_bg img {
    float: right;
    width: 75%;
    margin-right: -90px;
}
/*================ End Android Development Services Page =================*/

.highlights_Blog h2.heading_commons {
    text-align: center;
    margin-bottom: 40px;
    color: #a7a7a7;
    padding: 0;
}
.highlights_Blog h2.heading_commons:after {
    opacity: 0;
}
.disclaimer {
    font-size: 13px;
    font-style: italic;
    color: #a3a3a3;
    text-align: left;
    margin-top: 30px;
    text-align: center;
}

/* New css */
.new_our_expertise_blogs a {
    display: block;
}
.new_OurExpertise_Service {
    background-color: rgb(0 0 0 / 49%);
    padding: 25px 20px;
    margin-top: 30px;
    min-height: 290px;
}
.new_OurExpertise_Title {
    display: flex;
    align-items: center;
    gap: 20px;
}
.new_OurExpertise_Title h3 {
    font-size: 20px;
    font-weight: 800;
    font-family: Montserrat;
    color: rgb(255, 255, 255);
    margin-bottom: 0;
}
.new_OurExpertise_Service_Text {
    margin-top: 20px;
}
.new_OurExpertise_Service_Text p {
    font-size: 15px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    margin-bottom: 0;
}
.solutions_box.new_Ips_Box {
    display: grid;
    padding-bottom: 15px;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 12px;
}
.solutions_box.new_Ips_Box .ipsbox_type {
    float: left;
    background-color: #ffffff;
    position: relative;
    min-height: 120px;
    box-shadow: 0px 0px 5px -1px #cccc;
    transition: all 0.3s;
}
.solutions_box.new_Ips_Box .ipsbox_type a {
    padding: 20px 10px;
    display: block;
}
.solutions_box.new_Ips_Box .flex {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.solutions_box.new_Ips_Box .ipsbox_type h4 {
    font-size: 16px;
    font-weight: 700;
    font-family: Montserrat;
    color: #3a3a3a;
    margin-bottom: 0;
    margin-right: auto;
    margin-top: 0;
    text-transform: uppercase;
	text-align: left;	
}
.solutions_box.new_Ips_Box img {
   width: auto;
}
.new_our_expertise_blogs .herfnewpage img.c_arrow {
	margin-left: 5px;
    transition: 0.35s;
}
.new_our_expertise_blogs .herfnewpage:hover img.c_arrow {
    margin-left: 12px;
}
/* New css */

/* vision new css */
.ipsbox_List {
    padding: 15px 15px 25px;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 0px 12px 4px rgb(0 0 0 / 5%);
}
.ips_List_Tab_img {
    overflow: hidden;
}
.ips_List_txt {
    align-items: center;
    display: flex;
    margin-top: 15px;
}
.ips_List_txt h4 {
    font-size: 18px;
    font-weight: 800;
    font-family: Montserrat;
    color: #3a3a3a;
    margin-bottom: 0;
    margin-right: auto;
    min-height: 46px;
    align-content: center;
}
.ips_List_txt .arrow_modal {
    margin-left: auto;
    min-width: 30px;
    cursor: pointer;
}
.ips_List_txt .arrow_modal img.c_arrow {
    transition: all 0.3s;
    margin-left: 10px;
}
.ips_List_txt .arrow_modal:hover img.c_arrow {
    margin-left: 15px;
}
/* vision new css */



/*================ Start Responsive =================*/
@media (min-width: 1600px){
    .new_our_ex_blog_text span.know_more{
		color: #fff;
		margin-bottom: 10px;
		margin-left: 321px;
	}
    .vvdn_nvdia_partner{
       
        position: absolute;
        bottom: -160px;
        left: -93px;
    }
    .custom_container, .container {
        max-width: 1500px;
        margin: 0 auto;
    }
    .solutions_box .roles_type {
        padding: 25px 30px 20px;
    }
    .overview_contant p {
        font-size: 20px;
        margin-top: 20px;
    }
    .web_networking_bg .text-lg-right img {
        width: 75%;
    }
    .banner_blk .banner_carousel.owl-carousel .owl-dots {
        left: 12%;
        bottom: 60px;
    }
    .row.grid_custom .col-lg-4 {
        max-width:20%
    }
    .row.grid_customs .col-md-6.col-lg-4 {
        max-width: 25%;
    }

    .banner_contant.ambarella_web p.mb-2 {
        margin: 20px 0 10px !important;
    }

    .banner_contant.vvdn-nvdia-partner p.mb-2 {
        margin: 20px 0 10px !important;
    }

    .banner_blk .banner_contant.die_casting_banner {
		left: -11%;
    }
	#play-video iframe#video {
		margin-top: 10px;
	}
	.iot_play_video #play-video iframe#video {
		height: 305px;
	}
	.vision_play_video #play-video iframe#video {
		height: 350px;
	}
	.developer_kit_blog.entry_level_laptopkit {
        padding-top: 110px;
    }
	.charger_reference_designs_items {
		padding: 20px 15px;
	}
	.architecture_Hover_Img_Blog .xzoom_blog {
		width: 70%;
	}
}

@media(min-width: 1440px) {
    .feature-mvcamera-section .features_section .features .features_service{
        padding-right: 20px;
        margin-bottom: 60px;
    }
}

@media(min-width:1200px){
	.vvdn_nvdia_partner{
		margin-top: 220px !important;
	}
	.solutions_box.ips_box.transparent .ipsbox_type:nth-child(4), .solutions_box.ips_box.transparent .ipsbox_type:nth-child(7), .solutions_box.ips_box.transparent .ipsbox_type:nth-child(10) {
		border-left: 0px solid #ccc;
	}
	.solutions_box.col_with100 .row {
		margin-left: -10px;
		margin-right: -10px;
	}
}

@media(min-width:992px) and (max-width:1199px){
	#play-video iframe#video {
		height: 350px;
	}
	.vision_play_video #play-video iframe#video {
			height: 330px;
	}
	.iot_play_video #play-video iframe#video {
		height: 290px;
	}
    .ai_div{
        margin-top: -76%;
    }
}

@media(min-width:992px){
    
	.home_contact_us {
		display: none !important;
	}
	.insights_blog_services .duble_blog .insights_box {
		height: 320px;
		overflow: hidden;
	}
	.banner_carousel button.owl-prev {
		#left: 46%;
	}
	.banner_carousel button.owl-next {
		position: absolute;
		#right: 46%;
	}
	.solutions_box.nVidia .roles_type_box .roles_type {
		padding: 30px 30px;
	}
	/*====== NEW NETWORKING CSS ======*/
	.zindex_two, 
	.zindex_four, 
	.zindex_six {
		top: 120px;
	}
	/*====== NEW NETWORKING CSS ======*/
}

@media(min-width:767px) {

     .vvdn_nvdia_partner{
        margin-left: 18px;
        position: absolute;
        bottom: -128px;
        left: -10px;
    }

	picture.ip_tracker_web.smartspeakerbanner-img {
		right: 0;
		transform: translate(0px, -50%);
	}
    .ip_tracker_tabing .tab-content .nav-tabs {
        display: flex;
    }
    
    .ip_tracker_tabing .tab-content.card {
        border: none;
    }

    .ip_tracker_tabing .tab-content .card .card-header {
        display:none;
    }  

    .ip_tracker_tabing .tab-content .card .collapse{
        display:block;
    }
	.ip_tracker_tabing .tab-content .tab-pane {border:0px;}
	.ip_tracker_tabing .tab-content .tab-pane .card-body {padding: 0;}
	.blr_after:before {
		position: absolute;
		content: "";
		width: 1px;
		height: 60%;
		top: 50%;
		transform: translate(0px, -50%);
		background: #ffffff;
		left: -15px;
	}
	.blr_after:after {
		position: absolute;
		content: "";
		width: 1px;
		height: 60%;
		top: 50%;
		transform: translate(0px, -50%);
		background: #ffffff;
		right: -15px;
	}
}

@media (max-width: 1599px){
	.heading_commons {
		font-size: 34px;
	}
	.networking_banner p {
		font-size: 18px;
		line-height: 24px;
	}
	.banner_bg_Blk {
		height: 460px;
	}
	.banner_web_img img.fiveg_web_img {
		width: 70%;
		float: right;
	}
	.banner_blk .banner_contant p{
		font-size: 18px;
		line-height: inherit;
	}
	picture.ip_tracker_web img {
		width: 82%;
		text-align: right;
		float: right;
	}
	picture.ip_tracker_web.smartspeakerbanner-img img {
		width: 100%;
	}
	.networking_vvdnlg {
		max-width: 175px;
	}
	.al_ml_service_text {
		top: 18%;
	}
	.al_ml_service_text h4 {
		font-size:15px;
	}
	.access_point_expertise_service_text h4 {
		font-size: 18px;
	}
	.access_point_expertise_service_text ul li {
		list-style: none;
		max-width: 100%;
		padding-left: 15px;
		position: relative;
		font-size: 15px;
	}
	.access_point_expertise_service_text ul li:before {
		top: 8px;
		width: 8px;
		height: 8px;
	}
	.Integration_text p {
		font-size: 18px;
	}
	.excel_stext p {
		font-size: 15px;
	}
	h3.hng_okf {
		font-size: 24px;
	}
	.new_our_expertise_blogs {
		background-size: cover;
		background-position: right top;
	}
	.solutions_box.col_with100 .roles_type {
		min-height: 220px;
	}
	.solutions_box.col_with100 .roles_type:hover {
		min-height: 225px;
	}
	.iiot_services_box ul li {
		width: 49%;
	}
	.iot_new_ourexp .new_our_expertise_blog {
		min-height: 260px;
	}
    .vision_ex_blogs .new_our_expertise_blog {
        min-height: 283px;
    }
	.networking_ex_blogs .new_our_expertise_blog {
		min-height: 326px;
	}
	.solutions_box.ips_box .ipsbox_type h4 {
		font-size: 16px;
	}
	.five_g_new_ourexp .new_our_expertise_blog {
		min-height: 330px;
	}
	.banner_blk .banner_contant h2.vvdopen_5glab {
		font-size: 27px;
	}
	.feature-mvcamera-section .ip_tracker_download_datasheet {
		bottom: 40px;
	}
	.feature-mvcamera-section .ip_tracker_features img {
		max-width: 118%;
		right: 10%;
		position: relative;
	}
	.features_section .features .fs_right {
		margin-left: 40px;
	}
	.power_electronics_head h3 {
		font-size: 20px;
	}
	ul.fancy-bullet.text-format li {
		font-size: 15px;
		margin-top: 6px;
	}
	.thermal_Imaging_Lab_Txt p {
		font-size: 15px;
	}
	.wifi_5and7 h4 {
		font-size: 16px;
		bottom: 24px;
	}
	/* Laptop */ 
	.banner_blk .banner_contant.laptops p {
		font-size: 20px;
	}
	.product_solution .text_content table.table td {
		font-size: 15px;
	}
	img.intel {
        margin-top: 6%;
        width: 110px;
    }
	/* Laptop */ 
	.partners_alliances {
		margin-right: 100px;
	}
	.broucher-content h4 {
		font-size: 28px;
	}
	.roles_type_box.ahpc_server h3 {
		font-size: 16px;
	}
	.roles_type_box.ahpc_server ul li {
		font-size: 14px;
	}
	.solutions_box.ahpc_server_Rd .ipsbox_type {
		padding: 40px 40px;
	}
	.solutions_box.ahpc_server_Rd .ipsbox_type h4 {
		font-size: 20px;
	}
	.target_appliction_service h4 {
		font-size: 20px;
		width: 70%;
	}
	.areas_axp_Text h4 {
		font-size: 18px;
	}
	.areas_axp_Text ul li {
		font-size: 15px;
		line-height: 22px;
	}
	.areas_axp_Text ul li:after {
		top: 6px;
	}
	.aavi_Text h5 {
		font-size: 18px;
	}
	.aavi_Text p {
		font-size: 15px;
	}
	.ayahd_Blk p {
		font-size: 15px;
	}
	.aav_ndustries_box {
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	}
	.ads_overview_contant p {
		font-size: 16px;
		line-height: 30px;
		padding-right: 60px;
	}
	.architecture_img {
		padding-left: 90px;
	}
	.android_head_bg img {
		width: 70%;
		margin-right: 0px;
	}
	.architecture_Hover_Img_Blog .xzoom_blog {
		width: 84%;
	}
	.areas_axp_Text {
		min-height: 280px;
	}
	/*===========*/
	.new_OurExpertise_Service {
		min-height: 304px;
	}
	.new_OurExpertise_Service_Text {
		margin-top: 15px;
	}
	.new_OurExpertise_Title h3 {
		font-size: 18px;
	}
	.new_OurExpertise_Service_Text p {
		font-size: 14px;
	}
	.iiot_Tab_txt h4 {
		font-size: 16px;
		min-height: 40px;
	}
	.ipsbox_List h4 {
        font-size: 15px;
        min-height: 40px;
    }
}

@media(min-width:1200px) and (max-width:1599px){
	.al_ml_service_type img {
		min-height: 280px;
	}
	.al_ml_service_text.pl37{
		left: 30px;
	}
	.al_ml_service_text ul li {
		font-size: 12px;
	}
	.al_ml_service_text ul li:before {
		top: 4px;
	}
	.solutions_box .roles_type_box.min_w300 {
		min-height: 335px;
	}
	.solutions_box .roles_type_box.min_w300 .roles_type {
		min-height: 314px;
	}
	.solutions_box .roles_type_box.min_w300 .roles_type:hover {
		min-height: 322px;
	}
	.banner_contant.ambarella_web p.mb-2 {
		margin: 20px 0 10px !important;
	}
    .banner_contant.vvdn-nvdia-partner p.mb-2 {
        margin: 20px 0 10px !important;
    }
	.vision_play_video #play-video iframe#video {
		height: 260px;
	}
	.iot_play_video #play-video iframe#video {
		height: 230px;
	}
	.developer_kit_blog.entry_level_laptopkit {
		padding-top: 150px;
		padding-left: 20px;
	}
	.charger_reference_designs {
		grid-template-columns: repeat(auto-fit, minmax(168px, 1fr));
	}
	.charger_reference_designs_items {
		padding: 20px 8px;
	}
	.charger_reference_designs_items h4 {
		font-size: 14px;
	}
	.solutions_tabing.tabing_adaption_compute .solutions_box .col-xl-3 {
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
	.solutions_tabing.tabing_adaption_compute .solutions_box .col-xl-4 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	#our_expertise .row .expTile_w30 {
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
	#our_expertise .row .expTile_w50 {
		max-width: 50%;
		flex: 0 0 50%;
	}
	/*====== NEW NETWORKING CSS ======*/
	.our__services__List {
		padding: 25px 15px 25px;
	}
	.our__services__List h3 {
		font-size: 16px;
	}
	.our__services__List ul {
		margin-top: 25px;
	}
	.our__services__List ul li {
		font-size: 12px;
		margin-top: 8px;
	}
	.our__services__List ul li:after {
		top: 5px;
	}
	/*====== NEW NETWORKING CSS ======*/
}


@media (max-width:1280px){
	picture.ip_tracker_web img {
		width: 80%;
	}
	.heading_commons {
		font-size: 30px;
	}
	img.intel {
        width: 110px;
    }
}

@media (max-width:1200px){
	.banner_blk .banner_carousel.owl-carousel .owl-dots {
		left: 5%;
	}
	.solutions_box.ips_box.transparent .ipsbox_type {
		width: 33.3%;
	}
	.solutions_box.ips_box.transparent .ipsbox_type:nth-child(5), .solutions_box.ips_box.transparent .ipsbox_type:nth-child(9){
		border-left: 0px solid #ccc;
	}
	.mvc_aplication_blogs .mw_20:nth-child(3n + 1) .targeted_abox:before {
        display: none;
    }    
    .mvc_aplication_blogs .mw_20 + .mw_20 .targeted_abox.no-before:before {
        content: '';
    }
    .mvc_aplication_blogs .targeted_abox:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        background-color: #70777d;
        left: 0px;
        bottom: -20px;
    }    
    .mvc_aplication_blogs .mw_20:nth-last-child(1) .targeted_abox:after, 
    .mvc_aplication_blogs .mw_20:nth-last-child(2) .targeted_abox:after,
    .mvc_aplication_blogs .mw_20:nth-last-child(3) .targeted_abox:after {
        display: none;
    }
}

@media (max-width:1199px){
    .banner_blk .banner_contant.die_casting_banner {
		bottom: 15%;
		left: 2%;
	}
	.heading_commons {
		font-size: 22px;
	}
	.banner_blk picture img.brmin_hight {
		min-height: 420px;
	}
	picture.ip_tracker_web img {
		width: 62%;
	}
	.banner_web_img img.fiveg_web_img {
		width: 60%;
		float: right;
	}
	picture.ip_tracker_web {
		right: 0px;
		transform: translate(-5px, -50%);
	}
	.iiot_services_box h3 {
		font-size: 16px;
	}
	.al_ml_service_type {
		width: 50%;
	}
	.al_ml_service_text ul li {
		font-size: 14px;
	}
	h3.hng_okf {
		font-size: 20px;
	}
	.mvc_aplication_blogs .mw_20 {
		flex: 0 0 33%;
		max-width: 33%;
	}
	.industries_service_Modal .modal-content .modal-body h2 {
		font-size: 20px;
	}
	.industries_service_Modal .modal-content .modal-body h3 {
		font-size: 15px;
	}
	.solutions_box.ips_box .ipsbox_type h4 {
		font-size: 14px;
	}
	section#overview #play-video {
		margin-top: 10px;
	}
	.feature-mvcamera-section .ip_tracker_download_datasheet {
		bottom: 10px;
	}
	.feature-mvcamera-section .ip_tracker_features img {
		max-width: 130%;
		right: 16%;
	}
    .datacenter_overview {
        margin-top: 80px;
    }
    .nvidia_button {
        padding: 9px 10px;
        font-size: 14px;
        min-width: 204px;
    } 
	.development_streep {
		background-size: cover;
		background-position: left;
	}
	.streep_txt h4 {
		font-size: 18px;
	}
	img.intel {
        margin-top: 4%;
        width: 90px;
    }
	/* iotlaptop */
	.ev_Charging_Solutions {
		padding: 5rem 0;
	}
	.broucher-content h4 {
        font-size: 24px;
        width: 75%;
		line-height: 34px;
    }
	.charger_reference_designs_items h4 {
		font-size: 15px;
	}
	ul.areas_expList li {
		padding: 20px 40px;
        min-height: 92px;
	}
	.areas_axp_Text {
		padding: 20px 15px;
	}
	.areas_axp_Text ul li {
		font-size: 14px;
		line-height: 20px;
	}
	.areas_axp_Text ul li:after {
		top: 5px;
	}
	.ads_overview_contant p {
        font-size: 15px;
        line-height: 28px;
        padding-right: 0px;
    }
	.architecture_img p {
		font-size: 14px;
	}
	.architecture_img {
        padding-left: 20px;
    }
	.architecture_Hover_Img_Blog .xzoom_blog {
        width: 94%;
        margin: 0px auto 0;
    }
	.evcharger_our_services .al_ml_service_type {
		width: 33.33%;
	}
}

@media (min-width:992px) and (max-width:1199px){
	.tabing_5g_telecom .solutions_box.ips_box .ipsbox_type {
		min-height: 136px;
	}
	.audio_service_txt {
		padding: 20px 10px;
	}
	.solutions_box .roles_type_box {
		min-height: 265px;
	}
	.solutions_box .roles_type_box .roles_type {
		min-height: 250px;
	}
	.solutions_box .roles_type_box .roles_type:hover {
		min-height: 245px;
	}
	.tabing_adaption_compute .solutions_box .roles_type {
		min-height: 290px;
	}
	.tabing_adaption_compute .solutions_box .roles_type:hover {
		min-height: 285px;
	}
	.solutions_box .roles_type_box.min_w300 {
		min-height: 375px;
	}
	.solutions_box .roles_type_box.min_w300 .roles_type {
		min-height: 354px;
	}
	.solutions_box .roles_type_box.min_w300 .roles_type:hover {
		min-height: 362px;
	}
	.iot_new_ourexp .new_our_expertise_blog {
		min-height: 270px;
	}
	.networking_ex_blogs .new_our_expertise_blog {
		min-height: 276px;
	}
	.five_g_new_ourexp .new_our_expertise_blog {
		min-height: 290px;
	}
	/*====== NEW NETWORKING CSS ======*/
	.our__services__List_Box:after {
		top: -12px;
		left: -12px;
		width: 120px;
		height: 140px;
	}
	.our__services__List {
		padding: 25px 10px 30px;
	}
	.our__services__List h3 {
		font-size: 14px;
	}
	.our__services__List ul {
		margin-top: 20px;
	}
	.our__services__List ul li {
		font-size: 10px;
		margin-top: 6px;
	}
	/*====== NEW NETWORKING CSS ======*/
}

@media (min-width:768px) and (max-width:1199px){
	.solutions_tabing.video_cloud_solutions .nav-tabs a.nav-link {
		padding: 10px 10px;
		font-size: 13px;
	}
	.new_our_expertise_blog {
		min-height: 276px;
	} 
}

@media (min-width:768px) and (max-width:991px){
    .three_dots_img{
        bottom: 45px;
    }
	.solutions_box .roles_type_box.resmin_w300 {
		min-height: 375px;
	}
	.solutions_box .roles_type_box.resmin_w300 .roles_type {
		min-height: 354px;
	}
	.solutions_box .roles_type_box.resmin_w300 .roles_type:hover {
		min-height: 362px;
	}
	.insights_blog_services .insights_box .insights_contant {
		left: 14px;
		right: 14px;
	}
	.insights_blog_services .insights_box .insights_contant.insights_ip_tracker h4 {
		font-size: 15px;
		margin-bottom: 6px;
	}
	.insights_contant.insights_ip_tracker ul li {
		font-size: 13px;
	}
	.excel_stext h3 {
		font-size: 18px;
	}
	.excel_sBox {
		padding: 25px 14px;
	}
	.excel_stext p {
		font-size: 14px;
	}
	.Chargers_service div span {
		font-size: 13px;
	}
    .iot_new_ourexp .new_our_expertise_blog {
        min-height: 330px;
    }
	.networking_ex_blogs .new_our_expertise_blog {
	   min-height: 330px;
	}
}

@media(max-width: 992px) {    
    .mvc_aplication_blogs .mw_20:nth-child(3n + 1) .targeted_abox:before {
        content: '';
    }    
    .mvc_aplication_blogs .mw_20 .targeted_abox:before, .mvc_aplication_blogs .mw_20:nth-child(4) .targeted_abox:before {
        position: absolute;
        content: '';
        width: 1px;
        height: 100px;
        background-color: #70777d;
        left: -15px;
        top: 0;
        display: block;
    } 
    .mvc_aplication_blogs .mw_20:last-child .targeted_abox:before {
        position: absolute;
        content: '';
        width: 1px;
        height: 100px;
        background-color: #70777d;
        right: -15px;
        top: 0;
        display: block !important;
        left:  unset;
    } 
    .mvc_aplication_blogs .mw_20:nth-child(2n + 1) .targeted_abox:before {
        display: none;
    }    
    .mvc_aplication_blogs .row.justify-content-center {
        justify-content: start !important;
    }
    .mvc_aplication_blogs .mw_20:last-child .targeted_abox:after {
        display: none;
    }
    .mvc_aplication_blogs .mw_20:nth-last-child(2) .targeted_abox:after,
    .mvc_aplication_blogs .mw_20:nth-last-child(3) .targeted_abox:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        display: block;
        background-color: #70777d;
        left: 0px;
        bottom: -20px;
    }
    .feature-mvcamera-section .container.custom_container  {
        background-image: none;
        padding-bottom: 40px;
    }
    .feature-mvcamera-section .features_section .features .fs_left, .feature-mvcamera-section .features_section .features .fs_right {
        width:  100%;
    }
    .feature-mvcamera-section .features_section .features {
        display: block;
    }
    .feature-mvcamera-section .features_section .features .features_service {
        min-height: unset;
        margin:  0;
    }
    .feature-mvcamera-section .features_section .features .features_service:after {
        display: none;
    }
    .feature-mvcamera-section .features_section .features .fs_right .features_service {
        border: none;
        padding-left: 0;
        min-height: unset;
    }
	.feature-mvcamera-section .ip_tracker_download_datasheet {        
        position: relative;
        top: -120px;
    }
    section.white_bg.solutions_ips_section.feature-mvcamera-section {
        padding: 0;
    }
}

@media (max-width: 991px) {
	.modal-dialog.ip_tracker_modal {
		max-width: 500px;
	}
	.wifi_services {
		display: none;
	}
	.banner_web_img {
		transform: translate(-0px, -50%);
	}
	.banner_web_img img.fiveg_web_img {
		width: 50%;
		float: right;
	}
	
	.stl_blk .stl .stl_btn {
		float: right;
		color: #fff;
	}

	.stl_blk .stl .stl_text {
		font-size: 15px;
		width: 100%;
		display: inline-block;
	}
	/*================== Our Services ==================*/
	.banner_blk .banner_carousel.owl-carousel .owl-dots {
		bottom: 10px;
	}
	.heading_commons {
		font-size: 24px;
	}
	.heading_commons.res_hc {
		font-size: 16px;
	}
	img.networking_vvdnlg {
		width: 190px;
	}
	.banner_blk .banner_carousel.owl-carousel .owl-item img.networking_vvdnlg {
		width: 190px;
	}
	/*================== Our Services ==================*/
	.solutions_box.ips_box .ipsbox_type {
		width: 50%;
	}
	.insights_blog_services .insights_box {
		width: 50%;
	}
	.offerings p {
		font-size: 18px;
	}
	.solutions_tabing ul.nav.nav-tabs {
		margin-top: 40px;
		padding-top: 0;
	}
	.solutions_tabing .tading_header {
		display: inherit;
	}
	.solutions_tabing .tading_header h3 {
		margin-right: 0px;
		margin-bottom: 15px;
		min-width: 100%;
	}
	.solutions_box.ips_box .ipsbox_type:nth-child(4){
		border-left: 0px solid #ccc;
	}
	.solutions_box.ips_box .ipsbox_type:nth-child(1), 
	.solutions_box.ips_box .ipsbox_type:nth-child(3), 
	.solutions_box.ips_box .ipsbox_type:nth-child(5), 
	.solutions_box.ips_box .ipsbox_type:nth-child(7), 
	.solutions_box.ips_box .ipsbox_type:nth-child(9), 
	.solutions_box.ips_box .ipsbox_type:nth-child(11){
		border-left: 1px solid #ccc;
	}
	.overview_ip_tracker .overview_contant p {
		font-size: 18px;
	}
	.min_height_fixed {
		height: 0px;
	}
	.ip_tracker_tabing .tab-content .card-body .ip_tracker_features_res {
		display: block;
		margin-bottom: 30px;
	}
	.ip_tracker_tabing .tab-content .card-body .features_section .features .fs_left {
		margin-right: 0;
		text-align: center;
		width: 50%;
	}
	.ip_tracker_tabing .tab-content .card-body .features_section .features .fs_right {
		margin-left: 0px;
		text-align: center;
		width: 50%;
	}
	.ip_tracker_tabing .tab-content .card-body .features_section .features .fs_left .features_service p, .ip_tracker_tabing .tab-content .card-body .features_section .features .fs_right .features_service p {
		text-align: center;
	}
	.tab-content.iptracker_tab_content .card-header a {
		width: 100%;
		display: block;
	}
	.tab-content.iptracker_tab_content .card-header a span {
		float: right;
	}
	picture.ip_tracker_web {
		right: 0%;
	}
	.ip_tracker_tabing .nav-tabs .nav-item .nav-link {
		padding: 12px 20px;
		font-size: 16px;
	}
	.ip_tracker_download_datasheet ul li a {
		font-size: 15px;
	}
	.ip_tracker_features {
		display:none;
	}
    .feature-mvcamera-section .ip_tracker_features {
		display:block;
	}
    .feature-mvcamera-section .feature-col {
        padding-top: 0;
        padding-bottom: 0;
		margin-top: -50px;
    }
	.ip_tracker_features_res {
		display: block;
		margin-bottom: 30px;
	}
	.features_section .features .features_service {
		margin-top: 40px;
		padding: 20px 30px;
		position: relative;
		min-height: 164px;
	}
	.features_section .features .features_service:after {
		position: absolute;
		content: "";
		background: #919191;
		height: 1px;
		width: 80%;
		margin: 0 auto;
		text-align: center;
		left: 0;
		right: 0;
		top: -20px;
	}
	.features_section .features .features_service:nth-child(1):after {
		display: none;
	}
	.features_section .features .fs_right .features_service {
		margin-left: 0;
		padding-right: 0;
		border-left: 1px solid #919191;
	}
	.features_section .features .fs_right {
		margin-left: 0px;
		text-align: center;
		width: 50%;
	}
	.features_section .features .fs_left {
		margin-right: 0;
		text-align: center;
		width: 50%;
	}
	.features_section .features .fs_left .features_service {
		padding-left: 0;
	}
	.features_section .features .fs_left .features_service p, .features_section .features .fs_right .features_service p {
		text-align: center;
	}
    .feature-mvcamera-section .features_section .features .features_service p {
        text-align: left;
    }
	.partner_of_choic_desk {
		display: none;
	}
	.partner_of_choic_res {
		display: block;
	}
	.partner_of_choic {
		padding-left: 0px;
		margin-top:30px;
	}
	.ev_charging_offerings ul:after {
		opacity:0;
	}
	.ev_charging_Mofferings_section img {
		min-height: 310px;
	}
	.audio_service_txt {
		width: 33.33%;
	}
	.overview_information.br_3:before {
		opacity: 1;
	}
	.overview_information.br_2:before, .overview_information.br_4:before {
		opacity: 0;
	}
	.ev_Charger_use_cases .use_cases_service {
		width: 50%;
	}
	.overview_information2.br_none:before {
		opacity: 0;
	}
	.focus_domains_text {
		margin-top: 24px;
	}
	.solutions_box.ips_box.transparent .ipsbox_type:nth-child(5), .solutions_box.ips_box.transparent .ipsbox_type:nth-child(9) {
		border-left: 1px solid #ccc;
	}
	.solutions_box.ips_box.transparent .ipsbox_type {
		width: 50%;
	}
	.ipsbox_type h4 {
		font-size: 13px;
	}
	.banner_carousel .owl-item.active.center .ipsbox_type h4 {
		font-size: 15px;
	}
	.banner_contant.ambarella_web img.mb-3 {
		width: 280px !important;
	}
    .banner_contant.vvdn-nvdia-partner img.mb-3 {
        width: 280px !important;
    }
	.industries_service_Modal .modal-content {
		padding: 25px 30px 10px;
	}
	.dwnld_datasheet .offerings p {
		width: 100%;
	}
	.dwnld_datasheet .offerings .btn_subscribe {
		float: left;
		margin-top: 10px;
		margin-left: 0px;
	}
	.mvc_aplication_blogs .mw_20 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.pl220 {
		padding-left: 0px;
	}
	.five_g_new_ourexp .new_our_expertise_blog {
		min-height: 354px;
	}
	section#overview #play-video {
		margin-top: 40px;
	}
	.banner_blk .banner_contant h2.vvdopen_5glab {
		font-size: 22px;
	}
	.feature-mvcamera-section .ip_tracker_features img {
		max-width: 100%;
		right: 0;
	}
	.power_electronics_lab_infrastructure_blog>.container:after {
		opacity: 0;
	}
	.pe_lad_txtbg {
		margin-bottom: 30px;
	}
	ul.fancy-bullet.text-format {
		padding-left: 0px;
		margin-top: 30px;
	}
	.power_Electronics_Blog h4 {
		font-size: 20px;
	}
	.power_electronics_head h3 {
		font-size: 18px;
	}
	.power_electronics_head img {
		width: 68px;
	}
    .datacenter_Offerings_txt {
        margin-bottom: 30px;
    }
    .solutions_box .dcmlr6 .dcplr6 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .solutions_box .dcmlr6 .dcplr6{
        margin-top: 30px;
    }
    .solutions_box .dcmlr6 .dcplr6:nth-child(1), .solutions_box .dcmlr6 .dcplr6:nth-child(2), .solutions_box .dcmlr6 .dcplr6:nth-child(3) {
        margin: 0;
    }
    .our_expertise_Datacenter .new_our_ex_blog_img h3 {
        font-size: 18px;
    }
    .datacenter_overview {
        margin-top: 30px;
    }
    .datacenter_Offerings_txt {
        height: calc(100% - 30px);
    }
	.wifi_5and7 {
		margin-bottom: 30px;
	}
	/* iotlaptop */	
	.banner_contant.laptops h3 {
		font-size: 22px;
	}
	.banner_blk .banner_contant.laptops p {
		font-size: 18px;
	}
	.product_solution ul.nav-tabs {
		margin-top: 40px;
		padding: 0;
	}
	ol.item_thumb.carousel-indicators {
		flex: 0 0 60px;
		max-width: 60px;
	}
	.developer_kit_blog:after {
		opacity: 0;
	}
	.btn_flex {
		justify-content: center;
	}
	.btn_flex .t_center.btntype:nth-child(2) {
		margin-right: 15px;
	}
	.developer_kit_blog {
		padding-left: 0;
	}
	.development_streep {
		padding: 60px 0;
	}
	.development_streep.iotLaptop_streep:after {
		height: 180px;
		width: 300px;
	}
	.development_streep.iotLaptop_streep:before {
		height: 124px;
		width: 220px;
	}
	.streep_txt h4 {
		padding: 0;
		width: 65%;
	}
	.text_center {
		justify-content: center;
	}
	/* iotlaptop */	
	.charger_offerings_Txt h3 {
		font-size: 18px;
	}
	.entry_level_laptopkit .xzoom-container {
		width: 100%;
		display: block;
	}
	.entry_level_laptopkit .xzoom_blog {
		width: 100%;
		float: inherit;
	}
	.entry_level_laptopkit .xzoom-thumbs {
		width: 100%;
		float: inherit;
		display: inline-flex;
		justify-content: center;
	}
	.entry_level_laptopkit .xzoom-thumbs a {
        margin: 10px;
    }
	.entry_level_laptopkit .xzoom-thumbs a img {
        margin: 0px;
    }
	.text_center.iot_laptop {
		margin-left: 0;
	}
	img.intel {
        margin-top: 2%;
        width: 66px;
    }
	.partners_alliances {
		margin-right: 60px;
	}
	ul.areas_expList {
		gap: 30px 30px;
		margin-top: 40px;
	}
	.solutions_box.ahpc_server_Rd .ipsbox_type h4 {
        font-size: 16px;
    }
	.ads_areas_axp_box {
		grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
		gap: 15px;
	}
	.aav_ndustries_box {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
	.android_head_bg img {
        width: 100%;
    }
	.architecture_img {
        margin-top: 30px;
    }
	.areas_axp_Text {
        min-height: 220px;
    }
	.architecture_Hover_Img_Blog .xzoom_blog {
        width: 100%;
    }
	.solutions_box .roles_type ul li {
		font-size: 13px;
	}
	.solutions_box.new_Ips_Box .ipsbox_type {
		text-align: center;
	}
	.evcharger_our_services .al_ml_service_type {
		width: 50%;
	}
	/*====== NEW NETWORKING CSS ======*/
	.our_Services_List_Blog {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        padding-bottom: 20px;
        width: 74%;
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
    }
	.our__services__List_Box {
		margin-top: -60px;
	}
	.our__services__List {
        padding: 35px 20px 60px;
        min-height: 360px;
    }
	.zindex_one {
		margin-top: 0px;
	}
	.zindex_one, 
	.zindex_three, 
	.zindex_five {
		margin-right: 50px;
        margin-left: 0;
	}
	.zindex_two, 
	.zindex_four, 
	.zindex_six {
		margin-left: 50px;
		margin-right:0;
	}
	.our__services__List_Box.zindex_two:after,
	.our__services__List_Box.zindex_four:after,
	.our__services__List_Box.zindex_six:after {
		background-image: url(../images/our_services_list_mobile_afterbg.png);
		right: -15px;
		left: inherit;
	}
	/*====== NEW NETWORKING CSS ======*/
}

@media (max-width: 768px) {
	picture.ip_tracker_web img {
		width: 60%;
	}
	.banner_blk .banner_contant p {
		font-size: 16px;
		line-height: 24px;
	}
	.new_our_ex_blog_text span.know_more{
        color: #fff;
        margin-bottom: 10px;
        margin-left: 185px;
	}
    .vvdn_nvdia_partner{
        margin-left: 18px;
        position: absolute;
        bottom: -90px;
        left: 10px;
    }
	.banner_blk .banner_contant.entry_level_laptop {
        top: 55%;
        transform: translate(0px, -50%);
    }
}

@media (max-width: 767px) {
	body {
		padding-top: 65px;
	}
    .three_dots_img{
        bottom: 46px;
    }
	.mobile-view{
		display: block;
	}
	.web-view{
		display:none !important;
	}
	.gray_bg, .white_bg{
		padding: 50px 0;
	}
	.heading_commons {
		font-size: 24px;
	}
	.banner_bg_Blk {
		height: 660px;
	}
	.banner_blk .banner_contant {
		top: 16%;
		transform: translate(0px, 0%);
	}
	.banner_blk .banner_contant.vision_iot {
		top: 34%;
	}
	.banner_web_img {
		position: absolute;
		right: 0;
		top: inherit;
		bottom: 20px;
		transform: translate(0px, 0%);
		height: auto;
	}
	.banner_web_img img.fiveg_web_img {
		width: 50%;
		float: inherit;
		margin: 0 auto;
		display: block;
	}
	img.networking_vvdnlg {
		width: 160px;
	}
	.web_networking_bg {
		padding-top: 50px;
	}
	
	.stl_blk .stl {
		display: inline-block;
	}

	.stl_blk .stl .stl_icon img {
		width: 50px;
	}

	.stl_blk .stl .stl_text {
		margin: 15px 0;
	}
	.stl_blk {
		box-shadow: 0px 12px 9px -11px #ccc;
		background: #f7f7f7;
		border-top: 2px solid #f7f7f7;
		border-bottom: 2px solid #f7f7f7;
	}
	.overview_contant p {
		margin-bottom: 40px;
	}
	.insights_blog_services .insights_box {
		width: 100%; 
		margin-bottom: 20px;
	}
	.solutions_box.ips_box .ipsbox_type {
		width: 100%;
	}
	.solutions_tabing .nav-tabs a.nav-link {
		padding: 8px 10px;
		min-width: 84px;
		font-size: 14px;
	}
	.solutions_box .roles_type h4, .solutions_box.ips_box .ipsbox_type h4 {
		font-size: 16px;
	}
	.solutions_box .roles_type h4 {
		min-height: auto;
	}
	.offerings p img {
		width: 30px;
	}
	.solutions_box.ips_box .ipsbox_type, .solutions_box.ips_box .ipsbox_type:nth-child(4){
		border-left: 1px solid #ccc;
	}
	.banner_blk .banner_contant.ip_tracker_contant p {
		width: 100%;
	}
	.overview_ip_tracker .overview_contant p {
		font-weight: 700;
		font-size: 15px;
	}
	.banner_blk picture img.brmin_hight {
		min-height: 660px;
	}
	picture.ip_tracker_web {
		right: 0;
		left: 0;
		text-align: center;
		top: inherit;
		bottom: 40px;
		transform: translate(-5px, 0%);
	}
	picture.ip_tracker_web img {
		width: 50%;
		margin: 0 auto;
		float: inherit;
	}
	picture.ip_tracker_web.smartspeakerbanner-img img{
		width: 70%;
	}
	.solutions_box .roles_type_box.min_w300.resmin_w300 {
		min-height: 375px;
	}
	.solutions_box .roles_type_box.min_w300.resmin_w300 .roles_type {
		min-height: 354px;
	}
	.solutions_box .roles_type_box.min_w300.resmin_w300 .roles_type:hover {
		min-height: 362px;
	}
	/* Start Tabs To Accordion */
	.ip_tracker_tabing {
		margin-top: 30px;
	}
	
	.ip_tracker_tabing ul.nav.nav-tabs{
		display:none !important;
	}
    .ip_tracker_tabing .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
    }
	.ip_tracker_tabing .tab-content .card-header a .rotate-icon {
		float: right;
		padding: 10px 0;
		border-radius: 50%;
		height: 40px;
		width: 20px;
		text-align: center;
		margin-top: -12px;
		font-size: 24px;
	}
	.ip_tracker_tabing .tab-content .card-header a:not(.collapsed) .rotate-icon {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		color: #01b2ff;
	}
	.ip_tracker_tabing .tab-content .card {
		border: 0;
	}
	.ip_tracker_tabing .tab-content .card-header {
		background: transparent;
		padding: 0;
		border: 0;
		box-shadow: 0 0;
	}
	.ip_tracker_tabing .tab-content .card-header h5{
		transition: all 3s ease;
		margin: 0;
	}
	.ip_tracker_tabing .tab-content .card-header a.collapsed{
		background: #f7f7f7;
	}
	.ip_tracker_tabing .tab-content .card-header a {
		display: block;
		font-size: 16px;
		font-weight: 800;
		font-family: Montserrat;
		color: #3a3a3a;
		padding: 20px 15px;
		transition: all 3s ease;
		background: #ffffff;
		border: 1px solid #d0d0d0;
	}
	.ip_tracker_tabing .tab-content .card-header a:hover {
		color: #3a3a3a;
		text-decoration: none;
	}
	.ip_tracker_tabing .tab-content .card-body {
		padding: 20px 0 10px;
	}
	.ip_tracker_tabing .tab-content .card-header a.collapsed span img.angle_up {
		float: right;
		transform: rotate(180deg);
		margin-top: 4px;
	}
	.ip_tracker_tabing .tab-content .card-header span img.angle_up {
		transform: rotate(0deg);
		float: right;
		transition: all 0.4s;
		margin-top: 4px;
	}
	/* End Tabs To Accordion */
	.ip_tracker_download_datasheet {
		margin-top: 50px;
	}
	.iptracker_tab_content .insights_box {
		width: 100%;
		margin:0;
	}
	.iptracker_tab_content .insights_box.width_50 {
		width: 100%;
	}
	.insights_blog_services .single_blog {
		margin-bottom: 0px;
	}
	.insights_blog_services .single_blog .insights_contant {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.right-post-blk {
		padding-left: 0px;
	}
	.single-post-blk {
		padding: 15px 15px;
	}
	.single-post-blk a.know_more.desktop-view {
		display: none;
	}
	.readmpsn a.know_more.desktop-view {
		display: none;
	}
	.right-post-blk a.know_more.mobile-view {
		display: block;
		float: left;
		margin-top: 20px;
	}
	.right-post-blk a.know_more.mobile-view img.c_arrow {
		width: auto;
	}
	.iiot_services_box {
		width: 100%;
	}
	.ev_charging_off_service div {
		width: 100%;
		padding: 15px 20px;
		border: 0;
	}
	.ev_charging_Mofferings_section img {
		min-height: 460px;
	}
	.access_point_expertise_service_text {
		height: auto;
	}
	.frameworks_and_ips .Integration_text:after{
		position: absolute;
		content: "";
		width: 80px;
		height: 1px;
		bottom: 0;
		transform: translate(0px, -50%);
		background: #ffffff;
		right: 0px;
		left:0px;
		margin:0 auto;
	}
	.Integration_text.bb_after:after {
		opacity: 0;
	}
	.virtualtour_section h2.heading_commons:after {
		height: 100px;
	}
	.audio_service_txt {
		width: 50%;
	}
	.overview_information:before, .overview_information.br_3:before {
		opacity: 0;
	}
	.Chargers_service {
		width: 100%;
		margin-bottom: 40px;
	}
	.ev_Charger_use_cases .use_cases_service {
		width: 100%;
		margin: 10px 0;
	}
	.partner_of_choic {
		display: block;
	}
	.partner_of_choic img {
		margin-bottom: 20px;
	}
	.level_Chargers.blr_hide {
		border: 1px solid #b2b2b2;
	}
	.level_Chargers_type {
		border-right: 1px solid #b2b2b2;
	}
	.excel_sBox {
		margin-top: 100px;
		height: auto;
	}
	.overview_information2 h3 {
		font-size: 36px;
		margin-bottom: 10px;
	}
	.solutions_tabing.video_cloud_solutions ul.nav.nav-tabs {
		border-bottom: 0px;
	}
	.solutions_tabing.video_cloud_solutions  ul.nav.nav-tabs li.nav-item {
		margin-top: 10px;
	}
	.solutions_box.ips_box.transparent .ipsbox_type:nth-child(5), .solutions_box.ips_box.transparent .ipsbox_type:nth-child(9) {
		border-left: 1px solid #ccc;
	}
	.solutions_box.ips_box.transparent .ipsbox_type {
		width: 100%;
	}
	.banner_carousel button.owl-prev {
		left: 44%;
	}
	.banner_carousel button.owl-next {
		position: absolute;
		right: 44%;
	}
	.solutions_box.col_with100 .roles_type_box {
		min-height: auto;
	}
	.solutions_box.col_with100 .roles_type_box {
		min-height: 210px;
	}
	.solutions_box.col_with100 .roles_type {
		min-height: 175px;
	}
	.solutions_box.col_with100 .roles_type:hover {
		min-height: 180px;
	}
	.solutions_tabing.newtype_tabing div#products .solutions_box .roles_type_box {
		min-height: auto;
	}
	.dwnld_datasheet .offerings span.nmad {
		font-size: 18px;
		display: block;
	}
	.offerings_blk.dwnld_datasheet img.offering_img {
		min-height: 180px;
	}
	.machine_vision_video .video-container {
		min-width: auto;
		min-height: auto;
	}
	.machine_vision_video .video-container iframe {
		width: 100%;
		min-height: auto;
	}
	.iot_new_ourexp .new_our_expertise_blog, .networking_ex_blogs .new_our_expertise_blog, .five_g_new_ourexp .new_our_expertise_blog {
		min-height: auto;
	}
	.new_our_expertise_blog {
		padding: 20px 15px;
	}
	.mvc_aplication_blogs .targeted_abox:before{
		width:0px !important;
	}
	.targeted_applications_blogs .targeted_application_blog.width_50 {
		width: 100%;
	}
	.power_Electronics_Blog h4 {
		font-size: 18px;
	}
	.pe_lad_img .col-md-4 {
		width: 50%;
	}
	.pe_lad_img img {
		margin: 10px 0;
	}
    .datacenter_Offerings_txt {
        height: calc(100% - 20px);
    }
	.wifi_5and7 {
		margin-bottom: 20px;
	}
	.streep_txt h4 {
		width: 100%;
		margin-bottom: 10px;
	}
	.development_streep .streep_txt .btn_subscribe {
		float: left;
		max-width: initial;
		margin-left: 0;
	}
	.targeted_application_blog h2.heading_commons {
        margin-top: 0;
        margin-bottom: 40px;
    }
	.charger_offerings_Txt h3 {
		font-size: 18px;
	}
	.laptop_about .col-md-6 {
		width: 50%;
	}
	.offerings p {
        width: 100%;
    }
	.btn_subscribe {
		float: left;
		margin-left: 10%;
		margin-top: 10px;
	}
	.android_head_bg {
		text-align: center;
	}
	.android_head_bg img {
        width: 70%;
        float: inherit;
    }
}
 
@media (max-width: 600px) {
	.al_ml_service_type {
		width: 100%;
	}
	.video-container .video_play_button{
		max-height:60px;
		max-width:60px;
	}
	.video-container .video-text{
		bottom: 0px;
		font-size: 12px;
		padding: 0px 10px;
	}
	.partners_alliances_blog {
		display: block;
		margin: 60px 0 20px;
	}
	.partners_alliances {
		margin-right: 0;
		margin-bottom: 30px;
	}
	.ev_Charging_Solutions {
		padding: 4rem 0;
	}
	.broucher-content {
		display: block;
	}
	.broucher-content h4 {
        width: 100%;
    }
	.broucher-content a {
		margin-top: 30px;
	}
	.target_appliction_service {
		margin-top: 20px;
	}
	
}

@media (max-width: 575px) {
	picture.ip_tracker_web.smartspeakerbanner-img img{
		width: 100%;
		margin: 0 auto;
		float: inherit;
	}
	.smart-speaker-vdo iframe {
		width: 100%;
	}
	.banner_blk .banner_contant {
		top: 56%;
	}
	.banner_blk .banner_contant.res_bcontant {
		top: 12%;
	}
	.banner_blk .banner_contant.nw_landing_banner {
        top: 36%;
    }
	.banner_blk .banner_contant.mobile_Text_Top {
		transform: inherit;
		top: 12%;
	}
	.banner_web_img img.fiveg_web_img {
		width: 90%;
	}
	.features_section .features {
		margin-top: 40px;
	}
	.features_section .features .features_service {
		padding: 15px 20px;
		margin-top: 30px;
	}
	.features_section .features .features_service p span {
		display: block;
	}
	.features_section .features .features_service p {
		font-size: 14px;
		min-height: 42px;
	}
	.features_section .features .features_service:after {
		top: -17px;
	}
	.insights_blog_services .insights_box .insights_contant {
		left: 10px;
		right: 10px;
	}
	.insights_blog_services .insights_box .insights_contant.insights_ip_tracker h4 {
		font-size: 16px;
	}
	.insights_contant.insights_ip_tracker ul li {
		font-size: 13px;
	}
	.modal-dialog.ip_tracker_modal.download_datasheet_modal .modal-content.contact-form {
		padding: 60px 30px;
	}
	.ip_tracker_modal .modal-content {
		padding: 40px 30px;
	}
	picture.ip_tracker_web img {
		width: 85%;
	}
	.ip_Request_Demo {
		transform: translate(-15px, -50%);
	}
	.offerings p img {
		max-width: 30px;
	}
	.banner_blk .banner_contant.iiot {
		top: 15%;
	}
	.iiot_services_box ul li {
		width: 100%;
	}
	.ev_charging_Mofferings_section {
		background: url(../images/ev-charging-mofferings-res-bg-img.png) top right no-repeat;
		padding: 80px 0 60px 0;
		background-size: cover;
	}
	.ev_charging_off_service div span {
		display: inline-block;
	}
	.audio_service_txt {
		width: 100%;
	}
	.web_networking_bg .video_thumbnail img {
		width: 100%;
	}
	.audio_lab_infrastructure_service,.audio_lab_infrastructure_service2 {
		display: block;
	}
	.audio_lab_img, .audio_lab_img2, .audio_lab_img.audio_lab_img3, .audio_lab_img.audio_lab_img4 {
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 20px;
	}
	.audio_lab_infrastructure_service:after {
		right: 0;
		width: 2px;
		height: 150px;
	}
	.audio_lab_infrastructure_service:before {
		left: 0px;
		width: 2px;
		height: 150px;
	}
	.audio_lab_infrastructure_service2:before, .audio_lab_infrastructure_service2:after {
		height: 150px;
	}
	.feature-mvcamera-section .ip_tracker_download_datasheet {
		top: -80px;
	}
	.thermal_Imaging_LabBlog ul {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -10px;
		margin-left: -10px;
	}
	.thermal_Imaging_LabBlog ul li {
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
    .solutions_box .dcmlr6 .dcplr6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .solutions_box .dcmlr6 .dcplr6:nth-child(3) {
        margin-top: 30px;
    }
    .solutions_tabing .nav-tabs.datacenter_offerings_tabs a.nav-link {
        padding: 8px 10px;
        font-size: 12px;
    }
	.wifi_5and7 h4 {
		font-size: 15px;
	}
	/* iotlaptop */	
	.banner_blk .banner_contant.laptops {
		top: 22%;
	}
	.banner_contant.laptops h3 {
		font-size: 20px;
	}
	.banner_blk .banner_contant.laptops p {
		font-size: 16px;
	}
	.product_solution a.nav-link {
		padding: 10px 15px;
		font-size: 16px;
	}
	.btn_flex {
		display: block;
	}
	.nvidia_button {
		margin-top: 5px;
	}
	.development_streep.iotLaptop_streep:after {
		height: 160px;
		width: 200px;
		left: -46px;
	}
	.development_streep.iotLaptop_streep:before {
		height: 100px;
		width: 170px;
	}
	/* iotlaptop */	
	.acev_charger_features_res img {
        width: 100%;
    }
	.banner_blk .banner_contant.entry_level_laptop {
		top: 64%;
	}
	.laptop_about_type img {
		width: 50px;
		margin-right: 5px;
	}
	.laptop_about_type span {
        font-size: 13px;
        line-height: 20px;
    }
	.developer_kit_blog.entry_level_laptopkit {
		min-height: auto;
	}
	.banner_blk .banner_contant.entry_level_laptop {
        top: 70%;
    }
	img.intel {
        display: none;
    }
	.tabing_adaption_compute .solutions_box .roles_type {
		min-height: 250px;
	}
	.tabing_adaption_compute .solutions_box .roles_type:hover {
		min-height: 245px;
	}
    .banner_blk .banner_contant.ontop {
        top: 14%;
    }
	.evcharger_our_services .al_ml_service_type {
		width: 100%;
	}
	.al_ml_service_text {
        top: 14%;
    }
	.al_ml_service_text h4 {
		font-size: 18px;
	}
	.al_ml_service_text ul li {
        font-size: 18px;
    }
	/*====== NEW NETWORKING CSS ======*/
	.our_Services_List_Blog {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
         width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
	/*====== NEW NETWORKING CSS ======*/
}

@media (max-width: 499px) {
    .vvdn_nvdia_partner{
        position: absolute;
        bottom: -107px;
        left: 10px;
    }
	.banner_blk .banner_contant.ambarella_web {
		top: 15%;
	}
    .banner_blk .banner_contant.vvdn-nvdia-partner {
        top: 15%;
    }
	.subscribe_btn {
		width: 100%;
		text-align: left;
		margin-top: 10px;
		margin-left: 42px;
		line-height: normal;
	}
	.offerings p {
		font-size: 14px;
		width: 100%;
		line-height: normal;
	}
	.iiot_services_box h3 {
		font-size: 16px;
	}
	.features_section .features {
		align-items: start;
	}
	.features_section .features .features_service {
		min-height: 180px;
	}
	.network_switches_services {
		padding-bottom:80px;
	}
	.mvc_aplication_blogs .mw_20 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.iiot_Tab_txt {
		padding: 20px 15px;
		padding-right: 5px;
	}
	.iiot_Tab_txt h4 {
		font-size: 15px;
	}
    /
    /* datacenter */ 
	.broucher-content h4 {
        font-size: 22px;
        line-height: 30px;
    }
	.al_ml_service_text ul li {
        font-size: 16px;
    }
}

@media (max-width: 375px) {
    .banner_blk .banner_contant {
		top: 54%;
	}
    .banner_blk .banner_contant p {
        font-size: 15px;
        line-height: 22px;
    }
    .ai_div{
        margin-top: -68%;
    }
	picture.ip_tracker_web img {
		width: 88%;
	}
	.banner_carousel button.owl-prev {
		left: 42%;
	}
	.banner_carousel button.owl-next {
		position: absolute;
		right: 42%;
	}
	.solutions_tabing .nav-tabs a.nav-link {
		font-size: 13px;
	}
    /* datacenter */
	.laptop_about_type span {
        font-size: 12px;
        line-height: 18px;
    }
	.ads_areas_axp_box {
		grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	}
}

@media (max-width: 360px) {
	.ev_charging_offerings ul li, .partner_of_choic p {
		font-size: 14px;
	}
	.al_ml_service_text.pl37 {
		top: 12%;
		left: 40px;
	}
	.wifi_5and7 h4 {
		font-size: 14px;
		bottom: 18px;
	}
	.laptop_about .col-md-6 {
        width: 100%;
    }
	.laptop_about_type span {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 320px) {
	.heading_commons {
		font-size: 21px;
	}
    .banner_blk .banner_contant p {
        font-size: 14px;
        line-height: 20px;
    }
	.offerings p {
		font-size: 12px;
	}
	.features_section .features .features_service p {
		font-size: 13px;
	}
	.ip_tracker_tabing .tab-content .card-header a {
		font-size: 14px;
	}
	.insights_blog_services .insights_box .insights_contant.insights_ip_tracker h4 {
		font-size: 14px;
	}
	.insights_contant.insights_ip_tracker ul li {
		font-size: 12px;
	}
	.solutions_tabing .nav-tabs a.nav-link {
		padding: 8px 10px;
		min-width: auto;
		font-size: 13px;
	}
	ul.atex_iec_track li {
		padding-left: 15px;
		font-size: 14px;
	}
	.al_ml_service_text.pl37 {
		left: 35px;
	}
	.al_ml_service_text h4 {
		font-size: 16px;
	}
	.al_ml_service_text ul li {
        font-size: 15px;
    }

}

