* {
    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: 60px;
    background: #f7f7f7;
    
}

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;
}
.mt-50{
    margin-top: 50px;
}
.d_none {display:none;}


.three_dots_img{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
}
.youtube_img{
    cursor: pointer;
}
.broucher-download-sec {
    padding: 12rem 0;
    background-color: #000;
    background-image: url(../images/wireless_lets_connect.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.broucher-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.broucher-content > div {
   font-size: 25px;
    max-width: 70%;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 600;
}
.broucher-content > div small{
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 18px;
    display: block;
}
.broucher-content a {  
    display: inline-block;
    padding: 9px 21px;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 600;
    color: #ffffff !important;
    padding: 10px 60px;
    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;
}
.broucher-content:after{
    height: 117px;
    width: 10px;
    content: "";
    position: absolute;
    top: 4px;
    left: -13px;
    background: #00b2ff;
}
/* =================================   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:auto;
}
.banner_blk .banner_carousel.owl-carousel .owl-dots, 
.banner_blk .g5_banner_carousel.owl-carousel .owl-dots  {
    position: absolute;
    width: auto;
    bottom: 15px;
    left: 9%;
}

.banner_blk .banner_carousel.owl-carousel button.owl-dot, 
.banner_blk .g5_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,
.banner_blk .g5_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;
}
.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;
}
.heading_commons span{
    font-weight:400;
}
.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;
}
section.banner_blk {
    position: relative;
}
section.banner_blk .banner_contant {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0px, -50%);
}
section.banner_blk .banner_contant .heading_commons:after {
    background: #fff;
}
section.banner_blk .banner_contant .heading_commons {
    color: #ffffff;
}
section.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 10px;
}
.tablist_wifi_services ul li a {
    padding: 20px 15px 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: 500;
    font-size: 14px;
    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;
}
.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:50px;}
.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;
}
.our_services_blk {
    display: flex;
    margin-top: 60px;
    margin-bottom: -120px;
}
.our_services_blk   >div {
    width: 33.33%;
    position: relative;
}
.expertise-blk {
    position: absolute;
    z-index: 9;
    width: 65%;
    top: 75px;
    left: 65px;
}

.expertise-blk h3 {
    font-size: 16px;
    color: #3a3a3a;
    font-weight: 800;
    font-family: Montserrat;
}
.common_expertise {
    max-width: 340px;
    position: relative;
    margin-left: -10%;
}

.expertise-blk ul li {
    font-size: 14px;
    color: #3a3a3a;
    list-style: disc;
    padding-left: 15px;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
    list-style: none;
    position: relative;
}
.expertise-blk ul li:after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #747474;
    border-radius: 20px;
    border: 2px solid #ccc;
    top: 7px;
    left: 0;
}
.common_expertise.sensors_design {
    bottom: 180px;
    right: -56px;
    margin: auto;
    margin-right: 0;
}
.common_expertise.sensors_design.manufacturing_exp {
    bottom: 230px;
    right: -65px;
}
.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;}

.bullet_weight{
    font-weight: 600;
}
/* ============   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.5s;
}
.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.5s;
    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: 239px;
    border-right: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
    transition: all 0.5s;
}
.solutions_box .roles_type:hover {
    border-right: 5px solid #0090ff;
    border-bottom: 5px solid #0090ff;
    min-height: 232px;
}
.solutions_box .roles_type h4 {
    display: inline-block;
    font-size: 18px;
    font-weight: 800;
    font-family: Montserrat;
    color: #3a3a3a;
    min-height: 42px;
    margin-bottom: 15px;
}
.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: bold;
    font-size: 15px;
    position: relative;
}
.solutions_box .roles_type ul li a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
.solutions_box .roles_type ul li a:hover {
    color: #0056b3;
    text-decoration: underline;
}
.solutions_box .roles_type ul li:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #747474;
    border-radius: 20px;
    border: 2px solid #ccc;
    top: 7px;
    left: 0;
}
.read_more_btn .know_more {
    font-size: 13px;
    font-weight: bold;
    font-family: Montserrat;
    color: #101010;
    display: inline-block;
    text-decoration: none;
}
/* .solutions_box .roles_type:hover .read_more_btn {
    opacity: 1;
    pointer-events: auto;
    display: 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;
}
.solutions_box.ips_box.text_transform .ipsbox_type:after {
    position: absolute;
    content: "";
    top: 0;
    right: -1px;
    bottom: -1px;
    width: 100.3%;
    border-right: 4px solid #0090ff;
    border-bottom: 5px solid #0090ff;
    pointer-events: none;
    transition: all 1.1s;
    opacity: 0;
}
.solutions_box.ips_box.text_transform .ipsbox_type:hover:after {
    opacity: 1;
}
.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;
    min-height: 44px;
    margin-bottom: 0;
    margin-right: auto;
}

.solutions_box.col_with100 .roles_type_box {
    min-height: 274px;
}
.solutions_box.col_with100 .roles_type {
    min-height: 200px;
    transition: all 0.5s;
}
.solutions_box.col_with100 .roles_type:hover {
    border-right: 5px solid #0090ff;
    border-bottom: 5px solid #0090ff;
    min-height: 205px;
}

.solutions_box.ips_box.text_transform .ipsbox_type h4 {
    text-transform: capitalize;
}

.solutions_box.ips_box .ipsbox_type h4 small {
    font-weight: 800;
}
.solutions_box.ips_box .ipsbox_type h4 span {
    display: block;
}
.solutions_box.ips_box .ipsbox_type p {
    margin: 0;
}

/*====== 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#f7f7f7;
}
.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 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;
}
/* div#industries_service_Modal.industries_service_Modal .modal-content .modal-body ul li {
    width: 49%;
    vertical-align: top;
}


div#industries_service_Modal3.industries_service_Modal .modal-content .modal-body ul li {
    width: 49%;
} */
.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: 210px;
}
/*====== 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 .duble_blog {
    margin-top: 20px;
} */
.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;
}
.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;
    text-align: left;
}
.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: 20%;
    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;
}
/* .modal-content .close {
    opacity: 1;
} */
/* .modal-content .close span {
    position: absolute;
    color: #fff;
    top: 0;
    background: #0f1638;
    padding: 5px 4px;
    text-shadow: none;
    right: 0;
    border-radius: 50px;
    height: 26px;
    width: 26px;
    line-height: 10px;
    text-align: center;
    border: 2px solid #fff;
    display: block;
} */

/*============= 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%);
}

section.banner_blk .banner_contant.ip_tracker_contant p {
    text-transform: none;
    font-weight: 500;
    width: 92%;
}
.overview_ip_tracker .overview_contant p {
    font-weight: 800;
    font-family: Montserrat;
    font-size: 20px;
    color: #3a3a3a;
}
.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;
}

.features_section {
    margin-top: 40px;
}
.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;
}
.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;
}
.ip_tracker_features.text-center {
    width:60%;
}
.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:20%;
}
.features_section .features .fs_left .features_service p{
    text-align: right;
}
.features_section .features .fs_right .features_service p {
    text-align: left;
}

.features_section .features .features_service p {
    font-weight: 900;
    font-size: 16px;
    margin: 15px 0 0;
}
.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;
}
/* .insights_contant.insights_ip_tracker ul.dots_before li:before {
    background: #ffffff; 
    border: 2px solid #a9a9a9;
} */
.ip_tracker_download_datasheet {
    text-align: center;
    margin-top: 60px;
}
.ip_tracker_download_datasheet ul li {
    display: inline-block;
    width: 220px;
    text-align: center;
}
.ip_tracker_download_datasheet ul li a {
    border: 1px solid #3a3a3a;
    padding: 12px 15px;
    display: block;
    background: transparent;
    color: #3a3a3a;
    font-size: 15px;
    font-weight: 600;
    font-family: Montserrat;
    text-decoration: none;
    transition: all 0.5s;
    border-radius: 0;
}
.ip_tracker_download_datasheet ul li a:hover {
     background: #000000;
    color: #ffffff !important;
}
.ip_tracker_download_datasheet ul li img.download_menu {
    margin: 0px 0 0px 10px;
}
.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;
}
/*===========  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;
}
/* .ip_tracker_modal .modal-content {
    background: hsl(234, 57%, 14%);
    border: 0;
    border-bottom: 6px solid #00b2ff;
    box-shadow: 0px 2px 8px 0px #5d5d5d;
    padding: 50px 50px;
    border-radius: 5px;
}
.ip_tracker_modal .modal-content .close {
    color: #fff;
} */
/*
.ip_tracker_modal .modal-content .modal-body{padding:0px;}
.ip_tracker_modal .modal-content h2.contact-head {
    font-family: 'Lato', sans-serif;
    color: #ffffff;
}
.ip_tracker_modal .contact-form .form-control-placeholder {
    position: absolute;
    top: 0;
    padding: 7px 0 0 0px;
    transition: all 200ms;
    opacity: 0.5;
    color:#ffffff;
    pointer-events: none;
}
.ip_tracker_modal .contact-form .form-control {
    border-radius: 0px;
    border: 0px;
    background: transparent;
    border-bottom: 1px solid #b7b7b7;
    color: #ffffff;
    padding: .375rem 0;
}
.ip_tracker_modal .contact-form select.form-control {
    color: #fff;
    opacity: 0.5;
}
.ip_tracker_modal .contact-form .form-control:focus {
    box-shadow: none;
    border-color: #b7b7b7;
    background: transparent;
} */
/* .modal-dialog.ip_tracker_modal .contact-form .close {
   position: absolute;
    top: 8px;
    right: 8px;
    outline: none;
    opacity: 1;
    width: 24px;
    padding: 4px;
    height: 24px;
    font-weight: 800;
    font-size: 20px;
    color: #ffffff;
    line-height: 5px;
    background: transparent;
    cursor: pointer;
    z-index: 9;
    border: 3px solid #ffff;
} */
.modal-dialog.ip_tracker_modal .modal-footer {
    border: 0px;
    justify-content: center;
    padding: 0;
}
 
.modal-dialog.ip_tracker_modal button.btn.btn-primary {
    background: transparent;
    border-radius: 2px;
    padding: 7px 40px;
    box-shadow: none;
    border: 1px solid #3a3a3a;
    color: #3a3a3a;
    float: left;
    font-weight: bold;
    font-family: Montserrat;
    font-size: 15px;
    margin-bottom: 15px;
}
.modal-dialog.ip_tracker_modal button.btn.btn-primary:hover{
    background: #00b2ff;
    color: #fff;
    border-color: #00b2ff;
}
.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;
}
/*
.ip_tracker_modal .contact-form .form-control:focus + .form-control-placeholder,
.ip_tracker_modal .contact-form .form-control:valid + .form-control-placeholder {  font-size: 75%;  transform: translate3d(0, -100%, 0);  opacity: 1;}
.ip_tracker_modal .contact-form  .captcha_text{ margin-bottom:0px; float: left; margin-top: 15px; margin-bottom: 15px;}
.ip_tracker_modal .contact-form  .captcha_text + div{ margin-top: 15px; float: right; margin-right: 75px; cursor: pointer; position: relative; z-index: 5; margin-bottom: 15px;} */
/* Start New floating label */
/* .ip_tracker_modal .floating-label { 
  position:relative; 
  margin-bottom:20px; 
  border-bottom: 1px solid #b7b7b7;
}
.ip_tracker_modal .floating-input, .ip_tracker_modal .floating-select {
    font-size: 14px;
    padding: 4px 0px;
    display: block;
    width: 100%;
    color: #ffffff;
    height: 37px;
    background-color: transparent;
    border: none;
}
.ip_tracker_modal .floating-input:focus, .ip_tracker_modal .floating-select:focus {outline:none;}
.ip_tracker_modal .floating-label label { margin-left: 0 !important;opacity: 0.5;line-height: 13px;}
.ip_tracker_modal .floating-label label {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Lato',sans-serif;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 12px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.ip_tracker_modal .floating-input:focus ~ label, .ip_tracker_modal .floating-input:not(:placeholder-shown) ~ label {top: -20px;font-size: 12px;color: #ffffff; opacity: 1;}
.ip_tracker_modal .floating-select:focus ~ label , .ip_tracker_modal .floating-select:not([value=""]):valid ~ label {top:-18px; font-size:14px; color:#ffffff;}
 */
/* active state */
/* .ip_tracker_modal .floating-input:focus ~ .bar:before, .ip_tracker_modal .floating-input:focus ~ .bar:after, .ip_tracker_modal .floating-select:focus ~ .bar:before, .ip_tracker_modal .floating-select:focus ~ .bar:after {
  width:50%;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ip_tracker_modal .floating-textarea {min-height: 30px; max-height: 260px;overflow:hidden; overflow-x: hidden;} */
/* highlighter */
.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: 66%;
    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;
}

.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: 0px;
    display: inline-block;
}
.banner_contant .read_more:hover{
    background: #fff;
    border: 1px solid #fff;
    color: #000;
}


.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;
}
.know_more .c_arrow {
    margin-left: 4px;
    margin-top: -2px;
    transition: all 0.5s;
}
.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 =================*/
.algo-container h3{
    font-size:21px;
    font-weight:600;    
    margin: 20px 0px;
}
.algo-container h3 span{
    color:#00c0fa;
    font-size:800;
}
.algo-list{
    margin: 30px 0px 0px 5px;
    padding: 0px;
    list-style: none;
    line-height: 35px;
}
.algo-list li{
    position:relative;
    float:left;
    width:50%;
    padding-left:15px;
}
.algo-list li:before{
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #747474;
    border-radius: 20px;
    border: 2px solid #ccc;
    top: 16px;
    left: 0;
}
.white_back{
    background:#FFFFFF;
}
.shadow-heading.heading_commons:after{
    display:none;
}
.shadow-heading{    
    padding-top: 15px;
    position: relative;
    margin-bottom: 10px;
    text-shadow: 1px -2px 2px rgba(0, 192, 250, 1);
}
.gradient-bg{
    background: rgb(241,241,241);
    background: linear-gradient(0deg, rgba(241,241,241,1) 50%, rgba(255,255,255,1) 50%);
    padding:50px 15px 120px 15px;
}
.video-container{
    max-width:1166px; 
    max-height:592px;  
    margin:auto;
    position:relative;
    background-image: -moz-radial-gradient( 50% 50%, circle closest-side, rgb(42,82,152) 0%, rgb(0,0,0) 200%);
    background-image: -webkit-radial-gradient( 50% 50%, circle closest-side, rgb(42,82,152) 0%, rgb(0,0,0) 200%);
    background-image: -ms-radial-gradient( 50% 50%, circle closest-side, rgb(42,82,152) 0%, rgb(0,0,0) 200%);
}
.video-container .video_play_button{
    position:absolute;
    left:0px;
    top:0px;
    bottom: 0px;
    right: 0px;
    z-index:10;
    max-width: 125px;
    max-height: 125px;    
    margin: auto;
}
.video-container .video_play_button img{
    cursor:pointer;
}
.video-container .video-text{
    position:absolute;
    width:100%;
    text-align:center;
    left:0px;
    bottom:80px;
    color:#FFFFFF;
}
.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;
}
/*================ Start Industrial Internet of things (IIoT) Page =================*/
.iiot_solutions_services {
    margin-top: 50px;
}
.our_services_blk.iiot_Components {
    justify-content: center;
    position: relative;
    left: 3%;
}
.our_services_blk >div.iiot_cbox3 {
    width: 23%;
}
.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: #fff;
    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: #fff;
    color: #000;
    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;
}
/*================ 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: #fff;
    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: #fff;
    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);
}
.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: 55px;
    font-weight: 800;
    min-height: 52px;
}
.banner_carousel.owl-carousel .owl-item a {
    margin-top: 0;
    display: flex;
    text-align: center;
    color: #fff;
    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: #fff;
}
.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: #fff;
    border: 1px solid #fff;
    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: #fff;
    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: #fff;
}
.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: 101px;
    width: 10px;
    top: 5px;
}
/* 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: #fff;
    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;
}
/* 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 network-switches =================*/
.our_services_blk >div.nw_switches {
    left: 10%;
}

/*================ End network-switches =================*/


/*================ 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;
}

/* 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_blog {
    padding: 20px 20px;
    transition: all 0.3s;
    margin-top: 30px;
    min-height: 243px;
    background: rgb(0 0 0 / 30%);
}
.new_our_ex_blog_img img {
    width: 48px;
}
.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;
}
/* New Section */

/*================ End video-cloud-solutions Page =================*/


/*================ 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;
}
.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;
}
/*================ End machine vision camera Page =================*/

.our_ext_service {
    text-align: center;
}
.our_ext_service h3 {
    color: #000000;
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 800;
    margin-top: 20px;
    min-height: 42px;
}
.our_ext_service:after {
    position: absolute;
    content: "";
    right: -15px;
    top: 0;
    bottom: 0;
    background: #d1d1d1;
    width: 1px;
    height: 100%;
}
.we_work h2.heading_commons {
    margin-bottom: 50px;
}
.we_work_srvc {
    padding: 20px;
    position: relative;
    min-height: 178px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.we_work_srvc h3 {
    font-size: 16px;
    font-weight: 800;
    font-family: Montserrat;
    margin: 20px 0 0;
}

.we_work .row .col-md-4:nth-child(1) .we_work_srvc:before, .we_work .row .col-md-4:nth-child(2) .we_work_srvc:before, .we_work .row .col-md-4:nth-child(3) .we_work_srvc:before{
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    bottom: 0;
    background: #d1d1d1;
    width: 100%;
    height: 1px;
}
.we_work_srvc:after {
    position: absolute;
    content: "";
    right: -15px;
    top: 10px;
    bottom: 0;
    background: #d1d1d1;
    width: 1px;
    height: 85%;
}
.we_work .row .col-md-4:nth-child(3) .we_work_srvc:after, .we_work .row .col-md-4:nth-child(6) .we_work_srvc:after{
    opacity:0; 
}

.we_work .row .col-md-4:nth-child(2) .we_work_srvc, .we_work .row .col-md-4:nth-child(5) .we_work_srvc {
    text-align: center;
    justify-content: center;
}
.we_use h2.heading_commons {
    margin-bottom: 50px;
}

.we_use_srvc:after {
    position: absolute;
    content: "";
    right: -15px;
    top: 10px;
    bottom: 0;
    background: #d1d1d1;
    width: 1px;
    height: 85%;
}
.we_use .row .col-md-6:nth-child(1) .we_use_srvc:before, .we_use .row .col-md-6:nth-child(2) .we_use_srvc:before{
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    bottom: 0;
    background: #d1d1d1;
    width: 100%;
    height: 1px;
}
.we_use .row .col-md-6:nth-child(2) .we_use_srvc:after, .we_use .row .col-md-6:nth-child(4) .we_use_srvc:after{
    opacity:0; 
}

.al_ml_our_services .row .col-md-3:last-child .our_ext_service:after {
    opacity: 0;
}
.platforms_work_and_use {
    position: relative;
    background: #f6f6f6;
}
.platforms_work_and_use:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 57%;
    background: #f1f1f1;
}


.target_appliction_service {
    position: relative;
    overflow: hidden;
}
.target_appliction_service img {
    transition: all 0.4s;
    width: 100%;
    transform: scale(1.01);
}
.target_appliction_service img:hover {
    transform: scale(1.12);
}
.target_appliction_service h4 {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
}
/*================= Sensor ================*/
.sensor_expertise_vision h2.heading_commons {
    color: #ffffff;
}
.sensor_expertise_vision {
    background-image: url(../images/sensor-expertise-vision-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.sevmt70 {
    margin-top: 60px;
}
.sensor_expertise_vision .row {
    margin-right: -25px;
    margin-left: -25px;
}
.sensor_expertise_vision .row .plr25 {
    padding-right: 25px;
    padding-left: 25px;
}
.sensor_expt_vtxt img {
    width: 100%;
}
.sensor_expt_vtxt {
    text-align: center;
}
.sensor_expt_vtxt h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
    font-family: Montserrat;
    margin: 15px 0 10px;
}
.sensor_expt_vtxt p {
    color: #ffffff;
    font-size: 15px;
    margin:0;
}

/*================= Sensor ================*/


/*================= Wireless-communication ================*/
/* .wc_bleft .we_work_srvc:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    background: #d1d1d1;
    width: 100%;
    height: 1px;
}
.wc_bleft .we_work_srvc:after {
    position: absolute;
    content: "";
    right: -15px;
    top: 10px;
    bottom: 0;
    background: #d1d1d1;
    width: 1px;
    height: 85%;
}
.we_work .wc_bleft:nth-child(4) .we_work_srvc:after, .we_work .wc_bleft:nth-child(8) .we_work_srvc:after{
    opacity:0; 
}
.we_work .wc_bleft:nth-child(1) .we_work_srvc:before, .we_work .wc_bleft:nth-child(2) .we_work_srvc:before, .we_work .wc_bleft:nth-child(3) .we_work_srvc:before, .we_work .wc_bleft:nth-child(4) .we_work_srvc:before{
    opacity:0; 
} */


.wireless_iot_ct_blog {
    background-image: url(../images/wireless-iot-ct-blog-bgimg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.we_work_service_List {
    border: 1px solid #ccc;
    padding: 10px 10px 30px 10px;
    margin-top: 20px;
    height: calc(100% - 20px);
}
.we_work_service_head {
    display: flex;
    align-items: center;
    margin-top: -34px;
    margin-left: -5px;
}
.we_work_service_head img {
    margin-right: 20px;
    width: 192px;
}
.we_work_service_head img.w260 {
    width: 224px;
}
.we_work_service_head img.w300 {
    width: 260px;
}
.we_work_service_head h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    font-family: Montserrat;
}
.we_work_service_List h6 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-top: 7px;
    padding-left: 15px;
    position: relative;
    margin-left:20px;
    font-family: Montserrat;
}
.we_work_service_List h6:nth-of-type(2) {
  margin-top: 22px;
}

.we_work_service_List h6:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 5px;
    background-color: #00b3f9;
}
.we_work_service_List ul li {
    color: #e0e0e0;
    margin-left: 55px;
    font-size:16px;
    font-weight:500;
    font-family: Montserrat;
}
.wired_iot_protocols_Blog .we_work_service_head h5,
.wired_iot_protocols_Blog .we_work_service_List h6,
.wired_iot_protocols_Blog .we_work_service_List ul li   {
    color: #000000;
}
.we_work_service_List h4{
    color: #000000;
    font-size:20px;
    font-weight:800;
    font-family: Montserrat;
}
.we_work_service_List p{
    color: #000000;
    font-size:16px;
    font-weight:500;
    font-family: Montserrat;
}

.we_work_service_List img{
    width:100px;
    max-height: 80px;
    margin:30px 0px;
}

.we_work_service_List .vvdn_service_img{
    width:auto;
}






/*================= Wireless-communication ================*/


/*================ Start Responsive =================*/

@media (min-width: 1600px){
    .we_work_service_head h5 {
    margin: 4px 0px 0px 16px;
}
    .three_dots_img{
        bottom: 39px;
    }
    .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: 30px;
    }
    .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;
    }
}

@media(min-width:1200px){
    .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;
    }
    
    .solutions_box.col_with100 .col-md-6.col-lg-4 {
        flex: 0 0 20%;
        max-width: 20%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media(min-width:1200px) and (max-width:1599px){
    .al_ml_service_text.pl37{
        left: 37px;
    }
    .al_ml_service_text ul li {
        font-size: 13px;
    }
    .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;
    }
}

@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%;
    }
    
}

@media(min-width:768px) {
    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;
    }
    .mlr_10 {
        margin-left: -10px;
        margin-right: -10px;
    }
    .plr_10 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 1599px){
    .broucher-download-sec {
        padding: 10rem 0;
    }
    .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;
    }
    .common_expertise {
        max-width: 285px;
        margin-left: -15%;
    }
    .common_expertise.sensors_design {
        bottom: 122px;
        right: -50px;
    }
    .common_expertise.sensors_design.manufacturing_exp {
        bottom: 200px;
        right: -80px;
    }
    .expertise-blk {
        width: 65%;
        top: 60px;
        left: 55px;
    }
    .expertise-blk h3 {
        font-size: 15px;
    }
    .expertise-blk ul li {
        font-size: 12px;
        line-height: 17px;
    }
    section.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:16px;
    }
    .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%;
    }
    .we_work_service_head img {
        margin-right: 15px;
        width: 132px;
    }
    .we_work_service_head img.w260 {
        width: 154px;
    }
    .we_work_service_head img.w300 {
        width: 180px;
    }
    .we_work_service_List ul li {
        font-size: 14px;
    }
    .we_work_service_head h5 {
        font-size: 16px;
        margin-top: 12px;
    }
    .we_work_service_List h6 {
        font-size: 17px;
    }
}

@media (max-width:1366px) {
    .broucher-download-sec {
        padding: 7rem 0;
    }
}

@media (max-width:1280px){
    picture.ip_tracker_web img {
        width: 80%;
    }
    .heading_commons {
        font-size: 30px;
    }
}

@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;
    }
}

@media (max-width:1199px){
    .heading_commons {
        font-size: 22px;
    }
    .broucher-content > div {
        font-size: 17px;
    }
    .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;
    }
    .our_services_blk >div.iiot_cbox3 {
        width: 27%;
    }
    .al_ml_service_type {
        width: 50%;
    }
    .al_ml_service_text ul li {
        font-size: 14px;
    }
    h3.hng_okf {
        font-size: 20px;
    }
    .our_services_blk >div.nw_switches {
        left: 7%;
    }
    .mvc_aplication_blogs .mw_20 {
        flex: 0 0 33%;
        max-width: 33%;
    }
    .we_work_service_List h6 {
        font-size: 18x;
        margin-left: 10px;
    }
    .we_work_service_List ul li {
        margin-left: 42px;
        font-size: 15px;
    }
}


@media (min-width:992px) and (max-width:1199px){
    .common_expertise.sensors_design {
        bottom: 100px;
        right: -90px;
    }
    .common_expertise.sensors_design.manufacturing_exp {
        bottom: 100px;
        right: -90px;
    }
    .expertise-blk {
        width: 68%;
        top: 60px;
        left: 50px;
    }
    .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: 244px;
    }
    .solutions_box .roles_type_box .roles_type:hover {
        min-height: 252px;
    }
    .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;
    }
}

@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;
    }
    .we_work_service_head h5 {
        font-size: 14px;
    }
}

@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;
    }
}

@media (max-width: 991px) {
    .broucher-content {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
    }
    .broucher-content > div {
        max-width: 90%;
        margin-bottom: 40px;
    }
    .broucher-download-sec { 
        background-image: url(../images/wireless_lets_connect.png);
    }
    .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;
    }
    /*================== 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_blk {
        display: inherit;
        margin-bottom: 0;
        max-width: 340px;
        margin: 0 auto;
        padding: 20px 0;

    }
    .common_expertise {
        max-width: 100%;
        margin-left: 0;
        max-height: 270px;
    }
    .our_services_blk >div {
        width: 100%;
    }
    .our_services_blk >div.iiot_cbox3 {
        width: 100%;
    }
    .common_expertise.sensors_design, .common_expertise.sensors_design.manufacturing_exp {
        bottom: 0;
        right: 0;
    }
    .expertise-blk {
        width: 62%;
        top: 80px;
        left: 80px;
    }
    .common_expertise.sensors_design.manufacturing_exp {
        max-height: 300px;
    }
    .expertise-blk ul li {
        font-size: 14px;
        line-height: 20px;
    }
    /*================== 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;
    }
    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;
    }
    .ip_tracker_features_res {
        display: block;
        margin-bottom: 30px;
    }
    .features_section .features .features_service {
        margin-top: 40px;
        padding: 20px 30px;
        position: relative;
        min-height: 140px;
    }
    .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;
    }
    .our_services_blk.iiot_Components {
        left: 0;
    }
    .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%;
    }
    .our_services_blk >div.nw_switches {
        left: 0%;
    }
    .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;
    }
    .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%;
    }
    .platforms_work_and_use:before {
        left: 0;
        top: 0;
        bottom: inherit;
        width: 100%;
        height: 50%;
    }
    .we_use {
        margin-top: 100px;
    }
    .we_work_srvc, .we_use_srvc {
        justify-content: center;
    }
    .sevmt70 {
        margin-top: 0px;
    }
    .sensor_expt_vtxt {
        margin-top: 30px;
    }
    .sensor_expertise_vision {
        background-size: cover;
    }
    .we_work_srvc {
        min-height: 195px;
    }
}

@media (max-width: 768px) {
    picture.ip_tracker_web img {
        width: 60%;
    }
    section.banner_blk .banner_contant p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .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;
    }
    section.banner_blk .banner_contant {
        top: 16%;
        transform: translate(0px, 0%);
    }
    section.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;
    }
    .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 14px;
        min-width: 110px;
        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;
    }
    section.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;
    }
    .our_ext_service {
        margin-bottom: 30px;
    }
    .our_ext_service h3 {
        font-size: 16px;
    }
    .al_ml_our_services .row .col-md-3:last-child .our_ext_service, .al_ml_our_services .row .col-md-3:last-child .our_ext_service h3 {
        margin-bottom: 0;
        min-height: auto;
    }
    
    .we_work .row .col-md-4:nth-child(3) .we_work_srvc:after{
        opacity: 1;
    }
    .we_work .row .col-md-4:nth-child(2) .we_work_srvc:after, .we_work .row .col-md-4:nth-child(4) .we_work_srvc:after, .we_work .row .col-md-4:nth-child(6) .we_work_srvc:after {
        opacity: 0;
    }
    .we_work .row .col-md-4:nth-child(4) .we_work_srvc:before {
        position: absolute;
        content: "";
        right: 0;
        left: 0;
        bottom: 0;
        background: #d1d1d1;
        width: 100%;
        height: 1px;
    }
    
    /* .we_work .wc_bleft:nth-child(2) .we_work_srvc:after, .we_work .wc_bleft:nth-child(6) .we_work_srvc:after{
        opacity:0; 
    }
    .we_work .wc_bleft:nth-child(3) .we_work_srvc:before, .we_work .wc_bleft:nth-child(4) .we_work_srvc:before{
        opacity:1; 
    } */
}
 
 
@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;
    }
    
}

@media (max-width: 575px) {
    picture.ip_tracker_web.smartspeakerbanner-img img{
        width: 100%;
        margin: 0 auto;
        float: inherit;
    }
    .smart-speaker-vdo iframe {
        width: 100%;
    }
    section.banner_blk .banner_contant {
        top: 48%;
    }
    section.banner_blk .banner_contant.res_bcontant {
        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;
    }
    section.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%;
    }
    .we_work_srvc:before,  .we_use_srvc:before {
        position: absolute;
        content: "";
        right: 0;
        left: 0;
        bottom: 0;
        background: #d1d1d1;
        width: 60% ​!important;
        height: 1px;
        margin: 0 auto;
    }
    .we_work .row .col-md-4:nth-child(6) .we_work_srvc:before, .we_use .row .col-md-6:nth-child(4) .we_use_srvc:before {
        opacity:0
    }
    .we_use_srvc:after, .we_work_srvc:after {
        opacity: 0;
    }
    .platforms_work_and_use:before {
        height: 57%;
    }
    .we_work_srvc {
        min-height: auto;
    }
    /* .we_work .wc_bleft:nth-child(2) .we_work_srvc:before, .we_work .wc_bleft:nth-child(3) .we_work_srvc:before, .we_work .wc_bleft:nth-child(4) .we_work_srvc:before {
        opacity: 1;
    } */

}

@media (max-width: 499px) {
    section.banner_blk .banner_contant {
        top: 44%;
    }
    section.banner_blk .banner_contant.ambarella_web {
        top: 15%;
    }
    .common_expertise {
        max-height: 240px;
    }
    .expertise-blk h3 {
        font-size: 14px;
    }
    .expertise-blk ul li {
        font-size: 12px;
        line-height: 18px;
    }
    .expertise-blk {
        width: 61%;
        top: 100px;
        left: 80px;
    }
    .expertise-blk.res_til1 {
        left: 104px;
    }
    .expertise-blk.res_top{
        top: 90px;
    }
    .expertise-blk.res_topleft{
        top: 90px;
        left: 95px;
    }
    .expertise-blk ul li:after {
        top: 6px;
    }
    .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: 162px;
    }
    .network_switches_services {
        padding-bottom:80px;
    }
    .network_switches_services .zindex_five .expertise-blk {
        top: 75px;
    }
    .mvc_aplication_blogs .mw_20 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 375px) {
    picture.ip_tracker_web img {
        width: 88%;
    }
    .banner_carousel button.owl-prev {
        left: 42%;
    }
    .banner_carousel button.owl-next {
        position: absolute;
        right: 42%;
    }
}

@media (max-width: 360px) {
    section.banner_blk .banner_contant {
        top: 40%;
    }
    .ev_charging_offerings ul li, .partner_of_choic p {
        font-size: 14px;
    }
    .al_ml_service_text.pl37 {
        top: 12%;
        left: 40px;
    }
}

@media (max-width: 320px) {
    .common_expertise {
        max-height: 230px;
    }
    .heading_commons {
        font-size: 22px;
    }
    .our_services_blk {
        padding: 20px 0 0;
    }
    .expertise-blk {
        width: 62%;
        top: 60px;
        left: 68px;
    }
    .expertise-blk.res_top {
        top: 70px;
    }
    .expertise-blk.res_til1 {
        left: 80px;
    }
    .expertise-blk.res_top {
        top: 60px;
        width: 62%;
    }
    .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;
    }
    .network_switches_services .zindex_five .expertise-blk {
        top: 42px;
    }

}