/*
Theme Name: hello-elementor-child
Theme URI: https://scotiatech.dlrmedia.co.uk/  // Enter the URL of your child theme's website or leave it blank
Description: My custom child theme based on hello-elementor.
Author: Scotiatech
Author URI: https://scotiatech.dlrmedia.co.uk/
Template: hello-elementor
Version: 1.0
*/

/*Font-Family-Add*/
@font-face {
  font-family: "Segoe UI" !important;
  src: url("/assets/fonts/segoeui-webfont.woff") format("woff"),
    url("/assets/fonts/segoeui-webfont.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Segoe UI" !important;
  /* font-weight: 700; */
  font-weight: 700 !important;
}

.heading-roboto h1 {
  font-family: 'Roboto' !important;
}

.heading-roboto h2 {
  font-family: 'Roboto' !important;
}

.heading-roboto h3 {
  font-family: 'Roboto' !important;
}

.font-roboto h4 {
  font-family: "Roboto" !important;
  font-weight: 500 !important;
}

.font-roboto-weight h4 {
  font-family: "Roboto" !important;
}

.font-roboto-weight h6 {
  font-family: "Roboto" !important;
}

.font-roboto-weight p {
  font-family: "Roboto" !important;
}

.system-box h3 {
  font-family: "Roboto" !important;
}

.font-weight600 h3 {
    font-weight: 600 !important;
}

.para-margin p {
  margin: 0;
}

h1.entry-title {
  display: none;
}

.sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
  background: #000;
}

.partners-box .elementor-container {
  display: flex;
  justify-content: space-between;
}

.partners-box .elementor-column {
  max-width: 230px;
  width: 100%;
}

.flex-box-wrap .elementor-container {
  gap: 30px;
}

.flex-box-wrap-2 .elementor-container {
  gap: 20px;
}

.gap10 ul {
  gap: 10px;
}

/* Hero-Section */
:root {
  --y-cursor-position: 50;
  --x-cursor-position: 50;
  --gradient-size: 100px;
}

.hero-banner {
  overflow: hidden;
  position: relative;
}

/* .hero-banner::after {
  --gradient-size: 250px;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  transition: opacity 700ms;
  background-color: black;
  pointer-events: none;
  --gradient-center-x: calc(var(--x-cursor-position) * 1px);
  --gradient-center-y: calc(var(--y-cursor-position) * 1px);
  background: radial-gradient(
    circle at var(--gradient-center-x) var(--gradient-center-y),
    transparent 150px,
    black 20%
  );
} */

/* cookies-privacy-btn */
.cky-notice-btn-wrapper {
  gap: 10px;
}

.cky-btn {
  margin: 0px !important;
}

.cky-preference-body-wrapper {
  scrollbar-width: none;
}

.cky-prefrence-btn-wrapper {
  gap: 10px;
}

/*Prev&Next-Button*/
.review-wrapper button.slick-prev {
  background-image: url("/wp-content/uploads/2024/06/arrow-left.svg");
  /* right: 100px !important; */
  right: 145px !important;
}

.review-wrapper button.slick-next {
  background-image: url("/wp-content/uploads/2024/06/arrow-right.svg");
}

.review-wrapper button.slick-prev,
.review-wrapper button.slick-next {
  position: absolute;
  top: -105px;
  /* right: 40px; */
  right: 80px;
  padding: 0;
  font-size: 0;
  border: 1px solid #0d328e !important;
  outline: none !important;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat !important;
  background-size: 24px !important;
  background-position: center center !important;
}

.review-wrapper button.slick-prev:hover,
.review-wrapper button.slick-next:hover {
  background-color: #0d328e !important;
}

.review-wrapper button.slick-next:hover {
  background-image: url("/wp-content/uploads/2024/06/arrow-right-white.svg");
}

.review-wrapper button.slick-prev:hover {
  background-image: url("/wp-content/uploads/2024/06/arrow-right-2.png");
}

.review-wrapper [type="button"]:focus,
.review-wrapper [type="button"]:hover,
.review-wrapper [type="submit"]:focus,
.review-wrapper [type="submit"]:hover,
.review-wrapper button:focus,
.review-wrapper button:hover {
  background-color: transparent !important;
}

/* -------- Media-Query -------- */
@media only screen and (max-width: 1024px) {
  .hero-section-second-col {
    display: none;
  }

  /* .header-menu .hfe-nav-menu li:nth-child(6) {
        display: block !important;
    } */
  .header-menu #menu-item-1546 {
    display: block !important;
  }

  .header-menu .hfe-nav-menu li:nth-child(6) a {
    color: #151515 !important;
  }

  .partners-box .elementor-column {
    max-width: 50%;
    width: 100%;
  }

  .security-solution-col {
    position: absolute;
    right: 42px;
  }

  /*Prev&Next-Button*/
  .review-wrapper button.slick-prev {
    right: 80px !important;
  }

  .review-wrapper button.slick-prev,
  .review-wrapper button.slick-next {
    top: -100px;
    right: 10px;
  }

  .single-post-content {
    width: 60% !important;
  }

  .resent-post {
    width: 40% !important;
  }

  .Modern-cctv-box .elementor-image-box-wrapper figure {
    height: 500px;
  }

  .inner-boxes .elementor-container {
    justify-content: space-between !important;
  }
}

/* ---------- Slick-Slider ---------- */
.customers-slider {
  background: linear-gradient(45deg, #51cce2, #3369e7);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
}

/* bhakti's css */
@media (max-width: 1920px) {
  .with-banner > .elementor-container,
  .with-banner > .elementor-container .elementor-column,
  .with-banner > .elementor-container .elementor-element-populated {
    position: unset;
  }
}

.review-txt > .elementor-widget-container {
  background: #ffffff;
  position: relative;
}

.review-txt > .elementor-widget-container:before {
  content: "";
  width: 20px;
  height: 24px;
  background: #ffffff;
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

.review-wrapper .slick-list {
  overflow: hidden;
}

.review-wrapper .slick-track {
  display: flex;
  gap: 15px;
  padding-top: 40px;
}

.review-star > div {
  display: flex;
  justify-content: center;
}

.elementor-section.review-wrapper > .elementor-container {
  max-width: 100% !important;
  width: 100% !important;
}

.review-col {
  transform: translateY(0px);
  transition: transform 0.3s ease;
}

.review-col h6 {
  font-family: "DM Sans" !important;
}

.review-col.slick-slide.slick-center {
  transform: translateY(-40px);
  transition: transform 0.3s ease;
}

.e-hosted-video video {
  display: block;
}

.e-hosted-video video.playing + .elementor-custom-embed-play {
  display: none;
}

/* ------------ About-Us ------------ */
.counter-font .elementor-counter-number-wrapper span {
  font-family: "Segoe UI";
}

.dimensions-family-section .elementor-column-gap-default {
  gap: 50px;
}

.img-width img {
  width: 100%;
}

.lorem-section-col .elementor-image-box-title {
  margin-top: 10px;
}

/* ---------- Blog-Post ---------- */
.post-card .eael-grid-post-holder:hover {
  background: #0d328e;
  border: none;
}

.post-card .eael-grid-post .eael-entry-thumbnail img {
  transition: transform 0.3s ease;
}

.post-card .eael-grid-post:hover .eael-entry-thumbnail img {
  transform: scale(1.1);
}

.post-card .eael-grid-post .eael-entry-wrapper {
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
}

.post-card .eael-grid-post .eael-grid-post-holder-inner:hover h2,
.post-card .eael-grid-post .eael-grid-post-holder-inner:hover span,
.post-card .eael-grid-post .eael-grid-post-holder-inner:hover p,
.post-card .eael-grid-post .eael-grid-post-holder-inner:hover a,
.post-card
  .eael-grid-post
  .eael-grid-post-holder-inner:hover
  .eael-entry-meta
  .eael-meta-posted-on {
  color: #fff;
}

.post-card .eael-entry-header h2 {
  margin: 0;
  line-height: 0px !important;
  padding: 10px 0px;
}

.post-card .eael-grid-post .eael-entry-header-after {
  order: -1;
}

.post-card .eael-entry-meta i {
  display: none;
}

.post-card .eael-entry-content p {
  padding-bottom: 10px;
}

.post-card .eael-grid-post-holder-inner:hover .eael-grid-post-excerpt a::after {
  filter: invert(1) brightness(2);
  margin-left: 8px;
}

.post-card .eael-grid-post-excerpt a {
  color: initial;
  transition: color 0.3s ease;
  position: relative;
  display: inline;
}

.post-card .eael-grid-post-excerpt a::after {
  content: url("/wp-content/uploads/2024/06/chevron-right-1.png");
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  transition: all 0.3s;
  filter: none;
}

.post-card .eael-grid-post-excerpt a:hover {
  color: #c21923 !important;
}

.post-card .eael-grid-post-excerpt a:hover::after {
  filter: invert(29%) sepia(93%) saturate(7493%) hue-rotate(354deg)
    brightness(103%) contrast(102%) !important;
}

/* ---------- Single-Blog-Post ---------- */
/* .single-bg {
    background-image: url('https://scotiatech.dlrmedia.co.uk/wp-content/uploads/2024/06/single-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 208px 10px 120px 10px;
} */

.single-bg {
  position: relative;
/*   background-image: url("/wp-content/uploads/2024/06/single-bg.png"); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 572px;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0px 10px 0px 10px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.single-blog {
  max-width: 1210px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.single-post-title {
  color: #fff;
  max-width: 799px;
  width: 100%;
  opacity: 0.9;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.single-post-title h1 {
  text-transform: capitalize;
  margin: 0px;
}

.single-post-title svg {
  vertical-align: sub;
}

.single-post-title input {
  background: none;
  border: none !important;
  outline: none;
  max-width: 120px;
  width: 100%;
  color: #fff;
  padding: 0px !important;
}

/* .single-post-title input::-webkit-calendar-picker-indicator {
    filter: invert(1);
    order: 2;
} */

.calender .posted-on img {
  vertical-align: sub;
  padding-right: 5px;
}

.single-post-title .line {
  max-width: 70px;
  width: 100%;
  display: block;
  background-color: #c21923;
  height: 2px;
  margin: 20px 0px;
}

.single-blog-content {
  padding: 80px 10px 80px 10px;
}

.single-flex {
  display: flex;
  gap: 22px;
}

.single-flex h2,
.single-flex p {
  margin: 0;
}

.single-flex h2 {
  font-size: 25px;
  color: #000;
  padding-bottom: 15px;
}

.single-post-content {
  width: 70%;
}

.blog-page strong {
  font-size: 25px;
  color: #000;
  font-family: "Segoe UI" !important;
}

.blog-page p {
  color: #555555;
  padding-bottom: 10px;
}

.blog-page img {
  padding: 5px 0px 0px 0px;
  width: 100%;
}

.resent-post {
  width: 30%;
}

.resent-post ul {
  padding: 0;
}

.resent-post ul li {
  background-color: #e7ebf4;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  padding-right: 10px;
}

.resent-post ul li:hover {
  background: #0d328e;
}

.resent-post ul li a {
  color: #000000;
  font-weight: 500;
}

.resent-post ul li:hover a {
  color: #fff;
}

.resent-post ul li:last-child {
  margin-bottom: 0px;
}

.resent-post ul li img {
  max-width: 102px;
  width: 100%;
  height: 90px;
  object-fit: cover;
}

.resent-post ul li a {
  color: #000000;
}

/* .social-icon {
    display: flex;
    gap: 15px;
    align-items: center;
}

.social-icon p {
    margin: 0;
    color: #000000;
    font-weight: 700;
} */

/* .social-icon i {
    padding: 11px 15px;
    border: 1px solid #0D328E;
    color: #0D328E;
    margin-right: 10px;
    transition: all 0.5s;
    font-size: 24px;
}

.social-icon i:hover {
    background-color: #0D328E;
    color: #FFF;
} */

.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* ------------ CCTV-Page ------------ */
.breadcrumbs ul li span svg {
  margin: 0 !important;
}

.cameras-information ul li svg {
  margin: 0 !important;
}

.cameras-information ul li .elementor-icon-list-text {
  padding-inline-start: 10px !important;
}

.cctv-bg-sec .elementor-widget-container p {
  max-width: 530px;
  width: 100%;
  margin: auto;
}

/* .cameras-information-details .elementor-column-gap-default {
    gap: 30px;
} */

.cctv-system-business .elementor-column-gap-default {
  gap: 50px;
}

.cctv-system-business ul {
  gap: 10px;
}

.cctv-system-business .cctv-business-img img {
  /* max-width: 530px; */
  width: 100%;
  max-height: 100%;
  height: 539px;
  object-fit: cover;
  object-position: 30% 50%;
  /* object-position: left center; */
}

.background-shape-image .elementor-widget-container::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: -1;
  width: 0;
  height: 0;
  border: 100px solid #fff;
  border-right-color: #c21923;
  border-bottom-color: #c21923;
}

.background-shape-image-second .elementor-widget-container::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: -1;
  width: 0;
  height: 0;
  border: 100px solid #fff;
  border-right-color: #c21923;
  border-bottom-color: #c21923;
  rotate: 90deg;
}

.background-shape-image-second-cctv .elementor-widget-container::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: -1;
  width: 0;
  height: 0;
  border: 100px solid #fff;
  border-right-color: #0d328e;
  border-bottom-color: #0d328e;
  rotate: 90deg;
}

.Modern-cctv-box .elementor-image-box-wrapper figure {
  height: 193px;
  overflow: hidden;
}

.Modern-cctv-box .elementor-image-box-wrapper figure img {
  transition: transform 0.3s ease;
  /* width: 100%;
    height: auto; */
}

.Modern-cctv-box .elementor-image-box-wrapper:hover figure img {
  transform: scale(1.1);
}

.Modern-cctv-box figure img {
  width: 100%;
}

.cctv-img-box .elementor-image-box-content h3 {
  margin: 0;
  padding-bottom: 10px;
  font-family: "Roboto" !important;
}

/* ----------- Domestic Page ----------- */
.home-security-box h3 {
  margin: 0;
}

.mobile-posi {
  position: relative;
}

.mobile-posi .elementor-widget-container img {
  position: absolute;
  right: 0;
}

.form-download {
  max-width: 770px;
  width: 100%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  margin: auto;
}

.full-col.form-col.download p input {
  width: 100% !important;
  max-width: 100% !important;
}

.domestic-form-outline input:focus {
  outline: #0d328e !important;
}

.tab-lists {
  margin: auto;
}

.tab-lists .elementor-tabs-content-wrapper {
  display: none;
}

#inner-boxes2 {
  display: none;
}

.inner-boxes .elementor-container {
  justify-content: center;
}

.feature-list ul li {
  padding: 11px 30px !important;
}

.inner-boxes .elementor-column {
  max-width: 369px;
  width: 100%;
}

.elementor-tabs-wrapper .elementor-tab-title:hover {
  border: 1px solid #0d328e;
}

.tab-lists .elementor-active:before {
  border-bottom-style: none !important;
}

.tab-lists .elementor-active:after {
  border-bottom-style: none !important;
}

.tab-lists .elementor-tab-mobile-title.elementor-active {
  background: #0d328e;
  color: #ffffff !important;
}

.tab-lists .elementor-tab-mobile-title {
  background: #ffffff;
  color: #0d328e !important;
}

.tabs-price-weight ul li span {
  font-family: "Segoe UI" !important;
}

/* .tab-boxes {
    display: none;
} */

/* -------------- Rural Page -------------- */
.properties-para p {
  margin-bottom: 0;
}

.readmore-btn svg {
  vertical-align: middle;
}

/* ----------- Form ----------- */

/* .contact-form .elementor-container {
    justify-content: space-between;
}

.contact-form-content {
    max-width: 669px;
    width: 100%;
} */

/* .contact-input-flex {
    display: flex;
    gap: 15px;
    margin-bottom: 15px !important;
} */

/* .contact-input-flex .contact-flex .contact-form-col-5:nth-last-of-type(2) {
    margin-bottom: 15px;
} */

/* .wpcf7-form .contact-form-col p span input {
    max-width: 589px !;
    width: 100%;
} */

/* .wpcf7-form .contact-form-col-5 p span {
    max-width: 287px;
    width: 100%;
} */

/* .contact-details-col {
    height: 100%;
} */

/* .contact-list ul li:nth-child(3) {
    padding-left: 30px;
}

.submit-now {
    margin-bottom: 0px !important;
} */

/* .submit-now input[type="submit"]:hover {
    background: #0D328E !important;
}

.check-box {
    display: flex;
    gap: 10px;
}
 */
/* ======================================= */

/* contact-page-form----Densi[14-6-24] */

.wpcf7-form .half-col {
  width: calc(50% - 7px);
}

.wpcf7-form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 15px;
}

.wpcf7-form .full-col {
  width: 100%;
}

input.wpcf7-form-control {
  border: 1px solid #cccccc !important;
}

.form-col.select-con.select-con p span input {
  padding: 15px 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: #555;
  border-radius: 0px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
  width: 100%;
  max-width: 539px;
  margin: 0 auto;
  /* text-align: center; */
}

.wpcf7-form .half-col {
  width: calc(50% - 7px);
}

.wpcf7-form .half-col-3 {
  width: calc(83% - 7px);
}

.wpcf7-form .half-col-2 {
  width: calc(18% - 7px);
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
  width: 220px;
}

span textarea.wpcf7-form-control.wpcf7-textarea.Add.a.note {
  min-height: 57px !important;
}

.form-col .wpcf7-list-item {
  display: inline !important;
  margin: 0px 0px 0px 0px !important;
}

.full-col.form-col.submit p input {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  background: #c21923;
  color: #ffffff;
  display: flex;
  flex-direction: column;
}

.full-col.form-col.submit p input:hover {
  background-color: #0d328e !important;
}

.form-col.select-con.select-con p span input:hover {
  border: 1px solid #555555 !important;
}

.half-col-3.form-col.select-con.select-con p a {
  color: black;
  font-size: 16px;
  font-weight: 600;
}

.contact-list ul li:nth-child(3) {
  padding-left: 30px;
}

.contact-form-box input:focus {
  /* border-color:#0D328E!important; */
  outline: #0d328e !important;
}

.full-col.form-col.submit:focus {
  text-align: center;
}

.copy-right-text
  .elementor-icon-list-items
  .elementor-icon-list-item:nth-child(2) {
  margin-right: 0 !important;
}

.copy-right-text
  .elementor-icon-list-items
  .elementor-icon-list-item:nth-child(2):after {
  display: none;
}

.copy-right-text
  .elementor-icon-list-items
  .elementor-icon-list-item:nth-child(3)
  a
  span:hover {
  color: #0d328e;
}

@media screen and (max-width: 980px) {
  .security-solution-col {
    top: 25px;
  }
}

@media (max-width: 640px) {
  .wpcf7-form .half-col {
    width: calc(100% - 0px);
  }

  .wpcf7-form .half-col-3 {
    width: calc(100% - 7px);
  }

  .wpcf7-form .half-col-2 {
    width: calc(100% - 7px);
  }
}

/* =================================== */

@media (max-width: 530px) {
  .review-slider {
    padding-top: 20px !important;
  }
}

@media (min-width: 1025px) {
  .review-wrapper .slick-track {
    gap: 30px;
  }

  .review-wrapper {
    position: relative;
  }

  .review-wrapper:before {
    content: "";
    width: 25%;
    height: 100%;
    background: linear-gradient(90deg, #fff 27%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }

  .review-wrapper:after {
    content: "";
    width: 25%;
    height: 100%;
    background: linear-gradient(90deg, #fff 27%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    transform: rotate(180deg);
  }
}

@media screen and (max-width: 778px) {
  .inner-boxes .elementor-container {
    justify-content: center !important;
  }
}

@media screen and (max-width: 767px) {
  .security-solution-col {
    position: static !important;
    margin-top: 20px;
  }

  .background-shape-image-second .elementor-widget-container::before {
    border: 75px solid #fff;
    border-right-color: #c21923;
    border-bottom-color: #c21923;
  }

  .cctv-system-business .explanatory-img img {
    /* max-width: 530px; */
    width: 100%;
    max-height: 100%;
    height: 539px;
    object-fit: cover;
    object-position: 100%;
    /* object-position: left center; */
  }

  .review-wrapper button.slick-prev,
  .review-wrapper button.slick-next {
    position: absolute;
    top: -45px;
    width: 40px;
    height: 35px;
  }

  .partners-box .elementor-column {
    max-width: 100%;
    width: 100%;
  }

  .blog-page strong {
    font-size: 20px;
  }

  .post-card .eael-grid-post .eael-entry-wrapper {
    padding: 10px;
  }

  .single-blog-content {
    padding: 40px 10px 40px 10px;
  }

  .single-flex {
    flex-wrap: wrap;
  }

  .single-post-content {
    width: 100% !important;
  }

  .single-post-title h1 {
    font-size: 34px;
  }

  .resent-post {
    width: 100% !important;
  }

  .social-icon {
    padding-top: 15px;
  }

  .Modern-cctv-box .elementor-image-box-wrapper figure {
    height: auto;
  }

  /* Domestic */
  .mobile-posi .elementor-widget-container img {
    position: static;
  }

  .inner-boxes .elementor-container {
    justify-content: center !important;
  }

  .tab-lists .elementor-tabs-content-wrapper {
    display: block;
  }

  .tab-lists #elementor-tab-content-2031 {
    display: none !important;
  }

  .tab-lists #elementor-tab-content-2032 {
    display: none !important;
  }

  .tab-lists .elementor-tab-mobile-title {
    display: block !important;
  }

  /* #inner-boxes2{
        display: block;
    } */

  /* .tab-lists .elementor-tabs-content-wrapper {
        display: block !important;
    } */
}

@media screen and (max-width: 766px) {
  .security-manager-boxes .elementor-container {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .rural-page-btn {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 938px) {
  .rural-page-btn {
    margin-top: 10px;
  }
}

@media screen and (max-width: 443px) {
  .rural-page-btn {
    margin-top: 10px !important;
  }
}

@media screen and (min-device-width: 767px) and (max-device-width: 1024px) {
  .flex-box-wrap > .elementor-container {
    gap: 20px;
  }

  .flex-box-wrap > .elementor-container .md-flexbox {
    width: calc(50% - 10px) !important;
    max-width: 100%;
  }

  .flex-box-wrap-2 > .elementor-container {
    gap: 20px;
  }

  .flex-box-wrap-2 > .elementor-container .md-flexbox {
    width: calc(50% - 10px) !important;
    max-width: 100%;
  }

  .post-card .eael-grid-post .eael-entry-wrapper {
    padding: 10px;
  }
}

/* ------------------ 404-page ------------------ */
.content-area {
  text-align: center;
  padding-top: 235px;
  padding-bottom: 125px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #151515;
}

.error-404 {
  padding: 0 10px;
}

.error-404 h1,
.error-404 h2,
.error-404 p {
  margin: 0;
  color: #fff;
}

.error-404 h1 {
  font-size: 150px;
  line-height: 130px;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.error-404 h2 {
  padding-bottom: 10px;
}

.error-404 p {
  padding-bottom: 20px;
}

.error-404 .return-home-btn {
  padding: 11px 25px;
  background: #c21923;
  font-size: 16px;
  font-family: "Roboto";
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  display: inline-block;
}

.error-404 .return-home-btn:hover {
  background: #0d328e;
}

.security-manager-boxes > .elementor-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-device-width: 1024px) {
  .security-manager-boxes .elementor-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .security-manager-boxes .our-team-col {
    width: 100% !important;
  }
}

.security-manager-boxes .our-team-col {
  width: 100% !important;
}
