* {
    margin: 0px;
    padding: 0px;
    outline: none;
}
body {
	font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #000000;
    overflow-x: hidden;
    padding-top: 60px;
	background: #ffffff;
	
}
img {max-width: 100%;}
*:focus {outline: none;}
button:focus {outline: none;}
ul {padding: 0; margin: 0;}
figure img {width: 100%;}

nav.c-bread {
    position: absolute;
    top: 90px;
    z-index: 9;
}
body.modal-open {
    padding-right: 0px !important;
}

.c-bread .breadcrumb {
    padding: 0px !important;
}

/* =============== Start stl_blk =============== */
.stl_section {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 10px;
}
.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 =============== */

/*============= Start 5g new css =============*/
.gray_bg {
    padding: 60px 0;
    background-color: #f4f4f4;
}
.white_bg {
    padding: 60px 0;
    background-color: #ffffff;
}
.banner_blks {
    position: relative;
}
.scroll_fixed_banner {
    background-image: url(../image/5g_web_banner_new.jpg);
	background-repeat: no-repeat;
    background-position: right  60px;
    min-height: 365px;
	background-size: 105%;
	background-attachment: fixed;
}
.scroll_fixed_banner.networking_fixed {
	background-image: url(../image/networking_and_wireless_web_banner_new.jpg);
	background-repeat: no-repeat;
    background-position: right 60px;
	background-size: 105%;
	background-attachment: fixed;
}
.scroll_fixed_banner.iot_fixed {
	background-image: url(../images/iot_web_banner_new.jpg);
	background-repeat: no-repeat;
    background-position: right 60px;
	background-size: 105%;
	background-attachment: fixed;
}
.scroll_fixed_banner.vision_fixed {
	background-image: url(../image/vision_web_banner_new.jpg);
	background-repeat: no-repeat;
    background-position: right 60px;
	background-size: 105%;
	background-attachment: fixed;
}
.scroll_fixed_banner.automotive_fixed {
	background-image: url(../image/automotive_web_banner.jpg);
	background-repeat: no-repeat;
    background-position: right 60px;
	background-size: 105%;
	background-attachment: fixed;
}
.scroll_fixed_banner.adaptive_compute_comms_fixed {
	background-image: url(../image/adaptive_compute_comms_web_banner.jpg);
	background-repeat: no-repeat;
    background-position: right 60px;
	background-size: 105%;
	background-attachment: fixed;
}

.scroll_fixed_banner.private_5g {
    background-image: url(../image/private_5g_web_banner.jpg);
    background-repeat: no-repeat;
    background-position: right 60px;
    background-size: 105%;
    background-attachment: fixed;
}
.scroll_fixed_banner.datacenter_fixed {
	background-image: url(../image/datacenter_web_banner.jpg);
	background-repeat: no-repeat;
    background-position:right 60px;
	background-size: 105%;
	background-attachment: fixed;
}
.windows .scroll_fixed_banner, .linux .scroll_fixed_banner, .mac .scroll_fixed_banner {
	background-attachment: fixed;
}
.windows ..networking_fixed, .linux ..networking_fixed, .mac ..networking_fixed {
	background-attachment: fixed;
}
.windows .iot_fixed, .linux .iot_fixed, .mac .iot_fixed {
	background-attachment: fixed;
}
.windows .vision_fixed, .linux .vision_fixed, .mac .vision_fixed {
	background-attachment: fixed;
}
.banner_blks .banner_carousel.owl-carousel .owl-dots {
    position: absolute;
    width: auto;
    bottom: 20px;
    left: 0;
    right: 0;
    max-width: 1500px;
    margin: 0 auto;
	padding-left:15px;
	padding-right:15px;
	text-align: center;
}
.banner_blks .banner_carousel.owl-carousel button.owl-dot {
    background: transparent;
    height: 15px;
    width: 15px;
    border-radius: 20px;
    cursor: pointer;
    margin: 0 5px;
    opacity: 1;
    display: inline-block;
    transition: all 0.8s;
    border: 2px solid #fff;
}
.banner_blks .banner_carousel.owl-carousel button.owl-dot.active {
    background: #ffffff;
}
.banner_contant {
	position: absolute;
    top: 50%;
    transform: translate(0px,-50%);
    left: 0;
    right: 0;
    z-index: 9;
}
.banner_contant .comman_heading{
	text-shadow: none;
}
.banner_contant .comman_heading:after {
    display: none;
}
.comman_heading {
    font-size: 40px;
    font-weight: 800;
	font-family: Montserrat;
    color: #03099e;
    position: relative;
	padding-top:15px;
    margin-bottom: 0;
    text-transform: uppercase;
	text-shadow: 3px 0 0 #fff, -3px 0 0 #fff, 0 3px 0 #fff, 0 -3px 0 #fff, 2px 2px #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
}
.comman_heading:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 4px;
    background: #005bff;
    width: 75px;
    height: 10px;
    transform: skew(-34deg);
}
.banner_contant .comman_heading {
    color: #ffffff;
}
.banner_contant .common_pg{
	font-size: 22px;
    font-weight: 800;
    font-family: Montserrat;
    color: #ffffff;
    margin-bottom: 0px;
    line-height: 26px;
}
.banner_contant .read_more {
    color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    background: 0 0;
    padding: 3px 15px;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
}
.banner_contant .read_more:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
}
.overview_contant p {
    font-size: 16px;
    color: #000000;
}

.wifi_services {
    margin-bottom: 10px;
    position: absolute;
    left: 0;
    right: 0;
    background: url(../image/business_units_service_sub_header_img.jpg) top center !important;
	box-shadow: 0px 2px 8px 0px #d1d2f1;
}
.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 0px;
}
.tablist_wifi_services ul li:nth-child(1) {
    padding: 0;
    margin-left: 0px;
}
.tablist_wifi_services ul li a {
    padding: 20px 20px;
    font-size: 16px;
    font-weight: bold;
    font-family: Montserrat;
    color: #3a3a3a;
    display: inline-block;
    text-decoration: none;
}
.tablist_wifi_services ul li a:hover {
    background: #fff;
}
.tablist_wifi_services ul li.active a {
    background: #fff;
}

.tablist_wifi_services .reach_usbtn {
    font-weight: 800;
    font-size: 12px;
    font-family: Montserrat;
    cursor: pointer;
    color: #005bff;
    padding: 7px 20px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}
.min_height_fixed{height:62px;}
.wifi_services.header_top_fixed {
    position: fixed;
    top: 60px;
    z-index: 9;
    left: 0;
    right: 0;
}


/*============= End 5g new css =============*/

/*================ 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 our services css =============*/

.our_services_blk {
    margin-top: 40px;
}
.our_services_blk .commons_expertise {
    background: #ffffff;
    box-shadow: 0px 5px 10px 2px #e2e5fd;
    border-radius: 14px;
    min-height: 344px;
	position: relative;
}
.our_services_blk .row {
    margin-right: -20px;
    margin-left: -20px;
}
.our_services_blk .col-lg-4 {
    padding-right: 20px;
    padding-left: 20px;
}
.commons_expertise h3 {
    font-size: 22px;
    font-weight: 800;
    font-family: Montserrat;
    color: #000000;
    margin-bottom: 20px;
	width: 80%;
}
.our_services_blk .commons_expertise li {
    font-size: 15px;
    color: #000000;
    padding-left: 15px;
    margin-bottom: 6px;
    line-height: 20px;
    list-style: none;
    position: relative;
    font-weight: 500;
    font-family: Montserrat;
}
.our_services_blk .commons_expertise li:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #747474;
    border-radius: 20px;
    border: 2px solid #ccc;
    top: 6px;
    left: 0;
}
.expertise_contant {
    position: relative;
    min-height: 260px;
    padding: 36px 20px 20px;
    overflow: hidden;
    background: #fff;
    border-radius: 14px;
}
.iot_our_services .expertise_contant {
    min-height: 300px;
}
.expertise_contant:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 70px;
    right: -10px;
	bottom: -36px;
    transform: rotate(45deg);
    background: rgb(24,184,255);
    background: -moz-linear-gradient(45deg, rgba(24,184,255,1) 1%, rgba(38,98,226,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(24,184,255,1) 1%,rgba(38,98,226,1) 100%);
    background: linear-gradient(45deg, rgba(24,184,255,1) 1%,rgba(38,98,226,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18b8ff', endColorstr='#2662e2',GradientType=1 );
}
.our_services_blogs2 .expertise_contant {
    padding-top: 46px;
}
.our_services_blogs2 .expertise_contant:before {
    position: absolute;
    content: "";
    width: 42px;
    height: 80px;
    right: -20px;
    top: -35px;
    transform: rotate(130deg);
    background: rgb(24,184,255);
    background: -moz-linear-gradient(45deg, rgba(24,184,255,1) 1%, rgba(38,98,226,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(24,184,255,1) 1%,rgba(38,98,226,1) 100%);
    background: linear-gradient(45deg, rgba(24,184,255,1) 1%,rgba(38,98,226,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18b8ff', endColorstr='#2662e2',GradientType=1 );
}
.our_services_blogs2 .zindex_one .expertise_contant:before {
	opacity:0;
}
.our_services_blogs1 {
    padding-right: 80px;
}
.our_services_blogs2 {
    margin-left: 80px;
    position: relative;
    margin-top: -20px;
    margin-right: -80px
;
}
.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;}

.expertise_icon {
    position: absolute;
    top: 20px;
    right: 20px;
}
.automotive_our_services .expertise_contant {
    min-height: 322px;
}

/*============= End our services css =============*/


/*============= Start technology_provide css =============*/
.tabs_headings ul.nav-tabs {
    margin-top: 50px;
    border: 0px;
}
.nav-tabs {
  display: none;
}
.tabs_headings ul.nav-tabs li {
    margin: 0px 0 25px;
}
.tabs_headings ul.nav-tabs li a {
    color: #000000;
    font-weight: 500;
    padding: 8px 0;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    min-width: 240px;
    min-height: 42px;
    font-size: 15px;
    text-align: left;
	transition: all 0.4s;
}
.tabs_headings ul.nav-tabs li a.active{
    border: 0;
    border-bottom: 2px solid #000;
    color: #1957e0;
	font-weight: 800;
	font-size: 18px;
}
.tabs_headings ul.nav-tabs li a .c_arrow {
    margin-left: 10px;
    transition: all 0.4s;
}
.tabs_headings ul.nav-tabs li a:hover .c_arrow {
    margin-left: 16px;
}
.key_focus_blk .key_focus_services .card {
    background: transparent;
}
.key_focus_services .tab-content .card-body {
    padding: 0;
}
.key_focus_services .tab-content .card-body h3 {
    color: #1957e0;
    font-size: 24px;
    font-weight: 800;
    font-family: Montserrat;
	margin-bottom: 15px;
}
.key_focus_services .tab-content .card-body p {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
	margin-bottom:0px;
}
.key_focus_services .tab-content .card-body.n_wifi_key_focus .row {
    margin-left: -7px;
    margin-right: -7px;
}
.key_focus_services .tab-content .n_wifi_key_focus .row .col-xl-4 {
    padding-left: 7px;
    padding-right: 7px;
	margin-top: 30px;
}
.key_focus_services .n_wifi_key_focus .tab_inner_content {
   height: 100%;
    padding: 15px;
    transition: all 0.4s;
    height: 100%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}
.key_focus_services .n_wifi_key_focus .tab_inner_content:hover {
	background: #fff;
	border-color: #fff;
	box-shadow: 0px 3px 9px -3px #959595;
}
.key_focus_services .n_wifi_key_focus .tab_inner_content:after {
	position: absolute;
	content: "";
	bottom: 42px;
	left: 15px;
	right: 15px;
	background: #d4d4d4;
	height: 1px;
	width: auto;
}
.key_focus_services .n_wifi_key_focus .tab_inner_content.border_none:hover h4 {
    color: #000000;
}

.key_focus_blk .key_focus_services .tab-content .card-body.ip_service h3 {
    /* position: absolute;
    left: 0px;
    top: 80px;
    width: 24px;
    margin: 0;
    padding: 0;
	width: 46px;
    display: flex;
	font-size: 22px;
	line-height: 25px; */
}
.key_focus_blk .key_focus_services .tab-content .card-body.ip_service h3 div {
    max-width: 50%;
}
.key_focus_blk .key_focus_services .tab-content .card-body.ip_service h3 span {
    transform: rotate(90deg);
    display: block;
}
.key_focus_services .n_wifi_key_focus .tab_inner_content h4 {
    font-size: 16px;
    font-weight: 600;
    font-family: Montserrat;
    color: #000000;
    margin-bottom: 20px;
    padding-bottom: 6px;
    border-bottom: 2px solid #000;
	transition: all 0.4s;
}
.key_focus_services .n_wifi_key_focus .tab_inner_content:hover h4 {
    color: #1957e0;
}
.key_focus_services .n_wifi_key_focus .tab_inner_content ul {
    margin-bottom: 40px;
}
.key_focus_services .n_wifi_key_focus .tab_inner_content ul li {
    font-size: 15px;
    color: #000000;
    padding-left: 15px;
    margin-bottom: 6px;
    list-style: none;
    position: relative;
    font-weight: 400;
    font-family: Montserrat;
}
.key_focus_services .n_wifi_key_focus .tab_inner_content ul li:after {
	position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: transparent;
    border-radius: 20px;
    border: 2px solid #ccc;
    top: 7px;
    left: 0;
}
.key_focus_services .tab-content .ip_service .row {
    margin-left: -8px;
    margin-right: -8px;
}
.key_focus_services .tab-content .ip_service .row .col-xl-4 {
    padding-left: 8px;
    padding-right: 8px;
}
.key_focus_services .tab-content .card-body.ip_service p {
    margin-bottom: 30px;
}
.key_focus_services .tab-content .ip_service .ip_service_content {
    background: transparent;
    padding: 10px;
    min-height: 98px;
    display: flex;
    align-items: center;
    position: relative;
}
.key_focus_services .tab-content .ip_service .border_topleft .ip_service_content:before {
    position: absolute;
    content: "";
    right: 0;
    left: 6px;
    top: 0px;
    width: 96%;
    border-top: 1px solid #ccc;
}
.key_focus_services .tab-content .ip_service .border_topleft .ip_service_content:after {
    position: absolute;
    content: "";
    top: 13px;
    left: -8px;
    bottom: 0;
    border-right: 1px solid #ccc;
    height: 70%;
}
.key_focus_services .tab-content .ip_service .border_topleft:nth-child(1) .ip_service_content:after, 
.key_focus_services .tab-content .ip_service .border_topleft:nth-child(4) .ip_service_content:after,
.key_focus_services .tab-content .ip_service .border_topleft:nth-child(7) .ip_service_content:after,
.key_focus_services .tab-content .ip_service .border_topleft:nth-child(10) .ip_service_content:after,
.key_focus_services .tab-content .ip_service .border_topleft:nth-child(13) .ip_service_content:after {
    opacity: 0;
}

.key_focus_services .tab-content .ip_service .border_topleft:nth-child(1) .ip_service_content:before, 
.key_focus_services .tab-content .ip_service .border_topleft:nth-child(2) .ip_service_content:before,
.key_focus_services .tab-content .ip_service .border_topleft:nth-child(3) .ip_service_content:before {
    opacity: 0;
}
.key_focus_services .tab-content .ip_service .ip_service_content h6 {
    margin: 0;
    color: #000000;
    font-weight: 600;
    font-size: 16px;
}
.key_focus_services .tab-content .ip_service .ip_service_content a:hover{
    text-decoration: none;
}
.download_Btn.vision_download img {
    width: 18px;
	display: block;
}
.download_Btn.vision_download {
    position: absolute;
    right: 0px;
    bottom: 10px;
	width: 20px;
}
.modal-dialog.ip_tracker_modal {
    max-width: 960px;
}
.know_more_btn {
    right: 4px;
    bottom: 10px;
    min-width: 120px;
    position: absolute;
}
.know_more_btn .know_more {
    color: #000000;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}
.know_more .c_arrow {
    margin-left: 5px;
    transition: all 0.4s;
    margin-top: -2px;
}
.know_more:hover img.c_arrow {
    margin-left: 10px;
}
/*============= End technology_provide css =============*/

/*============= Satrt modal css =============*/
.modal-dialog.modal_dialog_career {
    max-width: 800px;
}
.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;
}
/*============= End modal css =============*/

/* jQuery Accordion with Animation */
.key_focus_blk .key_focus_services .tab-content .card-body.ip_service h3.ips {
    width: 16px;
    display: block;
    text-align: center;
    top: 160px;
	left: 15px;
}
.custom_accordion_item {
    position: relative;
}
.key_focus_blk .key_focus_services .iot_key_focus .card .card-header {
    display: block;
}
.key_focus_blk .key_focus_services .iot_key_focus .card .collapse:not(.show) {
    display: none;
}
.accordion_gradient {
    bottom: 0;
    left: 0;
    height: 0;
    position: absolute;
    top: 0;
    transition: height 300ms;
    width: 3px;
}
.gradient_vertical {
    background-image: linear-gradient(180deg,#1957e0 0,#1957e0 100%);
}
.custom_accordion_item.active .accordion_gradient {
    height: 100%;
}
.custom_accordion_wrapper {
    border-top: 1px solid #e2e2e2;
    margin-top: 30px;
}
.custom_accordion_item {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    padding-left: 10px;
}

.custom_accordion_title {
    font-size: 16px;
    color: #333;
	font-size: 18px;
    font-weight: 700;
    display: block;
    padding: 14px 40px 14px 8px;
    position: relative;
    cursor: pointer;
}
.custom_accordion_title:after {
	content: "";
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    right: 15px;
    top: 16px;
    background: url(../image/new_right_arrow.png) no-repeat;
    transform: rotate(90deg);
    background-position: 8px 5px;
    transition: all 0.4s;
    background-color: #e7e7e7;
    padding: 3px;
    text-align: center;
    border-radius: 20px;
}
.custom_accordion_item.active .custom_accordion_title:after {
    transform: rotate(-90deg);
}
.custom_accordion_content {
	padding: 8px;
	display: none;
	overflow: hidden;
}
.custom_accordion_content > *:first-child {
	margin-top: 0;
}
.key_focus_services .tab-content .card-body .custom_accordion_content p {
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 500;
	margin-top: 0;
}

.custom_accordion_content .sub_text ul li {
    font-size: 15px;
    color: #000000;
    padding-left: 15px;
    margin-bottom: 6px;
    list-style: none;
    position: relative;
    font-weight: 500;
}
.custom_accordion_content .sub_text ul li:after {
	position: absolute;
    content: "";
    width: 7px;    
	height: 7px;
    background: transparent;
    border-radius: 20px;
    border: 2px solid #ccc;
    top: 7px;
    left: 0;
}
.know_more_btn.btn_inherit {
    position: inherit;
    float: right;
    min-width: 115px;
    padding: 16px 0;
}


/*================ Start Internet of Things Page =================*/
.new_our_expertise_blogs .row {
    margin: 0;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-top: 0px;
}
.new_our_expertise_blogs .row .col-xl-4,
.new_our_expertise_blogs.vision_ex_blogs .row .col-xl-3 {
    padding: 0;
}

.new_our_expertise_blog {
    background: #f4f4f4;
    position: relative;
    min-height: 320px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 15px 20px;
    transition: all 0.7s;
    overflow: hidden;
}
.vision_ex_blogs .new_our_expertise_blog {
    min-height: 250px;
	padding: 15px 15px;
}
.vision_ex_blogs .new_our_expertise_blog .new_our_ex_content {
    padding: 30px 0;
}
/* .new_our_expertise_blog:hover {
    background: #03099e;
} */
.new_our_expertise_blog:hover .new_our_ex_content {
    opacity: 0;
}
.new_our_expertise_blog .new_our_ex_content {
    text-align: center;
    padding: 50px 0;
    transition: all 0.3s;
}
.new_our_expertise_blog .new_our_ex_content h3 {
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    letter-spacing: -2px;
    margin: 25px 0 0;
    color: #005bff;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.new_our_ex_content_hover {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    z-index: 1;
    height: 100%;
    transition: transform 500ms ease-in-out;
    transform: translateY(100%);
	 background: #03099e;
}
.new_our_ex_content_hover ul li {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  list-style: none;
  padding-left: 15px;
  position: relative;
  margin-top: 6px;
}
.new_our_expertise_blog:hover .new_our_ex_content_hover {
    transform: translateY(0);
}
/* .new_our_expertise_blog:hover .new_our_ex_content_hover {
    top: 0;
	background: #03099e;
} */
.new_our_ex_content_hover .ex_heading {
    display: flex;
    align-items: center;
}
.new_our_ex_content_hover .ex_heading h3 {
    color: #ffffff;
    font-weight: 700;
    font-size: 22px;
    margin-right: auto;
    margin-bottom: 0;
}
.new_our_ex_content_hover .ex_heading img {
    margin-left: 20px;
}
.new_our_ex_content_hover p {
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
    margin: 12px 0 0;
}
.new_our_ex_content_hover a.read_more {
    float: right;
    color: #fff;
    text-decoration: none;
    min-width: 105px;
    font-weight: 600;
    position: absolute;
    right: 15px;
    bottom: 20px;
    font-size: 15px;
}
.new_our_ex_content_hover li:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #ffffff;
    border-radius: 20px;
    top: 8px;
    left: 0;
}
 .new_our_ex_content_hover ul{
        margin-top: 16px;
    }
.datacenter_our_services .commons_expertise .expertise_contant {
    min-height: 330px;
}
/*================ End Internet of Things Page =================*/

.broucher-download-sec {
    padding: 12rem 0;
    background-color: #000;
    background-image: url(../image/download_brouchre_web.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.broucher-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.broucher-content > div {
    font-size: 34px;
    max-width: 70%;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 800;
}
.broucher-content > div small{
    font-weight: normal;
    display: block;
}
.broucher-content a {  
    display: inline-block;
    padding: 9px 21px;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;
    color: #ffffff !important;
	padding: 10px 20px;
    background-image: linear-gradient(90deg, #6400ff, #30adff);	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#04a5fb',GradientType=1 );
	overflow: hidden;
    position: relative;
	border-radius: 0px;
    cursor: pointer;
}

.broucher-content a:after {
    background: #ffffff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.4;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 1;
}
.broucher-content a:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.broucher-content img{    
    margin-left: 18px;
}
.downloadbutton {
    margin: 10px 0;
    text-align: right;
}
.downloadbutton a {
    display: block;
    width: 20px;
    margin-left: auto;
}
.partners_alliances_blog {
    display: flex;
    align-items: center;
    margin: 80px 0 40px;
}
.partners_alliances {
    margin-right: 130px;
}
.partners_alliances:last-child {
	margin: 0;
}

/* NEW CSS Automotive OUR OFFERINGS*/
.solutions_tabing ul.nav.nav-tabs {
    border-bottom: 0px solid #00b2ff;
	position: relative;
    display: flex;
    margin-bottom: 0px;
    margin-top: 50px;
}
.solutions_tabing .nav-tabs .nav-item.show .nav-link, 
.solutions_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 div#ips {
    margin-bottom: 0;
}
.solutions_tabing .nav-tabs a.nav-link {
    color: #000;
    font-weight: 800;
    font-family: Montserrat;
    padding: 10px 44px;
    border-radius: 0px;
    font-size: 18px;
    min-width: 140px;
    transition: all 0.1s;
    position: relative;
    border: 0px solid #00b2ff;
    color: #00b2ff;
    border-top: 4px solid #f7f7f700;
}
.solutions_tabing .nav-tabs .nav-item.show .nav-link, 
.solutions_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 .tab-content {
    padding: 20px;
    border: 1px solid #00b2ff;
}
.solutions_tabing .tading_header {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.solutions_tabing .tading_header p {
    margin: 20px 0 10px;
    font-size: 16px;
    font-weight: 700;
}
.solutions_box.ips_box {
	display: grid;
    padding-bottom: 15px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 15px;
}
.solutions_box.ips_box .ipsbox_type {
    float: left;
    background-color: #ffffff;
    transition: all 0.3s;
    position: relative;
    min-height: 120px;
    box-shadow: 0px 0px 5px -1px #cccc;
	transition: all 0.3s;
}
.solutions_box.ips_box .ipsbox_type a {
    padding: 20px 10px;
    display: block;
}
.solutions_box.ips_box .ipsbox_type:hover {
    box-shadow: 0px 4px 10px 0px #999999;
}
.solutions_box.ips_box .flex {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.solutions_box.ips_box .ipsbox_type a {
    text-decoration: none;
}
.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;
    text-transform: uppercase;
}
.solutions_box.ips_box .ipsbox_type span {
    margin: 0;
}
.solutions_box.ips_box img {
    width: 100%;
}
.solutions_box.ips_box .ipsbox_type span a.know_more {
    display: grid;
}
.know_more .c_arrow {
    margin-left: 5px;
    transition: all 0.5s;
    min-width: 10px;
}
.solutions_box.ips_box img.c_arrow {
    width: auto;
}
/* NEW CSS Automotive OUR OFFERINGS*/


/*============ data-center-server ============*/
.banner_blk {
    position: relative;
}
.expertise_List ul.grid-template-columns {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    display: grid;
    gap: 45px 50px;
    margin-top: 50px;
}
.expertise_List ul 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;
}
.explore_blocks {
	position: relative;
	overflow: hidden;
	margin-top: 0;
}
.explore_blocks img {
	transition: all 0.3s;
	width: 100%;
}
.explore_blocks:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.explore_blocks span {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	z-index: 2;
	font-family: Montserrat;
}

.border_topleft2 {
    position: relative;
}
.border_topleft2:after {
    position: absolute;
    content: "";
    right: 10px;
    left: 10px;
    top: 0px;
    width: auto;
    border-top: 1px solid #ccc;
}
.border_topleft2:before {
    position: absolute;
    content: "";
    right: 0;
    left: 0px;
    top: 10px;
    bottom: 10px;
    height: auto;
    border-left: 1px solid #ccc;
}
.border_topleft2:nth-child(1):after,
.border_topleft2:nth-child(2):after {
    opacity: 0;
}
.border_topleft2:nth-child(1):before,
.border_topleft2:nth-child(3):before {
    opacity: 0;
}
/*============ data-center-server ============*/

/*================ Start Responsive =================*/

@media (min-width: 992px) {
	.key_focus_blk {
		display: flex;
		border-top: 1px solid #d5d5d5;
		border-bottom: 1px solid #d5d5d5;
		margin-top: 20px;
	}
	.key_focus_blk .tabs_headings {
		flex: 0 0 30%;
		max-width: 30%;
	}
	.key_focus_blk .key_focus_services {
		flex: 0 0 70%;
		max-width: 70%;
		background: #f4f4f4;
		padding: 30px 20px;
        min-height: 390px;
	}
	.key_focus_blk .key_focus_services .card {
		border: none;
	}

	.key_focus_blk .key_focus_services .card .card-header {
		display: none;
	}

	.key_focus_blk .key_focus_services .card .collapse {
		display: block;
	}
	.nav-tabs {
		display: flex;
		flex-flow: column nowrap;
	}
	.nav-tabs {
		border-bottom: none;
		border-right: 1px solid #ddd;
		display: flex;
	}
	.nav-tabs {
		padding-right: 20px;
	}
	.nav-tabs .nav-item + .nav-item {
		margin-top: 0.25rem;
	}
	.nav-tabs .nav-link {
		border: 0px solid transparent;
	}
}

@media (min-width: 1600px){
	.container {
		max-width: 1500px;
		margin: 0 auto;
	}
    .expertise_List ul.grid-template-columns {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@media (max-width:1599px){
    .new_our_ex_content_hover ul li {
        font-size: 14px;
    }

	.comman_heading {
		font-size: 32px;
	}
	.scroll_fixed_banner {
		min-height: 258px;
	}
	.banner_contant .common_pg {
		font-size: 18px;
	}
	.overview_contant p {
		font-size: 15px;
	}
	.expertise_contant {
		min-height: 280px;
	}
	.commons_expertise h3 {
		font-size: 18px;
		width: 78%;
	}
	.our_services_blk .commons_expertise li {
		font-size: 14px;
	}
	.key_focus_services .n_wifi_key_focus .tab_inner_content h4 {
		min-height: 48px;
	}
	.key_focus_services .n_wifi_key_focus .tab_inner_content ul li {
		font-size: 14px;
	}
	.key_focus_services .tab-content .ip_service .ip_service_content h6{
		font-size: 15px;
	}
	.banner_blks .banner_carousel.owl-carousel .owl-dots {
		max-width: 1140px;
		margin: 0 auto;
	}
	.datacenter_our_services .commons_expertise .expertise_contant {
		min-height: 350px;
	}
	.new_our_expertise_blog .new_our_ex_content h3 {
		font-size: 22px;
	}
	.broucher-download-sec {
        padding: 10rem 0;
    }
	.new_our_ex_content>img {
		width: 80px;
	}
	.new_our_ex_content_hover .ex_heading h3 {
		font-size: 20px;
	}
	.new_our_ex_content_hover {
		padding: 15px;
	}
	.new_our_ex_content_hover .ex_heading img {
		width: 60px;
	}
	.new_our_ex_content_hover p {
		font-size: 14px;
	}
	.partners_alliances {
		margin-right: 100px;
	}
	
	.grid-template-columns {
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	}
}

@media (min-width:1200px) and (max-width:1599px) {
	.solutions_box.ips_box {
		grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	}
	.solutions_box.ips_box .ipsbox_type h4 {
        font-size: 14px;
    }
}

@media (min-width:992px) and (max-width:1599px) {
	.new_our_expertise_blog {
		min-height: 360px;
	}
}

@media (max-width:1366px) {
    .broucher-download-sec {
        padding: 7rem 0;
    }
}

@media (max-width:1365px){
	.scroll_fixed_banner {
		min-height: 250px;
	}
}

@media (max-width:1280px){
	.scroll_fixed_banner {
		min-height: 220px;
	}
}

@media (min-width:992px) and (max-width:1199px){
	.commons_expertise h3 {
		font-size: 16px;
	}
	.tabs_headings ul.nav-tabs li a {
		font-size: 14px;
	}
	.automotive_our_services .expertise_contant {
		min-height: 396px;
	}
}

@media (max-width:1199px){
	.comman_heading {
		font-size: 28px;
	}
	.scroll_fixed_banner {
		min-height: 195px;
	}
	.key_focus_services .tab-content .ip_service .border_topleft:nth-child(3) .ip_service_content:before,
	.key_focus_services .tab-content .ip_service .border_topleft:nth-child(4) .ip_service_content:after,
	.key_focus_services .tab-content .ip_service .border_topleft:nth-child(10) .ip_service_content:after	{
		opacity: 1;
	}
	.key_focus_services .tab-content .ip_service .border_topleft:nth-child(3) .ip_service_content:after, 
	.key_focus_services .tab-content .ip_service .border_topleft:nth-child(5) .ip_service_content:after,
	.key_focus_services .tab-content .ip_service .border_topleft:nth-child(9) .ip_service_content:after,
	.key_focus_services .tab-content .ip_service .border_topleft:nth-child(11) .ip_service_content:after,
	.key_focus_services .tab-content .ip_service .border_topleft:nth-child(15) .ip_service_content:after {
		opacity: 0;
	}
	.banner_blks .banner_carousel.owl-carousel .owl-dots {
		max-width: 960px;
	}
	.automotive_our_expertise .new_our_expertise_blog {
		min-height: 410px;
	}
	.broucher-content > div {
        font-size: 24px;
    }
	.solutions_box.ips_box .ipsbox_type h4 {
        font-size: 16px;
    }
}

@media (max-width:1024px){
	.scroll_fixed_banner {
		background-image: url(../image/5g_ipad_banner_new.png);
		background-repeat: no-repeat;
		background-position: center  60px;
		min-height: 330px;
		background-size: 100%;
	}
	.scroll_fixed_banner.iot_fixed {
		background-image: url(../image/iot_ipad_banner_new.png);
		background-repeat: no-repeat;
		background-position: center  60px;
		min-height: 330px;
		background-size: 100%;
	}
	.scroll_fixed_banner.vision_fixed {
		background-image: url(../image/vision_ipad_banner_new.png);
		background-repeat: no-repeat;
		background-position: center  60px;
		min-height: 330px;
		background-size: 100%;
	}
	.scroll_fixed_banner.networking_fixed {
		background-image: url(../image/networking_ipad_banner_new.png);
		background-repeat: no-repeat;
		background-position: center  60px;
		min-height: 330px;
		background-size: 100%;
	}
	.scroll_fixed_banner.automotive_fixed {
		background-image: url(../image/automotive_ipad_banner.jpg);
		background-repeat: no-repeat;
		background-position:center top;
		min-height: 330px;
		background-size: 100%;
	}
    .scroll_fixed_banner.adaptive_compute_comms_fixed {
        background-image: url(../image/adaptive_compute_comms_ipad_banner.jpg);
		background-repeat: no-repeat;
        background-position: center 60px;
        min-height: 330px;
        background-size: 100%;
    }
    .scroll_fixed_banner.private_5g {
        background-image: url(../image/private_5g_ipad_banner.jpg);
        background-repeat: no-repeat;
        background-position:center 60px;
        min-height: 250px;
        background-size: 100%;
    }
	.scroll_fixed_banner.datacenter_fixed {
		background-image: url(../image/datacenter_ipad_banner.jpg);
		background-repeat: no-repeat;
		background-position:center top;
		min-height: 330px;
		background-size: 100%;
	}
}

@media (max-width:991px){
	.stl_blk .stl .stl_btn {
		float: right;
		color: #fff;
	}

	.stl_blk .stl .stl_text {
		font-size: 15px;
		width: 100%;
		display: inline-block;
	}
	.scroll_fixed_banner, 
    .scroll_fixed_banner.iot_fixed, 
    .scroll_fixed_banner.vision_fixed, 
    .scroll_fixed_banner.networking_fixed, 
    .scroll_fixed_banner.automotive_fixed,
    .scroll_fixed_banner.adaptive_compute_comms_fixed {
		min-height: 250px;
	}
	.wifi_services {
		display: none;
	}
	.min_height_fixed {
		height: 0px;
	}
	.our_services_blogs1 {
		padding-right: 0;
	}
	.our_services_blk .commons_expertise {
		margin-bottom: 60px;
	}
	.our_services_blogs2 {
		margin-left: 0;
		margin-top: 0;
		margin-right: 0;
	}
	.our_services_blogs2 .expertise_contant:before, .expertise_contant:before {opacity:0;}
	.our_services_blk .commons_expertise.zindex_one {
		margin-bottom: 0;
	}
    .iot_our_services .expertise_contant {
        min-height: 280px;
    }
	.expertise_contant {
		overflow: inherit;
	}
	.expertise_contant:after {
		position: absolute;
		content: "";
		width: 90px;
		height: 55px;
		right: 0;
		left: 0;
		margin: 0 auto;
		bottom: -50px;
		background: url(../image/expertise_blog_drop_icon.png) no-repeat;
		background-size: 100%;
		z-index: -1;
	}
	.commons_expertise.zindex_one .expertise_contant:after:after{opacity:0;}
	
	 
	.key_focus_blk .key_focus_services .tab-content {
		margin-top: 40px;
	}
	.key_focus_blk .key_focus_services .tab-content .tab-pane {
		display: block !important;
		opacity: 1;
	  }
	.key_focus_blk .key_focus_services .nav-tabs {
		display: none;
	}
	.key_focus_blk .key_focus_services .tab-content .card-header {
		background: transparent;
		border-bottom: 1px solid #666666;
		padding: 0;
	}
	.key_focus_blk .key_focus_services .tab-content .card-header a:hover {
		color: #1957e0;
	}
	.key_focus_blk .key_focus_services .tab-content .card {
		border: 0;
		margin-bottom: 30px;
	}
	.key_focus_blk .key_focus_services .tab-content .card-header a {
		text-decoration: none;
		display: inherit;
		padding: 10px 5px;
		font-size: 20px;
		font-weight: 800;
	}
	.key_focus_blk .key_focus_services .tab-content .card-header a img.c_arrow {
		float: right;
		transform: rotate(90deg);
		display: block;
		margin-top: 6px;
	}
	.key_focus_services .tab-content .card-body h3 {
		display: none;
	}
	.key_focus_services .tab-content .card-body p {
		margin-top: 30px;
	}
	.key_focus_services .n_wifi_key_focus .tab_inner_content {
		border: 0px solid #c4c5c6;
		padding: 0;
	}
	.key_focus_blk .key_focus_services.fiveg_key_focus_services .row {
		padding-left: 0;
	}
	.key_focus_blk .key_focus_services.fiveg_key_focus_services .tab-content .card-body.ip_service h3 {
		display: none;
	}
	.key_focus_services.fiveg_key_focus_services .tab-content .n_wifi_key_focus .row .col-xl-4:nth-child(1)	{
		margin-top: 30px;
	}
	.key_focus_services.fiveg_key_focus_services .tab-content .n_wifi_key_focus .row .col-xl-4 {
		margin-top: 0px;
	}
	.key_focus_services .n_wifi_key_focus .tab_inner_content h4 {
		min-height: auto;
	}
	.key_focus_services .n_wifi_key_focus .tab_inner_content:hover {
		box-shadow: none;
	}
	.key_focus_services .n_wifi_key_focus .tab_inner_content ul {
		margin-bottom: 60px;
	}
	.key_focus_services .n_wifi_key_focus .tab_inner_content:after {
		left: 0;
		right: 0;
	}
	.banner_blks .banner_carousel.owl-carousel .owl-dots {
		max-width: 720px;
	}
	.automotive_our_expertise .new_our_expertise_blog {
		min-height: 500px;
		align-items: center;
		display: flex;
		justify-content: center;
	}
	.overview_webimg_blog {
		margin-top: 30px;
	}
	.our_services_blk .row>div:last-child .our_services_blogs2 .expertise_contant:after {
		opacity: 0;
	}
	.broucher-download-sec { 
		background-image: url(../image/download_brouchre_res.jpg);
    }
    .broucher-content {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
    }
    .broucher-content > div {
        max-width: 90%;
        margin-bottom: 40px;
    }
	.partners_alliances {
		margin-right: 60px;
	}
	.solutions_box.ips_box {
		margin-top: 30px;
	}
	.solutions_box.ips_box .ipsbox_type {
		box-shadow: 0px 0px 5px -1px #656565cc;
	}
    .expertise_List ul.grid-template-columns {
        gap: 30px 30px;
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
	.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;
	}
	.comman_heading {
		font-size: 24px;
	}
	.scroll_fixed_banner, .scroll_fixed_banner.iot_fixed, .scroll_fixed_banner.vision_fixed, .scroll_fixed_banner.networking_fixed, .scroll_fixed_banner.automotive_fixed {
		min-height: 200px;
	}
	.new_our_expertise_blog {
		background: #03099e;
		min-height: 220px;
		padding: 20px 15px;
	}
	.new_our_ex_content_hover {
		position: inherit;
		padding: 0;
		transform: translateY(0);
	}
	.new_our_expertise_blog .new_our_ex_content {
		display: none;
	}
	.key_focus_services .n_wifi_key_focus .tab_inner_content.border_none {
		padding: 0;
	}
	.key_focus_blk .key_focus_services .tab-content .card-body.ip_service h3 {
		display: none !important;
	}
	.key_focus_services .tab-content .ip_service .row {
		padding-left: 0px	;
	}
	.key_focus_services .tab-content .ip_service .ip_service_content {
		/* justify-content: center;
		text-align: center; */
		min-height: 70px;
	}
	.key_focus_services .tab-content .ip_service .border_topleft .ip_service_content:after {
		opacity: 0 !important;
	}
	.key_focus_services .tab-content .ip_service .border_topleft:nth-child(2) .ip_service_content:before{
		opacity: 1;
	}
	.key_focus_services .tab-content .ip_service .border_topleft .ip_service_content:before {
		left: 0;
		width: 100%;
	}
	.banner_blks .banner_carousel.owl-carousel .owl-dots {
		max-width: 540px;
	}
	.automotive_our_expertise .new_our_expertise_blog {
		min-height: inherit;
	}
	.new_our_expertise_blogs .row {
		border: 0px; 
	}
	.new_our_ex_content_hover a.read_more {
		position: inherit;
		bottom: 0;
		margin-top: 20px;
	}
	
}

@media (max-width: 600px) {
	.partners_alliances_blog {
		display: block;
		margin: 60px 0 20px;
	}
	.partners_alliances {
		margin-right: 0;
		margin-bottom: 30px;
		width: 70%;
	}
	.partners_alliances:nth-child(2) {
		width: 80%;
	}
    .explore_blocks {
        margin-top: 20px;
    }
        
    .border_topleft2:nth-child(1):after,
    .border_topleft2:nth-child(2):after {
        opacity:1;
    }
    .border_topleft2:before {
        opacity: 0;
    }
}

@media (max-width: 575px) {
	.banner_contant {
		top: 30%;
	}
	.virtualtour_form .btn_subscribe {
		margin-left: 0;
	}
	.scroll_fixed_banner {
		background-image: url(../image/5g_responsive_banner_new.png);
		background-repeat: no-repeat;
		min-height: 630px;
		background-position: center 0;
		background-size: 100%;
	}
	.scroll_fixed_banner.networking_fixed {
		background-image: url(../image/networking_and_wireless_res_banner_new.png);
		background-repeat: no-repeat;
		background-position: center 0;
		min-height: 630px;
		background-size: 100%;
	}
	.scroll_fixed_banner.iot_fixed {
		background-image: url(../images/iot_res_banner_new.jpg);
		background-repeat: no-repeat;
		background-position: center 0;
		min-height: 630px;
		background-size: 100%;
	}
	.scroll_fixed_banner.vision_fixed {
		background-image: url(../image/vision_res_banner_new.png);
		background-repeat: no-repeat;
		background-position: center 0;
		min-height: 630px;
		background-size: 100%;
	}
	.scroll_fixed_banner.automotive_fixed {
		background-image: url(../image/automotive_responsive_banner.jpg);
		background-repeat: no-repeat;
		background-position: center 0;
		min-height: 630px;
		background-size: 100%;
	}
    .scroll_fixed_banner.adaptive_compute_comms_fixed {
        background-image: url(../image/adaptive_compute_comms_responsive_banner.jpg);
		background-repeat: no-repeat;
		background-position: center 0;
		min-height: 630px;
		background-size: 100%;
    }
    .scroll_fixed_banner.private_5g {
        background-image: url(../image/private_5g_responsive_banner.jpg);
        background-repeat: no-repeat;
        background-position: center 0;
        min-height: 630px;
        background-size: 100%;
    }
	.scroll_fixed_banner.datacenter_fixed {
		background-image: url(../image/datacenter_responsive_banner.jpg);
		background-repeat: no-repeat;
		background-position: center 0;
		min-height: 630px;
		background-size: 100%;
	}
	.banner_blks .banner_carousel.owl-carousel .owl-dots {
		max-width: 100%;
	}
	.solutions_box.ips_box .flex {
		margin-bottom: 15px;
	}
}

@media (max-width: 375px) {
	.scroll_fixed_banner, 
    .scroll_fixed_banner.iot_fixed, 
    .scroll_fixed_banner.vision_fixed, 
    .scroll_fixed_banner.networking_fixed, 
    .scroll_fixed_banner.automotive_fixed,
    .scroll_fixed_banner.adaptive_compute_comms_fixed {
		min-height: 554px;
		background-position: center 0;
	}
}
@media (max-width: 320px) {
	.scroll_fixed_banner, 
    .scroll_fixed_banner.iot_fixed, 
    .scroll_fixed_banner.vision_fixed, 
    .scroll_fixed_banner.networking_fixed, 
    .scroll_fixed_banner.automotive_fixed,
    .scroll_fixed_banner.adaptive_compute_comms_fixed {
		min-height:490px;
		background-position: center 0;
	}
}
