:root {
  --body-color: #F4F4F4;
  --clr-theme-black: #1e1e1e;
  --clr-theme-text: #8d8d8d;
  --clr-theme-black-500: #4E4E4E;
  --clr-theme-white: #ffffff;
  --clr-theme-border: #bdbdbd;
  --clr-text-color: #000000;
  --clr-theme-blue: #4D71DD;
  --clr-theme-primary: #395AFF;
  --clr-theme-para: #747474;

  --ff-primary: 'Clash Display';
  --ff-body: 'TASA Orbiter Deck';

  --fs-xxl: 60px;
  --fs-xl: 50px;
  --fs-lg: 32px;
  --fs-md: 28px;
  --fs-sm: 24px;
  --fs-body: 19px;
  --fs-xs: 16px;

  --section-gap: 90px;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 32px;
  --transition: all 0.4s ease-in-out;
}


@media (min-width: 2000px) {
  .intel__catagori .container {
    max-width: 1900px;
  }

}

@media (min-width: 2200px) {
  .intel__catagori .container {
    max-width: 2100px;
  }


}

@media (min-width: 2600px) {
  .intel__catagori .container {
    max-width: 2400px;
  }

}

@media (min-width: 3000px) {
  .intel__catagori .container {
    max-width: 3400px;
  }

  .intel__catagori-img img {
    height: 330px;
  }

}

@media (min-width: 4000px) {
  .intel__catagori .container {
    max-width: 4600px;
  }

  .intel__catagori-img img {
    height: 330px;
  }

}

@media (max-width: 1899px) {

  /* Home Start */

  .container {
    max-width: 1540px;
  }

  .intel__infrastructure-flight .intel__img {
    width: 65%;
  }

  .hm_bnr_texts {
    padding-left: 90px;
  }

  .inteltech_wrppr .global_hdng::before {
    right: -20px;
  }

  .inteltech_wrppr .global_hdng {
    max-width: 940px;
  }

  .inteltech_wrppr .global_hdng h2 {
    font-size: 50px;
  }

  .intel__technology-box .image {
    height: 228px;
  }

  .hm_cntr_mdl_card h5 {
    font-size: var(--fs-sm);
    line-height: 1.4;
  }

  .intel__realtime-box h4 {
    font-size: var(--fs-sm);
  }

  .core_ai_btm_cntnts::before {
    left: -10px;
  }

  .intel__infrastructure::before {
    bottom: 25px;
  }

  .every_infra_card .image::after {
    bottom: -18px;
  }

  .every_infra_card .contents {
    bottom: -5px;
    padding: 10px 10px 10px;
  }


  /* Home End */

  /* seaport start */

  .seaport_hero_wrpr h1 {
    font-size: var(--fs-xxl);
    line-height: 60px;
    max-width: 1100px;
  }

  .seaport_eco_card h3 {
    padding: 0 10px;
  }

  .smart_cntnr_image h2 {
    font-size: 60px;
    line-height: 70px;
  }

  .seaport_hdng h2 {
    letter-spacing: -1px;
  }

  .traditional_port .row>*:nth-child(3n+2) .robotics_wrkfrce_card {
    margin: 0 -30px;
  }

  .command_center_single .image {
    width: 46px;
    height: 46px;
    margin-bottom: 16px;
  }

  /* seaport end */

  /* Traffic Solutions start */
  .traffic__world_text h2 {
    font-size: 155px;
  }

  .traffic_inglce_card .single_card h3 {
    margin-bottom: 4px;
  }

  .traffic_env_card .custom__btn {
    font-size: 18px;
  }

  .traffic_real_world .home_seaport_group {
    margin-top: 40px;
  }

  /* Traffic Solutions End */

  /* Robotics Page Start */

  .rbt_emer_left .global_hdng {
    margin-right: -30px;
  }

  .rbt_emer_lstng .single_list .image {
    width: 100px;
    height: 100px;
  }

  .rbt_rspnse_left,
  .rbt_rspnse_left .image {
    height: 100%;
  }

  /* Robotics Page End */

  /* Smart City Page Start */
  .smcitycmpus .intel__performance-mid {
    margin: 0 -110px;
  }

  /* Smart City Page End */


  /* Products Page Start */

  .comp_solutions_listing .single_card h3 {
    font-size: 18px;
  }

  .feature_icons_list h4 {
    font-size: 18px;
  }

  .feature_icons_list .single_part img {
    width: 35px;
    height: 35px;
  }

  .feature_icons_list .single_part {
    column-gap: 10px;
    padding: 12px 22px;
  }

  .feature_icons_list ul {
    gap: 12px;
  }

  .prdct_biomtrc_drpdwn h3 {
    font-size: 35px;
  }

  .prdct_biomtrc_drpdwn .single_list .list_hdng {
    font-size: 19px;
  }

  .prdct_biomtrc_drpdwn .single_list .list_hdng::after {
    top: 19px;
  }

  .products_biometric_right .global_hdng {
    margin-bottom: 20px;
  }

  .biomtrc_prdct_card .image img {
    height: 200px;
  }

  .biomtrc_prdct_card .hdng a {
    font-size: 19px;
    margin-bottom: 8px;
  }

  /* Products Page End */


  /* police_military */
  .custom__btn {
    padding: 10px 35px;
  }

  /* police_military */

  /* Contact Page Start */
  .connect_infra_right .seaport_hdng h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  /* Contact Page End */

  /* About Page Start */
  .about_world_left .rbt_env_card .tag {
    font-size: 12px;
  }

  /* About Page End */



}


@media (max-width: 1599px) {

  /* Home Start */

  .intel__infrastructure-flight .intel__img {
    width: 62%;
  }

  .intel__catagori-img img {
    height: 190px;
  }

  :root {

    --fs-xxl: 50px;
    --fs-body: 17px;
    --fs-sm: 21px;
    --fs-lg: 27px;
    --section-gap: 70px;
  }

  .inteltech_wrppr .global_hdng,
  .core_ai_tab .nav,
  .core_ai_btm_cntnts {
    max-width: 1170px;
  }

  .inteltech_wrppr::after {
    left: 4%;
    right: 4%;
  }

  .inteltech_wrppr .global_hdng::before {
    right: -17px;
  }

  .container {
    padding: 0 30px;
  }

  .home_pltfrm_hdng p {
    padding: 0 230px;
  }

  .intel__img {
    height: 400px;
  }

  .intel__industries-wrap {
    margin-top: 30px;
  }

  .intel__infrastructure::after,
  .intel__infrastructure::before {
    scale: 0.7;
  }

  .intel__infrastructure-content-right .image {
    max-width: 280px;
    margin: -40px auto 30px;
  }

  .intel__infrastructure::before {
    bottom: 15px;
  }

  .intel__infrastructure-since .custom-heading h2 {
    font-size: 80px;
  }

  .intel__infrastructure-since {
    gap: 5px;
  }

  .inteltech_wrppr .global_hdng h2 {
    font-size: 42px;
  }

  .intel__technology-box .image {
    height: 190px;
  }


  p {
    line-height: 27px;
  }

  .plus_btn {
    margin-top: 5px;
  }

  .home_seaport_group {
    padding: 300px 30px 30px;
    margin-bottom: 60px;
  }

  .platform_infrastructure .global_hdng {
    margin: 0 auto 30px;
  }

  .every_infra_card h3 {
    font-size: 21px;
    line-height: 29px;
  }

  .intel__realtime .global_hdng {
    max-width: 900px;
  }

  .intel__realtime-cont li {
    font-size: 17px;
  }

  .intel__realtime::after,
  .intel__realtime::before {
    scale: 0.7;
  }

  .intel__performance-img img {
    width: 60px;
    height: 60px;
    object-fit: contain;
  }

  .intel__performance-content {
    padding: 10px 0 0 0;
  }

  .intel__footer-box li a {
    font-size: 16px;
  }

  .home_counter .home_seaport_group {
    margin-top: 60px;
  }

  textarea.form-control {
    min-height: 100px;
    resize: none;
  }

  .intel__industries-box .intel__img h5::after {
    left: 10px;
  }

  .home_seaport_group .left_hdng {
    width: 65%;
  }

  /* Home End */

  /* seaport start */

  .seaport_center .image {
    max-width: 550px;
  }

  .seaport_eco_card::after {
    width: 80px;
    right: -90px;
  }

  .seaport_eco_left.seaport_right .seaport_eco_card::after {
    left: -90px;
    right: unset;
  }

  .row:has(.seaport_eco_left) {
    align-items: center;
  }

  .int_eco_left h3 {
    line-height: 1.2;
  }

  .smart_cntnr_image {
    margin: 0 -130px;
  }

  .smart_cntnr_image h2 {
    top: 90px;
  }

  .cntnr_listing li {
    font-size: 18px;
  }

  .traditional_port .robotics_wrkfrce_card {
    max-width: 390px;
  }

  .seaport_circle h2 {
    font-size: 50px;
  }

  .seaport_circle {
    width: 450px;
    height: 450px;
    padding-bottom: 60px;
  }

  .seaport_port_left li {
    padding-left: 50px;
  }

  .seaport_port_left li+li {
    margin-top: 66px;
  }


  .intel__footer-mid ul li {
    width: 42%;
  }

  .intel__footer-top {
    padding-bottom: 50px;
  }

  .row:has(.command_center_left) {
    align-items: end;
  }

  .command_center_left .image {
    height: 400px;
  }

  /* seaport end */

  /* Traffic Solutions start */
  .traffic__world_text h2 {
    font-size: 135px;
  }

  .traffic_inglce_card li+li {
    margin-top: 90px;
  }

  .traffic_inglce_card.right li:first-child .single_card:after {
    top: 94%;
  }

  .traffic_enfrcmnt_tab {
    margin-top: 5px;
  }

  .traffic_enfrcmnt_tab .nav-tabs .nav-link {
    font-size: 18px;
    padding: 14px 24px;
  }

  .actionable_hdng {
    margin-bottom: 150px;
  }

  .traffic_env_card .custom__btn {
    font-size: 16px;
    padding: 10px 30px;
  }

  .traffic_deployment_right li .dploy_nmbr h6 {
    font-size: 70px;
  }

  .traffic_deployment_right li {
    padding-bottom: 18px;
  }

  .traffic_deployment_right li+li {
    margin-top: 18px;
  }

  .traffic_deployment_right li .single_listing h4 {
    margin-bottom: 4px;
  }

  .cntrl_room__left {
    margin-right: -30px;
  }

  .cntrlroom_list_single {
    font-size: 16px;
    padding: 10px 41px 10px 25px;
  }

  .cntrlroom_list_single .number {
    top: -21px;
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  .traffic_real_world .home_seaport_group {
    padding-top: 300px;
  }

  .traffic_rworld_card .hm_cntr_mdl_card {
    max-width: 350px;
  }

  .traffic_rworld_card li+li {
    margin-top: 200px;
  }

  .traffic__world_text {
    top: 230px;
  }


  /* Traffic Solutions End */


  /* Smart City Start */

  .smc_function_card h4 {
    font-size: 18px;
  }

  .smartcity_function,
  .smartcity_provide,
  .smart_surveillance,
  .smartcity_counter {
    padding-bottom: 10%;
  }

  .smartcity_tab_card .contents h3 {
    font-size: 20px;
  }

  .smartcity_tab_card .image {
    height: 150px;
  }

  .smcity_provide_single h3 {
    font-size: 24px;
  }

  .smcity_provide_single ul li {
    font-size: 13px;
  }

  .smartcity_provide_right::after {
    scale: 0.9;
  }

  .sm_surveillance_left .global_hdng h2 {
    font-size: 45px;
  }

  .sm_sur_rowrev .row {
    align-items: start;
  }

  .smcity_devices_card h3 {
    font-size: 24px;
    margin-bottom: 4px;
  }

  .ps_right_security .home_seaport_group {
    padding: 350px 30px 30px;
  }

  .smcity_provide_single ul {
    padding: 20px;
  }

  /* Smart City End */


  /* Public Security Start */

  .ps_featured_tab .nav-link {
    font-size: 19px;
    padding: 8px 35px;
  }

  .ps_prdct_tab_contnts h3 {
    font-size: 20px;
  }

  .ps_prdct_tab_contnts h4 {
    margin-bottom: 6px;
    font-size: 18px;
  }

  .bnfts_intel_cntnts h3,
  .ps_bnfts_hdng h3 {
    font-size: 30px;
    margin-bottom: 7px;
  }

  .ps_bnfts_hdng h3 {
    margin-bottom: 20px;
  }

  .ps_bnfts_hdng {
    padding-top: 30px;
  }

  .proactive_protection .image {
    width: 70px;
    height: 70px;
  }

  .ps_intell_security .global_hdng {
    margin-bottom: 130px;
  }

  .ps_smarter_card h3,
  .ps_right_security_right h3 {
    font-size: var(--fs-sm);
    margin-bottom: 10px;
  }

  .ps_right_security_right h3 {
    margin-bottom: 6px;
  }

  .ps_rcmmndation {
    padding: 30px 20px;
  }

  .ps_rcmmndation li {
    font-size: 18px;
  }

  .ps_rcmmndation li+li {
    margin-top: 20px;
  }

  .ps_three_cctv {
    max-width: 480px;
    margin-inline: auto;
  }

  .ps_right_securitysltn .global_hdng {
    margin-bottom: 60px;
  }

  .threat_detection_card h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .ps_right_security .global_hdng {
    max-width: 1200px;
  }

  .rght_scrytwo .home_seaport_group {
    padding: 300px 30px 30px;
  }

  .ps_graph .image {
    max-width: 220px;
  }

  .ps_right_security_right {
    margin-top: 140px;
  }

  .proactive_protection h4 {
    margin-bottom: 6px;
  }

  .ps_rcmmndation li::after {
    top: 10px;
  }

  /* Public Security End */

  /* Robotics Page Start */
  .rbt_emer_left .global_hdng {
    margin-right: 0;
  }

  .rbt_emer_lstng {
    margin-top: 50px;
    padding-right: 50px;
  }

  .rbt_emer_lstng .single_list .image {
    width: 80px;
    height: 80px;
  }

  .rbt_emer_right {
    margin: 0 -20px;
  }

  .smartcity_tailored_tab .nav-link {
    font-size: 18px;
  }

  .rbt_tab_img {
    max-width: 240px;
  }

  .rbt_extreme_card h3 {
    font-size: 20px;
  }

  .rbt_image {
    max-width: 400px;
  }

  .human_rbts_left li+li {
    margin-top: 12px;
    padding-top: 12px;
  }

  .rbt_respnse .glbl_hdng_wrp .contents {
    max-width: 49%;
  }

  .rbt_rspnse_right h3 {
    font-size: 22px;
    margin-bottom: 4px;
  }

  .rbt_contact .seaport__contact-img-right {
    margin-top: 100px;
  }

  .rbt_contact {
    padding-bottom: var(--section-gap) !important;
  }

  .human_rbts_left {
    max-width: 380px;
  }

  /* Robotics Page End */

  /* ==============jit======= */
  /* airport-solution/ */
  .airport__smart-headings h2 {
    font-size: 150px;
    text-align: center;
  }

  .airport_platform-wrap {
    gap: 12px;
  }

  .airport__products-box p {
    margin-bottom: 35px;
  }

  section.airports_extra::before {
    bottom: 16px;
  }

  /* airport-solution/ */


  /* Products Page Start */

  .biomtrc_prdct_card .image img {
    height: 160px;
  }

  .products_biometric_right {
    padding-left: 0;
  }

  .products_biometric_right .global_hdng h2 {
    font-size: 40px;
  }

  .prdct_biomtrc_drpdwn .single_list .list_hdng {
    padding: 15px 20px;
  }

  .prdct_biomtrc_drpdwn .single_list .list_hdng h4 {
    font-size: 18px;
  }

  .prdct_biomtrc_drpdwn .single_list ul a {
    padding: 10px 40px 10px 25px;
    font-size: 16px;
  }

  .prdct_biomtrc_drpdwn .single_list .list_hdng::after {
    font-size: 10px;
    top: 16px;
    width: 26px;
    height: 26px;
  }

  .products_inr_bnr .hm_bnr_hdng ul li:not(:last-child):after {
    top: 12px;
  }

  .comp_solutions_listing .single_card h3 {
    font-size: 16px;
  }

  .feature_icons_list h4 {
    font-size: 16px;
  }

  .feature_icons_list .single_part img {
    width: 30px;
    height: 30px;
  }

  .feature_icons_list .single_part {
    column-gap: 10px;
    padding: 10px 18px;
    border-radius: 10px;
  }

  /* Products Page End */


  /* Products Details Start */
  .pdetails_image {
    height: 550px;
  }

  .breadcrumb_listing ul li:not(:last-child):after {
    top: 12px;
  }

  /* Products Details End */

  /* police_military */
  .base_protection_card .custom__btn {
    padding: 10px 25px;
  }

  /* police_military */

  /* mega menu start */

  .intel__header-nav .mgmenu_left .nav-link {
    font-size: 15px;
    padding-left: 13px;
  }

  .megamenu_prdcts h4 {
    font-size: 15px;
  }

  .megamenu_prdcts .image {
    width: 105px;
    height: 80px;
    margin-bottom: 15px;
  }

  /* mega menu end */


  /* Contact Page Start */
  .connect_infra_right {
    padding: 35px;
  }

  .contact_location_single h5 {
    bottom: -56px;
    text-align: center;
    display: flex;
    justify-content: center;
    height: 50px;
    align-items: center;
  }

  /* Contact Page End */


  /* About Page Start */
  .about_intel_ecosytem .global_hdng {
    padding-right: 40px;
  }

  .about_decision .glbl_hdng_wrp .contents {
    max-width: 570px;
  }

  .about_world_left .rbt_env_card .tag {
    font-size: 11px;
  }

  .multi_domain_listing .single_card h4 {
    font-size: 18px;
  }

  .intel__industries-box .intel__img h5 {
    font-size: 18px;
  }

  .intel__industries-box .intel__content h5 {
    line-height: 1.2;
    font-size: 20px;
  }
  .ev__blog-postcont {
    width: 62%;
}
.ev__blog-postimg {
    width: 35%;
}
.blog-details-card h2 {
    margin-bottom: 10px;
}

  /* About Page End */
  
  /* Location Start */
.locationbnr, .locationbnr .row {
    height: 100vh;
}
.locationbnr textarea.form-control {
    height: 110px;
}

/* Location End */


}


@media (max-width: 1399px) {

  /* Home Start */

  .intel__realtime-cont li {
    font-size: 17px;
  }

  .custom__btn span img {
    width: 20px;
  }

  .custom__btn {
    font-size: 16px;
    gap: 8px;
    padding: 8px 22px;
  }

  .intel__infrastructure-imgbox .btn-wrap {
    right: 20px;
  }

  .intel__realtime-img h5 {
    font-size: 20px;
    width: 286px;
  }

  .intel__global-left .custom-heading {
    width: 71%;
  }

  .intel__catagori-img img {
    height: 160px;
  }

  .intel__main-page::after {
    right: 25%;
  }

  .intel__main-page::before {
    left: 25%;
    width: 1px;
  }


  :root {
    --fs-xxl: 45px;
    --fs-body: 16px;
    --fs-sm: 18px;
    --fs-lg: 24px;
    --section-gap: 60px;
    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 24px;
  }

  .inteltech_wrppr .global_hdng,
  .core_ai_tab .nav,
  .core_ai_btm_cntnts {
    max-width: 90%;
  }

  .platform_infrastructure .bottom_btn {
    margin: 50px 0;
  }

  .core_ai_tab .nav-link {
    padding: 8px 19px;
    font-size: 13px;
  }

  .core_ai_tab .nav {
    gap: 9px;
    margin: 20px auto 20px;
  }

  .inteltech_wrppr .global_hdng::before {
    right: -16px;
  }

  .core_ai_btm_cntnts::before {
    left: -14px;
  }

  .global_hdng {
    margin-bottom: 15px;
  }

  .home_pltfrm_hdng p {
    padding: 0 180px;
  }

  .intel__img {
    height: 350px;
  }

  .intel__industries-box .intel__content h5 {
    margin-bottom: 5px;
  }

  .intel__industries-box .intel__content {
    width: 650px;
  }

  .intel__industries-wrap .btn,
  .intel__industries-wrap-bottom .btn,
  .plus_btn {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .intel__industries-box .intel__img h5 {
    bottom: 0;
  }

  .intel__infrastructure-content-right .image {
    max-width: 240px;
    margin: -30px auto 20px;
  }

  .intel__infrastructure-since {
    transform: translateY(-20px);
  }

  .intel__technology-box .image {
    height: 160px;
  }

  .intel__technology-box {
    padding: 15px;
  }

  .intel__technology-box h3 {
    line-height: 1.3;
    margin-bottom: 6px;
  }

  .home_seaport_group {
    padding: 240px 30px 30px;
  }

  .every_infra_card h3 {
    font-size: 19px;
    line-height: 27px;
  }

  .every_infra_card p {
    font-size: 16px;
    line-height: 25px;
  }

  .hm_cntr_mdl_card {
    row-gap: 50px;
  }

  .intel__realtime .global_hdng {
    max-width: 800px;
  }

  .intel__realtime-cont li {
    font-size: 16px;
  }

  .intel__infrastructure-imgbox .btn-wrap {
    right: 0;
  }

  .intel__realtime-cont {
    padding: 25px 20px;
  }

  .realtime__btn {
    font-size: 14px;
  }

  .home_ps_card .contents_wrap {
    column-gap: 30px;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

  .home_ps_card .contents_wrap p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .home_ps_card::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40.35%, rgba(0, 0, 0, 0.83) 85.66%);
  }

  .intel__performance-content h5 {
    margin-bottom: 6px;
  }

  p {
    line-height: 24px;
  }

  .intel__performance {
    padding-bottom: 35px;
  }

  .intel__footer-box {
    padding: 35px 14px 30px 0;
  }

  .inteltech_wrppr .global_hdng h2 {
    font-size: 38px;
  }

  .intel__footer-form {
    padding: 35px 0;
  }

  .intel__footer-buttompart {
    padding: 20px 0;
  }

  .intel__footer-buttom-mid {
    width: 55%;
  }

  .intel__industries-box .intel__img h5::after {
    left: 8px;
  }

  .row:has(.every_infra_card) {
    row-gap: 40px;
  }

  /* Home End */


  /* seaport start */


  .seaport_hero_wrpr h1 {
    line-height: 1.3;
    max-width: 900px;
  }

  .seaport_body h3 {
    font-size: 20px;
    line-height: 1.3;
  }

  .seaport_eco_card h3 {
    padding: 0px;
  }

  .seaport_center .image {
    max-width: 420px;
  }

  .seaport_eco_card::after {
    width: 50px;
    right: -60px;
  }

  .seaport_eco_left.seaport_right .seaport_eco_card::after {
    left: -60px;
  }

  .ecosystem_section .seaport_hdng {
    margin-bottom: 30px;
  }

  .integra_ecosystem .seaport_hdng {
    margin-bottom: 50px;
  }

  .int_eco_left li {
    max-width: 260px;
  }

  .int_eco_left .eco__card .image {
    max-width: 220px;
    height: 120px;
  }

  .int_eco_left .eco__card {
    min-height: 229px;
  }

  .smart_cntnr_image {
    margin: 0 -100px;
  }

  .smart_cntnr_image h2 {
    font-size: 50px;
    line-height: 1.1;
    top: 73px;
  }

  .smart_cntnr_card_wrp ul {
    height: calc(100% + 10px);
  }

  .robotics_workforce .seaport_hdng {
    margin: 0 auto 40px;
    max-width: 800px;
  }

  .cntnr_listing li {
    font-size: 16px;
  }

  .robotics_wrkfrce_card h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .cntnr_listing li::after {
    scale: 0.9;
  }

  .traditional_port .seaport_hdng {
    margin: 0 auto 30px;
  }

  .traditional_port .row>*:nth-child(3n+2) .robotics_wrkfrce_card {
    margin: 0 -20px;
  }

  .traditional_port .robotics_wrkfrce_card {
    max-width: 340px;
  }

  .seaport_port_left ul {
    max-width: 330px;
  }

  .seaport_circle {
    width: 440px;
    height: 440px;
    padding-bottom: 60px;
  }

  .seaport__port_right {
    padding: 50px;
    row-gap: 220px;
  }

  .seaport_infrastructure .content-part {
    left: 20px;
    width: 80%;
  }

  .seaport_infrastructure h5 {
    left: 26px;
  }

  .command_center_single h3 {
    margin-bottom: 8px;
  }

  .seaport__contact-form .form-control,
  .seaport__contact-form .form-select {
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 18px;
    line-height: 28px;
  }

  .seaport__contact-form .form-control::placeholder,
  .seaport__contact-form .form-select::placeholder {
    font-size: 18px;
  }

  .intel__footer-box li a {
    font-size: 15px;
  }

  .form-group.form-button span img {
    width: 20px;
  }

  .form-group.form-button p {
    font-size: 16px;
  }

  .form-group.form-button {
    gap: 8px;
    font-size: 16px;
    min-width: auto;
    height: auto;
  }

  .intel__footer-box h4,
  .intel__footer-form h3 {
    font-size: 20px;
  }

  .intel__footer-mid ul p {
    font-size: 15px;
    line-height: 25px;
  }

  .intel__header .navbar-brand,
  .intel__footer .dsktp_logo {
    max-width: 170px;
    display: block;
  }


  .intel__header-nav .navbar-brand img {
    height: auto;
  }

  .command_center_left {
    height: 100%;
    display: flex;
    flex-direction: column;
  }


  .command_center_left .image {
    flex-grow: 1;
  }

  /* seaport end */


  /* Traffic Solutions start */
  .traffic__world_text h2 {
    font-size: 115px;
  }

  .traffic_inglce_card .single_card {
    padding: 25px;
  }

  .traffic_inglce_card.right li:first-child .single_card:after,
  .traffic_inglce_card li:first-child .single_card:after {
    top: 83%;
    scale: 0.8;
  }

  .traffic_inglce_card li+li {
    margin-top: 70px;
  }

  .mb40 {
    margin-bottom: 30px;
  }

  .traffic_enfrcmnt_tab .nav-tabs .nav-link {
    font-size: 16px;
    padding: 12px 22px;
  }

  .actionable_card .icon {
    margin-bottom: 14px;
  }

  .actionable_card .icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
  }

  .actionable_hdng {
    margin-bottom: 120px;
  }

  .actionable_card {
    padding: 25px 20px;
  }

  .actionable_card h4,
  .traffic_env_card h3 {
    margin-bottom: 4px;
  }

  .traffic_env_card .custom__btn {
    font-size: 14px;
    padding: 8px 24px;
  }

  .traffic_deployment_right li .dploy_nmbr h6 {
    font-size: 60px;
  }

  .traffic_env_card .image {
    margin-bottom: 14px;
  }

  .cntrl_room__left {
    margin-right: -40px;
  }

  .cntrlroom_list_single p {
    line-height: 1.1;
  }

  .cntrlroom_list_single {
    font-size: 14px;
  }

  .traffic_real_midimg {
    max-width: 390px;
    margin-inline: auto;
  }

  .traffic__world_text {
    top: 210px;
  }

  .traffic_rworld_card .hm_cntr_mdl_card {
    max-width: 320px;
  }

  .cntrl_room__left .global_hdng {
    margin-bottom: 40px;
  }

  /* Traffic Solutions End */


  /* Smart City Start */

  .row>*:has(.smc_function_card) {
    padding: 0 6px;
  }

  .smc_function_card h4 {
    font-size: 15px;
  }

  .smc_function_card .image {
    margin-bottom: 10px;
  }

  .digital_backbone_video {
    height: 360px;
    margin-bottom: 25px;
  }

  .d_backbone_card h3 {
    margin-bottom: 5px;
  }

  .smartcity_tailored_tab .nav-link {
    padding: 7px 24px;
    font-size: 15px;
  }

  .smartcity_tailored_tab .nav-tabs {
    column-gap: 10px;
    margin-bottom: 20px;
  }

  .smartcity_tab_card .image {
    height: 100px;
  }

  .smartcity_tab_card {
    padding: 25px 15px;
  }

  .smartcity_tab_card .contents h3 {
    font-size: 17px;
  }

  .smcity_provide_single {
    padding: 14px;
  }

  .smcity_provide_single h3 {
    font-size: 20px;
  }

  .smcity_provide_single ul li {
    font-size: 11px;
  }

  .sm_surveillance_left .global_hdng h2 {
    font-size: 40px;
  }

  .sm_sur_rowrev .row+.row {
    margin-top: 30px;
  }

  .sm_sur_rowrev .row:nth-child(even) .sm_surveillance_left {
    padding-left: 10px;
  }

  .sm_sur_rowrev .ps_rcmmndation {
    margin: 20px 0;
  }

  .sm_sur_rowrev .ps_rcmmndation ul {
    margin-bottom: 20px;
  }

  .smcity_devices_card .contents {
    padding: 20px 15px;
  }

  .smcitycmpus {
    padding: var(--section-gap) 0;
  }

  .smcitycmpus .intel__performance-box {
    padding: 0 30px 0 20px;
  }

  .smcitycmpus .intel__performance-left.right .intel__performance-box {
    padding: 0 20px 0 40px;
  }

  .ps_right_security .home_seaport_group {
    padding: 300px 30px 30px;
  }

  .smcitycmpus .intel__performance-content h5 {
    font-size: 22px;
  }

  /* Smart City End */

  /* Public Security Start */

  .bnfts_intel_cntnts h3,
  .ps_bnfts_hdng h3 {
    font-size: 25px;
    margin-bottom: 5px;
  }

  .ps_bnfts_hdng {
    padding-top: 20px;
  }

  .ps_bnfts_hdng h3 {
    margin-bottom: 13px;
    padding-bottom: 13px;
  }

  .proactive_protection h4 {
    font-size: 20px;
  }

  .ps_featured_tab .nav-tabs {
    column-gap: 15px;
    padding: 10px;
    margin-bottom: 15px;
  }

  .ps_featured_tab .nav-link {
    font-size: 16px;
    padding: 8px 30px;
  }

  .ps_prdct_tab_contnts h3 {
    font-size: 17px;
    margin-bottom: 5px;
  }

  .ps_prdct_tab_contnts h4 {
    margin-bottom: 6px;
    font-size: 16px;
  }

  .ps_intell_card h3 {
    margin-bottom: 5px;
  }

  .intel_pulse_inner {
    width: 600px;
    height: 600px;
  }

  .intel_pulse_outer {
    width: 600px;
    height: 600px;
    top: 80px;
  }

  .ps_intell_security .global_hdng {
    margin-bottom: 100px;
  }

  .ps_smarter_security .glbl_hdng_wrp .global_hdng {
    max-width: 500px;
  }

  .ps_smarter_security .glbl_hdng_wrp {
    margin-bottom: 10px;
  }

  .ps_three_cctv {
    max-width: 400px;
  }

  .ps_rcmmndation li {
    font-size: 16px;
  }

  .threat_detection .global_hdng {
    max-width: 600px;
  }

  .threat_detection_card h3 {
    font-size: 21px;
    margin-bottom: 5px;
  }

  .ps_counter .row>*:nth-child(4) .hm_cntr_mdl_card {
    margin-top: -50px;
  }

  .rght_scrytwo .home_seaport_group {
    padding: 240px 30px 30px;
  }

  .ps_graph .image {
    max-width: 200px;
  }

  .ps_graph h3 {
    margin-bottom: 6px;
  }

  .ps_contact .seaport__contact-form {
    margin-top: 20px;
  }

  .home_seaport_group h3 {
    font-size: var(--fs-lg);
  }

  .p_security_bnr .hm_bnr_hdng {
    max-width: 90%;
  }

  /* Public Security End */


  /* Robotics Page Start */
  .inner_bnr .hm_bnr_hdng {
    max-width: 750px;
  }

  .rbt_emer_left .global_hdng {
    margin-right: -30px;
  }

  .rbt_emer_lstng .single_list h3 {
    margin-bottom: 4px;
    font-size: 21px;
  }

  .rbt_emer_lstng li+li {
    margin-top: 35px;
  }

  .rbt_emer_lstng {
    margin-top: 40px;
    padding-right: 10px;
  }

  .rbt_emer_lstng .single_list .image {
    width: 70px;
    height: 70px;
  }

  .rbt_emer_right {
    margin: 0;
  }

  .rbt_tab_img {
    max-width: 230px;
    height: 200px;
    object-fit: contain;
  }

  .rbt_tab_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .rbt_extreme_card h3 {
    max-width: 100%;
  }

  .rbt_env_card .tag {
    padding: 6px 24px;
  }

  .rbt_platform_right .ps_rcmmndation {
    padding-right: 100px;
  }

  .rbt_image {
    max-width: 350px;
  }

  .human_rbts_left li {
    column-gap: 10px;
  }

  .human_rbts_left {
    max-width: 320px;
    padding: 20px 30px 30px;
  }

  .human_rbts_left h3 {
    padding: 10px 30px;
    margin: 0 auto 25px;
  }

  .rbt_firefight_card h3 {
    font-size: var(--fs-lg);
  }

  .rbt_respnse .glbl_hdng_wrp .contents {
    max-width: 47%;
  }

  .rbt_respnse .glbl_hdng_wrp {
    align-items: start;
    margin-bottom: 30px;
  }

  .rbt_contact .seaport_hdng h2 {
    font-size: var(--fs-xxl);
  }

  /* Robotics Page End */


  /* ==============jit======= */
  /* /* airport-solution/ */
  .airport__products_wrppr .core_ai_tab .nav {
    margin-bottom: 30px;
  }

  .airport__smart-headings h2 {
    font-size: 130px;
  }

  .airport_platform-wrap {
    gap: 12px;
  }

  .airport__counter-card h5 {
    font-size: var(--fs-sm);
  }

  section.airports_extra::before {
    bottom: 10px;
  }

  .airport_platform-content {
    gap: 15px;
    padding: 18px;
  }

  /* /* airport-solution/ */


  /* Products Page Start */
  .comp_solutions_listing .single_card h3 {
    font-size: 14px;
  }

  .feature_icons_list h4 {
    font-size: 16px;
  }

  .feature_icons_list .single_part {
    column-gap: 10px;
    padding: 8px 18px;
    border-radius: 10px;
  }

  .feature_icons_list .single_part img {
    width: 28px;
    height: 28px;
  }

  .prdct_biomtrc_drpdwn h3 {
    font-size: 26px;
  }

  .prdct_biomtrc_drpdwn .single_list .list_hdng {
    font-size: 16px;
    line-height: 1.1;
  }

  .prdct_biomtrc_drpdwn .single_list .list_hdng::after {
    top: 14px;
    width: 20px;
    height: 20px;
  }

  .prdct_biomtrc_drpdwn .single_list ul a {
    padding: 10px 30px 10px 25px;
    font-size: 14px;
  }

  .products_biometric_right .global_hdng h2 {
    font-size: 35px;
  }

  .biomtrc_prdct_card .image img {
    height: 120px;
  }

  .prdct_biomtrc_drpdwn {
    top: 70px;
  }

  .biomtrc_prdct_card {
    padding: 20px 15px 15px 15px;
  }

  .biomtrc_prdct_card .contents {
    padding: 15px 0 10px;
  }

  .prdct_indstry_single h4 {
    font-size: 18px;
  }

  /* Products Page End */


  /* Products Details Start */
  .pdetails__hero {
    padding-top: 80px;
  }

  .pdetails_image {
    height: 480px;
    top: 80px;
  }

  .sku_group h4 {
    border-radius: 6px;
    font-size: 14px;
  }

  .sku_group h5 {
    font-size: 15px;
  }

  .sku_group {
    column-gap: 10px;
  }

  .specifications_details h4 {
    font-size: 20px;
  }

  .pdetails_contnts_wrp .centered_btn {
    column-gap: 15px;
  }

  /* Products Details End */

  /* police_military */
  .base_protection_card {
    padding: 20px 15px;
  }

  .hm_bnr_hdng h1 {
    font-size: var(--fs-xxl);
  }

  .mlt_frag_img {
    margin: 0 -40px;
  }

  .mlt_frag_left ul {
    padding-right: 110px;
  }

  .mlt_frag_left ul {
    padding-right: 110px;
  }

  .mlt_support_list ul h4 {
    font-size: 16px;
  }

  .mlt_support_list ul h4 span {
    font-size: 18px;
  }

  .base_protection_card .contents {
    padding: 18px 0 5px;
  }

  .mlt_integration_single h4 {
    font-size: 22px;
  }

  .mlt_cnct_assnmnent .asnmnt_wrp h4 {
    font-size: 24px;
  }

  .mlt_frag_left.right ul {
    padding-right: 0;
    padding-left: 110px;
  }

  .ecosystem_section::before,
  .command_center::before {
    right: 5px;
    top: 5px;
    scale: 0.7;
  }

  .ecosystem_section::after,
  .command_center::after {
    left: 15px;
    bottom: 25px;
    scale: 0.7;
  }

  /* police_military */
  .prdct_biomtrc_drpdwn .single_list .list_hdng h4 {
    font-size: 16px;
  }

  .prdct_biomtrc_drpdwn .single_list .icon i {
    font-size: 12px;
    width: 26px;
    height: 26px;
  }


  /* mega menu start */

  .mgmenutab_nav {
    padding: 14px;
  }

  .intel__header-nav .mgmenu_left .nav-link {
    font-size: 13px;
    padding-left: 11px;
  }


  .megamenu_prdcts .image {
    width: 90px;
    height: 60px;
    margin-bottom: 12px;
  }

  .mgmenu_mid .image {
    height: 300px;
  }

  .megamenu_prdcts h4 {
    font-size: 12px;
  }

  .megmenu_right_prdcts>ul>li {
    padding: 0 6px;
  }

  .megmenu_right_prdcts>ul {
    row-gap: 14px;
  }

  .mgmnu_btn {
    font-size: 11px;
    width: 22px;
    height: 22px;
  }

  .megamenu_wrap h6 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .megamenu_wrap {
    top: 62px;
  }

  /* mega menu end */


  /* Contact Page Start */
  .connect_infra {
    padding-right: 20px;
  }

  .connect_infra_right {
    padding: 35px 25px;
  }

  .connect_infra_right .form-control::placeholder,
  .connect_infra_right .form-select,
  .connect_infra_right .form-control {
    font-size: 15px;
  }

  .contact_location_single .img-part img {
    height: 210px;
  }

  .contact_location_single h6 {
    font-size: 15px;
  }

  .contact_location_single .content-part {
    left: 8px;
    bottom: 10px;
  }

  .contact_location_single .address-part li {
    font-size: 10px;
  }

  .comingsoon::after {
    font-size: 14px;
    max-width: 80px;
    margin-inline: auto;
  }

  .contact_location_single h5 {
    font-size: 13px;
  }

  .contact_location_group {
    padding: 30px 0 60px;
  }

  /* Contact Page End */


  /* About Page Start */

  .about_decision .rbt_rspnse_right .icon {
    margin-bottom: 15px;
    max-width: 50px;
  }

  .about_multi_head {
    max-width: 1000px
  }

  .multi_domain_listing li .single_card+.single_card {
    margin-top: 20px;
  }

  .multi_domain_listing li {
    padding: 0 10px;
  }

  .ps_smarter_card .contents {
    padding: 20px;
  }

  .ps_smarter_card .icon {
    width: 50px;
    height: 50px;
    margin-bottom: 12px;
    padding: 10px;
  }

  .ps_smarter_card h3,
  .ps_right_security_right h3 {
    margin-bottom: 5px;
  }


  .about_intel_ecosytem .global_hdng {
    padding-right: 20px;
  }

  .about_inteleco_card .contents h3 {
    font-size: 22px;
    margin-bottom: 6px;
  }

  .about_inteleco_card .image {
    flex: 1;
  }

  .about_worldwide .glbl_hdng_wrp .contents,
  .about_intel_ecosytem .glbl_hdng_wrp .contents,
  .about_decision .glbl_hdng_wrp .contents {
    max-width: 46%;
  }

  .row>*:has(.about_world_left) {
    padding: 0 6px;
  }

  .about_world_left .rbt_env_card+.rbt_env_card {
    margin-top: 14px;
  }

  .about_world_left .rbt_env_card .tag {
    font-size: 10px;
    padding: 5px 12px;
  }

  .multi_domain_listing .single_card h4 {
    font-size: 16px;
  }

  .abt_wrld_img::after {
    height: 760px;
  }

  .intel__industries-box .intel__img h5 {
    font-size: 15px;
  }

  .intel__industries-box .intel__img h5::after {
    left: 5px;
  }

  .error_img {
    max-width: 450px;
    margin-inline: auto;
  }

  .seaport_hero_wrpr {
    padding-bottom: 50px;
  }

  /* About Page End */
  
.ev__blogpage .ev__heading h2 {
    margin-bottom: 5px;
}
.ev__blog-cta {
    padding: 50px 30px;
}
.ev__blog-postcont h5 {
    font-size: 16px;
}
.ev__blog-postcont span {
    font-size: 14px;
}
.ev__blog-postimg img {
    height: 70px;
}
.ev__blog-ctagory h4, .ev__blog-tag h4, .ev__blog-resentpost h4 {
    font-size: 22px;
}
.blog-categories {
    margin-top: 20px;
}
.blog-meta {
    margin-bottom: 12px;
}
.intelhomemdl textarea {
    height: 70px;
     font-size: 17px;
}
.input_card input {
    height: 46px;
    font-size: 17px;
}
.input_card input::placeholder {
    font-size: 17px;
}

/* Location Start */

.locationbnr .row {
    padding-bottom: 40px;
}
.locationbnr textarea.form-control {
    height: 90px;
}
.locationbnr .connect_infra_right {
    padding: 25px;
}
.locationbnr .seaport__contact-form .form-control, .locationbnr .seaport__contact-form .form-select {
    padding: 8px 18px;
    font-size: 15px;
}
.location_ctabtn .home_seaport_group .left_hdng {
           width: auto;
        max-width: 350px;
}

/* Location End */



}



@media (max-width: 1199px) {

  /* Home Start */

  .intel__realtime-box h4 {
    padding-bottom: 12px;
    font-size: var(--fs-lg);
  }

  .home_ps_card .contents_wrap {
    column-gap: 20px;
    bottom: 16px;
    left: 16px;
    right: 15px;
  }

  :root {
    --fs-xxl: 40px;
    --fs-body: 16px;
    --fs-sm: 16px;
    --fs-lg: 20px;
    --fs-md: 24px;
    --section-gap: 50px;
  }

  .home_pltfrm_hdng p {
    padding: 0px 80px;
  }

  .intel__industries-box .intel__content {
    width: 500px;
  }

  .intel__industries-single2 {
    border-radius: 10px;
  }

  .intel__img {
    height: 300px;
  }

  .intel__infrastructure-content-right .image {
    max-width: 180px;
  }

  .intel__infrastructure-since .custom-heading h2 {
    font-size: 60px;
  }

  .intel__infrastructure::after,
  .intel__infrastructure::before {
    scale: 0.5;
    left: 5px;
  }

  .intel__infrastructure::after {
    right: 5px;
    top: 5px;
    left: unset;
  }

  .intel__technology-box .image {
    height: 130px;
  }

  .inteltech_wrppr .global_hdng h2 {
    font-size: 30px;
  }

  .inteltech_wrppr::after {
    left: 2%;
    right: 2%;
  }

  .inteltech_wrppr .global_hdng,
  .core_ai_tab .nav,
  .core_ai_btm_cntnts {
    max-width: 90%;
    gap: 7px;
  }

  .inteltech_wrppr .global_hdng::before {
    right: 20px;
  }

  .core_ai_btm_cntnts::before {
    left: 20px;
  }

  .core_ai_tab .nav-link {
    padding: 8px 16px;
    font-size: 11px;
  }

  .core_ai_tab .tab-content .row>* {
    padding: 0 5px;
    margin-top: 12px;
  }

  .intel__technology-box p,
  .every_infra_card p {
    font-size: 15px;
    line-height: 22px;
  }

  .core_ai_btm_cntnts {
    margin: 20px auto 0;
  }

  .core_ai_btm_cntnts p {
    padding: 0 20px;
  }

  .custom__btn {
    font-size: 15px;
    gap: 8px;
    padding: 8px 22px;
  }

  .core_ai_btm_cntnts .btn_wrap {
    column-gap: 15px;
  }

  .home_seaport_group {
    padding: 110px 30px 30px;
    margin-bottom: 40px;
  }

  .row>*:has(.every_infra_card) {
    padding: 0 5px;
  }


  .every_infra_card h3 {
    font-size: 16px;
    line-height: 1.4;
  }

  .hm_cntr_mdl_card {
    padding: 20px;
    row-gap: 20px;
    justify-content: space-between;
  }

  .intel__realtime-img {
    width: 50%;
    margin-left: auto;
  }

  .intel__realtime-cont {
    width: 100%;
  }

  .row:has(.intel__realtime-box) {
    margin-top: 10px !important;
  }

  .intel__performance-img img {
    width: 50px;
    height: 50px;
  }

  .intel__performance-content p {
    font-size: 15px;
    line-height: 22px;
  }

  .row>*:has(.intel__performance-left) {
    padding: 0 5px;
  }

  .intel__performance-content .custom__btn {
    font-size: 14px;
  }

  .intel__performance-box {
    padding: 25px 15px;
  }

  .intel__footer-box li a {
    font-size: 14px;
  }

  .intel__footer-form .form-control,
  .intel__footer-form .form-select {
    height: 40px;
    font-size: 13px;
  }

  .form-control::placeholder {
    font-size: 13px;
  }

  .intel__footer-buttom-left ul a {
    padding-right: 10px;
  }

  .intel__footer-buttom-left ul {
    gap: 5px 10px;
  }

  .intel__footer::before {
    width: 300px;
    height: 300px;
  }

  .intel__footer-buttom a {
    font-size: 14px;
  }

  .intel__footer-buttom-mid ul {
    row-gap: 5px;
  }

  .intel__footer-buttom h6 {
    margin-bottom: 0px;
    font-size: 20px;
  }

  .intel__footer-buttom-mid p {
    font-size: 14px;
    margin-top: 4px;
  }

  .intel__realtime-content ul {
    margin-top: 20px;
  }

  .intel__header-main .navbar-nav {
    gap: 0 12px;
  }

  /* Home End */

  /* Seaport Start */

  .row:has(.command_center_left) {
    align-items: unset;
  }

  /* Seaport End */

  /* Traffic Solutions start */

  .inner_bnr .hm_bnr_hdng {
    max-width: 700px;
  }

  .traffic_inglce_card .single_card {
    padding: 20px;
  }

  .traffic_enfrcmnt_tab .nav-tabs .nav-link {
    font-size: 14px;
  }

  .traffic_enfrcmnt_tab .row>*,
  .row>*:has(.actionable_card),
  .row>*:has(.traffic_env_card) {
    padding: 0 5px;
  }

  .traffic_enfrcmnt_tab .tab-content {
    padding: 20px;
  }

  .centered_btn {
    margin-top: 20px;
  }

  .glbl_hdng_wrp .contents {
    max-width: 450px;
  }

  .intel__header-main .navbar-nav {
    gap: 0 15px;
  }

  .traffic_deployment_right li .single_listing .contents {
    width: 50%;
  }

  .traffic_deployment_right li .single_listing .image {
    width: 30%;
    height: 80px;
  }

  .traffic_deployment_right {
    padding-left: 0;
  }

  .cntrlroom_list_single {
    padding: 10px 40px 10px 15px;
  }

  .traffic__world_text h2 {
    font-size: 90px;
  }

  .traffic_rworld_card li+li {
    margin-top: 150px;
  }

  .traffic__world_text {
    top: 150px;
  }

  .traffic_real_world .home_seaport_group {
    margin-top: 0;
    padding-top: 200px;
  }

  .seaport__contact-form textarea.form-control {
    height: 100px;
  }

  .seaport__contact-form .form-control,
  .seaport__contact-form .form-select {
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 16px;
  }

  .seaport__contact-form .form-control::placeholder,
  .seaport__contact-form .form-select::placeholder {
    font-size: 16px;
  }

  .actionable_hdng {
    max-width: 800px;
    background: rgb(255, 255, 255, 0.7);
  }

  .traffic_real_midimg {
    max-width: 290px;
  }

  /* Traffic Solutions End */


  /* Smart City Start */
  .smartcity_function .glbl_hdng_wrp {
    margin-bottom: 25px;
  }

  .smartcity_tailored_tab .nav-link {
    padding: 7px 20px;
    font-size: 14px;
  }

  .row>*:has(.smartcity_tab_card) {
    padding: 0 6px;
  }

  .row:has(.smartcity_tab_card) {
    row-gap: 12px;
    --bs-gutter-y: 0;
  }

  .smartcity_tab_card .contents h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .smartcity_provide_left {
    padding-right: 0;
  }

  .smcity_provide_single ul li {
    font-size: 13px;
  }

  .smartcity_provide_right::after {
    width: 70px;
    height: 70px;
    background-size: 35px;
  }

  .smartcity_provide_right .row>* {
    padding: 0 8px;
  }

  .smcity_devices_card .image {
    border-radius: 0 0 12px 12px;
  }

  .smcity_devices_card h3 {
    font-size: 20px;
  }

  .smcitycmpus .intel__performance-mid {
    margin: 0 -80px;
  }

  .smcitycmpus .intel__performance-box {
    padding: 0 40px 0 20px;
  }

  .ps_right_security .home_seaport_group {
    padding: 220px 30px 30px;
  }

  .smartcnct .seaport__contact-form {
    padding-left: 0px;
  }

  /* Smart City End */


  /* Public Security Start */

  .p_security_bnr .hm_bnr_hdng {
    max-width: 90%;
  }

  .bnfts_intel_cntnts h3,
  .ps_bnfts_hdng h3 {
    font-size: 20px;
  }

  .proactive_protection .image {
    width: 60px;
    height: 60px;
  }

  .ps_featured_prdcts {
    padding: 40px 0;
  }

  .ps_prdct_tab_contnts p,
  .ps_smarter_card p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }

  .ps_featured_prdcts_wrp>ul>li .left_item,
  .ps_featured_prdcts_wrp>ul>li .right_item {
    width: 49.3%;
  }

  .ps_featured_prdcts_wrp>ul>li+li {
    margin-top: 18px;
  }

  .ps_prdct_tab_contnts h3 {
    font-size: 16px;
  }

  .intel_pulse_outer {
    top: 40px;
  }

  .ps_smarter_card .contents {
    padding: 18px;
  }

  .row>*:has(.ps_smarter_card),
  .row>*:has(.threat_detection_card) {
    padding: 0 6px;
  }

  .ps_smarter_card {
    row-gap: 12px;
  }

  .ps_smarter_card h3,
  .ps_right_security_right h3 {
    font-size: 17px;
    margin-bottom: 6px;
  }

  .ps_smarter_card .custom__btn {
    margin-top: 13px;
  }

  .ps_rcmmndation .custom__btn {
    font-size: 14px;
  }

  .ps_right_security_right .image {
    margin-bottom: 10px;
  }

  .ps_right_security_right .contents {
    padding: 0 5px 5px;
  }

  .ps_three_cctv {
    max-width: 370px;
  }

  .threat_detection .global_hdng {
    max-width: 500px;
  }

  .row:has(.threat_detection_card) {
    row-gap: 12px;
  }

  .threat_detection_card h3 {
    font-size: 19px;
  }

  .ps_counter .row>*:nth-child(4) .hm_cntr_mdl_card {
    transform: translateX(-150px);
    margin-top: -40px;
  }

  .rght_scrytwo .home_seaport_group {
    padding: 200px 30px 30px;
  }

  .ps_graph .image {
    max-width: 140px;
  }

  .ps_contact .seaport__contact-form {
    padding: 0 30px;
  }

  .seaport__contact-img-right {
    margin-left: -30px;
  }

  .ps_contact .seaport__contact-img {
    margin-right: -30px;
  }

  /* Public Security End */


  /* Robotics Page Start */
  .rbt_emer_left .global_hdng {
    margin-right: 0;
  }

  .rbt_tab_img {
    max-width: 190px;
    height: 190px;
    position: relative;
    right: 0;
    order: 2;
  }

  .rbt_extreme_card .custom__btn {
    order: 3;
    margin-inline: auto;
  }

  .rbt_extreme_card {
    padding: 20px;
    min-height: 350px;
  }

  .rbt_extreme_card h3 {
    font-size: 18px;
    text-align: center;
  }

  .rbt_xtreme .smartcity_tailored_tab .nav-link {
    font-size: 16px;
  }

  .smartcity_tailored_tab .nav-tabs {
    column-gap: 13px;
    margin-bottom: 20px;
    row-gap: 15px;
  }

  .row>*:has(.rbt_extreme_card),
  .row>*:has(.rbt_env_card),
  .machinez_wrp .row>*,
  .rbt_firefighting .row>* {
    padding: 0 6px;
  }

  .row:has(.rbt_extreme_card),
  .row:has(.rbt_env_card) {
    row-gap: 14px;
  }

  .rbt_env_card .tag {
    padding: 6px 20px;
    font-size: 14px;
    bottom: 12px;
    right: 12px;
  }

  .rbt_platform_left .custom__btn {
    margin: 20px 0;
  }

  .rbt_image {
    max-width: 270px;
  }

  .human_rbts_left {
    padding: 20px 20px 20px;
  }

  .human_rbts_left li {
    font-size: 15px;
  }

  .rbt_respnse .glbl_hdng_wrp {
    margin-bottom: 10px;
  }

  .rbt_rspnse_right h3 {
    font-size: 20px;
  }

  .rbt_rspnse_right li {
    padding: 20px;
  }

  .rbt_contact .seaport_hdng h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .rbt_contact {
    padding-bottom: 0 !important;
  }

  .rbt_platform_right .ps_rcmmndation {
    padding-right: 50px;
  }


  /* Robotics Page End */


  /* ===============jit====== */
  /* airport-solution/ */
  .airport__mordern-item {
    gap: 12px;
  }

  .airport__mordern.airports_extra::after {
    background-size: 100%, 100%;
    width: 33px;
    height: 27px;
    right: 25px;
    top: 12px;
  }

  section.airports_extra::before {
    display: none;
  }

  section.airports_extra::after {
    display: none;
  }

  .airports__box-wrap {
    flex-direction: column;
  }

  .airport_platform-item {
    width: 47.5%;
    gap: 13px;
    padding: 15px;
  }

  .airport__smart-headings h2 {
    font-size: 100px;
  }

  .airport__smart-wrap {
    gap: 15px;
  }

  .airport__counter-card h4 {
    font-size: var(--fs-md);
  }

  .airport_deployment-single {
    padding: 20px 15px;
  }

  .airport__mordern-item {
    padding-left: 0;
  }

  .airport__counter-card h5 {
    line-height: 26px;
  }

  .airport__counter-card {
    row-gap: 15px;
  }

  .airport__products-box p {
    margin-bottom: 25px;
  }

  /* airport-solution/ */

  /* /* industrial-automation/ */
  .inds_chakra_left {
    padding-right: 30px;
  }

  .inds_chakra_left.right {
    padding-left: 30px;
  }

  .inds_chakra_left>ul {
    gap: 10px;
  }

  .industry_tab_card .image {
    padding: 20px;
    height: 250px;
  }

  .complexity_inds_card {
    height: 100%;
  }

  .complexity_inds_card h4 {
    height: 52px;
  }

  /* /* industrial-automation/ */


  /* Products Page Start */
  .comp_solutions_listing ul li {
    width: 16.66%;
  }

  .comp_prev,
  .comp_next {
    width: 40px;
    height: 40px;
    left: -20px;
  }

  .comp_next {
    right: -20px;
    left: unset;
  }

  .feature_icons_list h4 {
    font-size: 13px;
  }

  .feature_icons_list .single_part img {
    width: 24px;
    height: 24px;
  }

  .feature_icons_list .single_part {
    column-gap: 5px;
    padding: 5px 12px;
    border-radius: 8px;
  }

  .feature_icons_list ul {
    gap: 8px;
  }

  .prdct_biomtrc_drpdwn h3 {
    font-size: 22px;
    padding: 10px;
  }


  .biomtrc_prdct_card .image img {
    height: 100px;
  }

  .biomtrc_prdct_card .image {
    padding: 10px;
  }

  .biomtrc_prdct_card .hdng a {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .biomtrc_prdct_card .contents {
    padding: 15px 0 0;
  }

  .products_biometric_right .global_hdng h2 {
    font-size: 30px;
  }

  .products_biometric_right .global_hdng {
    margin-bottom: 13px;
  }

  .prdct_biomtrc_drpdwn .single_list .list_hdng {
    padding: 13px 20px;
    font-size: 15px;
    line-height: 1.2;
  }

  .prdct_biomtrc_drpdwn .single_list .list_hdng::after {
    top: 0;
    bottom: 0;
    right: 11px;
    margin: auto;
  }

  .prdct_biomtrc_drpdwn .single_list ul a {
    padding: 10px 17px 10px 17px;
    font-size: 14px;
  }

  .row>*:has(.prdct_indstry_single),
  .products_biometric_right .row>* {
    padding: 0 5px;
  }

  .row:has(.prdct_indstry_single),
  .products_biometric_right .row {
    row-gap: 10px;
  }


  .prdct_indstry_single .contents {
    bottom: 15px;
    left: 15px;
    right: 10px;
  }

  .prdct_indstry_single h4 {
    font-size: 15px;
  }

  /* Products Page End */


  /* Products Details Start */

  .pdetails_contnts_wrp h1 {
    margin-bottom: 10px;
  }

  .sku_wrap {
    margin: 15px 0;
  }

  .specifications_details h4 {
    margin-bottom: 15px;
  }

  .specifications_details .row {
    row-gap: 12px;
  }

  .pdetails_contnts_wrp .centered_btn {
    margin-top: 20px;
  }

  /* Products Details End */


  /* seaport_solution */
  .seaport_hero_wrpr h1 {
    font-size: var(--fs-xxl);
    margin: 0 auto 15px;
  }

  .seaport_body h3 {
    font-size: 18px;
  }

  .smart_cntnr_image h2 {
    font-size: 38px;
  }

  .robotics_workforce .quote_btn_wrp {
    margin-top: 35px;
  }

  .traditional_port .robotics_wrkfrce_card {
    max-width: 275px;
  }

  .traditional_port .robotics_wrkfrce_card .contents {
    padding: 0 15px 20px;
  }

  .seaport_section .seaport_hdng {
    max-width: 100%;
  }

  .seaport_port_left li {
    padding-left: 37px;
  }

  .seaport_infrastructure h6 {
    font-size: 20px;
  }

  .seaport_infrastructure h5 {
    font-size: 20px;
  }

  .command_center_single {
    padding: 20px 15px;
  }

  .seaport_circle h2 {
    font-size: 40px;
  }

  /* seaport_solution */

  /* police_military */
  .military_tab_card {
    padding: 15px;
  }

  .military_modern_threats .glbl_hdng_wrp {
    margin-bottom: 30px;
  }

  .mlt_mdrn_card .contents {
    padding: 18px 0 0;
  }

  .military_tab_card .image {
    padding: 0 0 15px;
    margin-bottom: 15px;
    height: 200px;
  }

  .mlt_tactical_card {
    padding: 30px;
    height: 450px;
  }

  .mlt_tactical_opatn .glbl_hdng_wrp {
    margin-bottom: 20px;
  }

  .base_protection_card h3 {
    font-size: 16px;
  }

  .mlt_dot_list li {
    font-size: 16px;
  }

  .base_protection_card .contents {
    padding: 18px 0 5px;
  }

  .mlt_msn_left {
    row-gap: 0;
  }

  .mlt_support_list ul h4 span {
    font-size: 18px;
  }

  .mlt_dot_list li::after {
    width: 10px;
    height: 10px;
  }

  .mlt_frag_img {
    margin: 0 -40px;
  }

  .mlt_frag_left ul {
    padding-right: 110px;
  }

  .mlt_frag_left ul {
    padding-right: 110px;
  }

  .mlt_support_list ul h4 {
    font-size: 16px;
  }

  .mlt_support_list ul h4 span {
    font-size: 18px;
  }

  .base_protection_card .contents {
    padding: 18px 0 5px;
  }

  .mlt_integration_single h4 {
    font-size: 22px;
  }

  .mlt_cnct_assnmnent .asnmnt_wrp h4 {
    font-size: 24px;
  }

  .mlt_cnct_assnmnent .nmbr {
    font-size: 40px;
  }

  .mlt_frag_img {
    margin: 0;
  }

  .mlt_frag_left ul {
    padding-right: 40px;
  }

  .mlt_frag_left.right ul {
    padding-left: 40px;
  }

  .mlt_frag_left li::after {
    width: 40px;
    left: calc(100% + 10px);
  }

  .mlt_frag_left.right li::after {
    right: calc(100% + 10px);
  }

  /* police_military */

  .prdct_biomtrc_drpdwn .single_list .list_hdng h4 {
    font-size: 15px;
  }


  /* mega menu Start */

  .intel__header-nav .mgmenu_left .nav-link {
    font-size: 11px;
    padding-left: 8px;
  }

  .mgmenutab_nav {
    padding: 13px 10px;
  }

  .mgmenu_mid .image {
    height: 300px;
  }

  .megamenu_prdcts {
    border-radius: 12px;
    padding: 14px;
  }

  .megamenu_prdcts h4 {
    font-size: 11px;
  }

  .mgmenu_mid .image {
    height: 260px;
  }

  .megamenu_wrap {
    top: 58px;
  }

  .megamenu_prdcts .image {
    width: 80px;
    height: 50px;
  }

  /* mega menu end */


  /* Contact Page Start */
  .comingsoon .accordion-body {
    display: none;
  }

  .comingsoon::after {
    z-index: 2;
    inset: unset;
    top: 35px;
    left: 0;
    right: 0;
    letter-spacing: 0;
    max-width: 210px;
  }

  .contact_locationmap .accordion-body h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .contact_locationmap .dgGlobal-location__contact-list li+li {
    margin-top: 5px;
  }

  .connect_infra {
    padding-right: 0;
  }

  .connect_infra h4 {
    font-size: 20px;
  }

  .contact_locationmap .dgGlobal-location__contact-list li a {
    color: var(--clr-theme-black);
  }

  .contact_locationmap .dgGlobal-location__contact-list li a span {
    margin-right: 5px;
  }

  /* Contact Page End */


  /* About Page Start */

  .about_decision .rbt_rspnse_right .icon {
    margin-bottom: 10px;
    max-width: 40px;
  }

  .multi_domain_listing li {
    padding: 0 5px;
  }

  .multi_domain_listing li .single_card+.single_card {
    margin-top: 10px;
  }

  .multi_domain_listing .single_card h4 {
    font-size: 14px;
    left: 10px;
  }

  .about_world_left .rbt_env_card .tag {
    font-size: 12px;
    padding: 5px 13px;
  }

  .about_inteleco_card {
    padding: 20px 15px;
  }

  .about_inteleco_card .contents h3 {
    font-size: 19px;
    margin-bottom: 4px;
  }


  .abt_wrld_img {
    scale: 2;
  }

  .row>*:has(.abt_wrld_img) {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }

  .comingsoon {
    position: relative;
  }

  .intel__industries-box .intel__img h5 {
    font-size: 14px;
  }
  .ev__blogpage .ev__content {
    margin-bottom: 20px;
}
.ev__blog-date {
    border-radius: 8px;
    font-size: 12px;
}
.ev__blog-cont h4 a {
    margin-bottom: 12px;
}
.ev__blog-cta {
    padding: 40px 15px;
    row-gap: 10px;
}
.ev__blog-cta h6 {
    font-size: 20px;
    padding-bottom: 12px;
}
.ev__blog-postimg img {
    height: 60px;
}

  /* About Page End */
  
  /* Location Start */

.locationbnr textarea.form-control {
    height: 80px;
}
.location_ctabtn  .home_seaport_group::after {
    background: rgb(0, 0, 0,0.5);
}
/* Location End */


}


@media (max-width: 991px) {

  /* Home Start */
  .intel__industries-box .intel__content {
    align-items: baseline;
  }


  .intel_cntnt_hnngwrp span {
    width: 35px;
    height: 35px;
    background: #1e1e1e;
    color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    flex: 0 0 auto;
  }

  .intel__industries-box.active .intel_cntnt_hnngwrp i {
    transform: rotate(180deg);
  }

  .intel_cntnt_hnngwrp span i {
    transition: var(--transition);
  }

  .icon-bar {
    width: 30px;
    height: 3px;
    display: block;
    background: var(--clr-theme-white);
    border-radius: 50px;
  }

  .navbar-toggler {
    display: flex;
    flex-direction: column;
    row-gap: 7px;
    padding: 10px;
    border-color: var(--clr-theme-white);
    order: 3;
  }

  .intel__header-nav .navbar-nav .nav-link {
    color: #000;
    font-size: 20px;
  }

  .intel__header-nav .ms-auto {
    margin-left: unset !important;
    margin-right: auto !important;
  }

  .intel__header-main .btn-wrap {
    margin-left: unset;
    margin-right: auto;
  }

  .intel__header-main {
    gap: 20px;
    flex-direction: column;
    margin-right: 0;
  }

  .offcanvas-header .btn-close {
    opacity: 1;
    width: 30px;
    height: 30px;
    background-image: unset;
    position: relative;
  }

  .offcanvas-header .btn-close::after {
    content: '\f057';
    font-family: "fontawesome";
    color: var(--clr-text-color);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .navbar-toggler:focus,
  .offcanvas-header .btn-close:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    outline: none;
  }

  .intel__header .btn-wrap {
    order: 2;
    margin-left: auto;
    margin-right: 25px;
  }

  .custom__btn {
    font-size: 16px;
    gap: 8px;
    padding: 8px 25px;
  }

  :root {
    --fs-xxl: 35px;
    --fs-md: 20px;
  }

  .home_pltfrm_hdng .global_hdng {
    max-width: 100%;
    margin: auto auto 10px;
  }

  .home_pltfrm_hdng p {
    padding: 0px;
  }

  .intel__industries-single,
  .intel__industries-single.active,
  .intel__industries-single2,
  .intel__industries-single2.active {
    flex: 0 0 auto;
    width: 32%;
  }

  .intel__industries-box .intel__content {
    width: unset;
    opacity: 1;
    padding: 14px;
  }

  .intel__industries-box .intel__img h5 {
    display: none;
  }

  .intel__industries-box .intel__content h5 {
    font-size: var(--fs-md);
    line-height: 1.2;
  }

  .intel__industries-wrap .intel__content p,
  .intel__industries-wrap-bottom .intel__content p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-right: 45px;
    font-size: 14px;
    line-height: 20px;
    pointer-events: none;
  }

  .intel__industries-wrap .btn,
  .intel__industries-wrap-bottom .btn {
    right: 8px;
    bottom: 10px;
    opacity: 1;
    /* z-index: 8; */
    z-index: 2;
  }

  .intel__industries-box::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgb(0, 0, 0, 0.5);
    transition: var(--transition);
  }

  .intel__industries-box.active::after,
  .intel__industries-box2.active::after {
    opacity: 1;
  }


  .intel__industries-box::before {
    display: none;
  }

  .down_boat {
    margin-top: 0px;
  }

  .intel__infrastructure-since h6 {
    margin-bottom: 8px;
  }

  .intel__infrastructure-content-right .image {
    max-width: 240px;
    margin: 10px auto 20px;
  }

  .intel__infrastructure-content-right .intel__content {
    text-align: center;
    justify-content: center;
    align-items: center;
  }



  .intel__industries-single,
  .intel__industries-single.active,
  .intel__industries-single2,
  .intel__industries-single2.active {
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    border-color: var(--clr-theme-black);
  }

  .intel__industries-wrap .btn,
  .intel__industries-wrap-bottom .btn {
    opacity: 0;
    right: 18px;
    bottom: 19px;
    background: #000;
    color: #fff;
  }

  .intel__industries-box .btn:hover {
    opacity: 0.7;
    background: #000;
    color: #fff;
    border-color: #000;
  }

  .intel__industries-box .intel__content h5 {
    margin-bottom: 0;
    color: var(--clr-text-color);
  }


  .intel_cntnt_hnngwrp {
    width: 100%;
    display: flex;
    justify-content: space-between;
    column-gap: 15px;
    align-items: center;
  }

  .intel__industries-wrap .intel__content p,
  .intel__industries-wrap-bottom .intel__content p {
    font-size: 16px;
    line-height: 24px;
    padding-top: 7px;
    color: var(--clr-text-color);
  }

  .intel__industries-box .intel__content {
    position: relative;
    background: var(--clr-theme-white);
    padding: 14px 20px;
  }

  .intel__industries-box .intel__img {
    padding: 10px;
    background: var(--clr-theme-white);
    border-radius: 0;
    padding-top: 0;
    height: 220px;
  }

  .intel__industries-box:hover .intel__img img {
    transform: scale(1);
  }

  .intel__industries-box .intel__img img {
    border-radius: 5px;
  }

  .intel__industries-wrap,
  .intel__industries-wrap-bottom {
    flex-direction: column;
    padding-bottom: 0;
  }

  .intel__industries-box::after {
    display: none;
  }

  .intel__industries-box.active::after,
  .intel__industries-box2.active::after {
    display: none;
  }

  .hm_pltfrm_btn {
    margin-top: 35px;
  }

  .intel__technology-box .image {
    height: 170px;
  }

  .core_ai_tab .nav,
  .traffic_enfrcmnt_tab .nav,
  .smartcity_tailored_tab .nav {
    max-width: 100%;
    gap: 7px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: start;
    padding-bottom: 5px;
  }

  .core_ai_tab .nav li,
  .traffic_enfrcmnt_tab .nav li,
  .smartcity_tailored_tab .nav button {
    flex: 0 0 auto;
  }

  .inteltech_wrppr::after {
    display: none;
  }

  .core_ai_tab .nav-link {
    background: var(--body-color);
  }


  ::-webkit-scrollbar {
    height: 3px;
    border-radius: 50px;
  }

  ::-webkit-scrollbar-thumb {
    background: var(--clr-text-color);
    border-radius: 50px;
  }

  .intel__technology-box {
    padding: 10px;
  }

  .intel__technology-box .image {
    height: 110px;
  }

  .intel__technology-box h3 {
    font-size: 14px;
  }

  .intel__technology-box p,
  .every_infra_card p {
    font-size: 14px;
    line-height: 19px;
  }

  .intel__technology-box p {
    padding-right: 35px;
  }

  .intel__technology-box .plus_btn {
    width: 30px;
    height: 30px;
    font-size: 13px;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }

  .inteltech_wrppr {
    padding: 0;
  }

  .inteltech_wrppr .global_hdng,
  .core_ai_tab .nav,
  .core_ai_btm_cntnts {
    max-width: 100%;
  }

  .core_ai_btm_cntnts .custom__btn-two {
    border: 1px solid #000;
  }

  .home_seaport_group .left_hdng {
    width: 65%;
  }

  .every_infra_card h3 {
    font-size: 15px;
    line-height: 1.3;
  }

  .hm_cntr_mdl_card h4 {
    font-size: 25px;
  }

  .row:has(.every_infra_card) {
    row-gap: 30px;
    justify-content: center;
  }

  .hm_cntr_mdl_card {
    padding: 15px;
  }

  .intel__realtime::after {
    right: 15px;
    top: 5px;
  }

  .intel__realtime-img {
    width: 50%;
  }

  .intel__realtime-cont {
    width: 50%;
  }

  .intel__realtime .row>*:nth-child(even) .intel__realtime-box {
    flex-direction: row-reverse;
  }

  .intel__realtime-content {
    text-align: center;
  }

  .intel__realtime-content ul {
    justify-content: center;
  }

  .intel__realtime::before {
    left: 5px;
    bottom: 15px;
  }

  .home_public_security .row>* {
    padding: 0 5px;
  }

  .home_ps_card .contents_wrap {
    column-gap: 10px;
  }

  .home_ps_card::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 9.35%, rgba(0, 0, 0, 0.83) 75.66%);
  }

  .intel__performance .global_hdng {
    margin-bottom: 20px;
  }

  .intel__performance-left {
    display: flex;
    justify-content: space-between;
  }

  .intel__performance-box {
    width: 48%;
    flex: 0 0 auto;
    padding: 25px;
    margin-bottom: 0;
  }

  .intel__performance-content h5 {
    font-size: var(--fs-md);
  }

  .home_ps_card .contents_wrap p {
    font-size: 15px;
    line-height: 1.4;
  }

  .intel__performance-content p {
    font-size: 16px;
    line-height: 25px;
  }

  .intel__footer-box {
    border: none;
    padding: 0;
  }

  .intel__footer-box li:last-child {
    margin-bottom: 0px;
    padding-bottom: 15px;
  }

  .intel__footer-box ul {
    display: none;
  }

  .intel__footer-box h4 {
    margin-bottom: 0;
    width: 100%;
    margin-bottom: 20px;
    transition: var(--transition);
  }

  .intel__footer-box h4,
  .intel__footer-form h3 {
    font-size: 22px;
  }

  .intel__footer-box h4::before {
    width: 50px;
    height: 2px;
    right: unset;
    bottom: -4px;
    left: 0;
  }

  .intel__footer-toppart {
    padding: 10px 0;
    margin: 0 25px;
    border: none;
  }

  .intel__footer-midpart {
    padding-top: 15px;
    margin: 0 25px;
  }

  .intel__footer-form {
    padding: 10px 0 30px;
  }

  .intel__footer-form .form-control,
  .intel__footer-form .form-select {
    height: 50px;
    font-size: 16px;
  }

  .form-control::placeholder {
    font-size: 16px;
  }

  .intel__footer-buttom {
    flex-direction: column;
    align-items: center;
  }

  .intel__footer-buttom-left,
  .intel__footer-buttom-mid,
  .intel__footer-buttom-mid {
    width: 100%;
    text-align: center;
  }

  .intel__footer-buttom-right {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .intel__footer-buttom-left ul {
    justify-content: center;
  }

  .intel__footer-buttompart {
    margin: 0 25px;
    border: none;
  }

  .intel__footer .container {
    padding: 0;
  }

  .intel__footer-buttom a {
    font-size: 16px;
  }

  .intel__footer-buttom-mid p {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .intel__footer-buttom>div+div {
    margin-top: 15px;
  }

  .intel__footer {
    padding: 30px 0 0;
  }

  .intel__footer-box li a {
    font-size: 16px;
  }

  .intel__footer-box h4::after {
    content: "\2b";
    font-family: "fontawesome";
    right: 0;
    top: 5px;
    font-size: 18px;
    position: absolute;
    transition: var(--transition);
  }

  .intel__footer-box.active h4::after {
    content: "\f068";
  }

  .row:has(.intel__realtime-box) {
    row-gap: 20px;
  }

  .offcanvas-header .navbar-brand {
    filter: brightness(0) saturate(100%);
    transform: translate(-5px, 5px);
  }

  .offcanvas.offcanvas-end {
    border: none;
  }

  .intel__img {
    height: 270px;
  }

  .core_ai_tab .nav-link {
    padding: 8px 18px;
    font-size: 13px;
  }

  .hm_pltfrm_btn .btn_wrap {
    flex-direction: column;
    row-gap: 13px;
    align-items: center;
  }

  .home_seaport_group .left_hdng {
    width: 100%;
    text-align: center;
  }

  .home_seaport_group .contents_wrp {
    flex-wrap: wrap;
    row-gap: 15px;
  }

  .intel__footer-buttom-mid {
    order: 3;
    display: flex;
    flex-direction: column-reverse;
  }

  .home_seaport_group::after {
    background: linear-gradient(182.73deg, rgba(0, 0, 0, 0) 1.308%, rgba(0, 0, 0, 0.8) 57.358%);
  }

  .home_seaport_group {
    padding: 80px 30px 30px;
  }

  /* Home End */


  /* Traffic Solutions start */
  .cntrl_room__left {
    margin-right: 0;
  }

  .traffic_inglce_card.right li:first-child .single_card:after,
  .traffic_inglce_card li:first-child .single_card:after {
    display: none;
  }

  .traffic_inglce_image {
    margin: 30px 0;
  }

  .traffic_inglce_card li+li {
    margin-top: 0px;
  }

  .traffic_inglce_card li {
    width: 50%;
    flex: 0 0 auto;
    padding: 0 10px;
  }

  .traffic_inglce_card {
    max-width: 100%;
  }

  .traffic_inglce_card ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .traffic_inglce_card .single_card {
    height: 100%;
  }

  .traffic_inglce_card .single_card h3,
  .actionable_card h4,
  .traffic_env_card h3,
  .traffic_deployment_right li .single_listing h4 {
    font-size: 18px;
  }

  .traffic_enfrcmnt_tab .nav-tabs .nav-link {
    font-size: 14px;
    background: var(--clr-theme-white);
    border-radius: 10px;
    padding: 10px 18px;
    font-family: var(--ff-body);
    font-weight: 400;
  }

  .traffic_enfrcmnt_tab .nav-tabs .nav-link.active {
    background: var(--clr-theme-black);
    color: var(--clr-theme-white);
  }

  .actionable_hdng {
    margin-bottom: 20px;
  }

  .row:has(.actionable_card) {
    row-gap: 10px;
    margin: 0px -5px;
  }

  .actionable_card {
    background: rgb(255, 255, 255, 0.7);
    padding: 20px 30px;
    backdrop-filter: blur(25px);
  }

  .actionable_card p {
    color: var(--clr-theme-black);
  }

  .glbl_hdng_wrp {
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    text-align: center;
  }

  .glbl_hdng_wrp .contents {
    max-width: 100%;
  }

  .glbl_hdng_wrp .global_hdng {
    max-width: 100%;
  }

  .glbl_hdng_wrp p {
    margin-bottom: 10px;
  }

  .traffic_env_card .image {
    height: 285px;
  }

  .row:has(.traffic_env_card) {
    row-gap: 20px;
  }

  .traffic_deployment_left {
    margin-bottom: 25px;
    text-align: center;
  }

  .traffic_deployment_left .custom__btn {
    margin-inline: auto;
  }

  .traffic_deployment_right li .single_listing .image {
    height: 100px;
  }

  .traffic_deployment_left .image,
  .cntrl_room_right {
    margin-top: 20px;
    margin-left: 0;
  }

  .cntrlroom_list_single {
    padding: 15px 40px 15px 15px;
  }

  .cntrl_room__left .global_hdng {
    margin-bottom: 40px;
    text-align: center;
  }

  .cntrl_room__left .custom__btn {
    margin-inline: auto;
  }

  .traffic__world_text h2 {
    font-size: 70px;
  }

  .traffic_rworld_card li+li {
    margin-top: 120px;
  }

  .traffic__world_text {
    top: 120px;
  }

  .traffic_real_midimg {
    max-width: 220px;
  }

  .traffic_rworld_card .hm_cntr_mdl_card h5 {
    font-size: 14px;
  }

  .traffic_real_world .home_seaport_group {
    padding-top: 140px;
  }

  .seaport__contact-img {
    margin-top: 0px;
  }

  .traffic_enfrcmnt_tab .tab-content .row {
    row-gap: 10px;
  }

  .actionable_traffic .actionable_hdng .custom__btn {
    margin: 15px auto 0;
  }

  .actionable_card {
    padding: 20px;
  }

  .cntrl_room__left .row {
    row-gap: 30px;
  }

  .cntrl_room__left .row>* {
    padding: 0 6px;
  }

  .cntrlroom_list_single {
    font-size: 15px;
  }

  .traffic_real_world .row:has(.hm_cntr_mdl_card) {
    padding-top: 0;
  }

  .traffic_enfrcmnt_tab .tab-content {
    margin-top: 10px;
  }

  .seaport__contact-img {
    height: auto;
  }

  /* Traffic Solutions End */


  /* Smart City Start */
  .smcitycmpus .intel__performance-mid {
    margin: 20px 0 40px;
  }

  .smartcity_function .glbl_hdng_wrp .custom__btn {
    margin-top: 10px;
  }

  .digital_backbone_video {
    height: 260px;
    margin-bottom: 15px;
  }

  .rbt_xtreme .smartcity_tailored_tab .nav-link {
    font-size: 14px;
  }

  .rbt_xtreme .smartcity_tailored_tab .nav {
    justify-content: center;
  }

  .smartcity_tab_card .contents h3 {
    font-size: 13px;
    margin-bottom: 8px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .smartcity_tab_card {
    padding: 20px 12px;
  }

  .smartcity_tab_card .contents .custom__btn {
    font-size: 14px;
    padding: 6px 25px;
  }

  .smartcity_tab_card .image {
    height: 80px;
  }

  .smartcity_provide_left {
    text-align: center;
    margin-bottom: 30px;
    height: auto;
  }

  .smartcity_provide_left .custom__btn {
    margin-inline: auto;
    margin-top: 15px;
  }

  .smart_surveillance .frame_img {
    bottom: calc(99% + 10px);
  }

  .sm_surveillance_left .global_hdng h2 {
    font-size: var(--fs-xxl);
  }

  .sm_surveillance_left .ps_rcmmndation li {
    font-size: 17px;
  }

  .sm_surveillance_left .ps_rcmmndation li+li {
    margin-top: 15px;
  }

  .row>*:has(.smcity_devices_card) {
    padding: 0 6px;
  }

  .smarcity_devices .row>*:nth-child(odd) .smcity_devices_card::after,
  .smarcity_devices .row>*:nth-child(even) .smcity_devices_card::after {
    scale: 0.5;
  }

  .smcity_devices_card h3 {
    font-size: 18px;
    margin-bottom: 2px;
  }

  .smcity_devices_card p {
    font-size: 14px;
    line-height: 1.3;
  }

  .smcity_devices_card .contents {
    padding: 15px 15px 10px;
  }

  .smarcity_devices .global_hdng {
    margin-bottom: 40px;
  }

  .smcitycmpus .intel__performance-left {
    flex-direction: row;
  }

  .smcitycmpus .intel__performance-box {
    padding: 0 20px;
    width: 50%;
    flex: 0 0 auto;
  }

  .smcitycmpus .intel__performance-left.right .intel__performance-box {
    padding: 0 20px;
    text-align: left;
    border-left: 1px solid var(--clr-theme-black);
    border-right: 0;
  }

  .smcity_counter_right .row>* {
    padding: 0 6px;
  }

  .smcity_counter_right .row {
    row-gap: 15px;
  }

  .ps_right_security .home_seaport_group .left_hdng {
    width: 70%;
  }

  /* Smart City End */

  /* Public Security Start */

  .p_security_bnr .hm_bnr_hdng {
    max-width: 100%;
  }

  .pbnf_mob {
    display: block;
  }

  .pbnf_dsktop {
    display: none;
  }

  .ps_benefits_right_img .image {
    margin-top: 30px;
    height: auto;
  }

  .bnfts_intel_cntnts {
    padding-left: 0px;
  }

  .bnfts_intel_cntnts h3,
  .ps_bnfts_hdng h3 {
    font-size: 23px;
  }

  .ps_featured_tab .nav-tabs {
    column-gap: 10px;
    row-gap: 10px;
  }

  .ps_featured_tab .nav-link {
    font-size: 14px;
    padding: 8px 22px;
    font-family: var(--ff-body);
  }

  .ps_featured_prdcts_wrp>ul>li .left_item,
  .ps_featured_prdcts_wrp>ul>li .right_item {
    width: 100%;
  }

  .ps_featured_prdcts_wrp>ul>li .right_item {
    margin-top: 18px;
  }

  .ps_featured_prdcts_wrp .ps_prdct_tab_img {
    height: 230px;
    padding: 8px;
  }

  .ps_prdct_tab_contnts h3 {
    font-size: 19px;
  }

  .ps_featured_prdcts_wrp .left_item .row,
  .ps_featured_prdcts_wrp .right_item .row {
    align-items: center;
  }

  .intel_pulse_outer {
    display: none;
  }

  .ps_intell_card {
    padding: 20px 10px;
  }

  .ps_smarter_security .glbl_hdng_wrp .global_hdng {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .ps_smarter_security .glbl_hdng_wrp .contents {
    max-width: 100%;
  }

  .ps_smarter_card .image {
    height: 250px;
  }

  .row:has(.ps_smarter_card) {
    row-gap: 15px;
  }

  .ps_smarter_card h3,
  .ps_right_security_right h3 {
    font-size: 19px;
  }

  .ps_smarter_security .row>*:nth-child(even) .ps_smarter_card {
    flex-direction: column;
  }

  .ps_smarter_card .contents {
    flex-grow: 1;
  }


  .ps_right_securitysltn .global_hdng {
    margin-bottom: 30px;
  }

  .ps_rcmmndation {
    max-width: 500px;
    margin-inline: auto;
  }

  .ps_right_security_right {
    margin-top: 0;
    max-width: 500px;
    margin-inline: auto;
  }

  .ps_three_cctv {
    max-width: 270px;
    margin-top: 30px;
  }

  .ps_right_securitysltn {
    padding-bottom: 50px !important;
  }

  .ps_rcmmndation li {
    font-size: 19px;
  }

  .ps_right_security_right .contents {
    text-align: center;
  }

  .threat_detection .glbl_hdng_wrp .contents {
    max-width: 100%;
    text-align: center;
  }

  .threat_detection .glbl_hdng_wrp .contents .custom__btn {
    margin: auto;
  }

  .threat_detection_card {
    padding: 15px;
  }

  .threat_detection_card p {
    font-size: 15px;
    line-height: 1.5;
  }

  .threat_detection .glbl_hdng_wrp {
    margin-bottom: 20px;
  }

  .ps_counter .row>*:nth-child(4) .hm_cntr_mdl_card {
    transform: translateX(-110px);
    margin-top: 0px;
  }

  .rght_scrytwo .home_seaport_group {
    padding: 160px 30px 30px;
    margin-top: 30px;
  }

  .ps_graph .image {
    max-width: 170px;
  }

  .ps_contact .container>.row>*:first-child {
    order: 2;
  }

  .ps_contact .container>.row>*:nth-child(2) {
    order: 1;
  }

  .ps_contact .container>.row>*:nth-child(3) {
    order: 3;
  }

  .ps_contact .seaport__contact-img,
  .ps_contact .seaport__contact-img-right {
    margin: 0;
    height: 100%;
  }

  .ps_contact .seaport__contact-form {
    margin-top: 0;
    margin-bottom: 25px;
  }

  /* Public Security End */

  /* Robotics Page Start */

  .rbt_emer_right {
    margin-top: 30px;
  }

  .smartcity_tailored_tab .nav-link {
    font-family: var(--ff-body);
  }

  .rbt_extreme_card {
    padding: 20px 15px;
    min-height: auto;
  }

  .rbt_tab_img {
    max-width: 140px;
    height: 160px;
    margin-bottom: 10px;
  }

  .rbt_extreme_card h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .rbt_extreme_card .custom__btn {
    font-size: 14px;
    gap: 8px;
    padding: 6px 25px;
  }

  .glbl_hdng_wrp .custom__btn {
    margin-inline: auto;
  }

  .robotics_environment .glbl_hdng_wrp {
    margin-bottom: 30px;
  }

  .rbt_env_card .tag {
    padding: 6px 16px;
    font-size: 12px;
  }

  .rbt_platform_right .ps_rcmmndation {
    max-width: 100%;
    padding-right: 220px;
  }

  .rbt_image {
    bottom: -38px;
  }

  .rbt_platform_right {
    height: auto;
    margin-top: 30px;
  }

  .human_rbts_left.right {
    margin-left: -30px;
    margin-right: 0;
    margin-top: 110px;
  }

  .human_rbts_left {
    margin-right: -30px;
    padding: 20px 16px;
  }

  .human_rbts_left li {
    font-size: 14px;
  }

  .human_rbts_left li+li {
    margin-top: 10px;
    padding-top: 10px;
  }

  .human_rbts_left h3 {
    padding: 8px 24px;
    margin: 0 auto 20px;
    font-size: 15px;
  }

  .rbt_firefight_card .contents {
    bottom: 14px;
    left: 14px;
    right: 14px;
    column-gap: 15px;
  }

  .rbt_firefight_card .custom__btn {
    font-size: 15px;
    padding: 8px 20px;
  }

  .rbt_firefight_card h3 {
    font-size: 17px;
  }

  .rbt_respnse .glbl_hdng_wrp .contents {
    max-width: 100%;
  }

  .rbt_respnse .glbl_hdng_wrp {
    margin-bottom: 30px;
  }

  .rbt_respnse .row>* {
    padding: 0 6px;
  }

  .rbt_rspnse_right h3 {
    font-size: 18px;
  }

  .rbt_rspnse_right li+li {
    margin-top: 14px;
  }

  .rbt_contact .row>*:has(.seaport__contact-img) {
    display: none;
  }

  .rbt_contact {
    padding-bottom: 50px !important;
  }


  /* Robotics Page End */

  /* ============jit=============== */

  /* airport-solution/ */
  .airport__mordern-wrap {
    margin-bottom: 15px;
  }

  .airport__products-box {
    padding: 15px;
  }

  .airport__products-box p {
    margin-bottom: 20px;
  }

  .airport__products_wrppr .global_hdng {
    width: 100%;
  }

  .airport_deployment-left {
    margin-top: 20px;
  }

  .airport__smart-headings h2 {
    font-size: 80px;
  }

  .airport__smart-wrap {
    gap: 13px;
  }

  .airport__counter-card {
    padding: 15px;
    row-gap: 15px;
  }

  .airport__counter-card h5 {
    line-height: 22px;
  }

  .airport__counter-wrap {
    margin-top: -60px;
  }

  .rbt_rspnse_left .image {
    height: auto;
  }

  .rbt_rspnse_right {
    margin-top: 20px;
  }

  .airport__products_wrppr .core_ai_tab .nav-link {
    padding: 8px 24px;
    font-weight: 400;
    font-size: 15px;
  }

  /* airport-solution/ */


  /* industrial-automation/ */
  .military_prdct_ctgry .nav-tabs {
    justify-content: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: start;
    padding-bottom: 4px;
  }

  .industry_tab_card {
    padding: 20px 15px;
  }

  .military_prdct_ctgry .nav-tabs li {
    flex: 0 0 auto;
  }

  .inds_trdtnl_auto_card {
    padding: 25px;
  }

  .inds_chakra_left .single_card {
    text-align: left;
  }

  .inds_chakra_left li::after {
    display: none;
  }

  .inds_chakra_left {
    padding-right: 0px;
    justify-content: start;
    margin-bottom: 15px;
  }

  .inds_chakra_left>ul {
    flex-direction: row;
  }

  .inds_chakra_left.right {
    padding-left: 0;
  }

  .inds_chakra_left li {
    width: 48%;
  }

  .complexity_industries .glbl_hdng_wrp {
    margin-bottom: 20px;
  }

  .complexity_inds_card h4 {
    height: auto;
  }

  .rbt_firefight_card .contents {
    gap: 12px;
    column-gap: 12px;
  }

  .mlt_cnct_assnmnent>ul>li {
    padding: 20px 15px;
  }

  .mlt_cnct_assnmnent .nmbr {
    font-size: 36px;
  }

  .inds_chakra_left::after {
    display: none;
  }

  /* industrial-automation/ */


  /* Products Page Start */

  .comp_solutions_listing ul li {
    width: 20%;
  }

  .feature_icons_list ul li {
    flex: 0 0 auto;
  }

  .feature_icons_list ul {
    max-width: 100%;
    gap: 7px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: start;
    padding-bottom: 3px;
  }

  .mob_filters {
    display: flex;
    align-items: center;
    column-gap: 10px;
    background: #000;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    width: max-content;
    margin-left: auto;
  }

  .mob_filters img {
    max-width: 32px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(8%) saturate(0%) hue-rotate(95deg) brightness(101%) contrast(101%);
  }

  .prdct_biomtrc_drpdwn {
    position: fixed;
    inset: 0;
    padding: 50px;
    z-index: 10;
    overflow-y: auto;
    border-radius: 0;
    transform: translateY(100%);
    transition: var(--transition);
    padding-top: 25px;
  }

  .filter-open .prdct_biomtrc_drpdwn {
    transform: translateY(0%);
  }

  .prdct_biomtrc_drpdwn::-webkit-scrollbar {
    width: 4px;
  }

  .mob_filters h4 {
    font-weight: 400;
  }

  .products_biometric {
    padding-top: 15px;
  }

  .filter-open {
    overflow: hidden;
  }

  .cross_icon {
    display: flex;
    justify-content: end;
    font-size: 30px;
    margin-bottom: 15px;
    width: fit-content;
    margin-left: auto;
  }

  .prdct_biomtrc_drpdwn .single_list ul {
    display: block;
  }

  .prdct_biomtrc_drpdwn .single_list .list_hdng::after {
    display: none;
  }

  .prdct_indstry_single::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 18.84%, rgba(0, 0, 0, 0.8) 92.16%);
  }

  .prdcts_comp_solutions {
    padding-bottom: 20px;
  }

  .prdct_biomtrc_drpdwn>ul>li:not(:last-child) {
    border: none;
  }

  .prdct_biomtrc_drpdwn .single_list ul a {
    padding: 10px 21px;
  }

  /* Products Page End */


  /* Products Details Start */
  .breadcrumb_listing ul {
    flex-wrap: wrap;
  }

  .pdetails_contnts_wrp .centered_btn {
    flex-direction: column;
    row-gap: 10px;
  }

  .pdetails_image {
    height: 450px;
    padding: 70px 30px;
  }

  .pdetails__hero>.container>.row>* {
    padding: 0 6px;
  }

  .ps_contact .seaport__contact-form {
    padding: 0px;
  }


  /* Products Details End */


  /* seaport_solution */
  .seaport_hero_wrpr h1 {
    font-size: var(--fs-xxl);
  }

  .seaport_body h3 {
    font-size: 16px;
  }

  .int_eco_left li {
    max-width: 230px;
  }

  .smart_cntnr_image {
    margin: 20px 0;
  }

  .smart_cntnr_card_wrp ul {
    flex-direction: row;
    gap: 30px;
  }

  .smart_cntnr_card_wrp.right_side {
    text-align: left;
  }

  .traditional_port .row> :nth-child(3n+2) .robotics_wrkfrce_card {
    margin: 0px;
  }

  .traditional_port .row> :nth-child(3n+2) .robotics_wrkfrce_card .contents {
    padding: 0 15px 20px;
  }

  .traditional_port .row:has(.robotics_wrkfrce_card) {
    align-items: unset;
  }

  .cntnr_listing li::after {
    width: 18px;
    height: 18px;
    background-size: 100%, 100%;
  }

  .cntnr_listing li {
    padding-left: 24px;
  }

  .traditional_port .robotics_wrkfrce_card {
    height: 100%;
  }

  .command_center_right {
    padding: 15px 0 0;
  }


  .seaport_port_left {
    margin-left: 0;
  }

  .seaport_port_left {
    display: block;
    align-items: center;
    height: 100%;
    left: 0;
    position: relative;
  }

  .seaport_circle h2 {
    font-size: 30px;
  }

  .seaport_section {
    padding-top: 30px;
  }

  .seaport_circle {
    width: auto;
    height: auto;
    transform: inherit;
    border: none;
    padding-bottom: 20px;
  }

  .seaport_port_left li {
    margin: 0 !important;
    width: 47%;
  }

  .seaport_port_left {
    margin-bottom: 15px;
  }

  .seaport_port_left ul {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
  }

  .seaport__port_right {
    padding: 30px;
    row-gap: 20px;
  }

  /* seaport_solution */


  /* police_military */
  .military_tab_card .image {
    height: 170px;
  }

  .military_tab_card h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .mlt_tactical_card {
    height: auto;
  }

  .mlt_tactical_card .contents {
    margin-top: 10px;
  }

  .mlt_frag_img {
    margin: 15px 0;
  }

  .mlt_frag_left.right {
    flex-direction: column;
  }

  .mlt_frag_left.right h4 {
    writing-mode: inherit;
    padding-left: 0;
    border-left: inherit;
    margin-bottom: 10px;
  }

  .mlt_frag_left li::after {
    right: unset !important;
    left: 0 !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 100%;
    margin: 0;
    top: 8px;
  }

  .mlt_frag_left li+li {
    margin-top: 0;
  }

  .mlt_frag_left ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }

  .mlt_frag_left li {
    width: 48%;
    padding-left: 18px;
    text-align: left;
  }

  .mlt_frag_left.right ul {
    padding-right: 0;
    padding-left: 0;
  }

  .mlt_frag_left ul {
    padding-right: 0;
    padding-left: 0;
  }

  .mlt_frag_left h4 {
    writing-mode: unset;
    padding-right: 0;
    border-right: inherit;
    margin-bottom: 12px;
  }

  .mlt_frag_left {
    display: block;
  }

  .mlt_integration_hver_wrp>ul {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
  }

  .mlt_integration_hver_wrp ul li {
    flex: 0 0 auto;
    width: 48% !important;
    padding: 0;
  }

  .mlt_integration_hver_wrp ul li.active {
    flex: 0 0 auto;
    width: 48% !important;
  }

  .home_seaport_group .contents_wrp {
    justify-content: space-between;
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }

  .ps_right_security .home_seaport_group .left_hdng {
    width: 100%;
    text-align: center;
  }

  .mlt_cnct_assnmnent {
    margin-top: 20px;
  }

  .military_prdct_ctgry {
    margin-bottom: 15px;
  }

  .seaport_eco_left.seaport_right .seaport_eco_card::after {
    left: -45px;
  }

  .seaport_eco_card::after {
    width: 35px;
    right: -45px;

  }

  .seaport__contact-form {
    margin-bottom: 25px;
  }

  .ecosystem_section::before,
  .command_center::before,
  .ecosystem_section::after,
  .command_center::after {
    display: none;
  }

  .footerpdcts_list ul {
    padding-bottom: 15px;
  }

  /* police_military */

  /* Contact Page Start */

  .connect_infra_right {
    margin-top: 30px;
  }

  .connect_infra .row {
    row-gap: 25px;
  }


  /* Contact Page End */


  /* About Page Start */
  .about_eng_right {
    margin-top: 20px;
  }

  .about_worldwide .glbl_hdng_wrp .contents,
  .about_intel_ecosytem .glbl_hdng_wrp .contents,
  .about_decision .glbl_hdng_wrp .contents {
    max-width: 100%;
  }

  .rbt_rspnse_right h3 {
    font-size: 20px;
  }

  .multi_domain_listing .single_card h4 {
    font-size: 12px;
  }

  .row:has(.about_inteleco_card) {
    row-gap: 20px;
    justify-content: center;
  }

  .about_world_left .rbt_env_card .tag {
    font-size: 16px;
    padding: 6px 14px;
  }

  /* About Page End */


  /* Mega Menu Start */

  .megamenu_wrap .row>* {
    padding: 0;
  }

  .mgmenu_left {
    margin-right: 4px;
  }

  .megamenu_wrap {
    background: #fff;
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    padding: 0 10px;
    box-shadow: none;
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    display: none;
    transition: unset;
    border-radius: 0;
  }

  .mgmenu_right .custom__btn {
    display: none;
  }

  .intel__header-main .navbar-nav {
    gap: 0 20px;
    width: 100%;
  }

  .intel__header-main .nav-item:hover .megamenu_wrap {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }

  .intel__header-main .nav-item:has(.megamenu_wrap) {
    display: block;
    position: relative;
  }

  .mgmenu_mid {
    display: none;
  }

  .megamenu_wrap h6 {
    display: none;
  }

  .menu_icon_mob {
    display: flex;
    font-size: 16px;
    width: 30px;
    height: 30px;
    background: #1e1e1e;
    color: #fff;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
  }

  .mgmenutab_nav {
    background: var(--body-color);
    padding: 5px 0px;
    height: auto;
    border-radius: 0;
  }

  .mgmenutab_nav .btn_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
    margin-right: 4px;
  }

  .intel__header-nav .navbar-nav .nav-link {
    font-size: 18px;
  }

  .megmenu_right_prdcts>ul>li {
    width: 100%;
  }

  .megamenu_prdcts .image {
    display: none;
  }

  .megamenu_prdcts {
    border-radius: 0;
    padding: 3px 10px;
    align-items: start;
    background: transparent;
  }

  .megmenu_right_prdcts {
    padding: 5px 0;
    background: #f0f0f0;
    margin: 0 5px;
  }

  .mgmnu_btn {
    font-size: 16px;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 4px;
    background: #1e1e1e;
    color: #fff;
    border-radius: 4px;
  }

  .offcanvas-body::-webkit-scrollbar {
    width: 4px;
  }

  .megmenu_right_prdcts>ul>li+li {
    margin-top: 8px;
  }

  .megamenu_prdcts h4 {
    font-size: 14px;
    text-align: left;
  }

  .megmenu_right_prdcts>ul {
    row-gap: 0px;
  }

  .mgmenu_right {
    display: none;
  }

  .mgmenu_left .nav-pills .nav-link.active {
    background: var(--body-color);
  }

  .intel__header-nav .mgmenu_left .nav-link:hover {
    background: var(--body-color);
    color: var(--clr-theme-black);
  }

  .mgmenutab_nav .nav-link {
    font-size: 16px !important;
  }

  .intel__header .nav-item.active>.nav-link {
    background: #1e1e1e;
    color: #fff;
  }

  .intel__header .nav-item>.nav-link {
    padding: 5px;
    border-radius: 6px;
  }

  .intel__header .nav-item.active .nav-link::after {
    display: none;
  }

  .thankyou_wrp .tick {
    max-width: 200px;
  }

  /* Mega Menu End */
  .ev__blog-leftpart {
    margin-top: 30px;
}
.ev__blog-postimg img {
    height: 90px;
}

.ev__blog-postimg {
       width:190px;
}

.ev__blog-postcont h5 {
    font-size: 19px;
}
.ev__blog-resentpost li a {
    column-gap: 20px;
}
.ev__blog-postcont {
    width: 57%;
    flex-grow: 1;
}
.intelhomemdl textarea {
    height: 90px;
}
.seaport_body h3 {
    font-size: 20px;
}
/* Location Start */
.locationbnr, .locationbnr .row {
    height: unset;
}
.locationbnr .row {
    padding-bottom: 0;
}
.locationbnr{
  padding: 130px 0 0;
}
.locationbnr .hm_bnr_hdng {
    align-items: center;
}
.locationbnr .hm_bnr_hdng ul {
    margin-left: auto;
}
.location_ctabtn .home_seaport_group .contents_wrp {
    align-items: center;
            position: absolute;
        inset: 0;
        justify-content: center;
        padding: 0 22px;
}

.location_ctabtn .home_seaport_group {
    height: 260px;
}

.location-content h2 {
    font-size: 35px;
}
.location-content h2, .location-content h3 {
    margin-bottom: 5px;
}
/* Location End */

}

@media (max-width: 767px) {

  /* Home Start */

  :root {
    --fs-xxl: 30px;
    --fs-md: 20px;
    --section-gap: 40px;
  }


  .core_ai_btm_cntnts p {
    padding: 0;
  }

  .core_ai_btm_cntnts .btn_wrap {
    flex-direction: column;
    row-gap: 15px;
  }

  .core_ai_btm_cntnts::before {
    bottom: -20px;
  }

  .home_seaport_group {
    padding: 110px 20px 20px;
  }


  .home_seaport_group::after {
    background: linear-gradient(182.73deg, rgba(0, -1, 0, 0) -0.692%, rgba(0, 0, 0, 0.8) 47.358%);
  }

  .every_infra_card h3 {
    font-size: 17px;
  }

  .row:has(.every_infra_card) {
    row-gap: 20px;
  }

  .every_infra_card:hover .image img {
    scale: 1;
  }

  .every_infra_card .contents {
    bottom: 0px;
  }

  .home_counter .row>* {
    margin-top: 10px;
  }

  .row:has(.hm_cntr_mdl_card) {
    padding-top: 20px;
  }

  .home_counter .home_seaport_group {
    margin-top: 40px;
  }

  .intel__realtime-img {
    width: 40%;
  }

  .intel__realtime-cont {
    width: 60%;
  }

  .intel__realtime-cont li {
    font-size: 15px;
  }

  .intel__realtime-content {
    margin-top: 20px;
  }

  .intel__realtime::before {
    left: 5px;
    bottom: 0;
  }

  .intel__realtime::after,
  .intel__realtime::before {
    scale: 0.5;
  }

  .intel__realtime-content ul {
    gap: 15px;
  }

  .home_public_security .row {
    justify-content: center;
    row-gap: 15px;
    margin-top: 15px;
  }

  .home_public_security .row>* {
    margin-top: 0;
  }

  .intel__performance-content h5 {
    font-size: 18px;
  }

  .intel__performance-content p {
    font-size: 15px;
    line-height: 23px;
  }

  .intel__performance-box {
    width: 49%;
    padding: 20px;
  }

  .intel__performance .global_hdng {
    max-width: 100%;
  }

  .home_counter .row>*:nth-child(5n+1) .hm_cntr_mdl_card,
  .home_counter .row>*:nth-child(5n+3) .hm_cntr_mdl_card {
    background: var(--body-color);
  }

  .home_counter .row>*:nth-child(5n+1) .hm_cntr_mdl_card :is(h4, h5),
  .home_counter .row>*:nth-child(5n+3) .hm_cntr_mdl_card :is(h4, h5) {
    color: var(--clr-text-color);
  }

  .home_counter .row>*:nth-child(2) .hm_cntr_mdl_card,
  .home_counter .row>*:nth-child(3) .hm_cntr_mdl_card {
    background: var(--clr-theme-black);
  }

  .home_counter .row>*:nth-child(2) .hm_cntr_mdl_card :is(h4, h5),
  .home_counter .row>*:nth-child(3) .hm_cntr_mdl_card :is(h4, h5) {
    color: var(--clr-theme-white);
  }

  .intel__technology-box h3 {
    padding-right: 0px;
  }

  .platform_infrastructure .bottom_btn {
    margin: 40px 0;
  }

  .hm_bnr_video.fr_dsktp {
    display: none;
  }

  .bnr_mob_vdo {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }

  .intel__header .navbar-brand,
  .intel__footer .dsktp_logo {
    max-width: 150px;
  }

  /* Home End */



  /* Traffic Solutions start */
  .traffic_inglce_card li {
    padding: 0 6px;
  }

  .traffic_inglce_image {
    margin: 20px 0;
  }

  .traffic_inglce_card .single_card {
    text-align: left;
  }

  .mb40 {
    margin-bottom: 20px;
  }

  .traffic_inglce_card ul {
    margin: 0 -6px;
  }

  .core_ai_tab .nav,
  .traffic_enfrcmnt_tab .nav {
    gap: 12px;
  }

  .traffic_enfrcmnt_tab .tab-content {
    margin-top: 6px;
  }


  .traffic_rworld_card.right .hm_cntr_mdl_card {
    margin-left: unset;
    margin-right: auto;
  }

  .traffic_rworld_card .hm_cntr_mdl_card {
    max-width: 100%;
  }

  .traffic_rworld_card .hm_cntr_mdl_card h5 {
    font-size: 15px;
  }

  .traffic_real_world .row:has(.hm_cntr_mdl_card) {
    padding-top: 0;
    flex-direction: column-reverse;
  }

  .traffic__world_text h2 {
    font-size: 30px;
    font-family: var(--ff-primary);
    font-weight: 500;
    margin-bottom: 15px;
  }

  .traffic_real_world .home_seaport_group {
    padding-top: 110px;
    margin-top: 30px;
  }


  .traffic_real_midimg {
    display: none;
  }

  .traffic__world_text {
    top: 0;
    position: relative;
  }

  .traffic_rworld_card li+li {
    margin-top: 0;
  }

  .traffic_rworld_card ul {
    display: flex;
    flex-wrap: wrap;
  }

  .traffic_rworld_card ul li {
    width: 50%;
    flex: 0 0 auto;
    padding: 0 6px;
  }

  .traffic_rworld_card {
    margin-bottom: 15px;
  }

  /* Traffic Solutions End */

  /* Smart City Start */
  .smc_function_card {
    padding: 0 7px;
  }

  .smartcity_function .slick-arrow {
    z-index: 1;
  }

  .smc_function_card .image {
    height: 200px;
  }

  .row:has(.d_backbone_card) {
    row-gap: 20px;
    justify-content: center;
  }

  .d_backbone_card {
    text-align: center;
    background: #fff;
    padding: 15px 12px;
    border-radius: 6px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .smartcity_tab_card .image {
    margin-bottom: 10px;
  }

  .smartcity_tab_card .contents h3 {
    font-size: 15px;
  }


  .smarcity_devices .row>*:nth-child(odd) .smcity_devices_card::after,
  .smarcity_devices .row>*:nth-child(even) .smcity_devices_card::after {
    scale: 0.4;
  }

  .smcity_devices_card .contents {
    padding: 12px 10px 10px;
  }

  .smcity_devices_card h3 {
    font-size: 16px;
  }

  .smcitycmpus .intel__performance-content h5 {
    font-size: 20px;
  }

  .smcitycmpus .intel__performance-box,
  .smcitycmpus .intel__performance-left.right .intel__performance-box {
    padding: 0 15px;
  }

  .smartcity_counter .row:has(.hm_cntr_mdl_card) {
    padding-top: 0px;
  }

  .smartcity_counter .hm_cntr_mdl_card.dark {
    z-index: 1;
    position: relative;
  }

  .ps_right_security .home_seaport_group {
    padding: 130px 20px 20px;
  }

  .ps_right_security .home_seaport_group .left_hdng {
    width: 100%;
  }

  .row>*:has(.smcity_devices_card) {
    padding: 0 4px;
  }

  .sm_sur_rowrev .row+.row {
    margin-top: 20px;
  }

  /* Smart City End */


  /* Public Security Start */
  .bnfts_intel_cntnts {
    margin-top: 16px;
  }

  .proactive_protection {
    margin-top: 15px;
  }

  .bnfts_intel_cntnts h3,
  .ps_bnfts_hdng h3 {
    margin-bottom: 0;
  }

  .ps_featured_tab .nav {
    max-width: 100%;
    gap: 7px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: start;
    padding-bottom: -1px;
  }

  .ps_featured_tab .nav li {
    flex: 0 0 auto;
  }

  .ps_prdct_tab_contnts h3 {
    font-size: 17px;
    margin-bottom: 1px;
  }

  .ps_prdct_tab_contnts h4 {
    margin-bottom: 4px;
    font-size: 14px;
  }

  .ps_prdct_tab_contnts .custom__btn {
    margin-top: 10px;
  }

  .ps_featured_prdcts_wrp>ul>li .right_item,
  .ps_featured_prdcts_wrp>ul>li+li {
    margin-top: 12px;
  }

  .ps_intell_security .global_hdng {
    margin-bottom: 20px;
  }

  .ps_intell_security .row>*:nth-child(3n+2) .ps_intell_card {
    margin-top: 0;
  }

  .ps_intell_card .image {
    margin-bottom: 5px;
    max-width: 250px;
  }

  .threat_detection_card {
    align-items: center;
  }

  .ps_smarter_card .image {
    height: 200px;
  }

  .ps_smarter_card h3,
  .ps_right_security_right h3 {
    font-size: 18px;
  }

  .ps_smarter_card {
    row-gap: 0;
  }

  .ps_smarter_card .contents {
    border-radius: 0;
  }

  .ps_right_securitysltn .global_hdng {
    margin-bottom: 20px;
  }

  .threat_detection .row>*:nth-child(even) .threat_detection_card {
    flex-direction: row-reverse;
  }

  .threat_detection_card p {
    font-size: 16px;
  }

  .threat_detection_card .contents {
    margin-top: 5px;
  }

  .ps_counter .row>*:nth-child(4) .hm_cntr_mdl_card {
    transform: translateX(0px);
    margin-top: 0px;
  }

  .ps_counter .row>*:last-child .hm_cntr_mdl_card {
    transform: translateX(0px);
    margin-top: 0px;
  }

  .row>*:has(.ps_cntr_img) {
    display: none;
  }

  .ps_counter .row>*:has(.hm_cntr_mdl_card) {
    padding: 0 6px;
  }

  .ps_counter .row:has(.hm_cntr_mdl_card) {
    row-gap: 12px;
    padding-top: 0;
  }

  .ps_graph .image {
    margin-bottom: 5px;
  }

  .rght_scrytwo .home_seaport_group .left_hdng {
    width: 100%;
  }

  .rght_scrytwo .home_seaport_group {
    padding: 130px 20px 20px;
  }


  /* Public Security End */


  /* Robotics Page Start */
  .human_rbts_img {
    margin: 40px 0 0;
  }

  .rbt_emer_lstng .single_list h3 {
    margin-bottom: 2px;
    font-size: 18px;
  }

  .rbt_emer_lstng .single_list {
    column-gap: 15px;
  }

  .rbt_emer_lstng .single_list .image {
    width: 60px;
    height: 60px;
  }

  .rbt_emer_lstng li+li {
    margin-top: 25px;
  }

  .rbt_emer_lstng {
    margin-top: 30px;
    padding-right: 0px;
  }

  .rbt_emer_left .custom__btn,
  .rbt_emer_left .global_hdng {
    margin-inline: auto;
    text-align: center;
  }

  .smartcity_tailored_tab .nav {
    max-width: 100%;
    gap: 7px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: start;
    padding-bottom: 5px;
  }

  .smartcity_tailored_tab .nav-tabs button {
    flex: 0 0 auto;
  }

  .rbt_extreme_card h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .rbt_tab_img {
    max-width: 100px;
    height: 120px;
    margin-bottom: 5px;
  }

  .rbt_extreme_card .custom__btn {
    font-size: 12px;
  }

  .row:has(.rbt_env_card) {
    justify-content: center;
  }

  .rbt_cntr_mcnz {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .robotics_counter .row>* {
    padding: 0 6px;
  }

  .machinez_wrp .row {
    row-gap: 15px;
  }

  .rbt_platform_right .ps_rcmmndation {
    padding-right: 160px;
  }

  .rbt_image {
    max-width: 220px;
  }

  .rbt_platform_right .ps_rcmmndation li+li {
    margin-top: 16px;
  }

  .rbt_platform_right .ps_rcmmndation li {
    font-size: 18px;
  }

  .human_rbts_left {
    max-width: 500px;
    margin-inline: auto;
    margin-top: 0;
  }

  .human_rbts_left.right {
    margin-top: 0px;
    margin-inline: auto;
  }

  .rbt_firefight_card .contents {
    flex-direction: column;
    align-items: start;
    row-gap: 10px;
    bottom: 24px;
  }

  .rbt_env_card .image,
  .rbt_firefight_card .image {
    height: 250px;
  }

  .rbt_firefight_card::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
  }

  .rbt_rspnse_right {
    margin-top: 20px;
  }

  .rbt_contact .seaport__contact-img-right {
    margin-top: 20px;
    margin-right: 0;
    max-width: 350px;
    margin-inline: auto;
  }

  .rbt_contact {
    padding-bottom: 20px !important;
  }

  .rbt_cntr_list li+li {
    margin-top: 15px;
  }

  .robotics_counter .row:has(.hm_cntr_mdl_card) {
    padding-top: 0;
  }


  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    background: #000;
  }

  .slick-arrow {
    background: #000;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    bottom: -70px;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
  }

  .slick-next {
    margin-left: 30px;
  }

  .slick-prev {
    margin-left: -30px;
  }

  .slick-next:before {
    opacity: 1;
    content: '\f105';
    font-family: "fontawesome";
  }

  .slick-prev:before {
    opacity: 1;
    content: '\f104';
    font-family: "fontawesome";
  }

  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    color: var(--clr-theme-text);
    background: var(--clr-text-color);
  }

  /* Robotics Page End */


  /* ======================jit=========== */


  /* airport-solution/ */
  .airport__smart {
    display: flex;
    flex-direction: column;
  }

  .airport__smart-bg {
    order: 3;
  }

  .airport__smart-mainbox {
    position: static;
  }

  .airport__smart-headings h2 {
    font-size: 60px;
  }

  .airport__smart-contentbox {
    position: static;
  }

  .airport__smart-item {
    width: 47.5%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    height: 100%;
    padding: 15px;
    margin: 0 !important;
    border-radius: 10px;
  }

  .gy-4 {
    --bs-gutter-y: 1rem;
  }

  .airport__smart-item:last-child {
    position: relative;
    margin: 0 0 -113px auto !important;
    width: 100%;
  }

  .airport__smart-imgbox h5 {
    height: 38px;
  }

  .airport__products-box p {
    margin-bottom: 18px;
  }

  .intel__main-header-wrap .hm_bnr_hdng {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .intel__main-header-wrap {
    padding: 45px 0;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  /* airport-solution/ */

  /* industrial-automation/ */
  .platform_infrastructure-v2 .home_seaport_group .left_hdng {
    width: 100%;
  }

  .home_seaport_group .contents_wrp {
    flex-wrap: wrap;
    gap: 15px;
  }

  /* industrial-automation/ */


  /* Products Page Start */

  .comp_solutions_listing ul li {
    width: 28%;
  }

  .comp_solutions_listing .single_card h3 {
    font-size: 13px;
  }

  .products_inr_bnr,
  .products_inr_bnr .row {
    height: 40vh;
  }

  .prdcts_comp_solutions {
    padding-bottom: 30px;
  }

  .products_biometric_right .global_hdng h2 {
    font-size: 26px;
    text-align: center;
  }

  .biomtrc_prdct_card .hdng a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .biomtrc_prdct_card {
    padding: 15px;
  }

  .prdct_indstry_single h4 {
    font-size: 17px;
    font-weight: 400;
  }

  /* Products Page End */


  /* Products Details Start */
  .pdetails_image {
    height: 430px;
  }

  .pdetails_contnts_wrp .centered_btn {
    flex-direction: row;
    justify-content: center;
  }

  .row>*:has(.airport__products-box) {
    padding: 0 6px;
  }

  .pdetails_contnts_wrp {
    padding-left: 0;
  }


  /* Products Details End */


  /* /seaport_solution */
  .banner_btn_wrp {
    row-gap: 12px;
  }

  .seaport_hero_wrpr h1 {
    font-size: var(--fs-xxl);
  }

  .seaport_eco_card::after {
    display: none;
  }

  .seaport_eco_left ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-around;
  }

  .seaport_eco_left ul li {
    width: 48%;
  }

  .seaport_eco_left ul li+li {
    margin-top: 0;
  }

  .seaport_center .image {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .seaport_eco_left {
    margin-bottom: 15px;
  }

  .int_eco_left ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-around;
  }

  .int_eco_left ul li {
    width: 48%;
    max-width: 100%;
  }

  .int_eco_left ul li+li {
    margin-top: 0;
  }

  .integra_ecosystem .seaport_hdng {
    margin-bottom: 30px;
  }

  .int_eco_left.int_right {
    display: block;
    margin-top: 15px;
  }

  .smart_cntnr_image h2 {
    font-size: 30px;
    top: 50px;
  }

  .traditional_port .robotics_wrkfrce_card {
    max-width: 100%;
  }


  .military_tab_card h3 {
    font-size: 14px;
  }

  /* /seaport_solution */
  .mlt_integration_hver_wrp ul li.active .mlt_integration_single {
    padding: 20px;
  }


  /* Contact Page Start */
  .connect_infra p {
    margin-top: 20px;
  }


  /* Contact Page End */


  /* About Page Start */

  .abt_wrld_img {
    scale: 1;
    margin-top: 20px;
    transform: translateY(0px);
    margin-bottom: -80px;
  }

  .row>*:has(.abt_wrld_img) {
    position: relative;
  }

  .abt_wrld_img .image {
    max-width: 500px;
    margin-inline: auto;
  }

  .about_world_left {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .about_world_left .rbt_env_card+.rbt_env_card {
    margin-top: 0px;
  }

  .about_world_left .rbt_env_card {
    width: 50%;
    flex: 0 0 auto;
    padding: 0 6px;
  }

  .about_world_left .rbt_env_card .tag {
    font-size: 13px;
    padding: 6px 14px;
    right: 14px;
  }

  .abt_wrld_img::after {
    height: 650px;
  }

  .about_inteleco_card .contents {
    padding: 15px 0px 0px;
  }

  .row>*:has(.about_inteleco_card):nth-child(even) .about_inteleco_card .contents {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .multi_domain_listing {
    display: none;
  }

  .multi_domain_mobile {
    display: block;
    margin-top: 25px;
  }

  .multi_domain_mobile ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    justify-content: center;
  }

  .multi_domain_mobile ul li {
    width: 50%;
    flex: 0 0 auto;
    padding: 0 5px;
  }

  .multi_domain_mobile .image {
    height: 260px;
  }

  .multi_domain_mobile .image img {
    border-radius: 10px;
  }

  .multi_domain_mobile h4 {
    font-size: 18px;
    color: #1e1e1e;
    text-align: center;
    margin-top: 8px;
  }

  .abou_eco_right .row>*:nth-child(even) .ps_smarter_card {
    flex-direction: column;
  }

  .ps_smarter_card .image {
    border-radius: 10px 10px 0 0;
  }

  .ps_smarter_card .contents {
    border-radius: 0 0 10px 10px;
  }

  .row>*:has(.about_inteleco_card) {
    padding: 0 6px;
  }

  .footerpdcts_list ul {
    column-count: 1;
  }

  .intelhomemdl .modal-dialog {
    padding: 0 25px;
  }
.ev__blog-date {
    padding: 8px;
    font-size: 10px;
}
.ev__blog-box:hover .ev__blog-img img {
    transform: scale(1);
}
.blog-tags {
    margin-top: 4px;
}
.ev__blog-postcont h5 {
    font-size: 16px;
}
.ev__blog-postimg {
    width: 170px;
}
.intelhomemdl .modal-body {
    padding-top: 15px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    line-height: 1.1;
}

  /* About Page End */
  
  /* Location Start */
  
.locationbnr{
           margin-bottom: 0;
        height: 105vh;
}

.page-template-template-location .intel__main-page {
    background: #fff;
}


.location-content h2 {
    font-size: 30px;
}

/* Location End */


}

@media (max-width: 575px) {

  /* Home Start */

  :root {
    --section-gap: 30px;
  }

  .intel__realtime-content ul {
    flex-direction: column;
    align-items: center;
  }

  .container {
    padding: 0 15px;
  }


  .home_platform {
    overflow: hidden;
  }

  .row>*:has(.intel__infrastructure-imgbox) {
    padding: 0 5px;
  }

  .intel__infrastructure-top {
    margin: 0 5px;
  }

  .intel__technology-box .image {
    height: 140px;
  }

  .home_seaport_group {
    padding: 70px 20px 20px;
    margin-bottom: 30px;
  }

  .intel__industries-box .intel__content h5 {
    font-size: 18px;
  }

  .platform_infrastructure .global_hdng {
    margin: 0 auto 20px;
  }

  .home_counter .home_seaport_group {
    margin-top: 30px;
  }

  .intel__realtime::after {
    right: -5px;
    top: -1px;
    scale: 0.4;
  }

  .intel__realtime-cont li::before {
    background: url('../images/chak.png') no-repeat 0 0;
    scale: 0.8;
    top: 1px;
  }

  .intel__realtime-cont,
  .intel__realtime-img {
    width: 100%;
  }

  .intel__realtime-cont li {
    font-size: 16px;
  }

  .row>*:has(.intel__realtime-box) {
    position: sticky;
    top: 50px;
  }

  .row:has(.intel__realtime-box) {
    row-gap: 30px;
  }

  .home_public_security .slick-slide {
    padding: 0 12px;
  }

  .platform_infrastructure .bottom_btn {
    padding-top: 50px;
  }

  .home_public_security {
    padding-bottom: 90px !important;
  }

  .intel__performance {
    padding-top: 0;
  }


  .intel__performance-box {
    padding: 20px 15px;
  }

  .intel__performance-content .custom__btn {
    padding: 8px 20px;
  }

  .intel__footer-toppart-logo {
    max-width: 180px;
  }

  .intel__footer {
    padding: 15px 0 0;
  }

  .intel__footer-midpart {
    margin: 0 15px;
  }

  .mobile_logo {
    display: block;
    max-width: 70px;
  }

  .dsktp_logo {
    display: none !important;
  }

  .intel__header-nav .navbar-brand {
    max-width: 70px;
  }

  .intel__header {
    padding-top: 5px;
  }

  .row>*:has(.intel__footer-toppart-wrap) {
    padding: 0;
  }

  .home_counter .row>* {
    padding: 0 5px;
  }

  .row:has(.hm_cntr_mdl_card) {
    margin-inline: -5px;
  }

  .offcanvas-header .navbar-brand {
    transform: translate(0px, 0px);
  }

  .home__banner {
    min-height: auto;
    height: 94vh;
  }

  .home__banner .row {
    height: 90vh;
  }

  .intel__industries-box .intel__img {
    height: 200px;
  }

  .intel__industries-wrap,
  .intel__industries-wrap-bottom {
    gap: 10px;
  }

  .intel__industries-wrap-bottom {
    margin-top: 0px;
  }

  .home_ps_card:hover img {
    transform: scale(1);
  }

  .every_infra_card .contents {
    left: 14px;
    right: 14px;
    bottom: 10px;
  }

  .every_infra_card:hover .contents {
    bottom: 10px;
  }

  .intel__footer-buttom-mid p {
    margin-bottom: 0;
  }

  .platform_infrastructure {
    overflow: hidden;
  }

  .intel__footer-form .form-control,
  .intel__footer-form .form-select {
    height: 48px;
    font-size: 15px;
  }

  .form-group:not(.form-button) {
    margin-bottom: 8px;
  }

  textarea.form-control {
    min-height: 80px;
  }


  .every_infra_card p {
    font-size: 16px;
    line-height: 26px;
  }

  .every_infra_card {
    padding: 0 6px
  }

  .every_infra_card h3 {
    font-size: 20px;
  }

  /* Home End */

  /* Traffic Solutions start */

  .actionable_hdng .global_hdng,
  .traffic__environment .global_hdng {
    margin-bottom: 6px;
  }

  .traffic_env_card .custom__btn {
    font-size: 13px;
  }

  .traffic_env_card .image {
    height: 200px;
  }

  .traffic_deployment_left .custom__btn {
    margin-top: 20px;
  }

  .traffic_deployment_right li .single_listing .image {
    order: 3;
    width: 30%;
  }

  .traffic_deployment_right li .dploy_nmbr {
    width: auto;
    order: 1;
  }

  .traffic_deployment_right li .single_listing .contents {
    width: 55%;
    order: 2;
  }

  .traffic_deployment_right li .single_listing {
    align-items: start;
    justify-content: unset;
    column-gap: 10px;
  }

  .traffic_deployment_right li .dploy_nmbr h6 {
    font-size: 25px;
    color: rgb(30, 30, 30, 0.5);
    line-height: 1;
  }

  .cntrlroom_list_single .number {
    right: unset;
    left: 0;
  }

  .cntrl_room__left .row>*:nth-child(even) .cntrlroom_list_single .number {
    right: 0;
    left: unset;
  }

  .cntrlroom_list_single {
    padding: 15px 40px;
  }

  .cntrl_room__left .custom__btn {
    margin-top: 20px;
    margin-inline: auto;
  }

  .actionable_card {
    padding: 20px 15px;
  }

  .traffic_inglce_card li {
    width: 100%;
  }

  .traffic_inglce_card ul {
    row-gap: 15px;
  }

  .traffic_real_world .home_seaport_group {
    padding-top: 70px;
  }

  /* Traffic Solutions End */


  /* Smart City Start */
  .smarcity_devices .row>*:nth-child(odd) .smcity_devices_card::after,
  .smarcity_devices .row>*:nth-child(even) .smcity_devices_card::after {
    content: "\f063";
    position: absolute;
    bottom: unset;
    left: 0;
    right: 0;
    margin: auto;
    font-family: "fontawesome";
    font-size: 25px;
    background: #fff;
    top: 93%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    scale: 1;
    width: 60px;
    height: 60px;
  }

  .smarcity_devices .row>*:last-child .smcity_devices_card::after {
    display: none;
  }

  .smcity_devices_card .contents {
    padding: 14px 15px 10px;
    text-align: center;
  }

  .smcity_devices_card p {
    font-size: 16px;
  }

  .smcity_devices_card h3 {
    font-size: 19px;
  }

  .smarcity_devices .row>*:nth-child(even) .smcity_devices_card {
    margin-top: 0px;
  }

  .row:has(.smcity_devices_card) {
    row-gap: 35px;
  }

  .smcitycmpus {
    padding: var(--section-gap) 0;
  }

  .smcitycmpus .intel__performance-content h5 {
    font-size: 18px;
  }

  .smcitycmpus .global_hdng {
    margin-bottom: 25px;
  }

  .smcitycmpus .intel__performance-box,
  .smcitycmpus .intel__performance-left.right .intel__performance-box {
    border: none;
  }

  .smcitycmpus .intel__performance-box:nth-child(odd),
  .smcitycmpus .intel__performance-left.right .intel__performance-box:nth-child(odd) {
    border-right: 1px solid var(--clr-theme-black);
  }

  .smarcity_devices .global_hdng {
    margin-bottom: 20px;
  }

  .smc_function_card .image {
    height: 150px;
  }

  .d_backbone_card h3 {
    font-size: 17px;
  }

  .row>*:has(.d_backbone_card) {
    padding: 0 6px;
  }

  .row:has(.d_backbone_card) {
    row-gap: 14px;
  }

  .smcity_provide_single h3 {
    font-size: 17px;
  }

  .smcity_provide_single ul li {
    font-size: 11px;
  }

  .smcity_provide_single ul {
    gap: 7px;
  }

  .smartcity_provide_right::after {
    width: 60px;
    height: 60px;
    background-size: 30px;
  }

  .smarcity_devices .frame_img {
    bottom: calc(99% + 20px);
  }

  .smarcity_devices {
    padding-top: 20px;
  }

  /* Smart City End */


  /* Public Security Start */
  .ps_featured_prdcts_wrp .left_item .row,
  .ps_featured_prdcts_wrp .right_item .row {
    align-items: unset;
  }

  .ps_featured_prdcts_wrp>ul>li:nth-child(even) {
    flex-direction: row;
  }

  .ps_featured_prdcts_wrp .ps_prdct_tab_img {
    height: 100%;
  }

  .ps_prdct_tab_contnts .custom__btn {
    font-size: 15px;
  }

  .ps_intell_card .image {
    max-width: 200px;
  }

  .ps_right_security_right h3 {
    margin-bottom: 3px;
    font-size: 20px;
  }

  .rght_scrytwo .home_seaport_group {
    padding: 110px 20px 20px;
  }

  .ps_contact .row>* {
    padding: 0 6px;
  }

  .ps_three_cctv {
    max-width: 200px;
  }

  .ps_prdct_tab_contnts h3,
  .ps_smarter_card h3 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .ps_rcmmndation li {
    font-size: 18px;
  }

  .ps_rcmmndation li+li {
    margin-top: 15px;
  }

  .ps_rcmmndation ul {
    margin-bottom: 20px;
  }

  .ps_counter .hm_cntr_mdl_card {
    height: 100%;
  }

  /* Public Security End */


  /* Robotics Page Start */
  .smartcity_tailored {
    padding: var(--section-gap) 0;
  }

  .smartcity_tailored_tab .nav-link {
    font-size: 14px;
  }

  .rbt_tab_img {
    height: 90px;
  }

  .smartcity_tailored_tab .tab-content {
    margin: 0 6px;
  }

  .robotics_environment .glbl_hdng_wrp {
    margin-bottom: 20px;
  }

  .rbt_env_card .image,
  .rbt_firefight_card .image {
    height: 200px;
  }

  .rbt_cntr_list ul {
    display: flex;
    flex-wrap: wrap;
  }

  .rbt_cntr_list ul li {
    width: 50%;
    padding: 0 6px;
    flex: 0 0 auto;
  }

  .rbt_cntr_list li+li {
    margin-top: 0px;
  }

  .rbt_cntr_mcnz {
    height: auto;
    max-width: 250px;
    margin: 20px auto 0;
  }

  .rbt_platform_left {
    text-align: center;
  }

  .rbt_platform_left .custom__btn {
    margin-inline: auto;
  }

  .rbt_platform_right {
    padding: 25px 20px;
  }

  .rbt_platform_right .ps_rcmmndation {
    padding-right: 130px;
  }

  .rbt_image {
    max-width: 180px;
    bottom: -20px;
  }

  .rbt_platform_right .ps_rcmmndation li {
    font-size: 17px;
  }

  .human_rbts_left li {
    font-size: 16px;
  }

  .rbt_firefight_card .image {
    height: 250px;
  }

  .custom__btn {
    font-size: 15px;
  }


  /* Robotics Page End */


  /* airport-solution/ */
  .airport_platform-item {
    padding: 10px;
  }

  .airport__mordern-item {
    height: auto;
    margin: 15px 0;
  }

  .airports__box-wrap {
    flex-wrap: wrap;
  }

  .airports__box-wrap .image {
    height: 180px;
  }

  .airport__products-box .plus_btn {
    width: 35px;
    height: 35px;
    font-size: 16px;
    margin-top: -30px;
  }

  .airport__products-box h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
  }

  .airport__smart-headings h2 {
    font-size: 33px;
  }

  .airport__products-box p {
    -webkit-line-clamp: 2;
            font-size: 14px;
        line-height: 1.4;
  }
  .intelhomemdl textarea {

    font-size: 16px;
}

  .airport__smart-item:last-child {
    margin: 0 0 -30px auto !important;
  }

  .airport__smart-item h5 {
    height: 58px;
  }

  .airport__smart-item:last-child h5 {
    height: auto;
  }

  section.airports_extra::after {
    width: 31px;
    height: 34px;
    right: 15px;
    top: 15px;
    background-size: 100%, 100%;
  }

  .airport__counter-card {
    row-gap: 12px;
  }

  /* airport-solution/ */


  /* /* industrial-automation/ */
  .rbt_firefight_card {
    margin-bottom: 15px;
  }

  .mlt_cnct_assnmnent {
    margin-top: 15px;
  }

  .row:has(.mlt_mdrn_card) {
    row-gap: 15px;
  }

  .mlt_mdrn_card .contents {
    text-align: center;
    padding: 18px 0 0;
  }

  .military_prdct_ctgry .nav-link {
    padding: 8px 22px;
    font-size: 14px;
  }

  .industry_tab_card {
    padding: 0;
    border: 1px solid #F4F4F4;
  }

  .industry_tab_card .image {
    padding: 10px;
    height: 160px;
  }


  .industry_tab_card .contents {
    padding: 15px 10px;
  }

  .industry_tab_card .contents h3 {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
  }

  .inds_trdtnl_auto_card {
    padding: 15px;
    height: auto;
  }

  .inds_trdtnl_auto_card::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 9%, rgba(0, 0, 0, 0.86) 100%);
    height: auto;
  }

  .inds_trdtnl_auto_card h3 {
    margin-bottom: 15px;
  }

  .inds_trdtnl_auto_card li+li {
    margin-top: 5px;
  }

  .row:has(.inds_trdtnl_auto_card) {
    row-gap: 17px;
  }

  .traditional_automation .global_hdng {
    margin-bottom: 20px;
  }

  .rbt_firefight_card .contents {
    flex-direction: column;
  }

  .mlt_cnct_assnmnent .nmbr {
    font-size: 30px;
  }

  .imds_chakra_img {
    padding: 0 15px;
  }

  .military_prdct_tab .row {
    row-gap: 15px;
    --bs-gutter-x: 1rem;
  }

  /* /* industrial-automation/ */


  /* Products Page Start */
  .products_inr_bnr,
  .products_inr_bnr .row {
    height: 46vh;
  }

  .comp_solutions_listing ul li {
    width: 31%;
  }

  .prdct_biomtrc_drpdwn {
    padding: 20px;
  }

  .comp_prev {
    left: 0px;
  }

  .comp_next {
    right: 0px;
  }

  .mob_filters h4 {
    font-size: 18px;
  }

  .mob_filters img {
    max-width: 26px;
  }


  /* Products Page End */


  /* Products Details Start */
  .pdetails__hero {
    padding-top: 100px;
    overflow: hidden;
  }

  .pdetails_image {
    height: 350px;
    padding: 50px 30px;
  }

  .sku_group h5 {
    font-size: 16px;
  }


  .pdetails_related_products .row:has(.airport__products-box) {
    row-gap: 14px;
  }

  .pdetails_related_products .global_hdng {
    text-align: center;
  }

  .pdetails__hero>.container>.row>* {
    padding: 0 12px;
  }

  .row:has(.prdct_indstry_single),
  .products_biometric_right .row {
    margin: 0 -6px;
  }

  /* Products Details End */


  /* /seaport_solution */
  .dgGlobal-location__menu-offices .accordion-button .title h5 {
    font-size: 20px;
  }

  .seaport_section .seaport_hdng {
    margin-bottom: 0;
  }

  .seaport__port_right {
    padding: 20px;
    row-gap: 20px;
    min-height: auto;
  }

  .seaport_port_right_bg {
    right: 12px;
  }

  .seaport__port_right::after {
    right: 12px;
  }

  .seaport_port_left li::after {
    width: 12px;
    height: 12px;
    border: 2px solid;
  }

  .seaport_port_left li {
    padding-left: 18px;
    width: 47.5%;
  }

  .seaport_circle h2 {
    font-size: 28px;
  }

  .robotics_wrkfrce_card .contents {
    padding: 0 0;
  }

  .robotics_wrkfrce_card h3 {
    margin-bottom: 10px;
  }

  .smart_cntnr_card_wrp ul {
    flex-direction: column;
    gap: 0;
  }

  .smart_cntnr_image h2 {
    font-size: 22px;
    top: 10px;
  }

  .int_eco_left ul {
    gap: 12px;
  }

  .int_eco_left .eco__card {
    min-height: 235px;
    padding: 20px 12px;
  }

  .seaport_eco_left ul {
    gap: 12px;
  }

  .seaport_eco_card h3 {
    height: 38px;
  }

  .seaport_hero_wrpr {
    padding-top: 120px;
    height: 94vh;
    min-height: auto;
  }

  .seaport_banner {
    min-height: auto;
    height: 94vh;
  }

  /* /seaport_solution */

  /* police_military */
  .military_tab_card .image {
    height: 160px;
  }

  .military_prdct_tab .row {
    row-gap: 15px;
    --bs-gutter-x: 1rem;
  }

  .mlt_tactical_card {
    padding: 30px 15px;
  }

  .mlt_ecocard_wrp .rbt_env_card {
    margin-top: 16px;
  }

  .military_ecos .row:has(.rbt_env_card) {
    row-gap: 0;
  }

  .mlt_frag_left li {
    width: 47.5%;
  }

  .mlt_support_list ul h4 span {
    font-size: 16px;
  }

  .mlt_integration_hver_wrp ul li {
    width: 100% !important;
  }

  .mlt_integration_hver_wrp ul li.active {
    flex: 0 0 auto;
    width: 100% !important;
  }

  .ps_right_security .home_seaport_group {
    padding: 30px 15px;
  }

  .mlt_cnct_assnmnent .asnmnt_wrp h4 {
    font-size: 18px;
  }

  .mlt_integration_single {
    height: auto;
  }

  .mlt_integration_single .icon {
    width: 50px;
    height: 50px;
    margin-bottom: 12px;
    padding-bottom: 5px;
  }

  .mlt_integration_single .icon img {
    width: 30px;
  }

  .mlt_integration_single::after {
    background: linear-gradient(rgba(0, 0, 0, 0.7) 80.23%);
    height: 100%;
    object-fit: contain;
  }

  .rbt_xtreme .smartcity_tailored_tab .nav {
    justify-content: start;
  }


  /* police_military */

  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.payment-required .wpcf7-response-output {
    font-size: 14px;
    padding: 0;
    line-height: 1.1;
  }

  .military_tab_card h3 {
    font-size: 13px;
  }

  .airport__products_wrppr .tab-content .row {
    margin: 0;
  }


  /* Contact Page Start */
  .connect_infra h4 {
    margin-bottom: 15px;
  }

  .connect_infra_right {
    padding: 25px 15px;
  }

  .connect_infra_right .seaport_hdng h2 {
    font-size: 23px;
    margin-bottom: 10px;
  }

  .comingsoon::after {
    left: 18%;
  }

  /* Contact Page End */


  /* About Page Start */
  .products_inr_bnr .hm_bnr_hdng ul {
    column-gap: 40px;
    padding: 10px 20px;
    flex-wrap: wrap;
  }

  .products_inr_bnr .hm_bnr_hdng ul li:not(:last-child):after {
    width: 20px;
    right: -31px;
  }

  .about_eng_right .row>* {
    padding: 0 6px;
  }

  .multi_domain_mobile .image {
    height: 180px;
  }

  .multi_domain_mobile h4 {
    font-size: 14px;
  }

  .abou_eco_right {
    margin: 0 15px;
  }

  .ps_smarter_card .icon {
    width: 40px;
    height: 40px;
    padding: 7px;
  }

  .row:has(.about_inteleco_card) {
    row-gap: 10px;
  }

  .about_world_left .rbt_env_card {
    width: 100%;
  }

  .about_world_left .rbt_env_card+.rbt_env_card {
    margin-top: 10px;
  }

  .about_world_left .rbt_env_card .image {
    height: 220px;
  }

  .about_eng_left .custom__btn {
    margin-top: 10px;
  }

  .about_inteleco_card {
    margin: 0 5px;
  }

  .error_img {
    max-width: 250px;
    margin-bottom: 15px !important;
  }

  .page-template-template-industries .platform_infrastructure {
    padding-bottom: 90px;
  }

  .intelhomemdl .modal-dialog {
    padding: 0 12px;
  }

  .intelhomemdl .modal-body {
    padding: 20px 15px 15px;
  }

  .intelmdl_grp .input_card input {
    font-size: 17px;
  }

  .intelmdl_grp .input_card input::placeholder {
    font-size: 17px;
  }

  .intelhomemdl h3 {
    font-size: 18px;
    line-height: 1.2;
  }

  .intelmdl_grp label {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .intelmdl_grp .input_card .custom__btn {
    margin-top: 5px;
  }

  .airport_platform-hdng {
    margin-bottom: 20px;
  }

  .airport_platform-item p {
    min-height: 40px;
    font-size: 14px;
    line-height: 1.2;
  }

  .airport__products_wrppr .core_ai_tab .nav {
    margin-bottom: 0px;
  }

  .industries_chakra .global_hdng {
    margin-bottom: 20px;
  }

  .inds_chakra_left .single_card h4 {
    margin-bottom: 6px;
    font-size: 18px;
  }
  .smartcnct .seaport__contact-form {
    margin-bottom: 0;
}
.ev__blog-cont h4 a {
    font-size: 18px;
}
.pagination-wrap {
    column-gap: 10px;
}
.ev__blog-postimg img {
    height: 80px;
}
.ev__blog-postimg {
    width: 40%;
}
.blog-meta {
    margin-bottom: 6px;
}
.ev__blog-leftpart {
    margin-top: 20px;
}
.ev__blog-resentpost li a {
    column-gap: 15px;
}
.ev__blog-ctagory h4, .ev__blog-tag h4, .ev__blog-resentpost h4 {
    font-size: 20px;
}
.intelhomemdl .btn-close {
    right: -4px;
}
.locationbnr {
          margin-bottom: 0;
        height: 100vh;
}
.tag-box {
    margin-bottom: 30px;
}
.location-content h2 {
    font-size: 25px;
}
.prdcts_comp_solutions {
    padding-bottom: 10px;
}

.page-numbers {
    height: 32px;
    padding: 6px 10px;
    font-size: 16px;
}
.pagination-wrap {
    column-gap: 6px;
}
.locationbnr textarea.form-control {
    height: 100px;
}


  /* About Page End */

}

@media (max-width: 480px) {

  /* Home Start */

  :root {
    --section-gap: 30px;
    --fs-xxl: 25px;

  }

  .intel__industries-box .intel__img {
    height: 150px;
  }

  .intel__header-nav .navbar-brand {
    max-width: 60px;
  }

  .navbar-toggler {
    padding: 10px 8px;
    row-gap: 6px;
  }

  .intel__infrastructure::after,
  .intel__infrastructure::before {
    scale: 0.4;
  }

  .intel__infrastructure::after {
    top: -4px;
  }

  .intel__infrastructure-since .custom-heading h2 {
    font-size: 40px;
  }

  .intel__img {
    height: 240px;
  }

  .intel__infrastructure-content-right .image {
    max-width: 200px;
  }

  .intel__technology-box .image {
    height: 120px;
  }

  .inteltech_wrppr .global_hdng h2 {
    font-size: 25px;
  }

  .hm_cntr_mdl_card h5 {
    font-size: 15px;
  }

  .home_seaport_group {
    padding: 70px 15px 15px;
  }

  .global_hdng {
    margin-bottom: 10px;
  }

  .intel__performance-box {
    width: 100%;
  }

  .intel__performance-left {
    flex-direction: column;
    row-gap: 20px;
  }

  .intel__performance-content h5 {
    font-size: 20px;
  }

  .mobile_logo {
    max-width: 60px;
  }

  .row>*:has(.intel__footer-buttom) {
    padding: 0;
  }

  .intel__footer-buttom a,
  .intel__footer-buttom-mid p {
    font-size: 14px;
  }

  .intel__footer-buttom-mid ul a {
    padding-right: 10px;
  }

  .intel__footer-buttom-mid ul {
    column-gap: 10px;
  }

  .intel__performance {
    padding-bottom: 15px;
  }



  .intel__industries-wrap .btn,
  .intel__industries-wrap-bottom .btn {
    right: 16px;
  }

  .intel__industries-wrap .intel__content p,
  .intel__industries-wrap-bottom .intel__content p {
    font-size: 15px;
    line-height: 22px;
    padding-top: 8px;
  }

  .custom__btn {
    font-size: 15px;
    padding: 8px 24px;
  }

  /* Home End */


  /* Traffic Solutions start */
  .centered_btn {
    flex-direction: column;
    row-gap: 10px;
    align-items: center;
  }

  .traffic_inglce_image {
    margin: 15px 0;
  }

  .traffic_enfrcmnt_tab .tab-content {
    padding: 0px;
    background: transparent;
  }

  .traffic_enfrcmnt_tab .intel__technology-box {
    background: var(--clr-theme-white);
  }

  .actionable_hdng {
    padding: 20px;
  }

  .actionable_traffic .actionable_hdng .custom__btn {
    font-size: 15px;
  }

  .row>*:has(.actionable_card) {
    width: 100%;
  }

  .traffic_env_card {
    padding: 10px;
    background: var(--body-color);
    border-radius: var(--radius-md);
  }

  .traffic__environment {
    padding-bottom: 100px;
  }

  .traffic__environment .slick-initialized .slick-slide {
    padding: 0 5px;
  }

  .traffic_deployment_right li .dploy_nmbr h6 {
    font-size: 12px;
    background: var(--clr-theme-black);
    line-height: unset;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--clr-theme-white);
  }

  .traffic_deployment_right li .single_listing .image {
    display: none;
  }

  .traffic_deployment_right li .single_listing .contents {
    width: 86%;
  }

  .traffic_real_world .row>* {
    padding: 0;
  }

  .traffic_real_world .home_seaport_group {
    margin-top: 20px;
  }

  /* Traffic Solutions End */


  /* Smart City Start */
  .digital_backbone_video {
    height: auto;
  }

  .row>*:has(.d_backbone_card) {
    width: 100%;
  }

  .d_backbone_card {
    padding: 21px 12px;
    height: auto;
    margin: 0 6px;
  }

  .smartcity_tab_card .contents h3 {
    font-size: 14px;
  }

  .smartcity_provide_right .row>* {
    padding: 0 12px;
    width: 100%;
  }

  .smartcity_provide_right .row {
    row-gap: 30px;
  }

  .smcity_provide_single ul li {
    font-size: 12px;
  }

  .smartcity_provide_right::after {
    width: 50px;
    height: 50px;
    transform: rotate(90deg) translateY(50%);
    left: 50%;
    scale: 1;
    top: calc(47% + -2px);
  }

  .smcity_provide_single h3 {
    margin-bottom: 10px;
  }

  .sm_sur_rowrev .row:nth-child(even) .sm_surveillance_left {
    padding-left: 0px;
  }

  .smarcity_devices .frame_img {
    bottom: calc(99% + 15px);
  }

  .smcitycmpus .intel__performance-box {
    padding: 0 20px;
    width: 100%;
  }

  .smcitycmpus .intel__performance-left {
    flex-direction: column;
    row-gap: 15px;
  }

  .smcitycmpus .intel__performance-box:nth-child(odd),
  .smcitycmpus .intel__performance-left.right .intel__performance-box:nth-child(odd) {
    border-right: none;
  }

  .smcitycmpus .global_hdng {
    margin-bottom: 15px;
  }

  .intel__performance-content p {
    font-size: 16px;
  }

  .smcitycmpus .intel__performance-content h5 {
    font-size: 19px;
  }

  .smcitycmpus .intel__performance-mid {
    margin: 20px 0 25px;
  }

  /* Smart City End */

  /* Public Security Start */
  .bnfts_intel_cntnts,
  .bnfts_intel_cntnts .custom__btn {
    margin-top: 10px;
  }

  .ps_benefits_right_img .image {
    margin-top: 20px;
  }

  .ps_featured_prdcts_wrp>ul>li .left_item,
  .ps_featured_prdcts_wrp>ul>li .right_item {
    width: 49.3%;
  }

  .ps_featured_prdcts_wrp>ul>li .left_item .row>*,
  .ps_featured_prdcts_wrp>ul>li .right_item .row>* {
    width: 100%;
  }

  .ps_prdct_tab_contnts {
    padding: 10px;
    justify-content: start;
    padding-bottom: 8px;
  }

  .ps_prdct_tab_contnts h3,
  .ps_smarter_card h3 {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .ps_prdct_tab_contnts p,
  .ps_smarter_card p {
    font-size: 13px;
    line-height: 1.3;
  }

  .ps_prdct_tab_contnts h4 {
    font-size: 12px;
  }

  .ps_featured_prdcts_wrp>ul>li .right_item,
  .ps_featured_prdcts_wrp>ul>li+li {
    margin-top: 0;
  }

  .ps_prdct_tab_contnts .custom__btn,
  .ps_smarter_card .custom__btn {
    font-size: 13px;
    padding: 6px 22px;
  }

  .ps_featured_prdcts_wrp .ps_prdct_tab_img {
    height: 90px;
    padding: 10px;
  }

  .ps_featured_prdcts_wrp>ul>li+li {
    margin-top: 8px;
  }

  .ps_featured_prdcts {
    padding: 30px 0;
  }

  .loadmore_btn {
    text-align: center;
    margin-top: 15px;
  }

  .ps_intell_card .image {
    max-width: 160px;
  }

  .row:has(.ps_intell_card) {
    row-gap: 15px;
  }

  .ps_smarter_card .image {
    height: 150px;
  }

  .ps_smarter_card .contents {
    padding: 10px;
  }

  .row>*:has(.ps_smarter_card),
  .row>*:has(.threat_detection_card) {
    padding: 0 4px;
  }

  .ps_rcmmndation li {
    font-size: 16px;
  }

  .ps_three_cctv {
    max-width: 150px;
  }

  .ps_right_securitysltn {
    padding-bottom: 30px !important;
  }


  .br {
    border-radius: 8px;
  }

  .ps_counter .global_hdng {
    margin-bottom: 15px;
  }

  .ps_graph .image {
    max-width: 140px;
  }

  .rght_scrytwo .home_seaport_group {
    margin-top: 20px;
  }

  .threat_detection_card,
  .threat_detection .row>*:nth-child(even) .threat_detection_card {
    flex-direction: column-reverse;
  }

  .threat_detection_card .image {
    width: 100%;
    margin-bottom: 5px;
  }

  /* Public Security End */


  /* Robotics Page Start */
  .rbt_emer_lstng li+li {
    margin-top: 20px;
  }

  .smartcity_tailored_tab .nav-link {
    padding: 6px 20px;
  }

  .smartcity_tailored_tab .nav-tabs {
    margin-bottom: 10px;
  }

  .rbt_extreme_card {
    padding: 16px 10px;
  }

  .rbt_extreme_card h3 {
    font-size: 13px;
  }

  .row>*:has(.rbt_extreme_card),
  .row>*:has(.rbt_env_card),
  .machinez_wrp .row>*,
  .rbt_firefighting .row>* {
    padding: 0 5px;
  }

  .row:has(.rbt_extreme_card),
  .row:has(.rbt_env_card) {
    row-gap: 10px;
  }

  .rbt_env_card .image {
    height: 150px;
  }

  .rbt_env_card .tag {
    padding: 5px 12px;
    font-size: 10px;
  }

  .rbt_cntr_mcnz {
    max-width: 200px;
  }

  .rbt_platform_right .ps_rcmmndation {
    padding-right: 0;
  }

  .rbt_image {
    display: none;
  }

  .rbt_platform_right .ps_rcmmndation ul {
    margin-bottom: 0px;
  }

  .rbt_platform_right {
    margin-top: 20px;
  }

  .rbt_firefighting .row>*:has(.rbt_firefight_card) {
    width: 100%;
  }

  .rbt_firefighting .row {
    row-gap: 15px;
  }

  .rbt_firefight_card::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%);
  }

  .rbt_firefight_card h3 {
    font-size: 18px;
  }

  .rbt_respnse .glbl_hdng_wrp {
    margin-bottom: 20px;
  }

  .rbt_contact .seaport_hdng h2 {
    font-size: 24px;
  }

  .rbt_contact .seaport__contact-img-right {
    max-width: 280px;
  }

  .intel__footer-buttom>div+div,
  .intel__footer-buttom-left ul {
    margin-top: 10px;
  }

  /* Robotics Page End */


  /* Products Page Start */
  .comp_solutions_listing ul li {
    width: 50%;
  }

  .products_biometric_right .global_hdng h2 {
    font-size: 22px;
  }

  .biomtrc_prdct_card .image {
    padding: 0 0 10px 0;
  }

  .biomtrc_prdct_card .image img {
    height: 80px;
  }

  .biomtrc_prdct_card .hdng a {
    font-size: 13px;
    margin-bottom: 2px;
  }

  .biomtrc_prdct_card .contents p {
    -webkit-line-clamp: 3;
    font-size: 13px;
    line-height: 1.2;
  }

  .biomtrc_prdct_card .custom__btn {
    font-size: 12px;
    padding: 8px 20px;
  }

  .biomtrc_prdct_card {
    padding: 15px 11px;
  }

  .prdct_indstry_single h4 {
    font-size: 15px;
  }

  .prdct_indstry_single::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 92.16%);
  }

  /* Products Page End */

  /* Products Details Start */
  .pdetails_image {
    height: 300px;
    padding: 30px;
  }

  .pdetails_contnts_wrp .breadcrumb_listing ul {
    margin-bottom: 10px;
  }

  .specifications_details h4 {
    margin-bottom: 10px;
  }

  .pdetails_contnts_wrp .centered_btn {
    column-gap: 10px;
  }

  .airports__box-wrap .image {
    height: 120px;
  }

  .airport__products-box .plus_btn {
    margin-top: -20px;
    z-index:1;
  }

  .comp_solutions_listing .single_card h3 {
    font-size: 14px;
  }

  .pdetails_contnts_wrp .centered_btn {
    flex-direction: column;
  }
.ev__blog-postimg img {
    height: 60px;
}
.ev__blog-postcont h5 {
    font-size: 14px;
    margin-bottom:0;
}
.ev__blog-postcont {
    width: 60%;
}
.ev__blog-postimg {
    width: 37%;
}
.ev__blog-postcont span {
    font-size: 13px;
}
    .intelmdl_grp .input_card input#productTitle{
                font-size: 14px;
    }
    .intelmdl_grp .input_card input,
    .input_card input::placeholder
    {
    font-size: 16px;
}


  /* Products Details End */

}

@media (max-width:360px) {

  /* Robotics Page Start */
  .rbt_emer_lstng .single_list {
    align-items: start;
  }

  .custom__btn {
    font-size: 13px;
    padding: 8px 21px;
  }

  /* Robotics Page End */

  /* Smart City Start */
  .smartcity_tab_card .contents .custom__btn {
    font-size: 12px;
    padding: 6px 21px;
  }

  /* Smart City End */

  /* Products Details Start */
  .sku_group h5 {
    font-size: 15px;
  }

  /* Products Details End */

}