body{
	font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #3a3a3a;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat;
}
button:focus {
    outline: none;
}
*:focus {
    outline: none;
}
.txt_small {
    text-transform: lowercase;
}
.white_bg {
    padding: 60px 0;
	background:#ffffff;
}
.gray_bg {
    padding: 60px 0;
	background:#f7f7f7;
}
.banner_blk .som_boaeds_carousel.owl-carousel .owl-item img{
	width:auto;
}
.banner_blk .som_boaeds_carousel.owl-carousel .owl-dots {
    position: absolute;
    width: auto;
    bottom: 15px;
   left: 50%;
    transform: translate(-50%, 0%);
}
.banner_blk .som_boaeds_carousel.owl-carousel button.owl-dot {
    background: transparent;
    border: 1px solid #ffffff;
    height: 7px;
    width: 28px;
    border-radius: 20px;
    cursor: pointer;
    margin: 0 3px;
    opacity: 1;
    transition: opacity .6s ease;
    display: inline-block;
}
.banner_blk .som_boaeds_carousel.owl-carousel button.owl-dot.active {
    opacity: 1;
    background: #ffffff;
}
.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;
}
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;
}
.overview_contant p {
    text-align: justify;
    font-size: 15px;
}
.overview_contant .d_kit_content h4 {
    color: #3a3a3a;
    font-size: 16px;
    font-weight: 800;
    font-family: Montserrat;
    margin-top: 20px;
	margin-bottom: 10px;
}
.overview_contant .d_kit_content ul {
	padding:0;
}
.overview_contant .d_kit_content ul li {
    position: relative;
    display: block;
    padding-left: 20px;
    font-weight: 500;
    color: #3a3a3a;
    font-size: 15px;
    text-align: justify;
    width: 96%;
}
.d_kit_content ul li:after {
    position: absolute;
    content: "";
    border: 2px solid #b6b6b6;
    background: #000000;
    width: 8px;
    height: 8px;
    left: 0;
    top: 10px;
    border-radius: 10px;
}
.web_overview_contant h3 {
    font-size: 22px;
    font-weight: bold;
    font-family: Montserrat;
    color: #000000;
    margin-bottom: 50px;
	text-align: center;
	margin-top: 65px;
}
.web_overview_contant h4 {
    font-size: 20px;
    font-weight: 500;
    font-family: Montserrat;
    color: #000000;
    margin-bottom: 20px;
}
.t_center {
    text-align: center;
}
.button_class {
    display: inline-block;
    margin-top: 40px;
}
.btn_flex {
    display: flex;
    justify-content: right;
}
.btn_flex .t_center.btntype:nth-child(2) {
    margin-left: 15px;
}
.nvidia_button {
   padding: 10px 15px;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    font-family: Montserrat;
    margin-top: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    background: rgb(30,87,153);
    background: -webkit-linear-gradient(left, rgba(30,87,153,1) 0%,rgba(22,98,228,1) 0%,rgba(4,165,251,1) 100%);
    background: linear-gradient(to right, rgba(30,87,153,1) 0%,rgba(22,98,228,1) 0%,rgba(4,165,251,1) 100%);
    overflow: hidden;
    position: relative;
    min-height: 42px;
    min-width: 214px;
    border-radius: 0px;
}
.nvidia_button:hover {
    color: #fff;
    box-shadow: none;
}
.nvidia_button:after {
    background: #ffffff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.4;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 1;
}
.nvidia_button:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.product_solution ul.nav-tabs {
    border-bottom: 1px solid #00b2ff;
    position: relative;
    display: flex;
    margin-bottom: 30px;
    margin-top: 50px;
}
.product_solution a.nav-link {
    border: 1px solid #00b2ff;
    color: #000;
    font-weight: 500;
    font-family: Montserrat;
    padding: 10px 44px;
    border-radius: 0px;
    font-size: 18px;
    min-width: 140px;
    transition: all 0.5s;
}
.product_solution a.nav-link:hover {
    border: 1px solid #00b2ff;
}
.product_solution .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #00b2ff;
    border-color: #00b2ff #00b2ff #00b2ff;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
}
.product_solution .sub_Tab ul.nav-tabs {
    width: max-content;
}
.product_solution .text_content {
	position: relative;
}
.product_solution .text_content p{
    font-family: 'Lato';
    font-weight: 500;
    color: #3a3a3a;
    font-size: 15px;
    margin-bottom: 15px;
}
.product_solution .text_content h5 {
    margin-top: 30px;
    font-family: 'Montserrat';
    font-weight: 800;
    color: #010101;
    margin-bottom: 20px;
}
.product_solution .text_content ul {
    list-style: none;
    padding-left: 20px;
    margin-top: 15px;
}
.product_solution .text_content ul li{
    color: #000;
    font-weight: 400;
    font-family: 'Lato';
    font-size: 15px;
    position: relative;
    margin-bottom: 4px;
}
.product_solution .text_content ul li:after{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #848484;
    left: -20px;
    top: 8px;
    border-radius: 100%;
    display: block;
    box-shadow: 0 0 2px 4px #e6e6e6;
}
.product_solution .sub_Tab .tab-content {
    border: 1px solid #ccc;
}
.product_solution .sub_Tab .tab-content a.nav-link {
    border: 1px solid #dadada;
	font-size: 15px;
    padding: 8px 40px;
}
.product_solution .sub_Tab a.nav-link {
    border: 1px solid #00b2ff;
	font-size: 16px;
}
.product_solution .sub_Tab .nav-tabs .nav-link.active:before {
    position: absolute;
    content: "";
    top: -4px;
    left: -2px;
    bottom: 0;
    right: -2px;
    z-index: -1;
    background: #00b2ff;
}
.product_solution .sub_Tab ul.nav-tabs{
	border-bottom: 0;
}
.product_solution .sub_Tab .nav-tabs .nav-link.active {
    border-color: #00b2ff #00b2ff #00b2ff;
}
.explore_blocks a {
    cursor: auto;
}
.targeted_abox {
    text-align: center;
    margin-top: 40px;
}
.taget_industries .mw_20 {
    max-width: 20%;
}
.targeted_abox h5 {
    color: #3a3a3a;
    font-size: 16px;
    line-height: 22px;
    font-weight: 800;
    font-family: Montserrat;
	margin-top: 20px;
	text-transform: uppercase;
}
table.table td:nth-child(1) {
    font-weight: 700;
    font-family: Montserrat;
}
table.table td {
    border: 1px solid #dee2e6;
    height: 80px;
    vertical-align: middle;
    font-size: 18px;
	font-family: 'Lato', sans-serif;
}
.modal-dialog.ip_tracker_modal {
    max-width: 960px;
}
.streep_txt {
    overflow: hidden;
}
.qualcomm_based_product_service {
    background-image: url(../images/edge_strip_bg_img.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
}
.qb_product_service {
    text-align: center;
    margin: 40px 0 10px;
}
.qb_product_service img {
    padding: 0;
    max-width: 170px;
    max-height: 170px;
    width: 170px;
    height: 170px;
    display: inline-block;
}
.qb_product_service h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    font-family: Montserrat;
    margin: 20px 0 0;
}
.qualcomm_based_product_service .streep_txt {
    text-align: left;
    margin-top: 16px;
}
.qualcomm_based_product_service .streep_txt .btn_subscribe {
    float: inherit;
    max-width: initial;
    
}
.qualcomm_based_product_service .streep_txt h4 {
    font-size: 22px;
    font-weight: 600;
    float: inherit;
    width: auto;
}
.qualcomm_based_product_service .streep_txt .btn_subscribe .btn a {
    background: #00b2ff;
    background: -moz-linear-gradient(top, #00b2ff 0%, #1858e0 99%);
    background: -webkit-linear-gradient(top, #00b2ff 0%,#1858e0 99%);
    background: linear-gradient(to bottom, #00b2ff 0%,#1858e0 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b2ff', endColorstr='#1858e0',GradientType=0 );
    color: #fff;
    border: 0;
    padding: 11px 23px;
}
.qualcomm_based_product_service .streep_txt .btn_subscribe .btn:hover svg {
    stroke-dashoffset: -560;
}
.qualcomm_based_product_service .streep_txt .btn_subscribe svg {
    stroke-dasharray: 150 560;
}
.development_strip {
    background-image: url(../images/development_streep_new_bg_img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #00bcfb;
}
.streep_txt h4 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    font-family: Montserrat;
    margin: 0;
    float: left;
    padding: 8px 0;
}
.development_strip .streep_txt .btn_subscribe {
    float: right;
    max-width: initial;
}
/*====== New ui css ======*/
.insights_blog_services:after {
    content: "";
    display: table;
    clear: both;
}
.insights_blog_services {
    margin-top: 30px;
}
.insights_blog_services .insights_box {
    position: relative;
    float: left;
    width: 33.3%;
}
.insights_blog_services .duble_blog .insights_box {
    overflow: hidden;
}
.insights_blog_services .insights_box picture img {
    width: 100%;
}
.insights_blog_services .insights_box:after {
    background: url(../images/gradientbg-img.png);
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
    background-size: cover;
}
.insights_blog_services .insights_box .insights_contant {
    position: absolute;
    bottom: 20px;
    color: #fff;
    left: 20px;
    right: 20px;
    z-index: 1;
}
.insights_blog_services .single_blog  {
    align-items: center;
    margin-top: 20px;
    background: #ffffff;
}
.insights_blog_services .single_blog .insights_contant h4 {
    font-size: 16px;
    font-weight: 800;
    font-family: Montserrat;
    color: #000000;
    line-height: 24px;
    margin-bottom: 0;
    min-height: 130px;
    align-items: center;
    display: flex;
    margin: 20px 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.insights_blog_services .single_blog .insights_contant span.card_date {
   margin-bottom: 10px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    font-family: Montserrat;
    color: rgba(0, 0, 0, 0.62);
}
.insights_blog_services .single_blog .insights_contant a.know_more {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
     font-weight: bold;
    font-family: Montserrat;
}
.insights_blog_services .single_blog .insights_img {
    border: 6px solid #ececec;
}
.insights_blog_services .single_blog .insights_img img {
    width: 100%;
}
.insights_blog_services .single_blog .insights_img .blog_tage {
    left: 21px;
    top: 15px;
}
.insights_blog_services .insights_box .insights_contant h4 {
    font-size: 16px;
    font-weight: 800;
    font-family: Montserrat;
    color: #ffffff;
    margin-bottom: 5px;
    min-height: 42px;
}
.insights_blog_services .insights_box .insights_contant span.card_date {
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
}
.insights_blog_services .insights_contant a.know_more {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}
.know_more .c_arrow {
    margin-left: 5px;
    transition: all 0.5s;
}
.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;
}
section.web_overview_contant {
    overflow: hidden;
}
.developer_kit_blog {
    display: flex;
    padding-left: 60px;
    position: relative;
    min-height: 340px;
    padding-top: 50px;
    align-items: center;
}
.developer_kit_blog:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    height: 160%;
    width: 1px;
    background: #ccc;
}
.product_item {
    flex: 0 0 100%;
    max-width: 100%;
}
.qc-lit-slider-block.vvdn_imx_mini_som ol.item_thumb li img {
    padding: 8px;
}
ol.item_thumb.carousel-indicators {
    list-style: none;
    padding: 0px;
    margin: 0px;
    flex: 0 0 100px;
    max-width: 100px;
    position: relative;
    display: block;
    margin-right: 20px;
}
ol.item_thumb.carousel-indicators li {
    border: 1px solid #ccc;
    height: auto;
    width: auto;
    position: relative;
    border: 1px solid #ccc;
    opacity: 1;
	margin: 20px 0;
}
ol.item_thumb.carousel-indicators li img {
    display: block;
}
ol.item_thumb.carousel-indicators li.active {
    box-shadow: 0px 0px 7px 0px #00b2ff;
    border-color: #00b2ff;
}
.qc-lit-slider-block {
    position: relative;
}
.qc-lit-slider-block:after {
    position: absolute;
    content: "";
    left: 0;
    top: -20px;
    bottom: -20px;
    height: auto;
    width: 1px;
    background: #ccc;
    z-index: 0;
}
.qc-lit-slider-block .developer_kit_blog {
    padding-top: 0;
}
.qc-lit-slider-block .developer_kit_blog:after {
    content:  none;
}
/* New product_item CSS */
.product_itemTop_Bottom {
    text-align: center;
}
.product_itemTop_Bottom .item_thumb.carousel-indicators {
    display: flex;
    max-width: inherit;
    margin: 20px 0 0;
	bottom: 0 !important;
}
.product_itemTop_Bottom .item_thumb.carousel-indicators li {
    height: 80px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}
.product_itemTop_Bottom .btn_flex {
    justify-content: center;
}
/* New product_item CSS */

/*============= Start Thermal Camera Design Engineering ==============*/
.our_Capabilities_Service {
    padding: 30px 60px 30px 20px;
    border-top: 2px dashed #00b2ff;
    position: relative;
    margin-top: 30px;
    height: calc(100% - 30px);
	min-height: 300px;
}
.our_Capabilities_Service h3 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 24px;
    font-family: Montserrat;
    color: #3a3a3a;
}
.our_Capabilities_Service h5 {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
}
.our_Capabilities_Service h5:before {
    position: absolute;
    content: "";
    border: 2px solid #e4e4e4;
    background: #040c10;
    width: 10px;
    height: 10px;
    left: 0;
    top: 4px;
    border-radius: 10px;
}
.our_Capabilities_Service ul {
    padding-left: 20px;
    margin: 0;
}
.our_Capabilities_Service ul li {
    font-size: 15px;
    list-style: none;
    position: relative;
    padding-left: 20px;
    line-height: 25px;
}
.our_Capabilities_Service ul li:before {
    position: absolute;
    content: "";
    border: 2px solid #dcdcdc;
    background: #848484;
    width: 10px;
    height: 10px;
    left: 0;
    top: 8px;
    border-radius: 10px;
}
span.aft_BorderLeft {
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #00b2ff;
    box-shadow: 0px 2px 10px #00b2ff;
}
span.aft_BorderBottom {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #00b2ff;
    box-shadow: 0px 8px 10px #00b2ff;
}
span.aft_BorderRight {
    width: 2px;
    height: auto;
    position: absolute;
    right: 0;
    top: 226px;
    bottom: 0;
    background: #00b2ff;
    box-shadow: 0px 2px 10px #00b2ff;
}
.row_capabilities .col-lg-6:nth-child(3) span.aft_BorderRight, .row_capabilities .col-lg-6:nth-child(4) span.aft_BorderRight {
    height: 60px;
	top: inherit;
}
span.aft_BorderRightTop {
    width: 2px;
    height: 80px;
    position: absolute;
    top: 0;
    right: 0;
    border-right: 2px dashed #00b2ff;
}
span.aft_BorderRightTop:after {
    position: absolute;
    content: "";
    bottom: -15px;
    left: -7px;
    background: #00b2ff;
    width: 15px;
    height: 15px;
    border-radius: 20px;
}
.row_capabilities .col-lg-6 {
    padding-right: 75px;
}
.ocs_icon {
	position: absolute;
    top: 86px;
    width: 120px;
    height: 120px;
    right: -60px;
    padding: 30px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0px 0px 14px 0px #00b2ff7a;
    display: flex;
    align-items: center;
    justify-content: center;
}
.thermal_Imaging_Lab_Txt {
    position: relative;
    height: calc(100% - 0px);
}
.thermal_Imaging_Lab_Txt p {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin-top: 20px;
}
.thermal_Imaging_Lab_Txt:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    border-right: 1px solid #00b2ff;
    border-bottom: 1px solid #00b2ff;
    width: 90%;
    height: 80%;
	pointer-events: none;
}
.thermal_Imaging_LabBlog ul {
    overflow: hidden;
    display: flex;
    padding: 0;
    margin: 30px 0 0px;
    position: relative;
    padding-bottom: 10px;
}
.thermal_Imaging_LabBlog ul li {
    padding: 10px;
    list-style: none;
}
.thermal_Imaging_Lab_imgblog {
    background-color: #e6e6e6;
    padding: 20px;
	position: relative;
}
.thermal_Imaging_Lab_imgblog img {
    width: 100%;
}
.thermal_Imaging_Lab_imgblog:after {
    position: absolute;
    content: "";
    top: -7px;
    left: -7px;
    width: 80px;
    height: 80px;
    border-top: 7px solid #00b2ff;
    border-left: 7px solid #00b2ff;
}
.thermal_Imaging_Lab_imgblog:before {
    position: absolute;
    content: "";
    bottom: -7px;
    right: -7px;
    width: 80px;
    height: 80px;
    border-bottom: 7px solid #00b2ff;
    border-right: 7px solid #00b2ff;
}
.target_appliction_service {
	position: relative;
	overflow: hidden;
}
.target_appliction_service img {
	transition: all 0.4s;
	transform: scale(1.01);
}
.target_appliction_service img:hover {
	transform: scale(1.1);
}
.target_appliction_service h4 {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
}
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_section h2.heading_commons {
    padding-left: 25px;
    padding-top: 0;
    margin-bottom: 30px;
}
.virtualtour_section span {
    display: block;
    font-size: 21px;
    color: #292929;
    font-weight: 800;
    margin-top: -10px;
}
.virtualtour_form input, .virtualtour_form select {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #292929;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
}
.virtualtour_form input, .virtualtour_form select {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #292929;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
}
.virtualtour_form input:focus::placeholder {
    color: #b7b7b7;
}
.virtualtour_form input::placeholder {
    color: #292929;
}
.virtualtour_form button {
    padding: 10px 25px;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: rgb(30,87,153);
    background: -moz-linear-gradient(left, rgba(30,87,153,1) 0%, rgba(22,98,228,1) 0%, rgba(4,165,251,1) 100%);
    background: -webkit-linear-gradient(left, rgba(30,87,153,1) 0%,rgba(22,98,228,1) 0%,rgba(4,165,251,1) 100%);
    background: linear-gradient(to right, rgba(30,87,153,1) 0%,rgba(22,98,228,1) 0%,rgba(4,165,251,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#04a5fb',GradientType=1 );
    overflow: hidden;
    position: relative;
	min-height: 44px;
    min-width: 140px;
    border-radius: 0px;
}
.virtualtour_form button:hover {
    color: #ffffff;
}
.virtualtour_form button:after {
    background: #ffffff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.4;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 1;
}
.virtualtour_form button:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.virtualtour_section h2.heading_commons {
    padding-left: 25px;
    padding-top: 0;
	margin-bottom: 30px;
}
.virtualtour_section h2.heading_commons:after {
    height: 110px;
    width: 10px;
}
/* Other Offerings Slider css */
.vvdn_qcs_Carousel_list {
    padding: 20px 20px;
    transition: all 0.3s;
    margin-top: 30px;
    min-height: 262px;
    background: #ffffff;
    position: relative;
    border: solid 1px #f0f3fd;
    margin-bottom: 15px;
}
.vvdn_qcs_Carousel_list:hover {
    box-shadow: 0px 4px 10px 2px rgb(0 178 255 / 50%);
    transform: translateY(-10px);
    cursor: pointer;
    transition: all 0.5s;
}
.vvdn_qcs_Carousel_list_text a {
    font-weight: 700;
    text-align: center;
    font-size: 15px;
    min-height: 46px;
    font-family: Montserrat;
    text-decoration: none;
    color: #000;
    display: block;
}
.vvdn_qcs_Carousel_list_text a span {
    display: inline-block;
    width: 20px;
    margin-left: 0px;
}
.vvdn_qcs_Carousel_list_text a img.c_arrow {
    width: auto;
    max-width: 10px;
    display: inline-block;
    height: 12px;
}
.owl-carousel.vvdn_qcs_Carousel .owl-nav {
    position: absolute;
    top: 41%;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 1;
}
.outer_items{
	margin: 0 10px;
}
.owl-carousel.vvdn_qcs_Carousel .owl-nav button.owl-prev {
    position: absolute;
    color: inherit;
    border: 1px solid #1957e0 !important;
    z-index: 100;
    background-image: url(../images/rigth_arrow_white.png) !important;
    background-repeat: no-repeat !important;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-color: #1957e0 !important;
    background-position: center !important;
    transform: rotate(180deg);
    left: -30px;
}
.owl-carousel.vvdn_qcs_Carousel .owl-nav button.owl-next {
    position: absolute;
    color: inherit;
    border: 1px solid #1957e0 !important;
    z-index: 100;
    background-image: url(../images/rigth_arrow_white.png) !important;
    background-repeat: no-repeat !important;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-color: #1957e0 !important;
    background-position: center !important;
    right: -30px;
}
.owl-carousel.vvdn_qcs_Carousel .owl-nav button span {
    font-size: 0;
}
.owl-carousel.vvdn_qcs_Carousel .owl-dots {
    text-align: center;
    margin-top: 10px;
}
.owl-carousel.vvdn_qcs_Carousel .owl-dots button.owl-dot.active {
    width: 36px;
    background: #3a3a3a;
}
.owl-carousel.vvdn_qcs_Carousel .owl-dots button.owl-dot {
    background: #ccc;
    border: 0px;
    height: 14px;
    width: 14px;
    border-radius: 20px;
    cursor: pointer;
    margin: 0 6px;
    opacity: 1;
    transition: opacity .6s ease;
    display: inline-block;
    transition: all 0.4s;
}
/* Other Offerings Slider css */

/*============= End Thermal Camera Design Engineering ==============*/
.development_streep {
    background-image: url(../images/development_streep_bg_img.jpg);
	background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-color: #00bcfb;
}
.streep_txt {
    overflow: hidden;
}
.streep_txt h4 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    font-family: Montserrat;
    margin: 0;
    float: left;
    padding: 8px 0;
}
.development_streep .streep_txt .btn_subscribe {
    float: right;
    max-width: initial;
}
.streep_txt .btn_subscribe .btn a {
    padding: 10px 21px;
}
.development_streep {
    padding: 60px 0;
    background: rgb(0,188,251);
    background: -moz-linear-gradient(top, rgba(0,188,251,1) 0%, rgba(0,98,236,1) 65%, rgba(0,98,236,1) 65%);
    background: -webkit-linear-gradient(top, rgba(0,188,251,1) 0%,rgba(0,98,236,1) 65%,rgba(0,98,236,1) 65%);
    background: linear-gradient(to bottom, rgba(0,188,251,1) 0%,rgba(0,98,236,1) 65%,rgba(0,98,236,1) 65%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bcfb', endColorstr='#0062ec',GradientType=0 );
    position: relative;
    background-image: url(../images/iotlaptop_streep_bg_img.png);
    background-size: cover;
}
.development_streep.surveillance_camera_streep:after {
    background-image: url(../images/surveillance_streep_afterbg1.png);
    position: absolute;
    content: "";
    top: -44px;
    left: -20px;
    height: 200px;
    width: 286px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
.development_streep.surveillance_camera_streep:before {
    background-image: url(../images/surveillance_streep_afterbg2.png);
    position: absolute;
    content: "";
    bottom: -28px;
    right: -20px;
    height: 164px;
    width: 251px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    transform: rotate(15deg);
}
/* 	network-video-recorder page  */
.nvr_Taget_Industries {
	background-image: url(../images/nvc_taget_industries_bg_banner.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 50px;
}
.nvr_Taget_Industries h2.heading_commons {
    color: #fff;
}
.nvr_Taget_Industries .targeted_abox .box-icon {
    width: 160px;
    height: 160px;
    background-color: #ccc;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0 auto;
	overflow: hidden;
}
.nvr_Taget_Industries .targeted_abox h5 {
    color: #fff;
}
.nvr_Taget_Industries .col-md-4:nth-child(1) .targeted_abox, 
.nvr_Taget_Industries .col-md-4:nth-child(2) .targeted_abox, 
.nvr_Taget_Industries .col-md-4:nth-child(3) .targeted_abox {
    margin-top: 0;
}
.development_streep.surveillance_camera_streep.network_video_recorder_streep:before {
    background-image: url(../images/network_video_recorder_streep_items2.png);
    bottom: 0;
    right: -220px;
    height: 160px;
    width: 460px;
    transform: rotate(0deg);
    background-position: right;
}
.development_streep.surveillance_camera_streep.network_video_recorder_streep:after {
    background-image: url(../images/network_video_recorder_streep_items1.png);
    top: 0;
    left: -260px;
    height: 160px;
    width: 460px;
    transform: rotate(0deg);
    background-position: left;
}
.nvr_Taget_Industries.qcs6490_Taget_Industries .col-md-4:nth-child(4) .targeted_abox {
    margin-top: 0;
}
.qcs6490_Taget_Industries {
    background-image: url(../images/camera_qcs6490_target_industries_bg_banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 50px;
}	
.surveillance_camera_streep.fiveg_ssc_qcm6490_streep::before {
    background-image: url(../images/ssc_qcm6490_overview_img1.png);
    top: 10px;
    right: -46px;
    transform: rotate(0deg);
}
.surveillance_camera_streep.fiveg_ssc_qcm6490_streep::after {
    background-image: url(../images/ssc_qcm6490_overview_img2.png);
    top: 10px;
    left: -35px;
    transform: rotate(0deg);
    width: 220px;
}

/* Download Section Start */
.d_kit_content{
    font-weight: bold;
	padding: 15px 0;
}
.d_kit_content .table-bordered{
	margin: 0;
}
.d_kit_content a{
    color: #007bff !important;
    cursor: pointer;
}
.resources_blog .AccTab, .AccTab.collapsed {
    position: relative;
}
.resources_blog #accordion {
    border-top: 1px solid #b6b6b6;
}
.resources_blog .AccTab {
    color: #3a3a3a;
    cursor: pointer;
    font-size: 18px;
    line-height: 14px;
    padding: 20px 15px;
    font-family: Montserrat;
    font-weight: 800;
    border: solid 1px #b6b6b6;
    background: #f4f4f4;
    border-top: 0;
}

.resources_blog .AccTab.collapsed:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0px;
    vertical-align: middle;
    content: "";
    border-top: 8px solid;
    border-right: 8px solid transparent;
    border-bottom: 0;
    border-left: 8px solid transparent;
    float: right;
    transition: all 0.4s;
    transform: rotate(0deg);
}
.resources_blog .AccTab:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0px;
    vertical-align: middle;
    content: "";
    border-top: 8px solid;
    border-right: 8px solid transparent;
    border-bottom: 0;
    border-left: 8px solid transparent;
    float: right;
    transition: all 0.4s;
    transform: rotate(-180deg);
}
.accordioncol {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
	padding: 0 15px;
    border-bottom: 1px solid #ccc;
}
/* Download SectionEnd */
.d_kit_content ul {
    padding-left: 20px;
	margin: 0;	
}

/*=========== Start Responsive css ===========*/
@media (min-width: 1200px){
	.thermal_Imaging_LabBlog>.container .row .col-lg-6:nth-child(2) {
		flex: 0 0 45%;
		max-width: 45%;
	}
	.thermal_Imaging_LabBlog>.container .row .col-lg-6:nth-child(1) {
		flex: 0 0 55%;
		max-width: 55%;
	}
}

@media (min-width: 1600px){
	.custom_container, .container {
		max-width: 1500px;
		margin: 0 auto;
	}
}

@media (max-width: 1599px){
	.heading_commons {
		font-size: 34px;
	}
	table.table td {
		font-size: 16px;
	}
	.thermal_Imaging_Lab_Txt p {
		font-size: 15px;
	}
	.our_Capabilities_Service h3 {
		font-size: 20px;
	}
	.our_Capabilities_Service h5 {
		font-size: 15px;
	}
	.our_Capabilities_Service ul li {
		font-size: 14px;
	}
	.row_capabilities .col-lg-6:nth-child(3) span.aft_BorderRight, .row_capabilities .col-lg-6:nth-child(4) span.aft_BorderRight {
		height: 70px;
	}
    .vvdn_qcs_Carousel_list_text a {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
	.nvidia_button {
		padding: 9px 10px;
		font-size: 14px;
		min-width: 204px;
	}
	.heading_commons {
		font-size: 28px;
	}
	section.banner_blk .banner_contant p {
		font-size: 18px;
	}
	.developer_kit_blog {
		padding-left: 30px;
	}
	.development_streep {
		background-size: cover;
		background-position: left;
	}
	.streep_txt h4 {
		font-size: 18px;
	}
}

@media (max-width: 991px) {
	.heading_commons {
		font-size: 24px;
	}
    .insights_blog_services .insights_box {
		width: 50%;
	}
    .modal-dialog.modal_dialog_career {
        max-width: 95%;
    }
    .modal-dialog.ip_tracker_modal {
        max-width: 500px;
    }
	div#aIMlAlgorithms ul.nav.nav-tabs.mb-0 {
		margin: 0;
		padding: 20px;
	}
	.product_solution .sub_Tab ul.nav-tabs .nav-item {
			width: 50%;
	}	
	
	.product_solution .sub_Tab ul.nav-tabs .nav-item a.nav-link {
		min-width: 160px;
		padding: 8px 10px;
	}		
	.product_solution .sub_Tab ul.nav-tabs {	
		border: 0;
	}
	.taget_industries .mw_20 {
		max-width: 50%;
		flex: 0 0 50%;
	}
	ol.item_thumb.carousel-indicators {
		flex: 0 0 60px;
		max-width: 60px;
	}
	.qc-lit-slider-block:after {
		opacity: 0;
	}
	.developer_kit_blog {
		padding-left: 0;
	}
	.product_solution ul.nav-tabs {
		margin-top: 0;
		padding-top: 40px;
	}
	.btn_flex {
		justify-content: center;
	}
	.thermal_Imaging_Lab_imgblog {
		margin-top: 30px;
	}
	.owl-carousel.vvdn_qcs_Carousel .owl-nav button.owl-prev {
        left: -20px;
    }
    .owl-carousel.vvdn_qcs_Carousel .owl-nav button.owl-next {
        right: -20px;
    }
	.development_streep.surveillance_camera_streep:before {
		height: 140px;
		width: 210px;
	}
	.development_streep.surveillance_camera_streep:after {
		height: 160px;
		width: 220px;
	}
	.streep_txt h4 {
		padding: 0;
		width: 65%;
	}	
	.nvr_Taget_Industries.qcs6490_Taget_Industries .col-md-4:nth-child(4) .targeted_abox {
		margin-top: 40px;
	}
	.qb_product_service h4 {
		font-size: 18px;
	}
	.development_strip {
		background-position: left;
	}
}

@media (max-width: 767px) {
	h4.mt20 {
		margin-top: 40px;
	}
	.web_overview_contant h3 {
		text-align: left;
	}
	section.banner_blk .banner_contant p {
		font-size: 16px;
	}
	.taget_industries .mw_20 {
		max-width: 100%;
		flex: 0 0 100%;
	}

    .insights_blog_services .insights_box {
        width: 100%;
        margin-bottom: 20px;
    }
	.virtualtour_section h2.heading_commons:after {
		height: 90px;
	}
	.streep_txt h4 {
		width: 100%;
		margin-bottom: 10px;
	}
	.development_streep .streep_txt .btn_subscribe {
		float: left;
		max-width: initial;
		margin-left: 0;
	}
	.nvr_Taget_Industries .col-md-4:nth-child(2) .targeted_abox, .nvr_Taget_Industries .col-md-4:nth-child(3) .targeted_abox {
		margin-top: 40px;
	}
	.nvr_Taget_Industries.qcs6490_Taget_Industries .col-md-4:nth-child(2) .targeted_abox {
		margin-top: 0px;
	}
	 .resources_blog .AccTab {
        font-size: 16px;
    }
	.development_strip .streep_txt .btn_subscribe {
		float: left;
		margin-left: 0;
	}
}

@media (max-width: 575px) {
	section.banner_blk .banner_contant {
		top: 76%;
	}
	.product_solution a.nav-link {
		font-size: 16px;
	}
	.heading_commons {
		font-size: 25px;
	}
	.btn_flex {
		display: block;
	}
	.btn_flex .t_center.btntype .button_class {
		margin-top: 5px;
	}
	div#aIMlAlgorithms ul.nav.nav-tabs.mb-0 {
		margin: 0;
		padding: 20px 0;
	}
	section.banner_blk .banner_contant p {
		font-size: 16px;
	}
	.developer_kit_blog {
		min-height: 280px;
	}
	.row_capabilities .col-lg-6 {
		padding-right: 60px;
	}
	.ocs_icon {
		top: 86px;
		width: 90px;
		height: 90px;
		right: -45px;
		padding: 20px;
	}
	span.aft_BorderRight {
		top: 190px;
	}
	.row_capabilities .col-lg-6:nth-child(3) span.aft_BorderRight, .row_capabilities .col-lg-6:nth-child(4) span.aft_BorderRight {
		height: 100px;
	}
	
	.thermal_Imaging_LabBlog ul li {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.thermal_Imaging_LabBlog ul {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -10px;
		margin-left: -10px;
	}
    .owl-carousel.vvdn_qcs_Carousel .owl-nav button.owl-prev {
        left: -12px;
    }
    .owl-carousel.vvdn_qcs_Carousel .owl-nav button.owl-next {
        right: -12px;
    }
	.product_itemTop_Bottom .btn_flex {
		margin-top: 30px;
	}
	.product_itemTop_Bottom .item_thumb.carousel-indicators li {
		height: 60px;
	}
	.btn_flex .t_center.btntype:nth-child(2) {
		margin-left: 0;
	}
	.surveillance_camera_streep.fiveg_ssc_qcm6490_streep::after {
        height: 155px;
        width: 180px;
        left: -35px;
        top: 2px;
    }
	.surveillance_camera_streep.fiveg_ssc_qcm6490_streep::before {
        height: 120px;
        width: 196px;
        top: 50%;
    }
	div#aIMlAlgorithms ul.nav.nav-tabs.mb-0 {
		margin: 0;
		padding: 20px 0;
	}
	section.banner_blk .banner_contant p {
		font-size: 16px;
	}
	.developer_kit_blog {
		min-height: 280px;
	}
	.row_capabilities .col-lg-6 {
		padding-right: 60px;
	}
	.ocs_icon {
		top: 86px;
		width: 90px;
		height: 90px;
		right: -45px;
		padding: 20px;
	}
	span.aft_BorderRight {
		top: 190px;
	}
	.row_capabilities .col-lg-6:nth-child(3) span.aft_BorderRight, .row_capabilities .col-lg-6:nth-child(4) span.aft_BorderRight {
		height: 100px;
	}
	
	.thermal_Imaging_LabBlog ul li {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.thermal_Imaging_LabBlog ul {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -10px;
		margin-left: -10px;
	}
	.owl-carousel.vvdn_qcs_Carousel .owl-nav button.owl-prev {
        left: -12px;
    }
    .owl-carousel.vvdn_qcs_Carousel .owl-nav button.owl-next {
        right: -12px;
    }
	.product_itemTop_Bottom .btn_flex {
		margin-top: 30px;
	}
	.development_streep.surveillance_camera_streep.network_video_recorder_streep:before {
		right: -280px;
	}
	.development_streep.surveillance_camera_streep.network_video_recorder_streep:after {
		left: -300px;
	}
	.nvr_Taget_Industries.qcs6490_Taget_Industries .col-md-4:nth-child(2) .targeted_abox {
        margin-top: 40px;
    }
}

@media (max-width: 375px) {
	table.table td {
		max-width: 180px;
	}
	table.table td:nth-child(1) {
		max-width: 120px;
		word-break: break-word;
	}
}

@media (max-width: 375px) {
	.product_solution .sub_Tab ul.nav-tabs .nav-item a.nav-link {
		min-width: 140px;
	}
	.heading_commons {
		font-size: 22px;
	}
}