 

  .navbar .dropdown-toggle:after, .about-layout1 .about__Text:before {
  
      display: none;
  
  }
  
  .about-layout1 .about__Text {
  
      padding: 0;
  
      margin: 0;
  
  }
  
  .breadcrumb-item+.breadcrumb-item::before {
  
      display: inline-block;
  
      padding-right: 0.5rem;
  
      color: #6c757d;
  
      content: "/";
  
  }
  
  
  
  .contact-layout1 .contact-panel__info {
  
      padding: 30px;
  
  }
  
  .contact-layout1 .contact-panel__info .contact-panel__desc {
  
      margin-bottom: 5px;
  
  }
  
  
  .gallery .gallery-img {
  
      margin-bottom: 0;
  
    max-height: 230px;
  
    object-fit: cover;
  
  }
  
  
  
  .sectionClass {
  
    padding: 20px 0px 50px 0px;
  
    position: relative;
  
    display: block;
  
  }
  
  
  
  .fullWidth {
  
    width: 100% !important;
  
    display: table;
  
    float: none;
  
    padding: 0;
  
    min-height: 1px;
  
    height: 100%;
  
    position: relative;
  
  }
  
  
  
  /*======================about-counter==============*/
  
  

  
  
  
  /*=================contact-us===============*/
  
  
  
  
  
  /*===============video Gallery================*/
  
  
  
  
  
  /*=====================product detail===============*/
  
  
  
  
  
  
  
  
  /* new */
  
  
  
  .slider.slider-height-auto .slide-item{
  
    background-size: 100% 100% !important;
  
  }
  
  .header-transparent .navbar .navbar-brand{
  
    padding-right: 1px;
  
  }
  
  
  
  .slider.slder-22 .bg-overlay:before{
  
    background: initial;
  
    background-color: initial;
  
  }
  
  
  
  
  
  /* start lang range laser section */
  
  
  
  .common-sec .list-items-layout1 .list__item{
  
    padding-bottom: 10px;
  
    padding-left: 30px;
  
    border-bottom: 0;
  
  }
  
  .common-sec .list-items-layout1 .list__item:before {
  
    background-color: none;
  
    content: '\f058';
  
    font-family: 'Font Awesome 5 Free';
  
    background: none;
  
    box-sizing: 0;
  
    box-shadow: none;
  
    top: 0;
  
    left: 0;
  
    color: #089f4a;
  
  }
  
  
  
  .common-sec .video-banner-layout2 .video__btn {
  
    left: 50%;
  
    top: 50%;
  
    text-align: 50%;
  
    transform: translate(-50%, -50%);
  
  }
  
  .common-sec  .cta-round-div {  
  
    bottom: -55px ;
  
    top: initial ;
  
    position: absolute;
  
    left: -130px;
  
  }
  
  .common-sec  .cta-round-div-2 {  
  
    bottom: -55px ;
  
    top: initial ;
  
    position: absolute;
  
     right:-130px;
  
  }
  .about-layout1.about-layout2 .video-banner-layout2{
    position: absolute;
    min-height:none;
    bottom: 30px;
    z-index: 11;
  }
  
  .about-layout1 .video-banner-layout2{
    position: absolute;
    min-height:none;
    bottom: -50px;
    z-index: 11;
  }
  
  .common-sec .video-banner-layout2{
  
    min-height: auto;
  
  
  
  }
  
  .about__text-right{
  
  padding-left: 60px;
  
  }
  
  .ptz-portfolio-sec .portfolio-item .portfolio__img{
  
    padding: 50px 0 40px 0;
  
    height: auto;
  
    min-height: 270px;
  
  }
  
  
  
  .ptz-portfolio-sec .portfolio-item .portfolio__img img{
  
    width: initial;
  
    margin: 0 auto;
  
  }
  
  
  
  .portfolio-item{
  
    box-shadow:0 5px 10px 0 rgba(3, 43, 86, 0.13)
  
  }
  
  
  
  
  
  .ai-about-bg{
  
    position: relative;
  
    background-image: url('../img/banners/banner4.png');
  
    background-size: cover;
  
    background-repeat: no-repeat;
  
  
  
  }
  
  .ai-iconbox{
  
    background-color: #fff;
  
    border-radius: 5px;
  
    display: flex;
  
    align-items: center;
  
    justify-content: center;
  
    height: 100%;
  
  }
  
  
  
  .ai-iconbox img{
  
    width: auto;
  
    object-fit: contain;
  
    transition: all 0.2s linear;
  
  }
  
  .ai-iconbox:hover > img{
  
    transform: scale(1.1);
  
    transition: all 0.2s linear;
  
  }
  
  
  
  
  
  /* end dual specturm */
  
  /* new */
  
  
  
  
  /* header dropdown two */
  
  
  
  .nav-link-2{
  
    line-height: 110px;
  
    font-size: 15px;
  
    font-weight: 700;
  
    text-transform: capitalize;
  
    display: block;
  
    position: relative;
  
    color: #222;  
  
    letter-spacing: .4px;
  
    padding-right: 15px;
  
    white-space: nowrap;
  
  }
  
  .nav-item-2{  
  
      position: relative;
  
      margin-right: 29px;
  
  
  
  }
  
  .nav-item-2:hover > .dropdown-menus-2{
  
    opacity: 1;
  
    visibility:visible;
  
  }
  
  .nav-link-2:hover {
  
    color: #089f4a !important;
  
  }
  
  .nav-link-2::before {
  
    content: "";
  
    position: absolute;
  
    bottom: 0;
  
    left: 0;
  
    width: 0;
  
    height: 2px;
  
    background-color: #089f4a;
  
    transition: .5s ease;
  
  }
  
   .nav-link-2:hover:before {
  
    width: 100%;
  
  }
  
  .dropdown-menus-2{
  
    display: flex;
  
    flex-direction: column;
  
    line-height: 45px;
  
    position: absolute;
  
    left:0px;
  
    top: 100px;
  
    right: auto;
  
    z-index: 1050;
  
    opacity: 0;
  
    visibility: hidden;
  
    transition: all .5s ease;
  
    transform: translateY(10px);
  
    background-color: white;
  
    list-style: none;
  
  }
  
  
  
  .dropdown-menus-2 > li a{
  
    color: #000 !important;
  
  }
  
  .dropdown-menus-2 > li a:hover{
  
    color: #089f4a !important;
  
  }
  
  
  
  .nav-item-2.current .nav-link-2{
  
  color: white  !important;
  
  }
  
  
  
  .is-sticky.navbar .nav-link-2{
  
    color: #222;  
  
  }
  
  .is-sticky.navbar .nav-item-2:hover .nav-link-2{
  
    color: #089f4a !important;
  
  }
  
  .services-layout3 .services-wrapper .service-item .service__img{
  background-repeat: no-repeat;
  }
  
  /*.services-layout3 .services-wrapper .service-item{
    height: 100%;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;  
    align-items: flex-start;
  }*/
  
  /*.service-item .btn__link.btn__primary{
    margin-top: 20px;
  }*/
  
  
  /* responsive ==========================================================================================================*/
  
  
  
  @media (min-width: 992px){
  
    .dropdown-menus-2 {
  
    width: auto;
  
    min-width: 235px;
  
    box-shadow: 0 2px 6px 0 rgba(40, 40, 40, 0.1);
  
    padding:15px 10px;
  
    border-radius: 0 0 6px 6px;
  
  }
  
  }
  
  
  
  @media (max-width: 1024px){
  
  .work-process-layout1 .nav__link {
  
    white-space: wrap;
  
  }
  
  .processes-wrapper .slick-arrow.slick-prev {
  
      left: -10px;
  
  }
  
  .processes-wrapper .slick-arrow.slick-next {
  
      right: -10px;
  
  }
  
  }
  
  @media (max-width: 991px){
  
  .services-layout2 .services-wrapper .slick-carousel .slick-slide .service__body {
  
      min-height: 330px;
  
  }
  
  .cta-banner {
  
    display: none;
  
  }
  
  .about__img {
  
    margin-top: 0px;
  
  }
  
  .we-are-ready-img {
  
      margin: 0 0 30px;
  
  }
  
  .cta-layout1 .heading__title {
  
      font-size: 40px;
  
  }
  
  .product-img-slide .slider-nav .thumb-slide {
  
    min-height: 80px;
  
  }
  
  .process__img img {
  
    object-fit: cover;
  
    height: auto;
  
    width: auto;
  
    border-radius: 0 !important;
  
    padding: 0;
  
  }
  
  .slide-con {
  
    order: 2;
  
  }
  
  .slide-img {
  
    order: 1;
  
  }
  
  .about__text-right {
  
    padding-left: 0px;
  
  }
  
  
  
  .common-sec .about__img {
  
  margin-top: 0px;
  
  }
  
  .navbar-actions{
  
    display: none !important;
  
  }
  
  
  
  .services-layout2+.about-layout3{
    padding-top: 30px !important;
  }
  
  .services-layout3 .services-wrapper .service-item .service__img{
  background-position: left !important;
  
  }
  
  
  .services-layout3 .services-wrapper .service-item{
    padding:20px 10px 30px 10px;
    border-top: 1px solid #bbb7b7;
  }
  .services-layout3 .service-item .service__body{
    min-height: initial;
    max-height: initial;
    padding: 10px 10px 20px 0px;
  
  }
  
  }
  
  
  
  @media (max-width: 767px){
    .about-layout1.about-layout2 .video-banner-layout2{
    bottom: -30px;
    }
    .about-layout1 .video-banner-layout2{
   
      bottom: -30px;
    }
    .slider.slider-height-auto .slide-item{
  
      background-size: cover !important;
  
    }
  
    .projectFactsWrap .item {
  
       flex: 0 0 50%;
  
    }
  
    .services-layout2 .services-wrapper .slick-carousel .slick-slide .service__body {
  
      min-height: 330px;
  
      border-right:none;
  
  }
  
  .cta-layout1 .heading__title {
  
      font-size: 25px;
  
  }
  
  .cta-layout1 .phone__number {
  
    margin: 0 0 20px !important;
  
    text-align: left;
  
  }
  
  .slider.slider-height-auto .slide-item {
  
      height: auto;
  
      padding: 130px 0 100px;
  
  }
  
  .product-img-slide .slider-nav .thumb-slide {
  
    min-height: 75px;
  
  }
  
  .text-list li .title{
  font-size: 16px !important;
      padding: 0 10px 0 0;
      word-break: break-word;
  }
  .text-list{
    margin-left: 0 !important;
  }
  .text-list li{
    padding-left: 15px !important;
  }
  
  .header-transparent+.slider .slide-item{
    height: inherit !important;
    min-height: 450px;
  }
  .slider.slider-height-auto .slide-item{
   min-height: auto !important; 
  }
  
  
  
  }
  
  
  
  @media (min-width: 992px){
  
    .navbar-toggle{
      display: none;
    }
  
  }

  @media (max-width: 1170px){
  
    .navbar-toggle{
      display: inline-block;
    }
  
  }
  
  
  
  @media (min-width: 992px) and (max-width: 1651px){
  
    .header-transparent .navbar .navbar-nav>.nav__item>.nav__item-link{
  
      line-height: 40px;
  
    }
  
   .nav-link-2{
  
      line-height: 40px;   
  
    }
  
  }
  
  
  
  @media (min-width: 1200px) and (max-width: 1300px){
  
    .nav-link-2{
  
      font-size: 13px !important;
  
    }
  
  }
  
  
  
  
  
  @media (min-width: 1200px) and (max-width: 1542px){
  
   .head-phone{
  
    display: none !important;
  
   }
  
  }
  
  /* AUTHOR LINK */
  
  
  
  
  
  /*faizan new */
  
  /* Electro Optice */
  
  .common-sec .cctvtech-feature-card_2{
    border-radius: 10px;
    padding: 15px;
    height: 240px;
    max-height: 240px;
    margin-bottom: 20px;
  }
  
  .cctvtech-feature-card_2 .electro-opt-img{
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: #F0F0F0;
  }
  .cctvtech-feature-card_2 .electro-opt-img img{
    
    height: 50px;
    margin: 16px 0 0;
    object-fit: cover;
  }
  .application-scenarios .post-item:hover{
    box-shadow: none;
  }
  
   .text-list li {
  
    position: relative;
  
    background: #f2f2f2;
  
    width: 100%;
  
    box-sizing: border-box;
  
    padding-left: 30px;
  
  padding-top: 20px;
    border-bottom: 2px solid #bfbfbf;
     padding-bottom: 20px;
     padding-right: 20px;
  }
  
   .text-list li:last-child{
   border-bottom: none;
   }
  
  
   .text-list li:hover{
  background-color: #e5e5e5;
  transition: all 0.2s linear;
  
   }
  
  .text-list li .title{
  
    font-size: 22px;
  
    color: #626262;
  
  
  
  
  }
  
  .text-list li .title:hover{
  
    color: #089f4a;
  
  }
  
  .text-list li .one-text{
  
    font-size: 16px;
  
    color: #a2a2a2;
  
    margin-top: 0.375rem;
  
  
  
  }
  
  .picture img{
  
    max-height: 430px;
  }
  
  .text-list{
  
    overflow: auto;
  
    max-height: 430px;
      background: #f2f2f2;
      height: 100% !important;
  }
  
  /*product img*/
  
  .product__img img{
    width: 350px;
    height: 350px;
    object-fit: contain;
    display: inline-block;
    margin: 0 auto;
  }
  .product-item{
    border: 1px solid #e3e3e3;
  }
  
  .product-item .product__info{
   min-height: 100px;
   max-height: 200px;
   height: auto;
  }
  
  .portfolio-item .portfolio__img img{
      width: 350px;
    height: 350px;
    display:block;
    margin: 0 auto;
    object-fit:contain;
  }
  
  .pagination li span {
      font-size: 20px;
      font-weight: 700;
      display: block;
      width: 50px;
      height: 50px;
      line-height: 46px;
      text-align: center;
      border-radius: 4px;
      color: #222;
      border: 2px solid #b8b9ba;
      background-color: #fff;
      transition: all .3s linear;
  }
  
  .services-layout2+.about-layout3{
    margin-top: 0;  
    padding-top: 90px;
  }
  
  /*.slider-overlay-img{
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-attachment: fixed;
  
  }*/
  
  .cctvtech-feature .cctvtech-feature-card {
    border-radius: 10px;
    padding: 15px;
    height: 340px;
    max-height: 340px;
  }
  
  .cctvtech-feature .cctvtech-feature-card img{
    width: 68px;
  }
  /* Marin Section */
  
  .marin-section-main .heading-layout1{
        position: absolute;
      top: 70px;
      text-align: center;
      width: 100%;
  
  }
  @media (max-width: 767px){
    .marin-section-main .marin-section-img{
      background: #000;
      opacity: 0.5;
    }
  
    .marin-section-main .marin-section-img img{
      height: 450px;
      object-fit: cover;
      object-position: center;
      
    }
    .cctvtech-feature .cctvtech-feature-card {
  
      max-height: 270px;
    }
  }
  
  