@font-face {
  font-family: 'Helvetica Bold';
  src: url(../fonts/HelveticaBold.eot);
  src: url(../fonts/HelveticaBoldd41d.eot?#iefix) format('embedded-opentype'),
       url(../fonts/HelveticaBold.html) format('otf'),
       url(../fonts/Helvetica%2bBold.html#Helvetica%20Bold) format('svg'),
       url(../fonts/HelveticaBold.ttf) format('truetype'),
       url(../fonts/HelveticaBold.woff) format('woff'),
       url(../fonts/HelveticaBold.woff2) format('woff2');
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.eot');
    src: url('../fonts/Helveticad41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica.woff2') format('woff2'),
        url('../fonts/Helvetica.woff') format('woff'),
        url('../fonts/Helvetica.ttf') format('truetype'),
        url('../fonts/Helvetica.svg#Helvetica') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica-Black';
    src: url('../fonts/Helvetica-Black-SemiBold.eot');
    src: url('../fonts/Helvetica-Black-SemiBoldd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica-Black-SemiBold.woff2') format('woff2'),
        url('../fonts/Helvetica-Black-SemiBold.woff') format('woff'),
        url('../fonts/Helvetica-Black-SemiBold.ttf') format('truetype'),
        url('../fonts/Helvetica-Black-SemiBold.svg#Helvetica-Black-SemiBold') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}




body{
    color: #000;
    font-size: 14px;
/*  font-family: 'Poppins', sans-serif;*/
font-family: 'Helvetica';
    font-weight: 400;
    letter-spacing: 0;
}
img{
    max-width: 100%;
}
a{
    text-decoration: none;
    transition: all .2s linear;
}

.sec_padd{
    padding: 70px 0;    
}
.bg_light{
    background: #f9f9f9;
}
.bg_light_green {
    background: rgb(250 255 230 / 58%);
}
.head_2{
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}
.head_cmn .head_2{
    margin-bottom: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6
{
font-family: 'Helvetica Bold';  
}

/********** header css Start **********/
.header_sec{
    position: relative;
    z-index: 99;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.header_sec .navbar-light .navbar-nav .nav-link, 
.header_sec .dropdown-item{
    font-size: 14px;
    color: #000;
    padding: 0;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 40px 0;
    display: inline-block;
}
.header_sec .navbar-light .navbar-nav .nav-item{
    padding-right: 50px;
}
.header_sec .navbar-light .navbar-nav .nav-item:last-child{
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}
.header_sec .navbar-light .navbar-nav .nav-link:hover{
/*  color:#02B7F1;*/
color: #000;
}
.header_sec .navbar{
    padding:0;
}
.header_sec .dropdown-item{
    padding: 10px 15px;
}
.dropdown-toggle::after,
.drop_togl_inr::after {
    display: inline-block;
    margin-left: 0;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid ;
    border-left: 1px solid ;
    height: 7px;
    width: 7px;
    transform: rotate(-45deg);
}
.drop_togl_inr.on::after {
    transform: rotate(-224deg);
    vertical-align: 0;
}
.dropdown-menu{
    margin-top: 0;
    border: 0;
    border-radius: 0;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
}
.dropdown-menu{
    min-width: 267px;
}
.drop_togl_inr::after{
    margin-left: 5px;
}
ul.sub_menu {
    padding: 0 0 0 50px;
    margin: 0;
    list-style: none;
}
ul.sub_menu li a {
    list-style: none;
    font-size: 16px;
    letter-spacing: 1.6px;
    padding: 2px 10px;
    color: #000;
    display: inline-block;
}
ul.sub_menu li a:hover{
    color:#02B7F1;
    background: none;
}
.sub_menu{
    display: none;
}
/*.sub_menu .dropdown-item:focus, 
.sub_menu .dropdown-item:hover{
    background-color: #e9ecef;
}*/


.header_sec.affix .dropdown-item{
    padding: 10px 15px;
    font-size: 16px;
}

.header_sec.affix ul.sub_menu li a{
    font-size: 14px;
}
.navbar-brand img{
    width: 220px;
    max-width: 180px;
}
.header_sec.affix .navbar-brand img{
    width: 150px;
}

a.inquire-now-link {
    background: #870015;
    color: #fff;
    padding: 14px 20px;
    display: inline-block;
    text-align: center;
}
a.inquire-now-link:hover {
    background: #000;
    color: #fff;
}





/********** header css End **********/






/*******home page start*******/
.head_cmn{
    margin-bottom:30px;
}
.arrow_custom .slick-arrow{
    background: #fff;
    font-size: 0;
    border: 0;
    height: 50px;
    width: 50px;
    border: 3px solid #00b7cf;
    border-radius: 50%;
    z-index: 4;
    line-height: 1;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: ;
    top: 50%;
    transform:translate(0, -50%);
    box-shadow: 2px 2px 2px #00000033;
}
.arrow_custom .slick-arrow{
    left: 0px;
}
.arrow_custom .slick-arrow.slick-next{
    left: auto;
    right: 0px;
    transform:translate(0, -50%) rotate(180deg);
}
.arrow_custom .slick-arrow:after {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    box-shadow:0px 0px 6px rgb(0 0 0 / 30%);
    margin: 0;
    position: absolute;
    left: 4px;
    top: 4px;
    color: #DD1A21;
}
.slick-dots{
    padding: 0;
    margin: 0;
    text-align: center;
}
.slick-dots li{
    display: inline-block;
    vertical-align: middle;
    padding: 0px 10px;
}
/*.slick-dots li button{
    height: 24px;
    width: 24px;
    background: #fff;
    border: 4px solid #fff;
    font-size: 0;
    padding: 0;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    border-radius: 50%;
}*/
/*.slick-dots li.slick-active button{
    background: #000;
}*/
.home_slider .slick-dots,
 .categories_top_slider .slick-dots
 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
}
.home_slider .banner_img img,
.categories_top_slider .slide img
 {
    width: 100%;
}
.home_slider  button.slick-arrow,
.categories_top_slider  button.slick-arrow

 {
    position: absolute;
    z-index: 9;
    left: 30px;
    border: none;
    background: none;
    border: 2px solid #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 50px;
    width: 50px;
    font-size: 0;
    backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border-radius: 50%;
}

.home_slider button.slick-next.slick-arrow,
.categories_top_slider button.slick-next.slick-arrow
 {
    right: 30px;
    left: auto;
}
.home_slider button.slick-arrow::after,
.categories_top_slider button.slick-arrow::after 
{
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(138deg);
    top: 17px;
    left: 17px;
}

.home_slider button.slick-next.slick-arrow::after,
.categories_top_slider button.slick-next.slick-arrow::after
 {
    transform: rotate(-45deg);
    left: 14px;
}

.solution_right {
    padding-left: 30px;
}

section.sub-banner .category-sub-banner img {
    padding: 10px 30px 10px 30px;
}
section.sub-banner .category-sub-banner:hover img {
    transform: scale(1.05);
}






.sec_p p {
    font-size: 18px;
    color: #3C3C3C;
}

.gray-bg {
    background: #F5F5F5;
}

.product_item {
    background: #fff;
    border: 1px solid #D1D1D1;
}
.item_body {
    padding: 15px 20px;
}
.product_item figure {
    margin-bottom: 0;
    overflow: hidden;
}

.product_item figure img {
    transition: all 0.4s ease;
}
.product_item figure:hover img {
/*    transform: scale(1.1);*/
}
.item_body p {
    font-size: 16px;
    color: #404040;
    line-height: 28px;
}
/*.case_studies_slider .product_item h5 p {
    font-size: 18px;
}*/

.case-study-sec .item_body h5 p
{
    font-size: 18px;

}

.case_studies_slider .product_item .item_body h4 p {
    font-size: 18px;
    margin-bottom: 0;
}

.know_more-link a {
    background: #870015;
    color: #fff;
    padding: 13px 30px;
    position: relative;
    bottom: -20px;
}

.case_studies_slider .slick-track {
    display: flex;
    border: none;
}

.case_studies_slider .slick-track .slick-slide {
    display: flex;
    float: none;
    height: auto;
}

.case_studies_slider .slick-track .slick-slide .product_item {
    position: relative;
    height: auto;
    padding-bottom: 20px;
}

.case_studies_slider .slick-track .slick-slide .product_item .know_more-link a {
    position: absolute;
}


.know_more-link a:hover {
    background: #000;
    color: #fff;
}
.blue-bg {
    background: #0063CC;
    color: #fff;
}

.white-text h4, .white-text .sec_p p {
    color: #fff;
}

.white-text p {
    color: #fff;
}

.solution_right a.know-more-btn {
    background: #fff;
    color: #000;
    padding: 12px 30px;
    margin-top: 15px;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
}
.solution_right a.know-more-btn:hover {
    background: #000;
    color: #fff;
}

.case_studies_slider .product_item {
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
}

section.sec_padd.vedio-block-sec .product_item {
    border: none;
}
.case_studies_slider .product_item h4 {
    font-size: 20px;
    min-height: auto;
}

.case_studies.sec_padd {
    position: relative;
}

.case_studies button.slick-arrow {
    position: absolute;
    bottom: 0;
    right: 0px;
}

.case_studies button.slick-prev.slick-arrow {
    right: 70px;
}
.case_studies button.slick-arrow {
    position: absolute;
    bottom: 78px;
    right: 10px;
    border: 1px solid #0063CC;
    background: none;
    min-width: 100px;
    font-size: 0;
    width: 45px;
    height: 45px;
    min-width: 10px;
}

.case_studies_slider {
    position: relative;
    padding-bottom: 70px;
    margin-left: -15px;
    margin-right: -15px;
}


.case_studies_slider button.slick-prev.slick-arrow::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    top: 14px;
    left: 16px;
    font-size: 20px;
    border-right: 2px solid #0063CC;
    border-bottom: 2px solid #0063CC;
    transform: rotate(133deg);
}

.case_studies_slider button.slick-next.slick-arrow::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    top: 14px;
    left: 10px;
    font-size: 20px;
    border-right: 2px solid #0063CC;
    border-bottom: 2px solid #0063CC;
    transform: rotate(-45deg);
}
.case_studies_slider ul.slick-dots {
    display: flex;
    padding-right:130px;
    margin-top: 50px;
    padding-left: 15px;
}
.case_studies_slider ul.slick-dots li {
    border: none;
    padding: 0;
    width: 100%;
}

.case_studies_slider ul.slick-dots button {
    border: none;
    font-size: 0;
    height: 2px;
    width: 100%;
    background: #ddd;
}
.case_studies_slider ul.slick-dots li.slick-active button {
    background: #0063CC;
}

.news_thumbnail img {
    width: 100%;
}

.news_block {
    border: 1px solid #dddddd26;
    background: #fff;
    margin-bottom: 26px;
    padding: 0;
}

.news_block a.btn.read_more {
    background: #0063CC;
    color: #fff;
    border-radius: 0;
    position: relative;
    bottom: -35px;
    left: 0;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 14px;
}
.news_block a.btn.read_more:hover {
    background: #000;
    color: #fff;
}
.news-content {
    padding: 10px 20px;
}



.news-content h4 {
    font-size: 20px;
    margin-bottom: 40px;
}


.news-content {
    padding: 0px 25px;
}
.news_thumbnail figure {
    margin-bottom: 0;
}

.news-content {
    padding: 15px 25px;
    border: 1px solid #ddd;
}

.news_thumbnail.news_right .news-content h4 {
    margin-bottom: 25px;
}


.play_icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 4;
    opacity: 0.8;
        max-width: 70px;
    margin: auto;
    left: 0;
    right: 0;
}
.video_fegure {
    position: relative;
}
ul.social_main.mobile_mene_soc {
    display: none;
}


/*******home page end*******/


/*******category page*******/
.category-product .img_wrap {
    background: #F2F2F2;
    padding: 10px;
    border-bottom: 1px solid #D1D1D1;
}


span.small_text {
    font-size: 16px;
}

.category-product h4 {
    font-size: 32px;
}

.category-product .img_wrap img {
    max-height: 320px;
    margin: auto;
    display: block;
}

.camera_features_sec .img_wrap figure img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px;
}
.camera_features_sec .img_wrap figure {
    position: relative;
    padding-top: 60%;
}


.camera_features_sec .img_wrap:hover figure img {
    transform: scale(1.1);
}

.img_wrap img {
    transition: all 0.4s ease-in;
}
.img_wrap
{
    overflow: hidden;

}
/*
.category-sub-banner:hover img {
    transform: scale(1.1);
}
*/
.category-sub-banner img
{
     transition: all 0.4s ease-in;
}

section.sub-banner {
    overflow: hidden;
}















/******* footer start ********/
.footer_sec {
    background: #fff;
    padding: 40px 0 50px;
    border-top: 4px solid #0063CC;
}
ul.footer_menu_main {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.contact_us ul.footer_menu_main li {
    margin-bottom: 14px;
}
.ftr_logo img {
    max-width: 250px;
}
.ftr_title h3 {
    font-size: 16px;
    border-bottom: 2px solid #ccc;
    display: inline-block;
    line-height: 25px;
}
.footer_menu_main a{
    color: #000;
    margin-bottom: 40px;
    display: inline-block;
    font-size:14px;
    padding: 5px 0;
}
.footer_menu_main a:last-child{
    margin-bottom: 0;
}
ul.footer_menu_main p {
    color: #000;
    line-height: 24px;
    margin-bottom: 0;
}
.footer_menu_main a:hover{
    color: #ec1c24;
}
.ftr_right_menu{
    list-style: none;
    text-align: right;
/*  padding: 60px 0 5px;*/
/*  border-bottom: 2px solid #ccc;*/
/*  margin-bottom: 20px;*/
}
.ftr_right_menu li, .ftr_left_menu{
    display: inline-block;
    vertical-align: top;
    margin-right: 60px;
}

.footer_social h4 {
    color: #8E8282;
    font-size: 14px;
    margin-bottom: 20px;
    font-family: 'Helvetica';
}
.ftr_right_menu li:last-child{
    margin-right: 0;
}
.ftr_right_menu li a,
.ftr_left_menu li a
{
    color: #000;
    text-decoration: underline;
    font-size: 16px;
}
.footer_social {
    margin-top: 50px;
}
.social_main{
    list-style: none;
    padding: 0;
    margin: 0;
}
.social_main li{
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.social_main li a {
    background: #000;
    color: #fff;
    width: 30px;
    display: block;
    text-align: center;
    border-radius: 8px;
    height: 30px;
    line-height: 30px;
}
.social_main li a:hover{
    color: #ec1c24;
}
.copyright_text {
    font-size: 16px;
}
.mobile_social, .mobile_menu{
    display: none;
}
.slick-dots > li:first-child:last-child {
    display: none;
}

.top-border {
    border-top: 2px solid #837e7e;
    margin-top: 30px;
    padding-top: 30px;
}
.ftr_left_menu a,
 .ftr_right_menu a {
    font-size: 14px;
    color: #000;
}


/* =========== listing page css =========================*/

.product_img {
    background: #F2F2F2;
    padding: 15px;
    position: relative;
}

.product_img figure {
    margin-bottom: 0;
    position: relative;
    padding-top: 100%;
}

.product_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.product_details {
    padding: 20px;
    background: #fff;
}

.product_details a.inquire-now-btn {
    border: 1px solid #333;
    padding: 10px 30px;
    background: none;
    width: 100%;
    display: block;
    color: #333;
    text-align: center;
    text-transform: capitalize;
}
.product_details .product_name h4 {
    font-size: 18px;
}
.load-more-col a.load-more {
    background: #0063CC;
    color: #fff;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 14px;
}

.load-more-col::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #ccc;
    left: 0;
    top: 0;
    z-index: -9;
    bottom: 0;
    margin: auto;
}
.load-more-col {
    position: relative;
}
.load-more-col a.load-more:hover {
    background: #000;
    color: #fff;
}

.product_details a.inquire-now-btn:hover {
    background: #000;
    color: #fff;
}

.filter .tick input:checked~.check {
    background-color: #ffffff;
}

.filter .check {
    position: absolute;
    top: 1px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.filter .tick input:checked~.check:after {
    display: block;
    transform: rotate(45deg) scale(1);
}
.filter .tick .check:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid rgb(0, 0, 0);
    border-width: 0 3px 3px 0;
    transform: rotate(45deg) scale(2);
}

.filter .check:after {
    content: "";
    position: absolute;
    display: none;
}

.filter .tick input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.filter label.tick {
    position: relative;
}
.filter .filter-option {
    padding: 10px 0;
}

.filter-option label.tick {
    padding-left: 27px;
}

.filter .box-label {
    padding: 15px 0;
}
.product_sidebar .filter button#out {
    float: right;
    box-shadow: none;
    font-size: 14px;
    margin-top: -5px;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6!important;
    padding: 10px 0;
}

.filter-dropdown .dropdown-select {
    border: 1px solid #F2F2F2;
    background: none;
    padding: 10px 20px;
    padding-right: 50px;
    font-size: 18px;
    position: relative;
}
.filter-dropdown li {
    padding: 5px 15px;
}

.filter-dropdown .dropdown-select::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    bottom: 20px;
    transform: rotate(45deg);
    right: 21px;
}
.product-found {
    color: #0063CC;
    font-size: 20px;
}

/*.product_sidebar .filter button svg.fa-plus {

}*/

.product_sidebar .filter button[aria-expanded="false"] svg.fa-minus {
    display: none;
}

.product_sidebar .filter button.collapsed button svg.fa-plus {
    display: block;
}

.product_sidebar .filter button[aria-expanded="true"] svg.fa-plus {
    display: none;
}

.product_code {
    margin-bottom: 5px;
    font-size: 14px;
}
section.Products_listing_sec.sec_padd {
    padding-top: 20px;
}
.filter h5 {
    border-bottom: 1px solid #dee2e6!important;
    padding-bottom: 10px;
    margin-bottom: 0;
    margin-top: 14px;
}




/* ================product details page =========================*/


.product_description .products_name h2 {
    font-size: 32px;
}

.product_info p {
    font-size: 16px;
    color: #404040;
}

.product_info ul {
    padding: 0;
}


.product_info ul li {
    display: block;
    padding: 6px 30px;
    color: #404040;
    position: relative;
}

.product_info ul li::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #404040;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.product_description .products_code {
    font-size: 20px;
    margin-bottom: 10px;
}
.main_products_details {
    padding-left: 50px;
    padding-right: 50px;
}
.featurescontent p {
    font-size: 16px;
}
section.product_tab_sec .nav-tabs .nav-link {
    width: 100%;
}

section.product_tab_sec .nav-tabs .nav-link {
    width: 100%;
    border: none;
    background: #0063CC;
    color: #fff;
    font-size: 20px;
    border-radius: 0;
    padding: 15px 10px;
}
section.product_tab_sec div#nav-tab {
    display: flex;
    flex-wrap: nowrap;
}

section.product_tab_sec .nav-tabs .nav-link.active {
    background: #000;
}

/*breadcrumb-item*/

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content:">";
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 5px;
}

section.breadcrumb-sec {
    padding: 10px 0;
}

section.product_tab_sec .accordion-item {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

section.product_tab_sec .accordion-button {
    box-shadow: none !important;
    background: none;
}
.partner-icon {
    margin-top: 30px;
    display: block;
}
.Products_img img {
    max-height: 700px;
}

/* =========== listing page css end =========================*/



/******* footer end ********/



section.security_sec.sec_padd.blue-bg {
    background: url(../images/video-bg.jpg);
}




/*section.security_sec.sec_padd.blue-bg {
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, rgba(1,25,147,1) 0%, rgba(0,89,227,1) 55%);
    position: relative;
    z-index: 99;
}


section.security_sec.sec_padd.blue-bg::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/blue-bg.jpg);
    z-index: 9999;
    bottom: 0;

}

*/
.brochure-thumbnail {
    max-width: 80px;
}
.resources-sec li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    margin: 20px 0;
}

.resources-sec ul {
    padding: 0;
}
.brochure-item {
    display: flex;
    align-items: center;
}

.brochure-block {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.brochure-block p {
    margin: 0;
    margin-left: 20px;
    color: #404040;
    font-size: 16px;
}


.resources-sec h5 {
    font-size: 16px;
    margin-bottom: 10px;
}

.brochurer-download a.download-link {
    border: 1px solid;
    display: block;
    padding: 10px 30px;
    min-width: 200px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
}
.brochurer-download a.download-link:hover {
    background: #0063CC;
    color: #fff;
    border-color: #0063CC;
}





/* ===================== inquire now page ====================*/









.top-text p {
    font-size: 20px;
}

.inquire-now-form input.form-control {
    height: 42px;
    border-radius: 0;
    border: 1px solid #C2C2C2;
    color: #000;
    box-shadow: none;
    font-size: 14px;
}
.inquire-now-form input.form-control::placeholder, textarea#Remarks::placeholder {
    color: #000;
}
.inquire-now-form select.form-select {
    height: 42px;
    border-radius: 0;
    box-shadow: none !important;
    font-size: 14px;
    color: #000;
}
textarea#Remarks {
    border-radius: 0;
    box-shadow: none;
    color: #000;
    font-size: 14px;
}

.inquire-now-form button.btn.inquire-now-link {
    background: #870015;
    color: #fff;
    border-radius: 0;
    font-size: 14px;
    min-width: 150px;
    height: 45px;
    box-shadow: none !important;
    position: relative;
}

.inquire-left-content p, .inquire-left-content li, .inquire-left-content  .email_call p {
    font-size: 16px;
}

.inquire-left-content .Support_call p, .inquire-left-content  .email_call p {
    color: #404040;
}

.inquire-left-content .email_call a {
    color: #02B7F1;
}
.inquire-left-content h6 {
    line-height: 27px;
}
.categories_top_banner img {
    width: 100%;
}
/*.inquire-now-form button.btn.inquire-now-link::after {
    position: absolute;
    content: "Know More";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    color: #fff;
    z-index: 99;
    font-size: 16px;
    line-height: 43px;
    opacity: 0;
}
.inquire-now-form button.btn.inquire-now-link:hover::after{
    opacity: 1;
}*/
.inquire-now-form button.btn.inquire-now-link:hover {
    border-color: #000;
     background: #000;
     color: #fff;
}

.productItem {
    display: none;
}


.case-study-content p {
    font-size: 16px;
}

/* ============ Newsroom ===================*/

.newsroom_item {
    border: 1px solid #EBEBEB;
    box-shadow: 0px 3px 12px #0000000D;
}

.newsroom_item .news_details {
    margin-top: 15px;
    margin-bottom: 10px;
}

.newsroom_item {
    position: relative;
}


.newsroom_item figure {
    position: relative;
    overflow: hidden;
    padding-top: 50%;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 10px;
}
.newsroom_item figure img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin: auto;
    object-position: center;
}


.newroom-details-content p {
    font-size: 16px;
    line-height: 28px;
}
.newroom-next-prev-block a.read-btn {
    display: block;
    border: 1px solid;
    padding: 12px 20px;
    font-size: 15px;
    color: #0063CC;
    letter-spacing: 0.5px;
    min-width: 170px;
    text-align: center;
}
.newroom-next-prev-block {
    display: flex;
    justify-content: space-between;
}

.newroom-next-prev-block {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ddd;
    padding-top: 30px;
}

.newroom-next-prev-block {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #7070701a;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #7070701a;
}

a.read-btn.read-prev svg {
    margin-right: 10px;
}

a.read-btn.read-next svg {
    margin-left: 10px;
}
.newsroom_item a.newslink {
    color: #000;
}
.newsroom_item a.newslink:hover {
    color: #0063CC;
}

/* ===================== Newsroom  end ====================*/

/*=====================  about us =====================*/



.banner_content {
    position: absolute;
    bottom: 0px;
    z-index: 99;
    color: #fff;
    line-height: normal;
    left: 0;
    right: 0;
    max-width: 1300px;
    margin: auto;
}

.about_top_banner {
    position: relative;
}

.sub_title {
    font-size: 20px;
}

.about-block {
    background: #ddd;
    text-align: center;
    padding: 50px;
    position: relative;
    z-index: 0;
}
.about-content 
{
    z-index: 9;
    position: relative;
}

.service_img img 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about-content h3 {
    color: #fff;
    margin-top: 20px;
}
.about-content {
    z-index: 999;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
}
.service_img figure {
    padding-top: 100%;
}
.service_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
section.sec_padd.about-service {
    background: url(../images/about-goal-bg.jpg);
    background-position: center;
    background-size: cover;
}
.white-text h2.head_2 {
    color: #fff;
}
.about-content ul {
    padding: 0;
    transform: translateY(70px);
    opacity: 0;
}

.about-content ul li {
    display: block;
    color: #fff;
    font-size: 18px;
    padding: 5px 0;
}
.technology-img img {
    border-radius: 24px 24px 24px 120px;
    overflow: hidden;
}
.tech-block h5 {
    line-height: 35px;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
}


.tech-list li.nav-item {
    display: block;
    padding: 5px 0;
    font-size: 16px;
    padding-left: 30px;
    position: relative;
    color: #404040;
}
.tech-list li.nav-item::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 0;
    background: url(../images/bullet.png);
    left: 0;
    top: 9px;
}
.tech-block {
    padding-right: 60px;
    position: relative;
}
.technology-img span.shape {
    position: absolute;
    z-index: -9;
    left: -150px;
    top: -28px;
}

.technology-img {
    position: relative;
}

.tech-block span.gray-shape {
    position: absolute;
    top: -60px;
    left: -60%;
    z-index: -9;
}

.tech-block span.gray-shape img {
/*    max-height: 360px;*/
}
.tech-block-list:nth-child(2n+1) {
/*    border: 1px solid;*/
}

.tech-block-list {
    padding: 60px 0;
}

.tech-block-list:nth-child(2n+1) .row {
    flex-direction: row-reverse;
    align-items: center;
}

.tech-block-list:nth-child(2n+1) .tech-block {
    padding-right: 0;
    padding-left: 60px;
}

.tech-block-list:nth-child(2n+1) .tech-block span.gray-shape {
    right: -60%;
    left: auto;
}
section.sec_padd.our-technology {
    overflow: hidden;
}
.tech-block-list:nth-child(2n+1) span.shape {
    right: -150px;
    left: auto;
}
.tech-block-list:nth-child(2n+1) .technology-img img {
    border-radius: 24px 120px 24px 24px;
}

.gray-color {
    color: #3C3C3C;
}
.about-service-icon-title {
    transform: translateY(100px);
    transition: all 0.2s ease-in;
}
 .about-content ul {
    padding: 0;
    transform: translateY(-10px);
    opacity: 0;
    transition: all 0.1s ease-in-out;
/*    transition-delay:0.3s;*/
}

.about-block:hover .about-service-icon-title {
    transform: translate(0);
}


.about-block:hover .about-content ul {
    transform: translateY(10px);
    opacity: 1;
}



/*.about-block:hover .about-content ul
{
    transform: translateY(0px);
    opacity: 1;

}*/



/*=====*/



div#video_popup .modal-body {
    padding: 0;
}

div#video_popup .modal-dialog .modal-header {
    padding: 0;
}

div#video_popup button.btn-close {
    padding: 0;
    background: #fff;
    width: 45px;
    height: 45px;
    position: absolute;
    right: -10px;
    border-radius: 50px;
    z-index: 9;
    opacity: 1;
    color: #000;
}
div#video_popup button.btn-close::after {
    position: absolute;
    content: "x";
    width: 10px;
    height: 10px;
    font-size: 36px;
    top: 0;
    line-height: 40px;
    text-align: center;
    left: 15px;
}

div#video_popup .modal-content {
    background: none;
    border: none;
}

section.product_tab_sec {
    margin-top: 50px;
}
.table>:not(:first-child) {
    border-top: 1px solid #ddd;
}
.tabs_content_block .accordion-header {
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
}
.specifications thead.thead-inverse th {
    font-size: 16px;
    padding: 9px 0;
    color: #000;
}
.specifications tbody tr td {
    padding: 10px 0;
}
div#featuresAccordion .accordion-body {
    padding: 0;
}
/*div#featuresAccordion .accordion-button {
    font-size: 24px;
    color: #000;
    padding: 10px 0;
}*/
section.product_tab_sec .accordion-button {
    font-size: 20px;
    color: #000;
    padding: 12px 0;
}

div#video_popup .modal-dialog {
    padding: 30px 15px;
}
section.product_tab_sec .accordion-button {
    font-size: 18px;
}
.newroom-next-prev-block a.read-btn:hover 
{
    background: #0063CC;
    color: #fff;
}

.filter-box-sec .border-bottom:last-child {
    border: none !important;
}

.recommended_product .product {
    background: #fff;
}

section.sec_padd.vedio-block-sec iframe {
    min-height: 450px;
    max-width: 800px;
    margin: auto;
    display: block;
}

.case-study-sec .product_item {
    height: 100%;
    position: relative;
    padding-bottom: 30px;
}

.case-study-sec .row {
    flex-wrap: wrap;
}

.case-study-sec .item_body {
   
    position: unset;
}
.case-study-sec .know_more-link a
{
    position: absolute;
}


div#request_list .productItem1 {
    margin-bottom: 20px;
}

div#request_list .productItem1 .product {
    height: 100%;
    position: relative;
}

div#request_list .productItem1 .product .product_details {
    padding-bottom: 45px;
}

div#request_list .productItem1 .product .product_details a.inquire-now-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 90%;
    margin: auto;
}

.Search_bar button.btn:hover {
    filter: invert(1);
}
.Search_bar button.btn {
    box-shadow: none;
}


.case-study-content table thead {
    background: #000;
    color: #fff;
}

.case-study-content tbody tr td {
    padding: 10px 15px;
    border: 1px solid;
}

.case-study-content thead tr td {
    padding: 10px 15px;
    font-weight: 800;
    text-transform: capitalize;
}
.social_main li a img {
    vertical-align: sub;
}

.newsroom_item {
    position: relative;
    height: 100%;
}
section.home_about_sec .product_item:hover img {
    transform: scale(1.08);
}

section.home_about_sec .product_item {
    position: relative;
    height: 100%;
    padding-bottom: 20px;
}

section.home_about_sec .product_item .know_more-link {
    padding-bottom: 0;
    position: absolute;
    bottom: 15px;
}

@media(max-width: 767px)
{

    .camera_features_sec .product_item
    {
        margin-bottom: 30px;
    }


}
.features_box h3 {
    font-size: 16px;
    min-height: 40px;
    margin-bottom: 5px;
}
.features_box {
    border: none;
    height: 100%;
    padding: 5px;
}

.mobil-search-menu
{
    display: none;
}

.tacbox {
    margin-top: 0;
    margin-bottom: 8px;
}
.tacbox a {
    color: #02B7F1;
}
section.product_tab_sec div#nav-tabContent div#RelatedProducts {
    display: none;
}

.newsroom_item a.newslink h5 {
    font-size: 18px;
    font-weight: normal;
    color: #404040;
    line-height: 28px;
}