/**************************
     Common Style Start  
 **************************/

p,
li {
  font-weight: 300;
}

p {
  color: black;
  font-size: 18px;
}
.my-custom-container,
.about-layout1 {
  padding: 0 4%;
}

.pagetitle__heading {
  font-size: 50px;
  line-height: 1.1;
  padding: 125px 0;
  text-transform: uppercase;
}

/**************************
     Common Style End  
 **************************/

/**************************
     TOP MENU STYLE START
 **************************/
.top-menu-section {
  background-color: #f00;
}
.top-menu-section .top-menu-body-content ul.top-menu-content {
  padding: 4px 0;
  margin: 0;
}
.top-menu-section
  .top-menu-body-content
  ul.top-menu-content.top-menu-right-site
  li {
  font-size: 17px;
  font-weight: 500;
}

ul.top-menu-content.top-menu-right-site li a {
  color: white;
  font-weight: bold;
}
ul.top-menu-content.top-menu-left-site li {
  width: 35px;
  height: 35px;
  margin: 0 5px;
  padding-top: 4px;
  border-radius: 50%;
  font-size: 18px;
  background-color: #7c7d8487;
  transition: all 0.4s ease-in-out 0.1s;
  text-align: center;
}
ul.top-menu-content.top-menu-left-site li a {
  color: white;
}
ul.top-menu-content.top-menu-left-site li:hover {
  background-color: white;
  border: 1px solid #f00;
}

ul.top-menu-content.top-menu-left-site li:hover a {
  color: #f00;
}

@media screen and (max-width: 991px) {
  .top-menu-section {
    display: none;
  }
}
/**************************
     TOP MENU STYLE END
 **************************/

/**************************
     HOME PAGE STYLE START
 **************************/
.header-socail-icon-custom-style {
  display: flex;
  justify-content: space-evenly;
  margin: 0px;
}

.blog-grid,
.footer-inner-section,
.home-page-cart-area {
  padding: 0 4%;
}

ul {
  list-style-type: none;
  padding: 0;
}

.navbar .nav__item .nav__item-link {
  font-size: 18px !important;
}

.navbar-brand {
  border: 1px solid #f00;
  border-radius: 5px;
  padding: 2px !important;
  margin: 0 !important;
  box-shadow: #ced7dd 1px 0px 8px 1px;
}

.slick-arrow {
  display: none !important;
}
.btn-default {
  border-radius: 5px;
  z-index: 1;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 19px 10px;
  background-color: #f00;
  color: white;
  transition: all 0.3s ease-in-out;
}
.btn-default:hover {
  background-color: #57b960;
  color: #ffffff;
}

.navbar-nav {
  color: #0e0e0e;
  /* font-family: Fira Sans; */
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  padding-left: 10%;
}

.nav-item.nav-link p {
  color: #ffffff;
}

.slide-item .bg-img img {
  filter: brightness(1.5);
}

.custom-container {
  width: 1170px !important;
  padding: 0 15px;
}

.social-icons .nav__item {
  margin-right: 10px !important;
}

.sticky-navbar {
  padding: 0 4% !important;
}

.slick-track .header-button {
  padding-top: 30px;
}

.overlap-container {
  position: relative;
  z-index: 1;
}

.custom-slider .slick-dots li {
  display: none;
}

.card-deck {
  margin: -50px 0px 0px 0px;
}
.home-page-cart-area .card {
  border-radius: 10px;
  border: 2px solid #f00;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.card-body {
  padding: 1.5rem 2rem;
}

.fbox-number {
  position: absolute;
  font-size: 70px;
  line-height: 70px;
  top: 30px;
  opacity: 0.1;
  right: 30px;
  font-weight: 700;
}

.card-body i {
  color: #ffffff;
  border-radius: 50%;
}

.card-body i,
.fa-regular {
  font-size: 24px;
  background-color: #f00;
  padding: 14px;
}

.fa-square-check:hover {
  background-color: #0e0e0e;
}

.card-body .card-title {
  padding-top: 10px;
}

.title-separator {
  height: 2px;
  position: absolute;
  width: 135px;
  border-radius: 30px;
  background-color: #f00;
}

.about-inner-1 {
  margin-bottom: 20%;
}

.about-section-inner i {
  margin-right: 20%;
  color: #ffffff;
  border-radius: 50%;
}

/* For counter Section  */

.counter-item {
  text-align: center;
  border-right: 1px solid #f00;
}

.counter-item-4 {
  border: none;
}
.counter-section .count {
  color: #ffffff;
  font-weight: 600;
  font-size: 60px;
  line-height: 42px;
}
.counter-section .counter-custom-pluse {
  font-weight: 700;
  font-size: 55px;
  line-height: 42px;
}

.counter-section .counter-custom-pluse {
  color: #f00;
}
.counter-section p {
  color: #ffffff;
  font-size: 20px;
  line-height: 42px;
}

/* Service Section Style start  */
.service-area .service-body {
  cursor: pointer;
  border: 1px solid #f00;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
  height: 180px;
}

.service-area .service-body:hover {
  transform: scale(1.1);
}

.service-area .service-body.security {
  background-color: transparent;
  /*background-image: linear-gradient(-90deg, #8bd8d34d 0%, #964e4e08 100%);*/
   background-image: linear-gradient(90deg, #B2BEB529 0%, #b6ffda42 100%);
}
.service-area .service-body.control {
  background-color: transparent;
  background-image: linear-gradient(90deg, #B2BEB529 0%, #b6ffda42 100%);
}
.service-area .service-body.network {
  background-color: transparent;
  /*background-image: linear-gradient(90deg, #caeaff17 0%, #affeff2e 100%);*/
   background-image: linear-gradient(90deg, #B2BEB529 0%, #b6ffda42 100%);
}
.service-area .service-body.computer {
  background-color: transparent;
  /*background-image: linear-gradient(90deg, #0b111117 0%, #bce0ff80 100%);*/
    background-image: linear-gradient(90deg, #B2BEB529 0%, #b6ffda42 100%);
}
.service-area .service-body.printer {
  background-color: transparent;
  background-image: linear-gradient(90deg, #e6e0e012 0%, #00000014 100%);
}
.service-area .service-body.gift-item {
  background-color: transparent;
  background-image: linear-gradient(90deg, #b9b9b900 0%, #46464640 100%);
}

.service-area .service-body .service-image-content {
  width: 25%;
  height: 100px;
}
.service-area .service-body .service-image-content img {
  width: 100%;
  height: 100%;
}

.service-area .service-body .service-text-content {
  width: 75%;
}

.service-area .service-body h4 {
  margin-bottom: 0;
  font-size: 22px;
}

/* Service Section Style end  */

.post__body h4 {
  color: #1c1c25 !important;
  /* font-family: Fira Sans !important; */
  font-weight: 600 !important;
  font-size: 26px !important;
  line-height: 34px !important;
}

.post__body a {
  position: relative;
  font-size: 16px !important;
  border-bottom: 2px solid !important;
  border-radius: 0;

  margin: 12px 0 !important;
}

.blog-grid .post-item {
  border-radius: 10px !important;
  border-bottom: 4px solid !important;
  border-color: #57b960 !important;
}

.blog-grid .post__img {
  border-top-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
}
.product-grid .post__img {
  border-radius: 10px !important;
}

/* Client Say Style Start */
.client-slider {
  padding: 50px 0;
}
.client-slider .client-img-body {
  border: 3px solid #f00;
  border-radius: 10px;
  padding: 8px;
}
.client-slider .client-img-body img {
  width: 100%;
}
.client-slider .client-content-section {
  width: 100%;
  padding: 30px 0;
}

@media screen and (min-width: 768px) {
  .client-slider {
    padding: 50px 0;
    padding-bottom: 100px;
  }
  .client-slider .client-content-section {
    width: 60%;
    padding: 0;
  }
}

.client-slider .client-demo-quote i {
  color: #f00;
  font-size: 100px;
}

.client-slider .client-content-section p {
  color: white;
  font-size: 18px;
}

.client-slider .client-name-section h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.client-slider .client-name-section p {
  color: white;
}

.client-slider .carousel-control-prev,
.client-slider .carousel-control-next {
  display: none;
}

/* Client Say Style End */

/* footer popup css  */
.footer-popup-contact-us-area {
  color: white;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .footer-popup-contact-us-area {
    display: none;
  }
  .footer .footer-inner-section {
    padding-top: 0;
  }
}

.footer-popup-custom-top.custom-popup {
  width: 90%;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  color: #ffffff;
  background-color: #f00;
  top: -70px;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
}

.footer-popup-custom-top.custom-popup .footer-custom-top-popup::before {
  content: "";
  width: 20px;
  height: 127%;
  background: #fff;
  position: absolute;
  margin: auto;
  left: 25px;
  right: 0;
  top: -19px;
  transform: rotate(27deg);
}

.footer-custom-top-popup {
  margin: 0 auto;
  position: relative;
  /* left: 50%;
  top: 50%; */
}

.footer-custom-top-popup .footer-popup-sitebar {
  padding: 20px 0;
}
.footer-custom-top-popup .footer-popup-sitebar .ft-custom-icon {
  font-size: 50px;
  padding-right: 20px;
}
.footer-custom-top-popup .footer-popup-sitebar h4 {
  color: white;
}

.footer-custom-top-popup .footer-popup-sitebar p {
  color: white;
  font-size: 20px;
  margin-bottom: 0;
}

.footer .ft-icon {
  font-size: 90px;
  opacity: 0.2;
  position: absolute;
  right: 60px;
  bottom: 15px;
  z-index: 0;
}

.footer h4 {
  font-size: 22px;
  line-height: 30px;
  color: #f7f7f7;
}
.footer a {
  color: #f7f7f7;
}

.widget-custom {
  max-width: 100%;
  overflow: hidden;
  /* margin-bottom: 30px; */
  color: #f7f7f7;
}

.menu {
  list-style: none;
  padding: 0;
}

/* .menu-item {
  position: relative;
  padding-left: 20px;  
} */

.footer-middle-sidebar ul li {
  line-height: 1.8rem;
}

.footer ul li .fa-angle-right {
  padding-right: 10px;
}

.item-carousel {
  display: flex;
  overflow: hidden;
  width: 100%;
}

.item-container {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.item {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid #ddd;
  transition: opacity 0.3s ease-in-out;
}

.item:hover {
  opacity: 0.8;
}

button {
  cursor: pointer;
}

.about-layout1 .trusted-custom-img-content {
  height: 300px;
}

.about-layout1 .trusted-custom-img-content2 {
  height: 475px;
}

.about-layout1 .trusted-custom-img-content img.trusted-custom-design-img,
.about-layout1 .trusted-custom-img-content2 img.trusted-custom-design-img2 {
  height: 100%;
  width: 100%;
  border-radius: 5px;
}

.about-layout-content {
  margin: 15px 0;
  padding: 15px 10px;
  background-color: rgba(255, 0, 0, 0.8);
  background-image: url(../images/banners/Line-Pattern.png);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 5px;
}


.about-layout1 .about-layout-content h5 {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
    text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .about-layout1 .trusted-custom-img-content {
    height: auto;
  }

  .about-layout1 .trusted-custom-img-content2 {
    height: auto;
  }
  .about-layout-content {
    margin: 15px 0;
    padding: 30px;
  }

  .about-layout1 .about-layout-content h5 {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1110px) {
  .about-layout1 .trusted-custom-img-content {
    height: auto;
  }

  .about-layout1 .trusted-custom-img-content2 {
    height: auto;
  }
  .about-layout-content {
    margin: 15px 0;
    padding: 22px;
  }

  .about-layout1 .about-layout-content h5 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}

.post__img {
  position: relative;
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff; /* Adjust text color */
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.post__img:hover .overlay {
  opacity: 1; /* Show on hover */
  background: rgba(0, 0, 0, 0.5);
}

.post__title,
.post__desc {
  margin: 0;
}

.item-carousel {
  display: flex;
  overflow: hidden;
  width: 100%;
}

.item-container {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.item {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  transition: opacity 0.3s ease-in-out;
  flex: 0 0 33.33%; /* Each item takes up 33.33% of the container */
  border: none !important;
}

.product-section p {
  font-size: 18px;
}
.product-section h5 {
  color: #f00;
  margin-bottom: -30%;
}


.feature-box-wrapper::before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -30px;
  border-radius: 50%;
  right: -30px;
  transform: scale(1.2);
  /*opacity: 0.2;*/
  transition: all 0.3s;
  background-color: rgba(124, 125, 132, 0.2);
}


.feature-box-wrapper-icon::before {
 content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  border-radius: 50%;
  transform: scale(1.3);
  left: 38px;
  top: 20px;
  opacity: 0.2;
  transition: all 0.3s;
  background-color: black;
    
}

.counter-custom-section-main {
  position: relative;
  height: 100px;
}

.counter-custom-section {
  background-color: #1e294c;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  overflow: hidden;
  position: absolute;
}
.counter-section {
  padding-top: 70px;
  padding-bottom: 40px;
}

.features-layout2 .counter-image-custom {
  width: 100%;
  height: 50px;
}

/* Footer Section Style Start  */
.footer__content__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
}

@media screen and (max-width: 767px) {
  .footer__content__body {
    display: block;
    text-align: center;
  }
}
/* Footer Section Style End  */
/**************************
     HOME PAGE STYLE END
 **************************/
/**************************
     ABOUT PAGE STYLE START
 **************************/

.mission-vision-section {
  background-color: #F6F6F6;
}
.mission-vision-section .mission-body {
  padding: 15px;
  border: 1px solid #f00;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
  background-color: transparent;
  background-image: linear-gradient(
    -90deg,
    #d6dfdd29 0%,
    rgba(255, 0, 0, 0.3) 100%
  );
  color: black;
}

.mission-vision-section .vision-body {
  padding: 15px;
  border: 1px solid #f00;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
  background-color: transparent;
  background-image: linear-gradient(
    90deg,
    #d6dfdd29 0%,
    rgba(255, 0, 0, 0.3) 100%
  );
  color: black;
}

.mission-vision-section .mission-visstion-title {
  width: 320px;
  height: 235px;
  text-align: center;
  border-radius: 50px;
  border: 8px solid #f00;
  margin: 0 auto;
}
.mission-vision-section .vision-section-title {
  transform: skew(0deg, -14deg);
}

.mission-vision-section .mission-section-title {
  transform: skew(0deg, 14deg);
}

.mission-vision-section .mission-visstion-title h1 {
  text-transform: uppercase;
  font-size: -webkit-xxx-large;
  font-weight: 600;
  padding: 40px;
}

.mission-vision-section .vision-section-title h1 {
  transform: skew(0deg, 16deg);
}
.mission-vision-section .mission-section-title h1 {
  transform: skew(0deg, -16deg);
}

.mission-vision-section .mission-vission-and p {
  font-size: 150px;
  line-height: normal;
  margin-top: -75px;
}

.mission-vision-section .mission-vission-content-text p {
  font-size: 20px;
}

/**************************
     ABOUT PAGE STYLE END
 **************************/
/**************************
    GALLERY PAGE STYLE START
 **************************/

.gallery-area-section .button-group button {
  background-color: #f00;
  color: white;
  font-size: 17px;
  text-transform: uppercase;
  padding: 7px 20px;
  margin: 0px 5px 25px 5px;
  border-radius: 7px;
}

.gallery-area-section .button-group button.active {
  background-color: #000;
}
/**************************
    GALLERY PAGE STYLE END
 **************************/

/**************************
    PRODUCT PAGE STYLE START
 **************************/

.products-area a.order-now-btn,
.product-single-details-area a.order-now-btn {
  background: red;
  padding: 10px 20px;
  color: white;
  font-size: 16px;
  border-radius: 7px;
  font-weight: 700;
}

/* Product Single Details Page Style  */
.product__img.single-product-custom-size {
  height: 500px;
}
.product__img.single-product-custom-size img {
  height: 100%;
  width: 100%;
}

/**************************
    PRODUCT PAGE STYLE END
 **************************/

/*******************************
    Footer STYLE START
 *******************************/
.footer-inner-section .footer-title-custom {
  border-bottom: 2px solid white;
}

.textwidget.widget-custom p {
  font-size: 16px;
}
.footer__copyrights span {
  font-size: 15px;
}

.dinamic-copyright-text{
    color: red;
}
/******************************
    Footer STYLE END
 ******************************/

.not-found-area {
  background-color: #b0bec5;
}

.product_signle_page_title{
  margin-bottom: 3rem;
}
.product_signle_page_title::after {
  content: "";
  display: block;
  height: 4px;
  background-color: red;
  border-radius: 30px;
  margin: 0 auto;
}

.green-line{
    margin-bottom: 0px;
}

li.custom-contact-phone-btn{
      padding: 0;
      padding-right: 30px;
}

li.custom-contact-phone-btn , li.custom-contact-phone-btn a{
  color: black !important;

}

li.custom-contact-phone-btn:hover , li.custom-contact-phone-btn:hover a{
    color: white !important;
}

/* CUSTOM STYLE BY DEELKO TEAM */
body {
  position: relative;
}
.whatsappAndMessenger {
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 999;
}
.whatsappAndMessenger a {
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
  height: 50px;
  text-align: center;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  background: #25d366;
  color: #fff;
  margin: 10px 0;
}

.whatsappAndMessenger a:hover{
    background: green !important;
}

.whatsappAndMessenger .messenger {
  color: #0099ff;
}

.whatsappAndMessenger .messengerIcon {
  background: #fff;
}

.title-separator-why-title{
    display: inline-block;
    position: absolute;
  height: 1.5px;
  width: 140px;
  border-radius: 30px;
  background-color: #f00;
}

/*Footer Iframe Style */
 .follow-us-ifram-style {
        display: inline-block;
  position: relative;
        
 
    }
    
    .follow-us-ifram-style span{
        display: inline-block;
  position: relative;
  text-align: justify;
  vertical-align: bottom;
  width: 335px;
  height: 300px;
    }
   .follow-us-ifram-style iframe {
       position: absolute;
       max-width: 100%;
    }
    
    
    @media screen and (max-width:768px){
         .follow-us-ifram-style span{
  width: 345px;
    height: 320px;
    }
    }
