/* Banner Main*/
.Banner_MainSection{
   background:url(images/groupBg_ds.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 0px;
    height: 920px;
    padding-top: 100px; /* Pushes the banner down to avoid overlap */
    position: relative; /* Keeps it in normal flow */
    z-index: 1; /* Lower than navbar so it stays behind */
}
.Banner_ImageCCtv img{
    position: relative;
    top: 174px;
    left: 2px;
}
.Banner_contMain{
    padding: 0;
}
.Banner_HeadCont{
    padding-top: 30%;
}
.Banner_HeadCont h4{
    text-align: left;
    font-size: 18px;
    color: white;
    font-family: 'Barlow';
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-left: 10px;
}
.Banner_HeadCont h2{
    color: white;
    font-size: 54px;
    text-align: left;
    text-transform: uppercase;
    font-family: "Barlow";
    font-weight: 800;
    margin-top: 10px;
}
.Banner_HeadCont p{
    color: white;
    color: white;
    text-align: left;
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 28px;
}
.Banner_Btn a{
    padding: 16px 28px;
    background: linear-gradient(to right, #E01C08 0%, #B11101 50%, #E01C08 100%);
    color: white;
    border-radius: 31px;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 15px;
    float: left;
     cursor: pointer;
}
.Banner_HeadBtn a{
    padding: 16px 28px;
    background: linear-gradient(to right, #E01C08 0%, #B11101 50%, #E01C08 100%);
    color: white;
    border-radius: 20px;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 15px;
    float: right;
    margin-top: 11px;
}
.Banner_Btn .bi-arrow-right::before ,
.Banner_HeadBtn .bi-arrow-right::before{
    content: "\f138";
    font-weight: 900 !important;
    font-size: 14px;
    margin-left: 11px;
}
/* Banner Main end*/
.navbar-right {
    float: left !important; 
}
/*slider css boxCard Banner*/
.services-sectionCCtv {
    text-align: center;
    /* padding: 50px 0; */
}
.services-CcTV{
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 15px;
    color: #023047;
}
.service-carousel {
    position: relative;
    max-width: 80%;
    margin: auto;
}

.service-item {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: left;
    padding-bottom: 20px;
    margin: 15px;
}
.service-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.service-contentCCtv {
    padding: 20px;
    padding-bottom: 40px;
}

.service-contentCCtv h3 {
    font-size: 21px;
    margin-bottom: 3px;
    font-weight: 700;
    font-family: revert !important;
}
.service-contentCCtv p {
    font-size: 15px;
    color: #8b8b8b;
    text-align: left !important;
}
.read-more {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 15px;
    background-color: #007bff;
    color: white;
    border-radius: 5px;
    text-decoration: none;
}
.read-more:hover {
    background-color: #0056b3;
}
.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #007bff;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
}
.owl-prev { left: -50px; }
.owl-next { right: -50px; }

.owl-prev:hover, .owl-next:hover {
    background-color: #0056b3;
}
/* slider css boxCard Banner*/


/* slider css cards*/
.services-section {
    text-align: center;
    padding: 50px 0;
}

.services-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.services-underline {
    width: 50px;
    border: 2px solid #007bff;
    margin: 10px auto;
}

.services-carousel-container {
    position: relative;
    max-width: 80%;
    margin: auto;
}

.service-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: left;
    padding: 0px;
    margin: 7px;
    position: relative;
    border: 3px solid transparent;
    transition: border 0.3s ease-in-out;
    
}
.service-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.service-content {
    padding: 20px;
}
.service-heading {
    font-size: 18px;
    font-weight: bold;
}
.service-description {
    font-size: 14px;
    color: #666;
}
.serviceBtn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 15px;
    background-color: #007bff;
    color: white;
    border-radius: 5px;
    text-decoration: none;
}
.serviceBtn:hover {
    background-color: #0056b3;
    color: white;
    text-decoration: unset !important;
}
.carousel-btn-prev, 
.carousel-btn-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #007bff;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
}
.carousel-btn-prev { left: -50px; }
.carousel-btn-next { right: -50px; }
.carousel-btn-prev:hover, 
.carousel-btn-next:hover {
    background-color: #0056b3;
}

/* slider css cards end*/

.HeadBtn_cc{
    padding: 0;
}
/* Header NavBar*/
.navbarHead{
    position: absolute;
    padding: 0 15px;
    top: 18px;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.navbar {
    border: none;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 10px 20px;
}
.navbar-brand img {
    height: 40px;
}
.navbar-nav > li > a {
    color: gray;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    padding: 20px 23px;
    text-transform: uppercase !important;
}
/* active page link */
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > li.active > a:hover {
    color: red !important;
    background: transparent !important;
    font-weight: bold;
}
.social-icons {
    padding: 15px;
}
.social-icons a {
    color: #0f2b3d;
    font-size: 16px;
    margin: 0 8px;
}
.dropdown-menu {
    min-width: 150px;
}

/* Header NavBar*/


/* Footer*/

.footer {
    background-color: #222629;
    color: #fff;
    padding-top: 65px;
}
.footer .logo {
    font-size: 24px;
    font-weight: bold;
}
.footer p {
    margin-top: 10px;
    color: #c7c7c7;
    text-align: left;
    padding: 0 29px 0 0;
    line-height: 1.5;
}
.footer .social-icons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #222629;
    color: white;
    text-align: center;
    margin: 5px;
    border-radius: 18px;
    border: 1px solid #3e3d3d;
}
.footer .quick-links,
.footer .support,
.footer .newsletter {
    margin-top: 20px;
}
.footer h4 {
    font-size: 18px;
    margin-bottom: 15px;
}
.footer ul {
    list-style: none;
    padding: 0;
}
.footer ul li a {
    text-decoration: none;
    display: block;
    padding: 5px 0;
    margin-bottom: 10px;
    color: #ffffff;
    margin-left: 5px;
    font-size: 16px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
}
.footer .newsletter input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
}
.footer .newsletter button {
    width: 100%;
    padding: 10px;
    background: #fdb813;
    color: white;
    border: none;
    border-radius: 5px;
    font-weight: bold;
}
.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #444;
    color: #bbb;
    padding-bottom: 35px;
    margin-top: 35px;
}
/* Footer*/


/* Pricing section*/
.pricing-section {
    margin-top: 30px;
}
.pricing-title , .mobileapp-dev .mobileapp-wrapper h3 {
    color: #023047;
    font-size: 42px;
    font-weight: 700;
    margin-top: 0;
}
.pricing-box {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    height: 588px;
    margin-bottom: 5px;
}
.pricing-box:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.pricing-header img {
    width: 100%;
    height: 204px;
    border-radius: 10px;
    object-fit: cover;
}
.pricing-header h3 {
    margin: 15px 0;
}
.price {
    font-size: 30px;
    font-weight: bold;
    color: #28a745;
}
.monthly {
    background: #28a745;
    color: #fff;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 14px;
}
.pricing-list {
    text-align: left;
    padding-left: 20px;
}
.btn-purchase {
    margin-top: 20px;
    background: #10c08f;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border-radius: 25px;
    padding: 14px 20px;
    font-size: 13px;
    font-weight: 700;
}
.btn-purchase:hover {
    background: #218838;
    text-decoration: none;
    color: white;
}
/* Pricing section*/


/* services_slide*/
.services-section {
    text-align: center;
    padding: 50px 0;
}
.services-section h2 {
    font-weight: bold;
}
.service-box {
    text-align: center;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.service-box img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.service-box h3 {
    font-weight: bold;
    margin-top: 15px;
}
.service-box p {
    color: #666;
}
.service-category {
    color: purple;
    font-weight: bold;
}
.icon-container {
    display: inline-block;
    background: orange;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.icon-container img {
    width: 20px;
    height: 20px;
}
/* services_slide*/

.Pricing_section p{
        padding: 0 17%;
    line-height: 1.7;
}
h4 {
    color: #aaaaaa;
    letter-spacing: 1px;
    font-size: 14px;
    text-align: center;
}
h2 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.highlight-text {
    color: #ff7300;
}
p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.5;
}
.custom-button:hover {
    background-color: #e65c00;
}
.benefits-container {
    margin-top: 46px;
}
.benefits-list-item {
    font-size: 17px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: white;
    margin-left: 12%;
    font-weight: 600;
}
.checkmark-icon {
    color: #ff7300;
    font-size: 18px;
    margin-right: 10px;
}
/* smartSecures_progress*/

/* form_MainCCtv*/

/* form_MainCCtv*/


.Mainprogress_CamCC{
    padding-top: 35px;
}
.navbar {
    height: 95px;
    margin-bottom: 0px !important;
}
#myNavbar{
    padding: 8px 0;
        float: inline-end;
}
.navbar-brand img {
    height: 47px;
    margin-left: 6px;
}
.Banner_contentHead h1 {
    font-family: "Poppins", Sans-serif;
    font-size: 65px;
    font-weight: 600;
    line-height: 65px;
    color: #023047;
}
.Banner_contentHead h1 span {
    color: #677791;
}
.Banner_contentHead p{
    text-align: left;
    margin: 27px 0;
    font-size: 16px;
    color: grey;
}
.count_secExpert .stats {
    font-size: 40px;
    font-weight: bold;
    font-weight: 800;
    text-align: center;
    color: #677791;
}
.count_secExpert p{
    font-size: 18px;
    margin: 0px 0;
    text-align: center;
    font-weight: 100;
    font-family: "Roboto Slab", Sans-serif;
}
#feature-container{
    border-radius: 20px;
    background-color: #6f7b8f;
    padding: 10px;
}
#myNavbar .social-icons i{
    font-size: 21px;
}
.owl-stage-outer .owl-item{
    width: 328px;
}
.serviceBtn{
    border-radius: 20px;
}

.service-card.active {
    border: 3px solid blue;
}

.service-card::after {
    content: "";
    position: absolute;
    bottom: 0; /* Aligns exactly at the bottom */
    left: 0;
    width: 0;
    height: 5px;
    background-color: blue;
    transition: width 0.5s ease-in-out;
}

.service-card:hover::after {
    width: 100%;
}
.line_service{
    height: 2px;
    width: 100px;
    background: #1965FD;
    display: inline-block;
    margin: 15px 0;
}
#workProgress_Head h2{
    color: #023047;
    font-weight: 700;
    font-size: 45px;
}
.workProcess_card p{
    color: gray;
    padding: 0 21%;
    margin-bottom: 45px;
    font-size: 17px;
}
.services-carousel-container {
    margin-top: 30px;
}

/* Default icon background */

/* Active icon background */
.workP_Arrow img{
    height: 43px;
    padding: 0;
}
.eCommerce_SolutionsHead h3 {
    font-size: 42px;
    font-weight: 700;
    margin-top: 0;
    color: #023047;
    margin-bottom: 19px;
    font-family: "Barlow";
}
.eCommerce_SolutionsHead p {
    font-size: 17px;
    padding: 0 10%;
    line-height: 1.5;
    margin-bottom: 45px;
    color: gray;
    font-weight: 400;
    font-family: "Barlow", sans-serif;
}
.ourFeatures_tab .nav-tabs>li>a {
    background-color: transparent;
    color: #242c40;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .3px;
    border: 0;
    margin: 0 6px;
    border-radius: 30px;
    padding: 10px 30px;
    -moz-transition: ease all .3s;
    transition: easeall .3s;
}
.ourFeatures_tab .nav-tabs>li>a {
    font-size: 18px;
    padding: 10px 20px;
    font-weight: 700;
    font-family: "Barlow";
}
.ourFeatures_tab .nav-tabs>li.active>a {
    background: linear-gradient(90deg, #00729d, #02bcf5);
    color: #fff;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: background-color 0.5s ease-in-out;
    justify-content: center;
}
.ourFeatures_tab .nav-tabs {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 0;
    gap: 50px;
}
.tabbable-panel h2 {
    font-weight: 600;
    font-size: 26px;
    padding-top: 6px;
    text-align: left;
    margin-bottom: 16px;
    margin-top: 0;
    font-family: "Barlow", sans-serif;
    color: #0c223a;
}
.cosmTab_points p {
    font-size: 15px;
    font-weight: 500;
    color: #010101;
    text-align: left;
    padding: 0 145px 0 0;
    font-family: "Poppins", sans-serif;
}
.ourFeatures_sec img {
    border-radius: 20px;
    height: 313px;
}
.feature-listTabbable li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 14px;
    font-size: 16px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    color: #8d8d8d;
}
.feature-listTabbable {
    padding-top: 15px ;
    padding-left: 10px;
}
.EcomTab_cctv img{
    height: 55px;
    margin-bottom: 10px;
}
.eCommerce_SolutionsMain .tab-content{
    margin: 0 20px;
    margin-top: 39px;
}
.eCommerceSolutionsCCtv{
    margin-top: 28px;
    background-color: rgb(255, 255, 255);
    height: 464px;
    border-radius: 40px;
    box-shadow: 0 0 16px -8px #0000001a, 0 13px 24.3px -13px #242a3540;
}
.tabccTv_serve{
    padding: 46px 20px;
}
.feature-listTabbable li::marker{
    color: transparent;
}
.cctv_ecomTabtn-blue span{
    border: 3px solid #00729d;
    padding: 15px;
    border-radius: 26px;
    font-size: 18px;
    color: #00729d;
    font-weight: 700;
    text-decoration: unset !important;
    text-decoration: unset;
    font-family: "Barlow", sans-serif;
    /* background: linear-gradient(180deg, #ff1a1a, #b30000); */
}
.cctv_ecomTabServe{
    margin-top: 35px;
}
.cctv_ecomTabtn-blue span:hover{
    background: linear-gradient(90deg, #00729d, #02bcf5);
    color: white;
    text-decoration: unset;
}
.pricing-list li::marker{
    color: transparent;
}
.pricing-list li{
    font-size: 16px;
    margin-bottom: 7px;
    justify-content: space-between;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 5px; /* Adjust this value as needed */
}
.pricing-list li i {
    margin-right: 45px;
}
.pricing-list li bi{
    font-size: 28px;
    color: orange;
    padding: 0;
}
.Pricing_Costcc{
    position: absolute;
    top: 160px;
    left: 40px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 80px);
}
.plan_price{
    background-color: #fff;
    border-radius: 25px;
    width: 110px;
    height: 101px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
     border: 2px solid red;
    box-shadow: 0 0 16px -8px #0000001a, 0 13px 24.3px -13px #242a3540;
}
.plan_priceMonth{
    background-color: #10c08f;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 20px;
    border-radius: 35px;
}
.pricing-list{
    padding-top: 23%;
}
.plan_price h3{
    font-size: 15px;
    margin-top: 2px;
    text-align: center;
}
.Vendor_eaglepoint h5{
        font-weight: 700;
        font-size: 15px;
}
.Vendor_eaglepoint h4{
        color: #1a1a6a;
    font-weight: 600;
    text-align: left;
}
.cctv_userSolution h3{
    margin-top: 0 ;
}
/*tabb_image*/
  .eagle_vendors {
      padding: 30px 15px;
    }

    .eagle_vendors h2 {
      font-weight: 600;
      font-size: 34px;
      color: #222;
      margin-bottom: 15px;
    }

    .eagle_vendors p.subtext {
      font-size: 16px;
      color: #666;
      margin-bottom: 4%;
    }

    .eagle_vendors_img {
      text-align: center;
    }

    .eagle_vendors_img img {
      max-width: 100%;
      margin: 0 auto;
      max-height: 365px;
      display: none;
      border-radius: 12px;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
      transition: all 0.3s ease-in-out;
    }
    .eagle_vendors_img {
        padding-top: 0%;
    }

    .eagle_vendors_img img.active {
      display: block;
    }

    .panel-group .panel {
      border: none;
      margin-bottom: 10px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .panel-heading {
      background-color: #fff;
      padding: 0;
    }

    .panel-title a {
      display: block;
      padding: 15px 20px;
      background-color: #f5f5f5;
      color: #333;
      font-weight: 600;
      text-decoration: none;
      position: relative;
      transition: background 0.3s ease;
    }

    .panel-title a .fa {
      position: absolute;
      right: 20px;
      top: 16px;
      font-size: 16px;
      transform: rotate(0deg);
      transition: transform 0.3s ease;
    }

    .panel-collapse.in + .panel-heading .fa,
    .panel-title a[aria-expanded="true"] .fa {
      transform: rotate(180deg);
    }

    .panel-title a.active {
    background: linear-gradient(90deg, #E01C08 0.18%, #B11101 100.18%) !important;
      color: #fff !important;
    }

    .panel-body {
      background-color: #fff;
      padding: 20px;
      color: #444;
      font-size: 15px;
      line-height: 1.7;
 box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    background: linear-gradient(to bottom, #ffffff, #fff9e6); /* white to soft light cream */
    }

    @media (max-width: 768px) {
      .eagle_vendors_img {
        margin-bottom: 30px;
      }
    }

/*tabb_image end*/
.cctv_userSolution p{
text-align: left;
margin-bottom: 15x;
}
.plan_price h5{
    font-size: 20px;
    font-weight: 700;
}
.plan_priceMonth p{
    display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
}
.bi-check::before {
    content: "\f26e";
    color: #10c08f;
    font-size: 28px;
}
.btn-purchase .bi-basket{
    margin-left: 10px;
    font-size: 15px;
}
.purchase_priceBtn{
    display: flex;
    justify-content: center;
     cursor: pointer;
}
#smartServices_Main{
    background: url(images/cctv-background.jpg);
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}
.smartServices_Main h4{
    font-size: 17px;
    font-weight: 500;
    color: white;
}
.smartServices_Main h2{
    color: white;
    font-size: 40px;
    margin-bottom: 51px;
}
.benefits_serviceCC p{
 text-align: left;
 color: white;
 margin-bottom: 23px;
}
.custom-buttonCCTv{
    background-color: #ff7300;
    color: white;
    font-weight: bold;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    display: block;
    margin: 20px auto;
    float: left;
}

.slider_MainSection , .Pricing_section , .workProgress_Head,
#smartServices_Main , #services_our ,.workProgress_Head , #eCommerceSolutions_tabs,
.blogs{
margin-top: 3.5%;
margin-bottom: 3.5%;
}
.Banner_MainSection{
    margin-bottom: 10.5%;
}
.FooterMainCCtv p{
    text-align: left;
}
.single_usp h5 b{
    color: #ff7f00;
}
.single_usp:hover h5,
.single_usp:hover h5 b {
  color: white;
}
/* .FooterMainCCtv img{
    background: white;
    padding: 14px;
    border-radius: 0px;
    height: 110px;
    margin-left: 10px;
    border: 5px solid transparent; 
    border-image-slice: 1;
    animation: borderAnimation 3s linear infinite;
} */
@keyframes borderAnimation {
    0% {
        border-image-source: linear-gradient(0deg, #c62e35, transparent);
    }
    25% {
        border-image-source: linear-gradient(90deg, #c62e35, transparent);
    }
    50% {
        border-image-source: linear-gradient(180deg, #c62e35, transparent);
    }
    75% {
        border-image-source: linear-gradient(270deg, #c62e35, transparent);
    }
    100% {
        border-image-source: linear-gradient(360deg, #c62e35, transparent);
    }
}
.quick-links h4 , .support h4 ,.FooterMainCCtv h4 {
    text-align: left;
    font-weight: 600;
    color: white;
    font-size: 20px;
    font-family: "Barlow", sans-serif;
}
.newsletter h4{
    font-weight: 700;
    color: white;
    text-align: left;
}
.social-icons{
    padding-left: 0;
}
.newsletter input::placeholder {
    color: rgb(207, 207, 207); /* Change to your desired color */
  }
.footer-bottomLinkEnd{
    text-align: left;
    font-family: "Barlow", sans-serif;
    font-size: 16px;
}
.footer-bottomLinks{
    text-align: right;
}
.footer-bottomLinks a{
    color: white !important;
    padding: 0 6px;
    font-family: "Barlow", sans-serif;
}
.FooterMainCCtv p{
    font-size: 15px;
    font-family: "Barlow", sans-serif;
    color: #c7c7c7;
}
.footer_aniImg{
    position: relative;
    top: 4%;
    left: -10%;
    animation: moveSideways 4s ease-in-out infinite alternate;
}
@keyframes moveSideways {
    from {
        left: -10%;
    }
    to {
        left: 4%;
    }
}


.blog-section {
    text-align: center;
}
.blog-title {
    font-size: 42px;
    font-weight: bold;
    color: #0c223a;
    margin-top: 0;
}
.blog-description {
    color: #666;
    margin-bottom: 30px;
    padding: 0 20%;
    font-size: 17px;
}
.blog-card {
    background: #fff;
    border-radius: 25px;
    padding: 0;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 12px;
    padding-bottom: 50px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.blog_contCard{
    padding: 0 14px;
}
.formMain_process{
    margin-top: 3.5%;
}
.blog-card img {
    width: 100%;
    border-radius: 5px;
    border-radius: 20px 20px 0 0;
}
.blog-card .date {
    background: #0c223a;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    margin-top: 10px;
}
.blog-card h4 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    margin: 15px 0;
    font-weight: bold;
    text-align: left;
    margin-bottom: 9px;
    color: #023047;
    margin-top: 19px;
}
.blog-card p {
    font-size: 16px;
    color: #666;
    text-align: left;
    padding: 0 6px 0 0;
    display: -webkit-box;              
    -webkit-line-clamp: 3;            
    -webkit-box-orient: vertical;     
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-card a {
    color: #023047;
    text-decoration: none;
    float: left;
}
.owl-dots {
    margin-top: 15px;
}
.blog-card img{
    height: 199px;
}
.blog-card .bi-arrow-right::before {
    content: "\f138";
    font-weight: 700 !important;
    font-size: 14px;
    margin-left: 6px;
}
.options_CCtv img{
    height: 71px;
    margin-top: 9px;
}
.options_CCtv h3{
    height: 80px;
    margin: 0 auto;
    font-weight: 600;
    font-family: "Barlow";
    font-size: 19px;
    padding-top: 10px;
}
.Doneoions_CCtv{
    background: white;
    border-radius: 20px;
    box-shadow: 0 0 16px -8px #0000001a, 0 13px 24.3px -13px #242a3540;
    padding: 20px;
    margin-top: 60px;
}
.FooterMainCCtv{
    padding-top: 22px;
}
.FooterMainCCtv p{
    padding: 0 98px 0 0;
    line-height: 1.7;
    font-size: 16px;
    font-family: "Barlow", sans-serif;
}
.Quickjds{
    padding-left: 0;
    margin-left: -15px;
}
.footer .newsletter input{
    width: calc(100% - 86px);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF1A;
    border-radius: 100px;
    outline: none;
    box-shadow: none;
    padding: 14px 20px;
    margin-top: 18px;
}
.news_serve{
    display: flex;
}
.news_serve img{
    height: 48px;
}
.MainCC_cont::before{
    content: '';
    position: absolute;
    right: 21px;
    top: 0;
    bottom: 0;
    background: #ece6e6;
    width: 1px;
    height: 100%;
}
.cc_BanHead{
    padding-right: 0;
}
.footer_serviceBar{
    background: #393c3f;
    border-radius: 28px;
    padding: 18px 19px;
    background: linear-gradient(90deg, #E01C08 0.18%, #B11101 100.18%);
    margin-bottom: 34px;
}
.footer_serviceBarMain{
    padding: 0 20px;
}
.bar_Services h4{
    text-align: left;
    font-family: "Barlow";
    color: white;
    font-size: 20px;
    font-weight: 600;
}
.bar_Services p{
    font-size: 17px;
    font-weight: 400;
    font-family: "Barlow", sans-serif;
    color: white;
    font-weight: 400;
}
.bar_Services h4 a {
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}
.footeer_BarLogo img{
    height: 81px;
    display: block;
    border-radius: 17px; /* Slightly smaller to fit within the border */
    background: white; /
}
.MainCC_Brr{
    display: flex;
}
.icon_BarFooter .bi{
    font-size: 25px;
}
.icon_BarFooter{
    position: relative;
    background: #ffffff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    top: 7px;
    left: 5px;
}
.social-icons  .fa{
    background: linear-gradient(90deg, #E01C08 0%, #B11101 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.imgBancc_serv{
    display: flex;
}
.imgBancc_serv img{
    height: 36px;
}
.navbar-nav>li>.dropdown-menu{
    background: linear-gradient(to right, #E01C08 0%, #B11101 50%, #E01C08 100%);
    border-radius: 12px;
}
.navbar-right .dropdown-menu {
    right: -16px;
    left: auto;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 600;
    line-height: 1.42857143;
    color: #ffffff;
    white-space: nowrap;
    font-family: "Barlow";
    font-size: 16px;
}
.navbar-default .navbar-nav>.open>a{
    background-color: transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #ffffff;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
     background-color: transparent; 
}
.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.navbar-nav .dropdown-menu {
    display: block; /* Prevents layout shift */
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px); /* Move down slightly */
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s;
}
.ourFeatures_tab ul li p{
    font-size: 17px;
    font-family: "Barlow";
    color: #878787;
    font-weight: 400;
    margin-top: 16px;
}
.tabsSlider__bar {
    margin-top: 1.25rem;
    margin-bottom: .5rem;
    height: 0.35rem; /* Increased thickness */
    width: 100%;
    border-radius: 9999px;
    background-color: rgb(214, 214, 214); /* Default grey background */
    position: relative;
    overflow: hidden;
}

/* Default state: Inactive tabs remain grey with full width */
.fill-bar {
    height: 100%;
    width: 100%;
    border-radius: 9999px;
    background-color: rgb(214, 214, 214); /* Grey color */
}

/* Active tab: Add filling animation */
.ourFeatures_tab .nav-tabs > li.active .fill-bar {
    width: 0; /* Start from 0 */
    background-image: linear-gradient(90deg, #00729d, #02bcf5);
    animation: fillEffect 12s linear forwards; /* Filling effect */
}

/* Keyframes for filling effect */
@keyframes fillEffect {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}
.cosmTab_points{
    padding-left: 42px;
}
.feature-listTabbable img{
    height: 30px;
}
.feature_pointstxz{
    display: flex;
}

.mobileapp-dev .mobileapp-wrapper p {
    color: #434343;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 153.523%;
    font-family: "Barlow", sans-serif;
}
.mobileapp-wrapper {
    text-align: center;
}
.services-wrapper {
    height: 306px !important;
}
.services-wrapper .services-inner-img {
    display: inline-block;
    padding: 10px;
    border-radius: 16px;
    /* background: linear-gradient(90deg, #09095B 6.14%, #6F134A 83.37%); */
}
.services-wrapper h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 15px;
    font-family: "Barlow";
    margin-bottom: 13px;
}
.services-wrapper p{
    font-family: "Barlow";
    font-size: 16px;
    font-weight: 400;
    color: #7c7c7c;
}
.services-wrapper {
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 39%);
    background: #FFF;
    margin-top: 20px;
    padding: 20px 25px;
    text-align: center;
    position: relative;
}
.services-inner-img img{
    height: 70px;
}
/* Add smooth transitions */
.services-wrapper, 
.services-wrapper h3, 
.services-wrapper p, 
.services-inner-img {
    transition: background 0.3s ease, color 0.3s ease;
}

/* Change background and text color when hovering over .services-wrapper */
.services-wrapper:hover {
    background: linear-gradient(to right, #E01C08 0%, #B11101 50%, #E01C08 100%);
}

.services-wrapper:hover h3, 
.services-wrapper:hover p {
    color: #fff;
}

/* Change .services-inner-img background when hovering over .services-wrapper */
.services-wrapper:hover .services-inner-img {
    background: white;
}
.contact-form {
    border-radius: 10px;
}
.btn-primary {
    background-color: #007bff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
}
.decorations {
    position: absolute;
    top: 10%;
    right: 5%;
}
.decorations img {
    width: 50px;
    height: auto;
    margin: 10px;
}

.formMain_process{
    background: url(images/formsBanner.png);
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    height: 600px;
    background-position: center 0px;
    position: relative; /* Keeps it in normal flow */
    z-index: 1; /* Lower than navbar so it stays behind */
}
.Footer_FormBan h2{
    font-weight: 700;
    text-align: left;
    font-size: 45px;
    font-family: "Poppins", sans-serif;
}
html, body {
  overflow-x: hidden;
  overscroll-behavior-x: none;
  touch-action: pan-y;         
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #e7e7e7;
    border-radius: 7px;
    margin-bottom: 19px;
    height: 50px;
}
.ccv_footForm{
    padding: 5px 10px;
}
textarea.form-control {
    height: 87px;
}
.ccv_footFoss{
    padding: 4px;
}
.contact-form label{
    color: #222629;
    padding-left: 10px;
}
.contact-form span{
    background: linear-gradient(90deg, #E01C08 0%, #B11101 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
  .form-control::placeholder , .contact_label .form-control option p {
    font-size: 14px; /* Adjust as needed */
    color: #a5a5a5; /* Optional: Change color */
    opacity: 1; /* Ensures visibility in some browsers */
    font-family: "Poppins", sans-serif;
    font-weight: 500;
  }
  .contact-form{
    padding-top: 30px;
  }
.formBtn_endMain a{
    padding: 16px 35px;
    background: linear-gradient(to right, #E01C08 0%, #B11101 50%, #E01C08 100%);
    color: white;
    border-radius: 15px;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 15px;
    float: left;
    margin-top: 0;
}
.Footer_FormBan{
    padding-top: 2.5%;
}
.whywe_btn a{
    padding: 12px 35px;
    background: linear-gradient(to right, #E01C08 0%, #ED1D24 50%, #E01C08 100%);
    color: white;
    border-radius: -2px;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 15px;
    float: left;
    /* margin-top: 15px; */
    font-family: "Orbitron", sans-serif;
     cursor: pointer;
}
.whywe_content h3{
    font-size: 36px;
    font-weight: 700;
    font-family: "Orbitron", sans-serif;
    text-transform: uppercase;
    margin-top: 0;
    color: #1A2331;
    padding: 0 49px 0 0;
}
.whywe_content p{
    color: #404040;
    font-family: "Public Sans", Sans-serif;
    font-weight: 600;
    text-align: left;
    font-size: 16px;
}
.feature_pointstyx{
    display: flex;
}
.feature_pointstyx li{
    display: flex;
    font-size: 16px;
    font-weight: 700;
    font-family: "Public Sans", Sans-serif;
    color: black;
}
.feature_pointstyx li{
    position: relative;
    padding-left: 10px;
    margin-bottom: 14px;
}
.feature_pointstyx .bi-check-lg::before {
    content: "\f633";
    font-size: 20px;
    font-weight: 600 !important;
    background: linear-gradient(90deg, #E01C08 0%, #B11101 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.feature-listTabbable_Whywe{
    padding-left: 0;
    margin: 20px 0;
}
.whywe_content h6{
    margin-top: 0;
    font-family: "Public Sans", Sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}
.formMain_process , .blogs ,
#smartServices_Main , .Pricing_section , #services_our ,
.workProgress_Head {
    overflow: hidden;
}
.whenliketostartsection {
    position: relative;
    background: url(images/cctv-background.jpg);
    background-size: cover;
    padding: 40px 4%;
}

.whenliketostartsection::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust opacity for desired tint */
    z-index: 1;
}

.whenliketostartsection * {
    position: relative;
    z-index: 2;
}
.zigzag-heading {
   line-height: 36px;
    font-weight: 700;
    font-size: 25px;
    margin: 0;
    color: #fff;
}
.zigzag-brief {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
    padding-right: 4%;
    color: #fff;
    font-family: 'Figtree', sans-serif !important;
}
.bannerbutton {
    margin: 33px 0;
    padding-left: 7%;
}
.banner-button {
    font-weight: 700;
    font-size: 18px;
    color: #111;
    text-decoration: none;
    padding: 15px 30px;
    background: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, .35) 0 18px 40px -7px;
     cursor: pointer;
}
.industryBenefits.exploreBenefits:before {
    height: 480px;
}
.demo_BarSection{
    margin: 2% 0;
}
.exploreBenefits {
    background-color: #181b34;
    position: relative;
    z-index: 1;
    padding: 40px 0;
    margin-top: 40px;
}
.industryBenefits .container, .main_banner_section .container {
    max-width: 1780px !important;
}
.orangeColor {
    color: #fd7b63;
    font-family: Rubik, sans-serif !important;
}
.industryBenefits ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
}
.features_sec li, .industryBenefits li:first-child .fam_single_benefit, .industryBenefits li:nth-child(2) .fam_single_benefit, .industryBenefits li:nth-child(3) .fam_single_benefit, .industryBenefits li:nth-child(4) .fam_single_benefit, .single_industries .industry_icon {
    margin-bottom: 30px;
}
.industryBenefits h6 {
    font-size: 15px;
}
.industryBenefits .benefits_section h6 img {
    margin-right: 7px;
    width: 24px;
}
.industryBenefits .fam_single_benefit {
    padding: 4px 20px;
    height: 60px;
}
.benefits_section h6 {
    color: #fff;
    display: flex;
    align-items: center;
    margin: 0 0 20px;
    min-height: 45px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
.fam_single_benefit {
    position: relative;
    display: inline-block;
    padding: 20px 40px;
    border-radius: 40px;
    border: 4px solid transparent; /* Transparent border */
    background-clip: padding-box; /* Ensures the background doesn’t overlap the border */
}
#fam_benefit_list li{
    padding: 0 11px;
}

.fam_single_benefit::before {
    content: "";
    position: absolute;
    top: -2px; left: -2px; right: -2px; bottom: -2px;
    border-radius: 40px;
    padding: 2px; /* Controls border thickness */
    background: linear-gradient(to bottom, #fc686f, #fe934c);
    -webkit-mask: 
        linear-gradient(white 0 0) content-box, 
        linear-gradient(white 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.industryBenefits .fam_single_benefit:after {
    border-radius: 40px;
}
.benefitsCont h2, .main_banner_section h2, .udyogPartners_sec h2 {
    color: #fff;
    margin-bottom: 34px;
    font-size: 36px;
}
.Banner_MainContact h2 {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Barlow", sans-serif;
    padding: 122px 0;
    color: white;
    margin: 0 auto;
    margin-right: 17px;
}
.contact-section .btn-custom {
    padding: 12px 0;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    background-color: #181b34;
    color: white;
}
.conatctForm_PageContent h2{
    font-weight: 700;
    font-size: 34px;
    /* background: linear-gradient(90deg, #E01C08 0%, #B11101 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}
.conatct_PageCon p{
    font-size: 17px;
    font-family: "Poppins", sans-serif;
}
.contactPage_Form label {
    padding-left: 10px;
}


/* getdemoPage_form*/
.main_banner_text h1 {
    color: #fff;
    font-size: 40px;
    line-height: 1.3;
    margin: 0 0 30px;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
}
.aboutus_banner .main_banner_text h1 {
    margin-bottom: 18px;
}
.orangeColor {
    color: #fd7b63;
    font-family: Rubik, sans-serif !important;
}
.orangeColor, h2 {
    font-weight: 600;
}
.main_banner_text p {
    color: #fff;
    font-size: 17px;
    margin-bottom: 30px;
    font-weight: 400;
    text-align: left;
    font-family: "Poppins", sans-serif;
}
.contactBottomBannerText {
    background: #eaf4fc;
    margin-top: 55px;
    padding: 38px;
    border-radius: 15px;
    width: 90%;
    display: flex;
    align-items: flex-end;
}
.bookDemoForm {
    background: #eceafc;
    padding: 30px 40px;
    border-radius: 20px;
        margin-top: 25px;
}
#contactForm4 .btn:hover{
    color: white !important;
}
.bookDemoForm .marginBottom20 {
    margin-bottom: 12px !important;
}
.bookDemoForm label {
    font-weight: 700;
    font-size: 14px;
    color: #625f8e;
    font-family: "Poppins", sans-serif;
}
.contactBottomBannerText h5 {
    font-size: 22px;
    margin: 0 0 18px;
    color: #122751;
    font-weight: 700;
}
.contactBottomBannerText ul li {
    background: #fff;
    padding: 9px 10px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    border-radius: 8px;
}
.details_icon {
    width: 40px;
    height: auto;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-right: 0;
    font-size: 18px;
}
.contactBottomBannerText ul li a {
    font-size: 15px;
    padding-left: 5px;
    color: #06143d;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.getDemoContent{
    margin-top: 13%;
}
.getDemoConsulticon img{
    margin-bottom: 30px;
}
.getDemoConsult ul{
padding-left: 0;
}
.GetDemo_FormMain{
    margin-top: 8%;
}
.bookDemoForm, .bookDemoForm input, .bookDemoForm textarea {
    border-radius: 10px;
}
/* getdemoPage_form*/
.delivering_Headc img{
    border-radius: 30px;
    margin-bottom: 35px;
}
.delivering_HeadMainpic img{
    border-radius: 30px;
}
.delivering_content span {
    background: linear-gradient(90deg, #E01C08 0%, #B11101 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.delivering_content h3 {
    font-family: "Barlow", sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-top: 10px;
}
.delivering_content p{
    font-family: "Barlow", sans-serif;
    font-size: 19px;
    font-weight: 400;
    text-align: left;
    color: gray;
}
.delivering_btn a{
    padding: 16px 28px;
    background: linear-gradient(to right, #E01C08 0%, #B11101 50%, #E01C08 100%);
    color: white;
    border-radius: 20px;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 15px;
    float: left;
    margin-top: 11px;
    cursor: pointer;
}
.delver_firstcont{
    display: flex;
}
.delver_firstcont img{
    height: 30px;
}
.delver_firstcont h6{
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 8px;
    font-family: "Barlow", sans-serif;
}
.service-boxList {
    background-color: #1a2331;
    padding: 29px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
    height: 266px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
        }
        .service-boxList img {
            height: 63px;
          margin-bottom: 15px;
         display: flex;
        }
        .service-boxList h4 {
            font-weight: bold;
            color: #ffffff;
            text-align: left;
            font-family: "Barlow", sans-serif;
            font-weight: 700;
            font-size: 17px;
        }
        .service-boxList p {
         color: #aaaaaa;
         text-align: left;
         font-family: "Poppins", sans-serif;
         font-size: 16px;
      }
      #services_list{
        background-color: #141824;
        padding-top: 70px;
        padding-bottom: 45px;
      }
      .news_serImhs .btn{
        font-size: 19px;
        color: white;
      }
      .newsletter{
        padding-left: 0;
      }
      .news_serImhs{
        position: relative;
        border-radius: 10px;
        width: 206px;
        right: 7px;
        top: 12px;
        float: left;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        transition: all 0.3s ease-in-out;
        z-index: 1;
        background: linear-gradient(to right, #E01C08 0%, #B11101 50%, #E01C08 100%);
      }
        .newsletter .bi  {
       color: #d6210f;
       margin-right: 5px;
     }
      .news_serImhs .bi{
        font-size: 28px;
      }
      .bi-rocket-takeoff::before {
    content: "\f845";
    color: white;
   }
   .icon_BarFooter .bi{
    color: navy;
   }

@media (max-width: 767px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }
    .eagle_vendors {
    padding: 0px 10px;
}
.pricingEagle_lt h4 {
    font-size: 28px !important;
    line-height: 1.3;
}
.eaglethank_popup .modal-content {
    width: auto !important;
    height: 141px;
}
.pricingEagle_lt a {
    margin: 0px 20px !important;
    margin-bottom: 42px !important;
}
.contactBottomBannerText {
    display: grid !important;
}
.pricingEagle_lt {
    display: inline !important;
}
.modal-dialog{
    padding: 20px !important;
    margin: 0 !important;
}
.Eagele_popupMain .left-side {
    padding: 10px !important;
}
.Eagele_popupMain .left-side img {
    height: 338px !important;
}
.blogs .owl-prev {
    left: -29px !important;
}
.blogs .owl-next {
    right: -31px !important;
}
.owl-next span , .owl-prev span{
  color: red;
}
  .navbarHead {
        position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 1050;
    border-radius: 0;
  }
.aboutserviceForm{
        padding: 16px;
}
.checkmark-icon {
    color: #ff7300 !important;
}
.aboutservet{
    padding: 0;
}
.protectingservive_secure {
    border-radius: 16px !important;
}
.contact-protectingservive {
    margin-top: 17px !important;
}
#myNavbar {
    position: absolute;
    top: 5px;
    right: -9px;
}
.ccv_footForm{
    padding: 0 10px;
}
.footer_serviceBar{
    margin-bottom: 0 !important;
}
.footer {
    padding-top: 50px;
}
.eagle_vendors h2 {
    font-size: 28px;
    margin-bottom: 11px;
}
.eagle_vendors p.subtext {
    margin-bottom: 19px;
            padding: 0 10px !important;
}
#Gifting_TabsImage .panel-title a {
    font-size: 15px;
    text-align: left;
}
    .navbar-right{
       text-align: center;
       display: contents;
    }
    .navbar-default .navbar-collapse{
        background: linear-gradient(to right, #E01C08 0%, #B11101 50%, #E01C08 100%);
        border-radius: 23px;
    }
    .navbar-default .navbar-nav>li>a {
        color: #ffffff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #ffffff;
        text-align: center;
    }
    .navbar-default .navbar-toggle {
        border-color: #ddd;
        background: linear-gradient(to right, #E01C08 0%, #B11101 50%, #E01C08 100%);
        border-radius: 9px;
        padding: 12px 9px;
        left: 20px;
        top: 9px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }
    .imgBancc_serv img {
        height: 29px;
    }
    .Banner_HeadCont h4 {
        font-size: 18px;
    }
    .Banner_HeadCont h2 {
        font-size: 38px;
    }
    .Banner_Btn a {
        padding: 16px 19px;
        font-size: 15px;
    }
    .Banner_MainSection {
        height: 1231px;
    }
    .Banner_ImageCCtv img {
              position: absolute;
        top: 111px;
        left: -1px;
    }
    .Mainprogress_CamCC {
    padding-top: 0px !important; 
}
.Banner_MainSection {
    margin-bottom: 4.5% !important;
}
.proEagle_us{
    padding: 0 !important;
}
    .Doneoions_CCtv {
        position: absolute;
        top: 78%;
        left: 4%;
    }
    .options_CCtv h3 {
        font-size: 14px;
    }
    .options_CCtv img {
        height: 55px;
    }
    .MainCC_cont::before {
        right: 5px;
    }
    .progreswork{
        display: none;
    }
    .whywe_content h3 {
        font-size: 29px;
        line-height: 1.3;
        padding: 0;
    }
    .whywe_content{
        margin-top: 26px;
    }
    .Progress_HeadCCtv{
        padding: 0;
    }
    .whywe_content h6 {
        font-size: 16px;
    }
    .pricing-title, .mobileapp-dev .mobileapp-wrapper h3 {
        font-size: 30px;
    }
    .endtoendCustomEcommerceCol {
        padding: 0;
    }
    .services_EcomCC{
        padding: 0 5px;
    }
    .services-wrapper {
        padding: 20px 10px;
        height: 377px !important;
    }
    /* .whenliketostartsection {
    padding: 0 !important;
} */
.smartServices_Main h2 {
    margin-bottom: -27px !important;
}
.Pricing_section p {
    padding: 0 3% !important;
}
    .services-wrapper h3 {
       font-size: 18px !important;
        margin-top: 5px !important;
        margin-bottom: 8px !important;
    }
    .slider_MainSection, .Pricing_section, .workProgress_Head, #eCommerceSolutions_tabs, 
    #smartServices_Main, #services_our, .workProgress_Head, .blogs {
        margin-top: 5.5% !important;
        margin-bottom: 4.5% !important;
    }
    .pricing-box {
        height: 590px !important;
        margin-bottom: 20px !important;
    }
    .smartServices_Main h2 {
        font-size: 26px !important;
    }
    .benefits_serviceCC p {
        text-align: left !important;
        color: white !important;
        margin-bottom: 23px !important;
    }
    .benefits-list-item {
        margin-left: 5% !important;
        font-weight: 600 !important;
    }
    #smartServices_Main {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }
    .custom-buttonCCTv {
        margin-bottom: 23px !important;
        margin-top: 3px;
    }
    .eCommerce_SolutionsHead h3 {
        font-size: 27px !important;
    }
    .eCommerce_SolutionsHead p {
        font-size: 16px !important;
        padding: 0 1% !important;
    }
    .Footer_FormBan h2 {
        font-size: 32px !important;
        text-align: center !important;
    }
    .formMain_process {
        height: 722px !important;
    }
    .footeer_BarLogo img {
        height: 103px !important;
        margin-bottom: 19px !important;
    }
    .footeer_BarLogo img {
       margin: 0 auto !important;
       margin-bottom: 14px !important;
    }
    .Banner_MainSection{
        overflow: hidden !important;
    }
    .blog-description {
        padding: 0 0% !important;
    }
    .blog-title {
        font-size: 28px !important;
        margin-top: 15px !important;
    }
    .zigzag-brief {
        font-size: 18px !important;
         padding-right: 0 !important; 
    }
    .zigzag-heading {
        font-size: 28px !important;
        line-height: 1.3 !important;
        margin-bottom: 14px !important;
    }
    .bannerbutton {
        padding-left: 0 !important; 
    }
    .tabbable-panel .nav-tabs {
        display: inline !important;
    }
    .ourFeatures_tab .nav-tabs>li {
        width: 50% !important;
        margin-bottom: 21px !important;
    }
    .ourFeatures_tab .nav-tabs>li>a {
        font-size: 15px !important;
        padding: 10px 0px !important;
        font-weight: 700;
        font-family: "Barlow";
    }
    .cosmTab_points {
        padding-left: 0 !important;
    }
    .eCommerce_SolutionsMain .tab-content {
        margin: 0 0px !important;
        margin-top: 39px;
    }
    .cosmTab_points p {
        padding: 0 !important;
    }
    .eCommerceSolutionsCCtv {
        height: 890px !important;
    }
    .MainTabPics img{
        margin-top: 45px;
    }
    .formBtn_endMain{
    /* position: absolute !important; */
    top: 176% !important;
    }
    .cctvBanMain_Form{
        padding: 0 !important;
    }
    .newsletter{
        padding: 0 !important;
        padding-left: 15px !important;
    }
    .benefitsCont h2 {
        font-size: 28px !important;
    }
    .ecom_staylint a {
    padding: 13px 0px !important;
}
    .navbar-brand img {
        height: 41px !important;
         margin-left: 0 !important; 
    }
    .FooterMainCCtv p {
        padding: 0 !important;
    }
    .Quickjds {
        margin-left: 0 !important;
        padding-right: 0 !important;
        padding-left: 20px;
    }
    .footer p {
        padding: 0 !important;
    }
    .footer-bottomLinkEnd {
        text-align: center !important;
        margin-bottom: 10px !important;
    }
    .footer-bottomLinks {
        text-align: center !important;
    }
    
}
@media only screen and (min-width:768px) and (max-width:1024px) {
    .navbar-header {
        float: none;
    }
    .formMain_process {
    height: 578px !important;
}
.Banner_options_CC{
        position: absolute;
    bottom: -6%;
    left: 10px;
}

div#thankYouModal {
        left: 73px !important;
}
.newsletter{
    padding-left: 30px !important;
}
.modal-dialog{
    padding: 20px !important;
    margin: 0 !important;
}
#myNavbar {
    padding: 0 !important;
}
    .progress_CamCC img{
        height: 324px;
        padding: 0;
    }
    .panel-title a {
            font-size: 14px;
    }
    .slider_MainSection, .Pricing_section, .workProgress_Head, 
    #smartServices_Main, #services_our, .workProgress_Head,
     #eCommerceSolutions_tabs, .blogs {
    margin-top: 1.5% !important;
    margin-bottom: 1.5% !important;
}
    .icon_BarFooter {
        top: 18px !important;
    }
    .whywe_content h3 {
        font-size: 27px !important;
        padding: 0 32px 0 0 !important;
    }
    .Progress_HeadCCtv{
        padding: 0;
    }
    .pricing-title, .mobileapp-dev .mobileapp-wrapper h3 {
        font-size: 35px !important;
    }
    .whenliketostartsection {
        padding: 28px 0% !important;
    }
    .banner-button {
        font-size: 16px !important;
    }
    .services-wrapper {
    height: 365px !important;
}
.services-wrapper p {
    font-size: 18px;
}
.endtoendCustomEcommerceCol {
    margin-top: 15px;
    margin-bottom: 20px;
}
    .bannerbutton {
        margin: 54px 0 !important;
        margin-bottom: 13px !important;
        padding-left: 2% !important;
    }
    .zigzag-brief {
        font-size: 17px !important;
        line-height: 29px !important;
        margin-bottom: 0 !important;
        padding-left: 10% !important;
        margin-top: 10px !important;
        padding-right: 0 !important;
    }
    .custom-buttonCCTv {
        font-size: 15px !important;
        padding: 15px 11px !important;
    }
    .Mainprogress_CamCC{
        padding: 0;
    }
    .eCommerce_SolutionsMain{
        padding: 0 !important;
    }
    .eCommerce_SolutionsHead h3 {
        font-size: 35px !important;
    }
    .ourFeatures_tab .nav-tabs>li>a {
        padding: 10px 10px !important;
    }
    .cosmTab_points p {
        padding: 0 13px 0 0 !important;
    }
    .tabbable-panel h2 {
        font-size: 24px !important;
    }
    .feature-listTabbable li {
        padding-left: 11px !important;
    }
    .Banner_HeadCont {
        padding-top: 10% !important;
        padding-right: 17% !important;
    }
    .eCommerceSolutionsCCtv {
        height: 570px !important;
    }
    textarea.form-control {
        height: 85px !important;
    }
    .smartServices_Main h2 {
        font-size: 35px !important;
    }
    .blog-title {
        font-size: 29px !important;
    }
    .Banner_HeadCont h2 {
        font-size: 48px !important;
    }
    .services-wrapper {
    padding: 20px 20px !important;
}
    .Banner_ImageCCtv img {
     position: absolute;
        top: -15px !important;
        left: 47% !important;
        height: 439px !important;
    }
    .Banner_MainSection {
        height: 876px !important;
    }
    .Doneoions_CCtv {
        margin-top: -135px !important;
        margin-bottom: 30px !important;
    }
    .social-icons {
        float: left !important;
    }
    .navbar-default .navbar-collapse {
        background: linear-gradient(to right, #E01C08 0%, #B11101 50%, #E01C08 100%);
        border-radius: 23px;
    }
    .navbar-default .navbar-nav>li>a {
        color: #ffffff;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        background: #fff;
        text-align: center;
    }
    .navbar-nav > li {
        display: block;
        float: none;
    }
    .social-icons {
        text-align: center;
        padding: 10px 0;
    }



 .navbar-collapse {
    display: block !important;
    height: auto !important;
    padding: 0;
  }

  .navbar-toggle {
    display: none !important;
  }

  .navbar-nav {
    float: right;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
    display: inline-block;
    background: transparent !important;
    margin-right: 10px;
  }

  .navbar-nav > li > a {
    color: #000; /* Change to your preferred text color */
    padding: 12px 8px;
    background: transparent !important;
    border-radius: 0;
    font-weight: 500;
    font-size: 14px;
  }
  #myNavbar {
    bottom: 33px;
    left: 5px;
    position: relative;
}

  .navbar-nav > li > a:hover,
  .navbar-nav > li.active > a {
    background-color: #f1f1f1 !important; /* Optional hover effect */
    color: #000 !important;
  }

  .navbar-nav li.dropdown > a span {
    display: none; /* Optional: hide unused span arrow if not needed */
  }

  .otherbtn, .productionErp-list li {
    font-size: 19px;
}
 .productionErp-list li{
    font-size: 18px !important;
}
    
}
.protectingservive_secure{
 background: linear-gradient(to right, navy, red);
     border-radius: 32px;
     padding-bottom: 33px;
}
.form-group label{
        color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width:1024px) and (orientation:portrait) {
    .pricing-list {
        padding-top: 25% !important;
    }
    .pricing-box {
        margin-bottom: 22px !important;
    }
}


@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    .Banner_ImageCCtv img {
    display: none;
}
    .eCommerceSolutionsCCtv {
        height: 480px !important;
    }
    .zigzag-brief {
        font-size: 19px !important;
        padding-left: 0 !important;
    }
    .Banner_HeadCont {
        padding-right: 26% !important;
    }
    .Banner_ImageCCtv img {
        top: -16px !important;
        left: 39% !important;
        height: 439px !important;
    }
}


@media screen and (min-width: 1024px) and (max-width: 1365px){

    }
    
    @media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
            .services-wrapper {
        height: 352px !important;
    }
        .eCommerceSolutionsCCtv {
            height: 457px !important;
        }
        .Banner_ImageCCtv img {
            top: 15px !important;
        left: 56% !important;
        }
    }
    
    @media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
    
.Banner_ImageCCtv img {
    top: 174px !important;
    left: 2px !important;
    height: 647px !important;
}
.Banner_HeadCont h2 {
    font-size: 52px !important;
}
.Banner_HeadCont p {
    font-size: 21px !important;
}
.Banner_Btn a {
    font-size: 21px !important;
}
.Banner_HeadCont {
    padding-top: 20% !important;
}
.options_CCtv h3 {
    font-size: 16px !important;
}
    
    }


    @media (min-width: 1920px) {

        .formMain_process {
            background-position: right !important;
        }
        .container {
            width: 1613px !important;
        }
        .whywe_content h3 {
            font-size: 56px !important;
        }
        .whywe_content p {
            font-size: 20px !important;
        }
        .feature_pointstyx li {
            font-size: 21px !important;
        }
        .whywe_btn a {
            font-size: 20px !important;
        }
        .pricing-title, .mobileapp-dev .mobileapp-wrapper h3 {
            font-size: 50px !important;
        }
        .mobileapp-dev .mobileapp-wrapper p {
            font-size: 25px !important;
        }
        .services-wrapper h3 {
            font-size: 27px !important;
        }
        .services-wrapper p {
            font-size: 20px !important;
        }
        .services-inner-img img {
            height: 65px !important;
        }
        .zigzag-brief {
            font-size: 20px !important;
            padding-top: 15px !important;
        }
        .zigzag-heading {
            font-size: 38px !important;
        }
        .banner-button {
            font-size: 23px !important;
        }
        .navbar-nav > li > a {
            font-size: 22px !important;
        }
        .Banner_HeadCont h4 {
            font-size: 22px !important;
        }
        .Banner_HeadCont h2 {
            font-size: 75px !important;
        }
        .Banner_HeadCont p {
            font-size: 22px !important;
        }
        .Banner_Btn a {
            font-size: 21px !important;
        }
        .Banner_HeadCont {
            padding-top: 18% !important;
        }
        .options_CCtv h3 {
            font-size: 23px !important;
        }
        .ourFeatures_tab ul li p {
            font-size: 21px !important;
        }
        .options_CCtv img {
            height: 83px !important;
        }
        .Banner_ImageCCtv img {
            top: 122px !important;
            left: 109px !important;
        }
        .dropdown-menu>li>a {
            font-size: 21px !important;
            padding: 9px 27px !important;
        }
        .services-wrapper p {
            font-size: 22px !important;
        }
        .pricing-list li {
            font-size: 22px !important;
        }
        .plan_priceMonth p {
            font-size: 22px !important;
        }
        .btn-purchase {
            font-size: 17px !important;
        }
        .pricing-box {
            height: 651px !important;
        }
        .smartServices_Main h2 {
            font-size: 47px !important;
        }
        .custom-buttonCCTv {
            padding: 21px 30px !important;
            font-size: 22px !important;
        }
        .benefits-list-item {
            font-size: 24px !important;
        }
        .eCommerce_SolutionsHead h3 {
            font-size: 53px !important;
        }
        .eCommerce_SolutionsHead p {
            font-size: 20px !important;
        }
        .ourFeatures_tab .nav-tabs>li>a {
            font-size: 25px !important;
        }
        .ourFeatures_tab .nav-tabs>li.active>a {
            font-size: 22px !important;
        }
        .tabbable-panel h2 {
            font-size: 30px !important;
        }
        .feature-listTabbable li {
            font-size: 21px !important; 
        }
        .cctv_ecomTabtn-blue span {
            font-size: 20px !important;
        }
        .eCommerceSolutionsCCtv {
            height: 495px !important;
        }
        .blog-description {
            font-size: 21px !important;
        }
        .blog-title {
            font-size: 45px !important;
        }
        .blog-title {
            font-size: 45px !important;
        }
        .blog-card p {
            font-size: 22px !important;
        }
.blog-card a {
    font-size: 21px !important ;
    margin-top: 8px !important;
}
.blog-card {
    height: 420px !important;
}
.Footer_FormBan h2 {
    font-size: 56px !important;
}
.contact-form label {
    font-size: 18px !important;
}
.formBtn_endMain a {
    font-size: 18px !important;
}
.quick-links h4, .support h4, .FooterMainCCtv h4 {
    font-size: 25px !important;
}
.FooterMainCCtv p {
    font-size: 20px !important;
}
.footer .social-icons a {
    width: 50px !important;
    height: 50px !important;
}
.social-icons a {
    font-size: 23px !important;
}
.footer ul li a {
    font-size: 19px !important;
}
.newsletter h4 {
  font-size: 23px !important;
}
.footer p {
  font-size: 21px !important;
}
.footer .newsletter input {
    font-size: 18px !important;
}
.footer-bottomLinkEnd {
    font-size: 18px !important;
}
.bar_Services p{
    font-size: 25px !important;
}
.bar_Services h4 a {
    font-size: 22px !important;
}
.footer-bottomLinks a {
    font-size: 16px !important;
}
.footeer_BarLogo img {
    height: 96px !important;
}
.benefits_serviceCC p {
  font-size: 20px !important;
}
.Banner_HeadBtn a {
    font-size: 17px !important;
}
    }


/*popup design*/
    .Eagele_popupMain .modal-dialog {
      max-width: 800px;
      width: 100%;
    }
    .Eagele_popupMain .modal-content {
      border-radius: 8px;
      overflow: hidden;
      position: relative;
    }
    .Eagele_popupMain .close {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 28px;
      font-weight: bold;
      color: #888;
      opacity: 1;
      z-index: 999;
    }
    .Eagele_popupMain .close:hover {
      color: #000;
    }
    .Eagele_popupMain .left-side {
      background: #fff;
      padding: 30px;
      text-align: center;
    }
    .Eagele_popupMain .left-side h3 {
      font-weight: bold;
      color: #5a2ca0;
      margin-top: 0 ;
    }
    .Eagele_popupMain .left-side p {
      margin-top: 10px;
      font-size: 14px;
      color: #444;
    }
    .Eagele_popupMain .left-side img {
      max-width: 100%;
      margin-top: 15px;
          height: 338px;
    margin: 0 auto;
    }
    .Eagele_popupMain .right-side {
      background: #fff;
      padding: 30px;
    }
    .Eagele_popupMain form .form-control {
      border: none;
      border-bottom: 1px solid #ddd;
      box-shadow: none;
      border-radius: 0;
      margin-bottom: 20px;
    }
    .Eagele_popupMain form button {
      background: #11163c;
      color: #fff;
      border-radius: 6px;
      width: 100%;
      padding: 10px;
      font-size: 16px;
    }
/*popup design*/

.ecom_staylint a {
    padding: 9px 0px;
    font-size: 16px;
    font-weight: 600;
    color: white !important;
    background: linear-gradient(90deg, #E01C08 0.18%, #B11101 100.18%);
}
.ecom_staylint .get-demo-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 1050;
    border-radius: 0;
}
.social-icons img{
  height: 26px;
}
.formBtn_endMain button {
    padding: 16px 35px;
    background: linear-gradient(to right, #E01C08 0%, #B11101 50%, #E01C08 100%);
    color: white;
    border-radius: 15px;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 15px;
    float: left;
    margin-top: 0;
    border: unset !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.eaglethank_popup img{
border-radius: unset !important;
    margin-top: 14px;
}
.eaglethank_popup .modal-content{
    width: 415px;
    height: 141px;
}

.eaglethank_popup .modal-dialog .close span{
    position: absolute;
    right: 17px;
    top: 8px;
    color: black;
}