
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root{
  --theme-blue : rgb(122, 198, 233);
  --dark-blue :  #57b2e7bd;
  --theme-red : var(#cc1616);
}

body {
  /*font-family: "Open Sans", sans-serif;*/
  font-family: /*'Quicksand', sans-serif */ sans-serif !important;
  color: #444444;
  background-color :rgba(234, 234, 234, 0.1) !important;
}


@keyframes pulse {
  0% {
      transform: scale(1);
      opacity: 1;
  }
  50% {
      transform: scale(1.05);
      opacity: 0.8;
  }
  100% {
      transform: scale(1);
      opacity: 1;
  }
}

.checkout-btn {
  animation: pulse 1.5s infinite;
  transition: background-color 0.3s ease;
}

.checkout-btn:hover {
  background-color: #0056b3; /* Darker shade on hover */
}


.search-overlay{
  /* background-color :rgba(255, 255, 255, 0.945);
  background-color : #fffefe;
  position : fixed;
  z-index : 2000;
  top : 0;
  left : 0;
  height : 100vh;
  width : 100vw;
  display : none; */

  background-color:#fffefe;

  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0; /* Ensure the overlay stretches to the right edge */
  bottom: 0; /* Ensure the overlay stretches to the bottom edge */
  width: 100vw;
  height: 100vh; /* Ensure the overlay covers the entire viewport height */
  display: none; /* Initially hidden */
  overflow: auto; /* Allow scrolling if content overflows */

}

.close-btn-layer{
  height : 40px; 
  width : 40px; 
  background-color- : #ece4e4c0;
 
}

.search-header{
    margin : 20px auto;
    font-size : 1.5em;
    font-weight : 400;
    text-align : center;
}

.close-btn-layer button{
  color : red !important;
}

.input-height {
  height: 50px;
}

.list-group li{
  list-style : none;
  margin : 5px 0px;
}


.swiper {
  max-width: 100vw;
  height : inherit;
  /*height: 300px;*/
}

.swiper-slide{
    display: flex;
    justify-content:center;
    align-items: center;
}

.slide-child{
  color:#fff;
  position:relative;
  background-repeat: no-repeat;
  background-size : cover;
  background-position : center;
  
}


a {
  color: #cc1616;
  text-decoration: none;
}

a:hover {
  color: #e82d2d;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: 'Vazirmatn', sans-serif*/ /*"Raleway", sans-serif*/

  margin: 0 0 17.5px;
  margin-bottom: 17.5px;
font-family: Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
font-style: normal;
font-weight: 700;
line-height: 1.2;
overflow-wrap: break-word;
word-wrap: break-word;
}

h1{
  /*font-weight : 900 !important;*/

  font-size: 2.33333em;
text-transform: none;
letter-spacing: 0;
}



.cart-btn{
  font-size : .9em;
  border : 1px solid rgb(102, 156, 238);
  padding : 7px 20px;
  border-radius : 10px;
  background-color : rgb(102, 156, 238);
  color : #ededed;
}

.cart-btn:hover{
  color : #fff;
  background-color : rgb(83, 139, 222);
}


.mobile-cartcounter-display{
  display : none
}

@media (max-width: 991px) {
  .mobile-cartcounter-display{
    position:fixed;
    display : block;
    left:20px;
    top: 150px;
    
  }

  
}

.service-cart{
  color :rgba(0, 0, 0, 0.5) !important;
  font-size : .7em;
  }


  /* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(218, 218, 218);
  background: #fff; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(146, 145, 145); 
  border-radius : 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.password-match{
  font-size: .8em;
  text-align:center;
}

.password-conf-text{
  font-size: .9em;
  color:rgb(175, 173, 173);
}

#creditCard{
  background-image : url('../img/banks/credt-card.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size : cover;
  width : 170px;
  height : 120px;

}

#debitCard{
  background-image : url('../img/banks/debit-card.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size : cover;
  width : 170px;
  height : 120px;

}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #cc1616;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #e72323;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.whats-up-container{
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 996;
  background: /*16cc6ec6*/ rgb(113, 197, 236);
  color : #fff !important;
  padding : 4px;
  width: 180px;
  height: 40px;
  transition: all 0.4s;
  border-top :4px solid rgb(70, 69, 69);
}

.whats-up-container:hover{
  background: /*#16cc6e85*/ rgb(145, 228, 243);
  color : rgb(177, 175, 175);
  border-top :4px solid rgb(24, 20, 20);
}

.whatsapp-text p{
  font-size : .7em;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
/* #preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #cc1616;
  border-top-color: #efefef;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
} */



/* Preloader container */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff; 
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Pulsing effect */
.pulsing-logo {
  width: 80px;
  height: 80px; 
  background: url('../img/logo/infra-logo.png') no-repeat center center;
  background-size: contain; 
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}



/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  /*background: #191919;*/
  background :rgba(0, 3, 7, 0.952);
  font-size: 15px;
  height: 40px;
  padding: 0;
  color: rgba(255, 255, 255, 0.6);
}

#topbar .contact-info a {
  line-height: 0;
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #fff;
}

#topbar .contact-info i {
  color: #cc1616;
  line-height: 0;
  margin-right: 5px;
}

#topbar .contact-info .phone-icon {
  margin-left: 15px;
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.6);
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /*background: rgba(25, 25, 25, 0.95);*/
  background-color: rgba(255, 255, 255, 0.484) !important;
  background-color: rgb(255, 255, 255) !important;
  box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);

 /* background-image:url('../img/hero-infra.png');*/
  transition: all 0.5s;
  z-index: 997;
  height: 70px;
}

#header.fixed-top {
  background: #191919;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: rgb(252, 252, 252);
}

#header .logo img {
  max-height: 40px;
  
}

.scrolled-offset {
  margin-top: 70px;
}


#carouselExampleIndicators{
 background-image:url('../img/hero-infra.png');
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center;
 
}

#carouselExampleIndicators h1{
  font-family: 'PT Sans Caption', sans-serif;
  color : #ffff;
  font-size : 3.5em;
}

#carouselExampleIndicators p{
  font-family: 'PT Sans Caption', sans-serif;
  color : rgb(193, 190, 190);
  font-size : 1.1em;
}



.cta-mybtn{
  border-style :none;
  padding : 10px 30px;
  border-radius : 15px;
  border : 2px solid  rgb(215, 55, 55);
  background-color : rgba(215, 55, 55);
  color : rgb(255, 254, 254);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  margin-left: 5px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 15px 24px 15px;
  font-size: 14px;
  color: rgb(7, 7, 7);
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  /*background: var(--theme-blue) /* #cc1616*/
  border-bottom : 4px solid  red;
}

/* .nav-toggle-search:hover .search-pannel-slide{
    display : block;
}

.search-pannel-slide{
    position : absolute;
    top : 130;
    right : 10;
    width : 30%;
    height : 80vh;
    z-index : 3000;
   
    background-color: #ffff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
} */

@media (max-width: 990px) {
  .navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  /*background: var(--theme-blue) /* #cc1616*/
  /*border-bottom : 4px solid  red;*/
  border-bottom :1px solid #fff;
}

.mobile-none{
  display : none;
}

}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  color: #191919;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #fff;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: rgb(36, 35, 35);
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #cc1616;
}

.mobile-assets{
  color: rgba(36, 35, 35, 0.541);
  font-size: 18px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
 
}



@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .mobile-assets{
    display: block;
  }

  .navbar ul {
    display: none;
  }

  .navbar a{
    font-size:.8em !important;
    color : black;
  }

  .desktop-cart{
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #191919;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #cc1616;
  background: none;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #cc1616;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}









.service-block-avatar {
  border-radius: 5px;
  background-color: #f8f9fa;
  overflow: hidden;
}

.card {
  border-radius: 10px;
  transition: box-shadow 0.3s ease-in-out;
}

.card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.btn-primary {
  background-color: #007bff;
  border: none;
  border-radius: 5px;
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-primary:hover {
  background-color: #0056b3;
}










/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

  

/* .hero-wrapper{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url('../img/happy-fam.jpg');
  background-color: #000108b7;
  background-color: #1c33e7;
  background-blend-mode: multiply;
} */

.hero-wrapper {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: linear-gradient(
    to right, 
    rgba(0, 0, 0, 0.986) 0%, 
    /* rgba(12, 12, 12, 0) 30%,  */
    /* rgba(28, 52, 231, 0) 70%,  */
    /* rgba(28, 52, 231, 0.048) 100% */
    rgba(8, 0, 0, 0.904) 30%, 
    rgba(97, 2, 2, 0.904) 50%, 
    rgba(201, 115, 115, 0) 70%, 
    rgba(231, 189, 189, 0.048) 100%
  ), url('../img/modern-res2.webp');
  background-blend-mode: multiply;
  border-bottom-left-radius: 20px; 
  border-bottom-right-radius: 20px;
}



.hero-wrapper h2{
  color : #fdfcfc !important;
}



#hero {
  width: 100%;
  height: calc(100vh - 190px);
  background: url("../img/office-1.png") top center;
  background-size: contain;
  position: relative;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 56px;
  text-transform: uppercase;
  font-family :Verdana, Geneva, Tahoma, sans-serif;
  color: #fff;
}

.slide-child h2 {
  color: #525252;
  margin-bottom: 30px;
  font-size: 24px;
  text-transform : uppercase;
  font-weight : 600;
}

.read-more-danger {
  background-color: red;
  width: 150px;
  border-radius: 25px; /* Adjust the value as per your preference */
  border: 1px solid red;
  color: #fff;
}

.read-more-danger:hover{
  background-color: rgb(238, 236, 236);
  width: 150px;
  border-radius: 25px; /* Adjust the value as per your preference */
  border: 1px solid red;
  color: #e42121;
}


.form-control:focus {
  border-color: rgba(17, 17, 17, 0.781);
  box-shadow: none;
}



#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #cc1616;
  border-color: #cc1616;
}

.btn-get-started:hover {
  background: #cc1616;
  border-color: #cc1616;
}

#hero-btn{
  border-style :none;
  padding : 10px 30px;
  border-radius : 15px;
  border : 2px solid  var(--theme-red);
  background-color : var(--theme-red);
  color : rgb(255, 254, 254);
}

.hero-btn{
  border-style :none;
  padding : 10px 30px;
  border-radius : 15px;
  border : 2px solid var(--theme-red);
  background-color : var(--theme-red);
  color : rgb(255, 254, 254);
}

.home-hero-btn{
  border-style :none;
  padding : 10px 30px;
  border-radius : 15px;
  border : 2px solid  rgba(254, 7, 7, 0.845);
  background-color :  rgba(254, 7, 7, 0.845);
  color : rgb(255, 254, 254);
}

.inner-hero-text{
  letter-spacing : 1.2px;
  font-family: 'Gothic A1', sans-serif;
}

.hero-p{
  font-size : 1.1em;
  font-weight : 500;
  color : rgb(190, 176, 176);

}

.btn-swiper-nav{
 
  color: rgba(219, 216, 216, 0.61) !important;
  font-size : .9em !important;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    text-align: center;
    
  }
  
  .home-hero-btn{
    border-style :none;
    padding : 5px 15px;
    border-radius : 15px;
    border : 1px solid  rgba(254, 7, 7, 0.845);
    background-color :  rgba(254, 7, 7, 0.845);
    color : rgb(255, 254, 254);
  }

  #hero h1 {
    margin: 0 0 10px 0;
    text-align : center;
    font-size: 35px;
    font-weight: 400;
    line-height: 46px;
    text-transform: uppercase;
    font-family :Verdana, Geneva, Tahoma, sans-serif;
    color: #fff;
  }

  #hero .container {
    padding-top: 40px;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    
  }
  .inner-hero-text{
    margin : auto;
    border : 1px solid #fff;
  }

  .btn-swiper-nav{
    display : none !important;
    color: rgb(204, 202, 202) !important;
  }
}


.slide-a{
  background-image: url('../img/logo/businessman.jpg');
}

.slide-c{
  background-image: url('../img/logo/cctv-bg.jpg');
}

.slide-b{
  background-image: url('../img/logo/cellphone.jpg');
}

.slide-content-parent{
  position : absolute;
  background-color :/*rgba(1, 1, 1, 0.544)*/ #fff;
  top : 0;
  left : 0;
  right : 0;
  height : 100%;
  height : 100%;
}

.slide-content-parent p{
  font-size: 1.2em;
}

.service-slide{
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
 
}

.slide-service-a{
  background-image: url('../img/service-slide/ahua-access-control.png');
}

.slide-service-b{
  background-image: url('../img/service-slide/grage-auto.png');
}

.slide-service-c{
  background-image: url('../img/service-slide/mobile-cctv.png');
}
/*------------------------------------------------------------*/

/*------------------------- _search component -----------------*/


.search-parent-pannel{

  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#search_table_body{
  z-index : 8000;
  top : 4px;
  /* background-color : rgba(255,255,255); */
  /* background-color: red; */
  /* min-height : 100px; */
  overflow-y: auto;
  background-color:rgba(255, 255, 255, 0.904);
  border-radius:10px; 
  overflow-y: auto;
}

.brand{
  height : 70px;
  width : 200px; 
  color:#fff;
  position:relative;
  background-repeat: no-repeat;
  background-size : contain;
  background-position : center;

}

@media (max-width: 575px) {
  .brand{
    height : 40px;
    width : 160px; 
    color:#fff;
    position:relative;
    background-repeat: no-repeat;
    background-size : contain;
    background-position : center;
  
  }
}

.brand1{
    background-image: url('../img/brands/dahua-logo.png'); 
}

.brand2{
  background-image: url('../img/brands/hikvision.png');
}

.brand3{
  background-image: url('../img/brands/ids-security.jpg');
}

.brand4{
  background-image: url('../img/brands/paradox.jfif');
}

.brand5{
  background-image: url('../img/brands/cisalogo.png');
}

.brand6{
  background-image: url('../img/brands/optex-logo.png');
}

.brand7{
  background-image: url('../img/brands/takex-logo.png');
}



.payment1{
  background-image: url('../img/banks/visa-and-mastercard-logo.png'); 
}

.payment2{
background-image: url('../img/banks/masterpass.png');
}

.payment3{
  background-image: url('../img/banks/snapscan.png');
}

.payment4{
    background-image: url('../img/brands/paradox.jfif');
}




/*---------------------------------------------------------------*/

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 20px 15px;
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #191919;
  position: relative;
  z-index: 2;
}

.section-title h3 {
  color : rgb(34, 33, 33);
  font-family: 'Red Hat Display', sans-serif;
  font-weight : 600;
}

.section-title span {
  position: absolute;
  top: 30px;
  color: #f4f4f4;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 0;
}

.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

.section-para::before {
  content: "";
  display: inline-block;
  width: 40px; /* Adjust the width as needed */
  height: 3px; /* Height of the line */
  background-color:red;
  vertical-align: middle; /* Adjust vertical alignment as needed */
  margin-right: 10px; /* Space between the dash and the paragraph */
}

.section-para::after {
  content: "";
  display: inline-block;
  width: 40px; /* Adjust the width as needed */
  height: 3px; /* Height of the line */
  background-color: red;
  vertical-align: middle; /* Adjust vertical alignment as needed */
  margin-right: 10px; /* Space between the dash and the paragraph */
  margin-left: 10px;
}

.section-decoration::before{
  content : "";
  display : block;
  /* border : 2px solid var(--light-blue); */
  border : 2px solid red;
  width : 80px;
  /* background-color: red; */
  margin : 15px auto 15px;
 
}

.title-horizontal{
    margin : 9px 0px 6px;
}

.title-horizontal::after {
  content: "";
  display: inline-block;
  width: 60px; /* Adjust the width to control the length of the line */
  height: 2px; /* Adjust the height to control the line thickness */
  background-color: #d61212; /* Adjust the color as needed */
  margin-right: 10px; /* Adjust the spacing between the line and the text */
}


@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .section-title span {
    font-size: 38px;
  }
}

/*--------------------------------------------------------------
#CATEGORIES
---------------------------------------------------------------*/

.categories{
  /*border : 1px solid gray;*/
  width : 100%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}

.show-all-categories{
  width : 100%;
  /*background-color: var(--theme-blue);*/
  background-color :rgb(211, 209, 209);
  border : 1px solid rgba(0, 0, 0, 0.1);
  padding : 2px ;
  text-align : center;
}

.categories a{
  color : gray;
}


.cartegory-items{
  font-size : .8em !important;
}

.cartegory-items:hover{
  border-bottom : 1px solid rgba(206, 204, 204, 0.2);
}

.cartegory-items span{
  color :rgb(221, 219, 219);
}

.cartegory-items:hover span{
  color : rgb(204, 62, 62);
  transition : .9s;
}

.category-btn{
  color : #fff;
}

.cart_select{
  border : 1px solid rgba(128, 128, 128, 0.534);
  border-radius : 20%;
}

/*-------------------------------------------------------------
# Featured service box-shadow: 
--------------------------------------------------------------*/


.infra-featured{
 background-color : #fff;
}

.infra-featured h3{
  /*font-family: 'Oxygen', sans-serif;*/
  font-family: 'Prompt', sans-serif;
  font-size : 1.4em;
  color : black;
  font-weight : 600;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #cc1616;
}

.about .content p:last-child {
  margin-bottom: 0;
}



/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
section .about-top{
  max-width : 350px;
  margin : auto;
  /*text-align : center;*/
  font-weight : 500;
  font-family: 'Oxygen', sans-serif;
}
.about-section-bg{
  padding : 30px 20px;
 /*background-image : url('../img/team-us2.png');*/
 background-color:rgba(20, 215, 254, 0.027);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color : rgb(1, 1, 1);
}

.about-section-bg h5{
  font-family: 'Red Hat Display', sans-serif;
  letter-spacing : 1.1px;
  color :rgb(1, 1, 1) !important;
  font-weight : 800;
}

.about-section-bg p{
  color : rgb(68, 67, 67);
  /*font-family: 'Oxygen', sans-serif;*/
  font-family: 'Prompt', sans-serif;
  font-size: .9em !important;
}

.bg-mask{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* background-blend-mode:color;  */
  background-color : #ffffffef;
  background-color : #ffffffbb; 
}

.section-a{
  background-image : url("../img/futuristic-digital-new.webp");
}

.rounded-icon{
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-blend-mode:multiply;
 
 
}

.rounded-icon-a{
  background-image : url('../img/icons/finger-print.png');
  background-color : #8da8f30c;
}

.rounded-icon-b{
  background-image : url('../img/icons/safe-shield.png');
  background-color : #f07b7b11;
}

.rounded-icon-c{
  background-image : url('../img/icons/finger-print.png');
  background-color : #8da8f30e;
}

.my-bg-here{
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-blend-mode:color;
  background-color : #ffffff4d;
  background-image : url('../img/smart-home.jpg');

}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}

.about .content ul li:first-child {
  margin-top: 35px;
}

.about .content ul i {
  /*background: red;*/
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color:#fff;
  border-radius: 50px;
}

.about .content ul h5 {
  font-size: 18px;
  color: #fff/*var(--red)*/;
}

.about .content ul p {
  font-size: 15px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about-box{
  border : 8px solid #fff;
 background-color:rgba(20, 215, 254, 0.027);
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center;
}

.about-box-1{
  
   background-image : url('../img/about-worker.png');
}

.about-box-2{
 
  background-image : url('../img/secure-family.jpg');
}

.about-sm-block{
  background-color : rgba(16, 16, 175, 0.123);
  font-size : 19px;
  font-weight : 300;
  color : rgba(255, 255, 255, 0.733);
}

.icon-about{
  height : 40px;
  width : 40px;
  border : 4px solid rgba(230, 230, 236, 0.466);
  border-radius : 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color : rgba(16, 16, 175, 0.364); */
  background-color : #fff;
  color :rgba(16, 16, 175, 0.364); ;
  
}

.about-relative-bg{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode:color;
  background-color : #ffffffde;
  background-image : url('../img/futuristic-digital-new.webp');

}


.cube-block{
  height : 200px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-blend-mode:multiply;
 
}

.cube-block-a{
  background-image : url('../img/categories/cctv/tv-surv.png');
  background-color : #ffffffef;

}

.cube-block-b{
  background-image : url('../img/categories/smart/contr-syst.png');
  background-color : #787af50c;

}

.cube-block-c{
  background-image : url('../img/portfolio/garage.png');
  background-color : #787af50a;
}

.cube-block-d{
  background-image : url('../img/products/pepper-spray.png');
  background-color : #ffffffef;

}

@media (max-width: 780px) {
  .icon-about{
    height : 30px;
    width : 30px;
    border : 4px solid rgba(230, 230, 236, 0.466);
    border-radius : 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color : rgba(16, 16, 175, 0.364);
    color : red;
    
  }
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding-top: 10px;
}

.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
}

.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #ed5b5b;
}

.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: #191919;
}

.why-us .box p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.why-us .box:hover {
  background: #cc1616;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.why-us .box:hover span,
.why-us .box:hover h4,
.why-us .box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #f2f2f2;
  padding: 15px 0;
  text-align: center;
}

.clients img {
  width: 50%;
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.clients img:hover {
  filter: none;
  transform: scale(1.2);
}

@media (max-width: 768px) {
  .clients img {
    width: 40%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.category-btn a{
  color : #fff !important;
  font-weight : 700;
}

.service-card-itemn{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.service-card-item-child:hover{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}

.service-card-item-child .list-tags p{
  font-family: 'Red Hat Display', sans-serif;
  font-size : .8em;
  margin-bottom : 20px;
}

.service-block-avatar{
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-position: center;
}

.service-card-item:hover .service-block-avatar{
  transform: scale(1.2);
  transition : 1.1s;
  
}

.service-card-item select{
  border : 1px solid rgba(176, 218, 237, 0.1);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius : 8px;
  background-color : #fff!important;
  padding : 2px 3px;
  font-size : .9em;
  color : gray;
}


.service-category{
  font-family: 'Mukta Mahee', sans-serif;
}

.category-name-block{
  background-color:var(--theme-blue); 
  color:#fff;
  height:inherit;
}

.service-category h3{
  font-family: 'Mukta Mahee', sans-serif;
  text-transform: uppercase;
  font-size : 1em;
  font-weight : 600;

}

.cart-service-category{
  /*font-family: 'Vazirmatn', sans-serif;
  /*font-size : 1.2em;*/
 /* font-weight : 600;*/
 color: #333232;
font-size: 0.9em;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 1px;
}



.mycart-table th{
  color: rgb(7, 7, 7) !important;
  font-weight : 300;
  font-size : .8em;
  text-transform: capitalize;
}


.service-slide-text{
  font-size : 1.2em;
}


@media (max-width: 780px) {
  .service-slide-text{
      font-size : .9em;
  }
}

/********* cart items ***********/



#cart-title{
  color : red;
  font-size : .8em;
}

.show-cart-items table th{
  /*font-weight : 400;*/
  /*color :rgb(159, 158, 158);*/
  /*font-size : .8em;*/
}

.cart-modal-show td{
  text-transform : capitalize !important;
  color :rgb(153, 157, 157);
  font-size : .8em;
}

.cart-modal-show .modal-header{
  color : rgb(19, 19, 19);
  background-color : rgb(240, 238, 238);
  background:gray
}

.update-cart-qty{
  border : 1px solid rgba(176, 218, 237, 0.1);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius : 8px;
  background-color : #fff!important;
  padding : 2px 3px;
  font-size : .8em;
  color : rgb(159, 158, 158);
}

.btn-update{
  border : 1px solid  rgba(176, 218, 237, 0.1);
  border-radius : 8px;
  background-color :rgb(1, 6, 7);
  font-size : .9em;
  color : rgb(248, 245, 245);
}

.cart-drawer{
  /*display : none;*/
  visibility:hidden;
  
}

@media (max-width: 990px) {
  .cart-drawer{
    /*display : none;*/
    visibility:visible;
    
  }
}

.card .card-header-title{
  color : black !important;
  font-size : 1.2em !important;
  font-weight : 800 !important;
}

.cart-info .card .card-header{
  border-style : none;
  background-color :rgb(255, 255, 255);
}

.cart-info .card{
 /* border : 1px solid rgba(255, 255, 255, 0.3) !important;*/
 border : none !important;
}

.checkout-form .card{
  border-style : none;
  background-color : #fff;
  padding : 20px 30px;
}

.checkout-form .card p{
  font-weight : 600;
  font-size : .9em;
  margin-top : 4px;
  color : black;/*rgb(162, 202, 243)*/;
  /*font-family: 'Red Hat Display', sans-serif;*/
}

.checkout-form .card input[type='text'], input[type='email']{
  border : 1px solid rgba(186, 182, 182, 0.2);
  color : gray;
  font-size: .8em;
  letter-spacing : 1.2px;
}

.checkout-form .card-header{
  border-style : none;
}

.service-card-item:hover .cart-drawer{
  /*display : block;*/
  visibility: visible;
  transition:1.4s ease-in;
  
}

.btn-read-more{
  background-color: rgb(255, 255, 255);
  color :#333232;
  font-size: .8em;
  border-radius : 12px !important;
  border : 1px solid gray;
}

.read-more-success{
  background-color: rgb(255, 255, 255)/* rgb(69, 232, 110)*/;
  color :#8a8888;
  font-size: .7em;
  border-radius : 12px !important;
  border : 1px solid rgb(175, 174, 174);
}

.read-more-success:hover{
    border : 1px solid rgb(3, 3, 3);
    color : black;
}

.purchase-now-btn{
  border : 1px solid  rgba(218, 75, 75, 0.517)/*rgb(52, 192, 134)*/;
  padding : 5px 20px;
  border-radius : 10px;
  outline: none;
  color : rgb(252, 251, 251);
  /*background-color :  rgb(52, 192, 134);*/
  background-color : red /*rgba(252, 5, 5, 0.517)*/;
}

.purchase-now-btn:hover{
  color :  rgba(240, 60, 60, 0.517)/*rgb(52, 192, 134)*/;
  background-color :  rgba(255, 255, 255, 0.734);
}
/*------------- Checkout form -----------------*/

.client-registration-form p{
  color : red;
  font-size : .8em;
}

.btn-checkout-form{
  text-align : center;
  padding : 7px 0px;
  border : 1px solid black;
  color : #fff;
  background-color : black;
  font-family: 'Oxygen', sans-serif;
}

.checkout-forms-container h3{
 /* font-family: 'Oxygen', sans-serif;*/
 font-family: 'Inter', sans-serif;
 font-weight : 600;

}

.checkout-forms-container .card{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

  border-style : none !important;
}

.checkout-forms-container .card input[type="text"],input[type="password"],input[type="email"], select{
  /*border : 1px solid rgba(186, 182, 182, 0.2) !important;*/
  border : 0;
  outline: none !important;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-radius: none !important;
  border-bottom: 1px solid rgb(211, 210, 210);
  font-family: 'Inter', sans-serif;
  padding : 15px 15px;
  transition: border-bottom 0.3s ease;
  box-shadow: 0 2px 5px rgba(224, 224, 224, 0.1);
  
}

.checkout-forms-container .card input[type="text"]:focus,
.checkout-forms-container .card input[type="password"]:focus,
.checkout-forms-container .card input[type="email"]:focus,
.checkout-forms-container .card {
  outline: none;
  border-bottom: 1px solid #4285f4; 
}

select{
  border : 0 !important;
}

select:focus {
  border : 0 !important;
  outline: none !important;
  box-shadow: none !important;
}


#mobile_reg_btn{
  display : none;
}


#billingProfile .card input[type="text"],input[type="password"], input[type="email"], select{
    /*border : 1px solid rgba(186, 182, 182, 0.2) !important;*/
    border : 0;
    outline: none !important;
    border-top-style: none !important;
    border-left-style: none !important;
    border-right-style: none !important;
    border-radius: none !important;
    border-bottom: 1px solid rgb(211, 210, 210);
    font-family: 'Inter', sans-serif;
    padding : 15px 15px;
    transition: border-bottom 0.3s ease;
    box-shadow: 0 2px 5px rgba(224, 224, 224, 0.1);
    
  }

  #billingProfile input[type="email"]{
    font-size: .76em;
  }


  
  #tabs li a{
    font-size:medium;
    
  }


@media (max-width: 990px) {
  #mobile_reg_btn{
    display : block;
  }
}

@media (max-width: 575.98px) {
  .checkout-forms-container .card {
    box-shadow: none !important;
    outline: none !important;
  }

  
  #tabs li a{
    font-size: small;
    
  }

}




.services .icon-box {
  text-align: center;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #cc1616;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}

.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #fce5e5;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #191919;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #cc1616;
  border-color: #cc1616;
  padding: 70px 20px 90px 20px;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #cc1616;
}

.services .icon-box:hover .icon::before {
  background: #e82d2d;
}

.services .icon-box:hover h4 a,
.services .icon-box:hover p {
  color: #fff;
}


/*-------------------------- tags ----------------------------*/

.tags{
  display:flex;
  align-items : center;
  justify-content: center;
  padding-top:12px;
  flex-direction : column;

}

.tags ul li{
  list-style : none;
}

.tags ul{
 
  height : 25px;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/quote-bg.png-") fixed center center;
  background-size: cover;
  padding: 120px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #cc1616;
  border: 2px solid #cc1616;
}

.shop-with-us-cta{
  height : 370px;
  background-repeat: no-repeat;
  background-size : cover;
  background-position: center;
  background-blend-mode:darken;
  background-color : #9c9b9b;
  color : #fff;
  background-image : url("../img/banks/pexels-cup-of.jpg");
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #e82d2d;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #191919;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #4c4c4c;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #333333;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #cc1616;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #e82d2d;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #cc1616;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #cc1616;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(25, 25, 25, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  
}

.portfolio-info h4{
  font-size: 1.4em;
  font-weight : 600;
  font-family: 'Red Hat Display', sans-serif;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #f9f9f9;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #191919;
}

.pricing .box h4 {
  font-size: 42px;
  color: #cc1616;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #191919;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #cc1616;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .box .btn-buy {
  background: #cc1616;
  display: inline-block;
  padding: 10px 40px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .box .btn-buy:hover {
  background: #e82d2d;
}

.pricing .featured {
  background: #cc1616;
  box-shadow: none;
  color: #fff;
}

.pricing .featured h3,
.pricing .featured h4,
.pricing .featured ul,
.pricing .featured ul li,
.pricing .featured ul .na {
  color: #fff;
}

.pricing .featured h4 span {
  color: rgba(255, 255, 255, 0.58);
}

.pricing .featured .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .featured .btn-buy {
  background: rgba(255, 255, 255, 0.2);
}

.pricing .featured .btn-buy:hover {
  background: #fff;
  color: #cc1616;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  background: #fff;
}

.team .member img {
  max-width: 60%;
  border-radius: 50%;
  margin: 0 0 30px 0;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #919191;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #cc1616;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #cc1616;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #f5a0a0;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-forms {
 /* box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);*/
  padding: 30px;
}

.contact .php-email-forms .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-forms .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-forms .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-forms .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-forms .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-forms input,
.contact .php-email-form textarea {
  border-radius: 10px;
  box-shadow: none;
  font-size: 12px;
  border : 1px solid rgba(189, 189, 189, 0.18);

}

.contact .php-email-forms input::focus,
.contact .php-email-form textarea::focus {
  background-color: #cc1616;
}

.contact .php-email-forms input {
  padding: 10px 15px;
}

.contact .php-email-forms textarea {
  font-size: .9em;
  padding: 12px 15px;
  border : 1px solid rgba(0, 0, 0, 0.1);
}

.contact .php-email-forms textarea:focus {
  border: none;
  overflow: auto;
  outline: none;

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;

  resize: none;
}

.contact .php-email-forms button[type=submit] {
  background: #cc1616;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-forms button[type=submit]:hover {
  background: #e82d2d;
}

.validate{
  font-size : .8em;
  color:rgb(246, 49, 49);
  padding : 4px 2px;
}

/********************** REQUEST QUOTATION ************************/

.request-quotation-modal .modal-header{
  color : #fff;
}

.request-quotation-modal input{
  font-size: .8em;
}

.request-quotation-modal button{
  margin-top : 25px;
  font-size: .8em;
}

.request-quotation-modal .quote-check-bloc{
  background-color: rgba(224, 240, 247, 0.1);
  font-size : .7em;
}

.request-quotation-modal .quote-check-bloc input[type="checkbox"]{
  margin-top : 10px;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #efefef;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 600;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #333333;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #1d1d1d;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 15px;
  background: #191919;
  color: #fff;
  border-top: 4px solid #cc1616;
  text-align: center;
  padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
  font-size: 36px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #262626;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #cc1616;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ed5b5b;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #eb4444;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #cc1616;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #e82d2d;
}

#footer .copyright {
  border-top: 1px solid #262626;
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #e82d2d;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}



/* General Section Styles */
.about {
  padding: 40px 0;
}

/* Container Styles */
.container-fluid {
  background-color: rgba(245, 242, 242, 0.733);
}

.about-boxes {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.about-box {
  background-color: #f4f4f4;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}

.about-sm-block {
  border: 6px solid #fff;
  background-color: #000;
  color: white;
  border-radius: 10px;
}

.about-content {
  padding: 20px;
}

/* Content Item Styling */
.content-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.icon-about {
  font-size: 30px;
  color: #007bff;
}

.about-content-item h5 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  font-weight: bold;
}

.about-content-item p {
  font-size: 1rem;
  color: #555;
}

/* Flexbox adjustments for responsive design */
@media (max-width: 768px) {
  .content-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .about-sm-block {
    height: 100px;
  }
}

/* For smaller devices */
@media (max-width: 576px) {
  .about-box {
    height: 250px;
  }
}




/*---------------------------------------
# client input areas
----------------------------------------*/
/*.checkout-surmmary{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}*/

 input[type='text']:focus, input[type='password']:focus, input[type='email']:focus {
  border: none;
  overflow: auto;
  outline: none;

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;

  resize: none;
}

.terms-and-conditions p{
  color : gray;
  font-size: .8em;
}

.terms-conditions p{
  font-size : .9em;
}
